Facebook Like Button V5.0 Major Update
[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
[...] Form 7 upgrading from version 3.3 to 3.3.3 Events Manager upgrading from version 5.2.6 to 5.3.5 Facebook Like upgrading from version 5.9.6 to 5.9.71 Google Analyticator upgrading from version 6.4.1 to 6.4.3 [...]
How do i get rid of the box around the Like button at the bottom of the post?
[Reply]
[...] ein, erhält man derzeit 520 Ergebnisse. Wer soll da durchschauen? Ich habe mich letztendlich für dieses Plugin entschieden. Man kann hiermit einstellen, auf welchem Inhaltstyp ein Facebooklike button erscheinen [...]
When I click on the “Like” and “Send” buttons the manual shortcodes I put in the post is getting picked up as text. (ie. [fb_count]). Is there a way to force that NOT to be picked up in the “like” and “send” text?
[Reply]
I am using Wordpres 3.5.1. When I turn on WP_DEBUG I get these notices:
Notice: Undefined variable: post in …/facebook-like-button/inc/fun.inc.php on line 16
Notice: Trying to get property of non-object in …/facebook-like-button/inc/fun.inc.php on line 16
Notice: Use of undefined constant is_single – assumed ‘is_single’ in …/facebook-like-button/inc/fun.inc.php on line 70
[Reply]