Is it possible to manually embedd only the like button in the page template?
http://wordpress.org/extend/plugins/simple-facebook-connect/
Is it possible to manually embedd only the like button in the page template?
http://wordpress.org/extend/plugins/simple-facebook-connect/
In the "SFC Plugins" submodules list, uncheck everything except the option for "Like Button".
There is a simpler way than using this plugin: Go here and get just the Like Button from Facebook, http://developers.facebook.com/docs/reference/plugins/like/. Paste the piece of code Facebook generates for you into your theme file.
Stick this into your php file:
<?php sfc_like_button(); ?>
This topic has been closed to new replies.