WpDevArt Facebook Like Box Widget - Version 0.7.18

Version Description

Download this release

Release Info

Developer smplug-in
Plugin Icon 128x128 WpDevArt Facebook Like Box Widget
Version 0.7.18
Comparing to
See all releases

Code changes from version 0.7.17 to 0.7.18

includes/admin_menu.php CHANGED
@@ -38,7 +38,7 @@ class like_box_admin_menu{
38
  add_action( 'wp_ajax_like_box_page_save', array($this,'save_in_databese') );
39
  add_action( 'wp_ajax_like_box_send_mail', array($this,'sending_mail') );
40
  }
41
- /*############################### Posts/pages insert button ########################################*/
42
  public function like_box_button($context) {
43
 
44
  $img = $this->plugin_url. 'images/post.button.png';
@@ -502,7 +502,7 @@ die;
502
  <tr>
503
 
504
  <td>
505
- Show/Hide Friends Faces <span title="Select to Show/Hide Friends Faces" class="desription_class">?</span>
506
  </td>
507
  <td>
508
  <select id="like_box_connections">
38
  add_action( 'wp_ajax_like_box_page_save', array($this,'save_in_databese') );
39
  add_action( 'wp_ajax_like_box_send_mail', array($this,'sending_mail') );
40
  }
41
+ /*############################### Posts/pages insert button function ########################################*/
42
  public function like_box_button($context) {
43
 
44
  $img = $this->plugin_url. 'images/post.button.png';
502
  <tr>
503
 
504
  <td>
505
+ Show Friends Faces <span title="Select to Show/Hide Friends Faces" class="desription_class">?</span>
506
  </td>
507
  <td>
508
  <select id="like_box_connections">
includes/front_end.php CHANGED
@@ -98,7 +98,7 @@ class like_box_front_end{
98
  $iframe_params=array(
99
  'iframe_id' => 'like_box_popup',
100
  'profile_id' => $this->params['like_box_profile_id'],
101
- 'width' => (int)$this->params['like_box_width'], // max width
102
  'height' => (int)$this->params['like_box_height'],// height
103
  'show_border' => 'show',
104
  'border_color' => '#FFF',
98
  $iframe_params=array(
99
  'iframe_id' => 'like_box_popup',
100
  'profile_id' => $this->params['like_box_profile_id'],
101
+ 'width' => (int)$this->params['like_box_width'], // maximum width
102
  'height' => (int)$this->params['like_box_height'],// height
103
  'show_border' => 'show',
104
  'border_color' => '#FFF',
like-box.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Facebook Like Box
4
  Plugin URI: https://wordpress.org/plugins/like-box
5
  Description: Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to your sidebar and use it. Also you can use Facebook Like box on your pages/posts and create Facebook Like box popup for your website.
6
- Version: 0.7.17
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
3
  Plugin Name: Facebook Like Box
4
  Plugin URI: https://wordpress.org/plugins/like-box
5
  Description: Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to your sidebar and use it. Also you can use Facebook Like box on your pages/posts and create Facebook Like box popup for your website.
6
+ Version: 0.7.18
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: smplug-in
3
  Tags: Facebook, facebook badge, facebook connect, Facebook fan page, facebook group, facebook integration, facebook like box, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, facebook recommend, facebook share, facebook sidebar, facebook style, facebook wall, Facebook Widget, friends, google +1, google plus, google plus one, Like, like box, open graph, page, plugin, post to facebook, sharebar, sidebar, social, Social Plugins, social profiles, social share, social sidebar, wordpress like, seo, meta, Facebook like box widget, facebook like, facebook like button, facebook button, facebook facepile, like box facebook, like box widget, facebook likebox, facebook like box shortcode, likebox, wordpress facebook like box, facebook like box in PopUp, facebook likebox widget, nice facebook like box, custom facebook likebox, rt facebook like box, advanced responsive facebook likebox, fb like box, facebook like box shortcodes, like box sidebox
4
  Requires at least: 2.9
5
  Tested up to: 4.3
6
- Stable tag: 0.7.17
7
 
8
  Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to your sidebar and use it. Also you can use Facebook Like box on your pages/posts and create Facebook Like box popup for your website.
9
 
@@ -243,6 +243,10 @@ Our Facebook Like Box is user friendly plugin, but here you can see some frequen
243
 
244
  * Edit admin options.
245
 
 
 
 
 
246
  ==Wordpress Facebook like box step by step guide==
247
 
248
  ### Adding Facebook like box to your sidebar.
3
  Tags: Facebook, facebook badge, facebook connect, Facebook fan page, facebook group, facebook integration, facebook like box, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, facebook recommend, facebook share, facebook sidebar, facebook style, facebook wall, Facebook Widget, friends, google +1, google plus, google plus one, Like, like box, open graph, page, plugin, post to facebook, sharebar, sidebar, social, Social Plugins, social profiles, social share, social sidebar, wordpress like, seo, meta, Facebook like box widget, facebook like, facebook like button, facebook button, facebook facepile, like box facebook, like box widget, facebook likebox, facebook like box shortcode, likebox, wordpress facebook like box, facebook like box in PopUp, facebook likebox widget, nice facebook like box, custom facebook likebox, rt facebook like box, advanced responsive facebook likebox, fb like box, facebook like box shortcodes, like box sidebox
4
  Requires at least: 2.9
5
  Tested up to: 4.3
6
+ Stable tag: 0.7.18
7
 
8
  Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to your sidebar and use it. Also you can use Facebook Like box on your pages/posts and create Facebook Like box popup for your website.
9
 
243
 
244
  * Edit admin options.
245
 
246
+ = 0.7.16 =
247
+
248
+ * Edit comments in code.
249
+
250
  ==Wordpress Facebook like box step by step guide==
251
 
252
  ### Adding Facebook like box to your sidebar.