Facebook Button by BestWebSoft - Version 2.32

Version Description

  • 19.06.2014 =
  • Bugfix : Problem with showing Like button was fixed.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Facebook Button by BestWebSoft
Version 2.32
Comparing to
See all releases

Code changes from version 2.31 to 2.32

Files changed (2) hide show
  1. facebook-button-plugin.php +3 -3
  2. readme.txt +7 -1
facebook-button-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Facebook Button
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
- Version: 2.31
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -792,8 +792,8 @@ if ( ! function_exists( 'fcbkbttn_admin_head' ) ) {
792
  if ( ! is_admin() || ( isset( $_GET['page'] ) && "facebook-button-plugin.php" == $_GET['page'] ) ) {
793
  wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
794
  wp_enqueue_script( 'fcbk_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
795
- if ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] )
796
- wp_enqueue_script( 'fcbk_connect', '//connect.facebook.net/' . $fcbkbttn_options['locale'] . '/all.js' );
797
  }
798
  }
799
  }
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
+ Version: 2.32
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
792
  if ( ! is_admin() || ( isset( $_GET['page'] ) && "facebook-button-plugin.php" == $_GET['page'] ) ) {
793
  wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
794
  wp_enqueue_script( 'fcbk_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
795
+ if ( ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) && 'en_US' != $fcbkbttn_options['locale'] )
796
+ wp_enqueue_script( 'fcbk_connect', '//connect.facebook.net/' . $fcbkbttn_options['locale'] . '/all.js#xfbml=1&appId=1443946719181573' );
797
  }
798
  }
799
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
4
  Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
5
  Requires at least: 3.0
6
  Tested up to: 3.9.1
7
- Stable tag: 2.31
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -107,6 +107,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
107
 
108
  == Changelog ==
109
 
 
 
 
110
  = V2.31 - 11.06.2014 =
111
  * New : Share button was added.
112
  * Update : We updated all functionality for wordpress 3.9.1.
@@ -238,6 +241,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
238
 
239
  == Upgrade Notice ==
240
 
 
 
 
241
  = V2.31 =
242
  Share button was added. We updated all functionality for wordpress 3.9.1. Problem with switching user was fixed.
243
 
4
  Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
5
  Requires at least: 3.0
6
  Tested up to: 3.9.1
7
+ Stable tag: 2.32
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
107
 
108
  == Changelog ==
109
 
110
+ = V2.32 - 19.06.2014 =
111
+ * Bugfix : Problem with showing Like button was fixed.
112
+
113
  = V2.31 - 11.06.2014 =
114
  * New : Share button was added.
115
  * Update : We updated all functionality for wordpress 3.9.1.
241
 
242
  == Upgrade Notice ==
243
 
244
+ = V2.32 =
245
+ Problem with showing Like button was fixed.
246
+
247
  = V2.31 =
248
  Share button was added. We updated all functionality for wordpress 3.9.1. Problem with switching user was fixed.
249