Facebook Like Button in Jetpack [closed]

Go to Settings > Sharing in your dashboard Sroll down until the “Button Style” option. Choose “Official Buttons”. The Facebook Share button has now changed into a Facebook Like Button. Save your changes, and you’ll be good to go! If you want to add a Facebook Share button next to the Like button, you can … Read more

How do I create a page for users to invite their facebook friends?

An easy way would be to include the Facebook Javascript code: wp_deregister_script(‘facebook’); wp_enqueue_script( ‘facebook’, ‘https://connect.facebook.net/en_US/all.js’ ); Then use the default Facebook invite page. <script> function facebookInvite(){ var request = { message: ‘my message’, method: ‘apprequests’ }; FB.ui(request, function (data) { if (data.request_ids.length > 0) { alert(“Facebook invite successful.”); } }); } </script> EDIT: Here are … Read more

facebook like – image display and description

Use my plugin – http://wordpress.org/extend/plugins/facebook-like-thumbnail/ or the code manually in your functions.php that I have here on my post with explanation – http://blog.ashfame.com/2011/02/wordpress-plugin-fix-facebook-like-thumbnail/ Edit: It will use the first image of your post. Also Facebook will refresh all of your pages in max 24hours, so if you need to force refresh a page manually, try … Read more

Adding a “most liked post” box, based on facebook ranking?

A quick google brought up these, which led me to this post. You can access the site’s object in the Graph and get the current “Fan count”. i.e. http://graph.facebook.com/http://google.com. Note that you will need an oauth token to do this. This is definitely the most accurate way of getting a page’s Likes. You can also … Read more

sharing video on facebook from wordpress

That really depends on how the video is embedded into the page. Facebook can only handle specific formats and if it sees something it doesn’t expect, it defaults to a failsafe “show nothing” standard. If the embedded video is well-recognized standard (i.e. YouTube’s default player) it should work just fine. If it’s your own self-hosted … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)