WpDevArt Facebook Like Box Widget - Version 1.9.2

Version Description

Download this release

Release Info

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

Code changes from version 0.8.17 to 1.9.2

Files changed (3) hide show
  1. includes/library.php +2 -2
  2. like-box.php +1 -1
  3. readme.txt +5 -1
includes/library.php CHANGED
@@ -71,10 +71,10 @@ class like_box_setting{
71
  'locale' => $params['locale'],
72
  'sdk' => 'joey',
73
  'show_facepile' => $params['connections'],
74
- 'show_posts' => $params['stream'],
75
  'small_header' => $params['header'],
76
  );
77
- $like_box_src=add_query_arg($like_box_array_query,'//www.facebook.com/v2.6/plugins/page.php');
78
  $output_code.='<iframe id="'.$params['iframe_id'].'" src="'.$like_box_src.'" scrolling="no" allowTransparency="true" style="'.(($params['show_border']=='yes' || $params['show_border']=='show')?'border:1px solid '.$params['border_color'].';':'border:none').' overflow:hidden;visibility:hidden; max-width:500px; width:'.$params['width'].'px; height:'.$params['height'].'px;"></iframe>';
79
  $output_code.='<script>
80
  if(typeof(jQuery)=="undefined")
71
  'locale' => $params['locale'],
72
  'sdk' => 'joey',
73
  'show_facepile' => $params['connections'],
74
+ 'show_posts' => 'false',
75
  'small_header' => $params['header'],
76
  );
77
+ $like_box_src=add_query_arg($like_box_array_query,'//www.facebook.com/v11.0/plugins/page.php');
78
  $output_code.='<iframe id="'.$params['iframe_id'].'" src="'.$like_box_src.'" scrolling="no" allowTransparency="true" style="'.(($params['show_border']=='yes' || $params['show_border']=='show')?'border:1px solid '.$params['border_color'].';':'border:none').' overflow:hidden;visibility:hidden; max-width:500px; width:'.$params['width'].'px; height:'.$params['height'].'px;"></iframe>';
79
  $output_code.='<script>
80
  if(typeof(jQuery)=="undefined")
like-box.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WpDevArt Social Like Box
4
  Plugin URI: https://wordpress.org/plugins/like-box
5
  Description: WpDevArt Social (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.8.17
7
  Author: smplug-in
8
  Author URI: https://wpdevart.com/wordpress-facebook-like-box-plugin/
9
  License: GPL/GPL3
3
  Plugin Name: WpDevArt Social Like Box
4
  Plugin URI: https://wordpress.org/plugins/like-box
5
  Description: WpDevArt Social (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.8.18
7
  Author: smplug-in
8
  Author URI: https://wpdevart.com/wordpress-facebook-like-box-plugin/
9
  License: GPL/GPL3
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: smplug-in
3
  Tags: facebook like box, Facebook like box widget, like box, Facebook Page, Facebook
4
  Requires at least: 2.9
5
  Tested up to: 5.7.2
6
- Stable tag: 0.8.17
7
 
8
  WordPress Facebook Like box plugin will help you to display like box on your website, just add our plugin widget to your sidebar and use it. Also you can use our plugin on your pages/posts and create fan page popup for your website.
9
 
@@ -628,6 +628,10 @@ Contact us at support@wpdevart.com and we will send you the pro version.
628
 
629
  * Corrected some options descriptions.
630
 
 
 
 
 
631
  ==Step by step guide==
632
 
633
  ### Adding to the sidebar.
3
  Tags: facebook like box, Facebook like box widget, like box, Facebook Page, Facebook
4
  Requires at least: 2.9
5
  Tested up to: 5.7.2
6
+ Stable tag: 0.8.18
7
 
8
  WordPress Facebook Like box plugin will help you to display like box on your website, just add our plugin widget to your sidebar and use it. Also you can use our plugin on your pages/posts and create fan page popup for your website.
9
 
628
 
629
  * Corrected some options descriptions.
630
 
631
+ = 0.8.18 =
632
+
633
+ * Changed the Api version.
634
+
635
  ==Step by step guide==
636
 
637
  ### Adding to the sidebar.