Facebook Like Droplet

computer351

I really like this! Good job!! When can we get it? Thanks, Greg (computer351)

crnogorac081

yea I did. It is nice. This is kind of different :)
Web developer

snark

hey crnogorac081,

have you seen and tested my soc network droplets


crnogorac081

#1
Hi,

I found this wordpress plugin and code it to be wb droplet

And the code:

$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.'&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div>';
return $the_iframe;


let me know the impressions..

cheers
Web developer