WpDevArt Facebook Like Box Widget - Version 0.7.78

Version Description

Download this release

Release Info

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

Code changes from version 0.7.77 to 0.7.78

includes/admin_menu.php CHANGED
@@ -41,7 +41,7 @@ class like_box_admin_menu{
41
  add_action( 'wp_ajax_like_box_send_mail', array($this,'sending_mail') );
42
  }
43
 
44
- /*############################### Posts/pages insert button function ########################################*/
45
 
46
  public function like_box_button($context) {
47
 
@@ -56,7 +56,7 @@ class like_box_admin_menu{
56
  return $context;
57
  }
58
 
59
- /*############################### Insert content function ########################################*/
60
 
61
  public function like_box_window_insert_content(){
62
  ?>
41
  add_action( 'wp_ajax_like_box_send_mail', array($this,'sending_mail') );
42
  }
43
 
44
+ /*############################### Insert button function ########################################*/
45
 
46
  public function like_box_button($context) {
47
 
56
  return $context;
57
  }
58
 
59
+ /*############################### Insert like box - content function ########################################*/
60
 
61
  public function like_box_window_insert_content(){
62
  ?>
includes/front_end.php CHANGED
@@ -70,7 +70,7 @@ class like_box_front_end{
70
 
71
  }
72
 
73
- /*###################### Scripts and Styles function ##################*/
74
 
75
  public function generete_front_javascript(){
76
  wp_enqueue_style('animated');
@@ -81,7 +81,7 @@ class like_box_front_end{
81
 
82
  }
83
 
84
- /*###################### Creating Iframe function ##################*/
85
 
86
  public function like_box_ifreame_content_generator($atts){
87
  self::$id_for_content++;
70
 
71
  }
72
 
73
+ /*###################### Front javascript function ##################*/
74
 
75
  public function generete_front_javascript(){
76
  wp_enqueue_style('animated');
81
 
82
  }
83
 
84
+ /*###################### Creating content Iframe function ##################*/
85
 
86
  public function like_box_ifreame_content_generator($atts){
87
  self::$id_for_content++;
includes/library.php CHANGED
@@ -102,7 +102,7 @@ class like_box_setting{
102
  return $output_code;
103
  }
104
 
105
- /*############################### Function Generating Animations #######################################*/
106
 
107
  public static function generete_animation_select($select_id='',$curent_effect='none'){
108
  ?>
102
  return $output_code;
103
  }
104
 
105
+ /*############################### Function For Generating Animations #######################################*/
106
 
107
  public static function generete_animation_select($select_id='',$curent_effect='none'){
108
  ?>
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.77
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.78
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: smplug-in
3
  Tags: facebook like box, Facebook like box widget, like box, fb like box, facebook like box shortcode, Facebook, 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, 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.8.1
6
- Stable tag: 0.7.77
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
 
2
  Contributors: smplug-in
3
  Tags: facebook like box, Facebook like box widget, like box, fb like box, facebook like box shortcode, Facebook, 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, 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.9.1
6
+ Stable tag: 0.7.78
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