MyBB Community Forums

Full Version: FaceBook Like Box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone make a Plugin for the "FaceBook Like Box"? I want the Plugin to put the Like Box somewhere in the portal, and somewhere in the Index.
Use the thanks button and just change thanks to liked.

Unless you mean so someone can like your site, which is just a template edit, and if you give me a few minutes, i will find out how to do that for you.
Here is the link from FB on how to do it.

http://developers.facebook.com/docs/guides/web#plugins
Just use the code shown here and put the code wherever you like. Smile
just paste this anyhere in your index and portal templates
<iframe src="http://www.facebook.com/widgets/like.php?href=http://example.com"
        scrolling="no" frameborder="0"
        style="border:none; width:450px; height:80px"></iframe>