Facebook video on a post appears in a strange language [closed]

It’s a localization problem, Facebook is loading a who-know-where javascript sdk to embed the video. Switch to code view inside your wordpress editor and search for the js include url, similar to https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5 this, and change whatever string appears instead of en_US with en_US. Where the string is located depends on how you are doing … Read more

Post on facebook when I publish blog

As Robert hue said, you’ll have to use a plugin for this. There are plenty in the Plugin directory, but you could also write your own plugin (or add the code to your theme’s functions.php file) if you can’t find a suitable one or need more functionality. You’ll want to hook into the publish_post action. … Read more

Facebook Comments not working in WordPress [closed]

You have to setup fb application and config plugin with your app key. Here http://wordpress.org/extend/plugins/facebook-comments-for-wordpress/installation/ is info how. Here is screenshot: paste key in first input box as in picture. And just a friendly advice, use built in WordPress comments, believe me they work so much better. Fb comments – been there, done that, it … Read more