WpDevArt Facebook Like Box Widget - Version 0.7.64

Version Description

Download this release

Release Info

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

Code changes from version 0.7.63 to 0.7.64

includes/admin_menu.php CHANGED
@@ -912,7 +912,7 @@ die;
912
  <?php }
913
  }
914
 
915
- /*######################################### SUBSCRIBE FUNCTION #######################################*/
916
 
917
  private function create_select_element_for_font($select_id='',$curent_font='none'){
918
  ?>
912
  <?php }
913
  }
914
 
915
+ /*######################################### SELECT ELEMENTS FUNCTION #######################################*/
916
 
917
  private function create_select_element_for_font($select_id='',$curent_font='none'){
918
  ?>
includes/front_end.php CHANGED
@@ -81,7 +81,7 @@ class like_box_front_end{
81
 
82
  }
83
 
84
- /*###################### Creating Iframe ##################*/
85
 
86
  public function like_box_ifreame_content_generator($atts){
87
  self::$id_for_content++;
81
 
82
  }
83
 
84
+ /*###################### Creating Iframe function ##################*/
85
 
86
  public function like_box_ifreame_content_generator($atts){
87
  self::$id_for_content++;
includes/library.php CHANGED
@@ -4,8 +4,8 @@ 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 animations
8
-
9
  public static function get_animations_type_array($animation=''){
10
  if($animation=='' || $animation=='none')
11
  return '';
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 animations ##################*/
8
+
9
  public static function get_animations_type_array($animation=''){
10
  if($animation=='' || $animation=='none')
11
  return '';
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.63
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
@@ -70,6 +70,8 @@ class like_box_main{
70
  $like_box_front_end = new like_box_front_end(array('menu_name' => 'Like Box','databese_parametrs'=>$this->like_box_options));
71
 
72
  }
 
 
73
 
74
  public function registr_requeried_scripts(){
75
  wp_register_script('like-box-admin-script',$this->like_box_plugin_url.'includes/javascript/admin-like-box.js');
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.64
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
70
  $like_box_front_end = new like_box_front_end(array('menu_name' => 'Like Box','databese_parametrs'=>$this->like_box_options));
71
 
72
  }
73
+
74
+ /*############ Registr requeried scripts Function ##################*/
75
 
76
  public function registr_requeried_scripts(){
77
  wp_register_script('like-box-admin-script',$this->like_box_plugin_url.'includes/javascript/admin-like-box.js');
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: smplug-in
3
  Tags: Facebook, facebook like box, Facebook like box widget, like box, fb like box, facebook badge, Facebook fan page, facebook group, facebook integration, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, facebook share, facebook wall, Facebook Widget, google plus, Like, open graph, page, plugin, post to facebook, sharebar, sidebar, social, Social Plugins, social profiles, social share, social sidebar, wordpress like, seo, 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, custom facebook likebox
4
  Requires at least: 2.9
5
  Tested up to: 4.7.4
6
- Stable tag: 0.7.63
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
 
3
  Tags: Facebook, facebook like box, Facebook like box widget, like box, fb like box, facebook badge, Facebook fan page, facebook group, facebook integration, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, facebook share, facebook wall, Facebook Widget, google plus, Like, open graph, page, plugin, post to facebook, sharebar, sidebar, social, Social Plugins, social profiles, social share, social sidebar, wordpress like, seo, 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, custom facebook likebox
4
  Requires at least: 2.9
5
  Tested up to: 4.7.4
6
+ Stable tag: 0.7.64
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