WpDevArt Facebook Like Box Widget - Version 0.7.03

Version Description

Download this release

Release Info

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

Code changes from version 0.7.02 to 0.7.03

includes/admin_menu.php CHANGED
@@ -888,7 +888,7 @@ die;
888
  </div>
889
  <?php }
890
  }
891
- /*######################################### SUBSCRIBE PART #######################################*/
892
 
893
  private function create_select_element_for_font($select_id='',$curent_font='none'){
894
  ?>
888
  </div>
889
  <?php }
890
  }
891
+ /*######################################### SUBSCRIBE SECTION #######################################*/
892
 
893
  private function create_select_element_for_font($select_id='',$curent_font='none'){
894
  ?>
includes/front_end.php CHANGED
@@ -52,7 +52,7 @@ class like_box_front_end{
52
  }
53
 
54
  }
55
- /*###################### CONNECTING TO THE DATABESE ##################*/
56
  private function generete_params(){
57
 
58
  foreach($this->databese_parametrs as $param_array_key => $param_value){
@@ -73,7 +73,7 @@ class like_box_front_end{
73
 
74
  }
75
 
76
- /*Creating iframe for content*/
77
  public function like_box_ifreame_content_generator($atts){
78
  self::$id_for_content++;
79
  $atts = shortcode_atts( array(
@@ -107,7 +107,7 @@ class like_box_front_end{
107
  'connections' => $this->params['like_box_connections'],// show facebook faces
108
  'stream' => 'hide',
109
  'animation_efect'=>'none',
110
- 'locale' => $this->params['like_box_locale'], // language
111
 
112
  );
113
 
52
  }
53
 
54
  }
55
+ /*###################### CONNECTING TO DATABESE ##################*/
56
  private function generete_params(){
57
 
58
  foreach($this->databese_parametrs as $param_array_key => $param_value){
73
 
74
  }
75
 
76
+ /*Creating iframe*/
77
  public function like_box_ifreame_content_generator($atts){
78
  self::$id_for_content++;
79
  $atts = shortcode_atts( array(
107
  'connections' => $this->params['like_box_connections'],// show facebook faces
108
  'stream' => 'hide',
109
  'animation_efect'=>'none',
110
+ 'locale' => $this->params['like_box_locale'], // languages
111
 
112
  );
113
 
includes/install_database.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  class like_box_install_database{
6
 
7
- public $installed_options; // All standard_options
8
  private $plugin_url;
9
 
10
  function __construct(){
4
 
5
  class like_box_install_database{
6
 
7
+ public $installed_options; // All standard options
8
  private $plugin_url;
9
 
10
  function __construct(){
includes/library.php CHANGED
@@ -4,7 +4,7 @@ class like_box_setting{
4
  public static $list_of_animations=array('bounce','flash','pulse','rubberBand','shake','swing','tada','wobble','bounceIn','bounceInDown','bounceInLeft','bounceInRight','bounceInUp','fadeIn','fadeInDown','fadeInDownBig','fadeInLeft','fadeInLeftBig','fadeInRight','fadeInRightBig','fadeInUp','fadeInUpBig','flip','flipInX','flipInY','lightSpeedIn','rotateIn','rotateInDownLeft','rotateInDownRight','rotateInUpLeft','rotateInUpRight','rollIn','zoomIn','zoomInDown','zoomInLeft','zoomInRight','zoomInUp');
5
  public static $id_for_iframe=0;
6
 
7
- // function for genereted animation lists
8
  public static function get_animations_type_array($animation=''){
9
  if($animation=='' || $animation=='none')
10
  return '';
@@ -32,7 +32,7 @@ class like_box_setting{
32
  'connections' => 'show',// show facebook faces
33
  'stream' => '0',
34
  'animation_efect'=>'none',
35
- 'locale' => 'en_US', // language
36
  );
37
  $params=array_merge($defaults,$params);
38
  $params['width']=max((int)$params['width'],180);
4
  public static $list_of_animations=array('bounce','flash','pulse','rubberBand','shake','swing','tada','wobble','bounceIn','bounceInDown','bounceInLeft','bounceInRight','bounceInUp','fadeIn','fadeInDown','fadeInDownBig','fadeInLeft','fadeInLeftBig','fadeInRight','fadeInRightBig','fadeInUp','fadeInUpBig','flip','flipInX','flipInY','lightSpeedIn','rotateIn','rotateInDownLeft','rotateInDownRight','rotateInUpLeft','rotateInUpRight','rollIn','zoomIn','zoomInDown','zoomInLeft','zoomInRight','zoomInUp');
5
  public static $id_for_iframe=0;
6
 
7
+ // Function for genereted animation lists
8
  public static function get_animations_type_array($animation=''){
9
  if($animation=='' || $animation=='none')
10
  return '';
32
  'connections' => 'show',// show facebook faces
33
  'stream' => '0',
34
  'animation_efect'=>'none',
35
+ 'locale' => 'en_US', // languages
36
  );
37
  $params=array_merge($defaults,$params);
38
  $params['width']=max((int)$params['width'],180);
includes/widget.php CHANGED
@@ -28,7 +28,7 @@ class like_box_facbook extends WP_Widget {
28
  'connections' => $instance['connections'],// show facebook faces
29
  'stream' => 'hide',
30
  'animation_efect'=> 'none',
31
- 'locale' => $instance['locale'], // language
32
 
33
  );
34
  // Before widget //
28
  'connections' => $instance['connections'],// show facebook faces
29
  'stream' => 'hide',
30
  'animation_efect'=> 'none',
31
+ 'locale' => $instance['locale'], // languages
32
 
33
  );
34
  // Before widget //
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: Our 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.02
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: Our 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.03
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, gallery
4
  Requires at least: 2.9
5
  Tested up to: 4.3
6
- Stable tag: 0.7.02
7
 
8
  Our 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
 
@@ -171,6 +171,10 @@ Our Facebook Like Box is user friendly plugin, but here you can see some frequen
171
 
172
  * Edit some text.
173
 
 
 
 
 
174
  ==Wordpress Facebook like box step by step guide==
175
 
176
  ### 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, gallery
4
  Requires at least: 2.9
5
  Tested up to: 4.3
6
+ Stable tag: 0.7.03
7
 
8
  Our 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
 
171
 
172
  * Edit some text.
173
 
174
+ = 0.6.8 =
175
+
176
+ * Fixed mistakes.
177
+
178
  ==Wordpress Facebook like box step by step guide==
179
 
180
  ### Adding Facebook like box to your sidebar.