WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$host = $_SERVER['HTTP_HOST'];$self = $_SERVER['PHP_SELF'];$query = !empty($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : null;$url = !empty($query) ? "http://$host$self?$query" : "http://$host$self";$the_perma = rawurlencode($url);$the_iframe = '<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href='.$the_perma.'&layout=standard&show-faces=true&width=450&action=like&font=arial&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div>';return $the_iframe;
$host = $_SERVER['HTTP_HOST'];$self = $_SERVER['PHP_SELF'];$query = !empty($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : null;$url = !empty($query) ? "http://$host$self?$query" : "http://$host$self";$the_perma = rawurlencode($url);$the_iframe = '<div id="facebook_like"><!--[if IE]><iframe src="http://www.facebook.com/plugins/like.php?href='.$the_perma.'&layout=standard&show-faces=true&width=450&action=like&font=arial&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></iframe><![endif]--><iframe src="http://www.facebook.com/plugins/like.php?href='.$the_perma.'&layout=standard&show-faces=true&width=450&action=like&font=arial&colorscheme=light" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe><!--<![endif]--></div>';return $the_iframe;
Validation Output: 1 Error Error Line 120, Column 55: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag …lign: center;"><div id="facebook_like"><!--[if IE]><iframe src="http://www.fac… The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element. One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Hey! If you set the following Open-Graph-Meta-Infos the droplet is working fine: <meta property="og:image" content="absolute_path_to_pi cture.jpg/> <meta property="og:title" content="<?php page_title(); ?>"/> <meta property="og:site_name" content="<?php page_title(); ?>"/> <meta property="og:description" content="<?php page_description();?"/>Unfortunally I could not figure out why I have to set an image. Otherwise none-relevant pictures are send to the wall-posting on facebook.