[Update 5.9.3]
- Bug Fixes.
- Custom Page Type Added.
- Disable on Custom Posts.
- Custom Post Type Added.
[Update 5.9.2]
- Send Button Support Added!
[Update 5.8 - 5.9]
- Post thumbnail bug fixed! . Now whenever you have a thumbnail for a post and you share it on Facebook it’s going to show this thumbnail by default…
Blank Screen & Fatal error [FIX]
If you get this error after updating to 5.9 you can solve it by adding this line of code to your theme functions file:
add_theme_support( 'post-thumbnails' );
[Update 5.7]
- Disabled in Certain Pages Bug Fixed.
- Show in home Bug Fixed.
- og:description Bug Fixed.
Updates:
- Admin layout has been redesigned.
- Facebook Recommendations has been added.
- Facebook Recommendations sidebar widget has been added.
- Facebook Recommendations shortcut has been added.
- Customizable Recommendations Widget Title.
- Customizable Recommendations Widget Layout Settings.
Notice:
To Everybody who get fatal error. Contact your web hosting providers and tell them to upgrade to PHP 5 or the latest version of PHP.
Integrate Recommendations it into your template:
By Shortcut:
fb_rec –> put it inside [ ]
By PHP code:
<!--?php $Rec_Widget = new Widget_Layout(); echo $Rec_Widget--->Layout(); ?>
Integrate Like Button it into your template:
By Shortcuts:
fb_count –> for the count button. put it inside [ ]
fb_fb_like –> for the normal button. put it inside [ ]
By PHP code:
<!--?php //For the normal button if(function_exists('Short_Button')) { echo Short_Button(); } //For the count button if(function_exists('Count_Button')) { echo Short_Button(); } ?-->
Disable in certain pages:
While creating/editing a page you can find a box on the side, under the publish/update box, called: Disable Facebook Like Button.
Check the check box to disable the button from this page or uncheck to enable it.
Download
As i can see, my plugin’s rate is so bad. so if you really like it please rate it up here:
http://wordpress.org/extend/plugins/facebook-like-button/
and you can donate using the sidebar widget to help the plugin continue growing.
if you have any question leave a comment or email me on: me@ahmedgeek.com
Hi Ahmed,
thanks for your plug in – i was wondering if u can help?
For some reason I get the code (posted below) show up on every post overview unless i add an excerpt to each post.
I have over 300 posts on my site so i was wondering if you have any ideas on why this is happening and how to stop it.
Many thanks
Marc
——-
window.fbAsyncInit = function() {
FB.init({appId: “117381488353575?, status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement(“script”); e.async = true;
e.src = document.location.protocol +
“//connect.facebook.net/en_US/all.js”;
document.getElementById(“fb-root”).appendChild(e);
}());
[Reply]
Hi Ahmed ,
Thanks for this nice plugin.
If I am using it in my post it works fine.
But If i want to use this plugin inside my php file what do I need to do.
I have tried using [fb_like] [fb_count] inside single.php file but it didnt work.
i want this to be visible at a specific posintion in my file.
what should I do to display fb like button.
thanks in advance.
Suhas
[Reply]
Okay, I’ve downloaded your plugin and activated it – but how do I USE it to actually add a FB Like button to the pages in my blog? Please help me enter the new millennium!
[Reply]
Unicode problem. I sat the language to danisk but the letters: æ, ø, å are not working inside facebook once people ‘liked’ a post. Can I change the language/ unicode somewhere?
[Reply]
Hi Ahmed, some of our clients use your plugin, thanks for making it!
Here’s a patch for allowing other plugins to filter the og:image URL:
https://github.com/crowdfavorite/mirror-wp-facebook-like-button/commit/9716676ff0b14928eac42bd241b413335c44d343
It shouldn’t affect any functionality of your plugin, just allow others to extend it.
Thanks and have a good day!
[Reply]
Hello, I’ve been using the plugin but I found that was causing strange characters that aparecerieran he shared the link on Facebook. I have used it on a blog in Spanish.
Now that I’ve disabled share on social networks as normal.
Do you communicate to the test
[Reply]