Best FB plugin for Wordpress

dan92

Registered Member
Joined
Jun 21, 2013
Messages
51
Reaction score
0
What is the easiest way to integrate my WP blog with FB ? Thanks
 
Well what are you trying to do?
There's this: http://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/ for auto posting to the popular social networks, when you publish a new article.

If you just want a feed from your Facebook, you can look over here: https://developers.facebook.com/docs/plugins/embedded-posts

Comments: https://developers.facebook.com/docs/plugins/comments

Otherwise, a simple bit of html will get you a facebook button on your site:

Code:
<a href="http://www.facebook.com/yourpage/" target="_blank"><img src="http://02varvara.files.wordpress.com/2013/10/00-cracked-facebook-logo-26-10-13.jpg" width="64" height="64" /></a>
 
Well what are you trying to do?
There's this: http://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/ for auto posting to the popular social networks, when you publish a new article.

If you just want a feed from your Facebook, you can look over here: https://developers.facebook.com/docs/plugins/embedded-posts

Comments: https://developers.facebook.com/docs/plugins/comments

Otherwise, a simple bit of html will get you a facebook button on your site:

Code:
<a href="http://www.facebook.com/yourpage/" target="_blank"><img src="http://02varvara.files.wordpress.com/2013/10/00-cracked-facebook-logo-26-10-13.jpg" width="64" height="64" /></a>

How to fix the comment area on WordPress template? thanks for great sharing.
 
Jetpack plugin do it for you (even lot more useful functions)
 
try what you need. I have it just for FB autopost and from there it autopost to Twitter

Posted via Topify on Android
 
Back
Top