Hi all, I was just wondering how other people add a like button to their blog along with the comments(facebook too) section, so when you click on like you become "a fan" of that facebook page, even you are on their blog. So far I have tested a couple of plugins for wordpress but all of them are so you like the post of the blog, but not become a fan of the actual facebook page... but what I would like so they click like on the blog (not the one big box facebook is offering but with comments) and become a "fan" of facebook page. Have you done this? can you direct me to the right direction? thanks in advance, Fallen
Here you go my friend http://developers.facebook.com/docs/reference/plugins/like/ Have a great 4th of July weekend.
For facebook like box, you can directly use this code in your wordpress template file. Paste it wherever you want to show it. <iframe src="http://www.facebook.com/widgets/like.php?&layout=button_count&show_faces=false&href=<?php the_permalink(); ?>" class="elframe" scrolling="No" frameborder="0"></iframe> PHP: Here is a good step by step tutorial for this: http://www.thepesta.com/wordpress/a...oogle1-digg-stumbleupon-linkedin-twitter.html
u can get it eaither way , by googling it or reading this http://www.thepesta.com/wordpress/ad...n-twitter.html