Facebook Button by BestWebSoft - Version 2.12

Version Description

  • 29.06.2012 =
  • Bugfix : The bug with saved 'sortcode option is fixed.
Download this release

Release Info

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

Code changes from version 2.11 to 2.12

css/style.css CHANGED
File without changes
facebook-button-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Facebook Button Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
- Version: 2.11
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -285,7 +285,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
285
  <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'before' ) echo 'selected="selected"'; ?> value="before"><?php echo __( "Before", 'facebook' ); ?></option>
286
  <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'after' ) echo 'selected="selected"'; ?> value="after"><?php echo __( "After", 'facebook' ); ?></option>
287
  <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'beforeandafter' ) echo 'selected="selected"'; ?> value="beforeandafter"><?php echo __( "Before and After", 'facebook' ); ?></option>
288
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode ') echo 'selected="selected"'; ?> value="shortcode"><?php echo __( "Shortcode", 'facebook' ); ?></option>
289
  </select>
290
  <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php echo __( "If you would like to add a FaceBook button to your website, just copy and put this shortcode onto your post or page:", 'facebook' ); ?> [fb_button].</span>
291
  </td>
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
+ Version: 2.12
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
285
  <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'before' ) echo 'selected="selected"'; ?> value="before"><?php echo __( "Before", 'facebook' ); ?></option>
286
  <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'after' ) echo 'selected="selected"'; ?> value="after"><?php echo __( "After", 'facebook' ); ?></option>
287
  <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'beforeandafter' ) echo 'selected="selected"'; ?> value="beforeandafter"><?php echo __( "Before and After", 'facebook' ); ?></option>
288
+ <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode') echo 'selected="selected"'; ?> value="shortcode"><?php echo __( "Shortcode", 'facebook' ); ?></option>
289
  </select>
290
  <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php echo __( "If you would like to add a FaceBook button to your website, just copy and put this shortcode onto your post or page:", 'facebook' ); ?> [fb_button].</span>
291
  </td>
img/facebook-ico1.jpg CHANGED
File without changes
img/facebook-ico2.jpg CHANGED
File without changes
languages/facebook-es_ES.mo CHANGED
File without changes
languages/facebook-es_ES.po CHANGED
File without changes
languages/facebook-ru_RU.mo CHANGED
File without changes
languages/facebook-ru_RU.po CHANGED
File without changes
languages/facebook-tr_TR.mo CHANGED
File without changes
languages/facebook-tr_TR.po CHANGED
File without changes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
4
  Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
5
  Requires at least: 2.9
6
  Tested up to: 3.4
7
- Stable tag: 2.11
8
 
9
  Add Facebook button to your WordPress website
10
 
@@ -79,6 +79,9 @@ Dear users, if you have any questions or propositions regarding our plugins (cur
79
 
80
  == Changelog ==
81
 
 
 
 
82
  = V2.11 - 27.06.2012 =
83
  * NEW : A possibility to change language for Like button.
84
  * Update : We updated all functionality for wordpress 3.4.
@@ -125,6 +128,9 @@ Dear users, if you have any questions or propositions regarding our plugins (cur
125
 
126
  == Upgrade Notice ==
127
 
 
 
 
128
  = V2.11 =
129
  Added a possibility to change language for Like button. We updated all functionality for wordpress 3.4.
130
 
4
  Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
5
  Requires at least: 2.9
6
  Tested up to: 3.4
7
+ Stable tag: 2.12
8
 
9
  Add Facebook button to your WordPress website
10
 
79
 
80
  == Changelog ==
81
 
82
+ = V2.12 - 29.06.2012 =
83
+ * Bugfix : The bug with saved 'sortcode option is fixed.
84
+
85
  = V2.11 - 27.06.2012 =
86
  * NEW : A possibility to change language for Like button.
87
  * Update : We updated all functionality for wordpress 3.4.
128
 
129
  == Upgrade Notice ==
130
 
131
+ = V2.12 =
132
+ The bug with saved 'sortcode option is fixed.
133
+
134
  = V2.11 =
135
  Added a possibility to change language for Like button. We updated all functionality for wordpress 3.4.
136
 
screenshot-1.jpg CHANGED
File without changes
screenshot-2.jpg CHANGED
File without changes
screenshot-3.jpg CHANGED
File without changes