WpDevArt Facebook Like Box Widget - Version 0.7.83

Version Description

Download this release

Release Info

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

Code changes from version 0.7.82 to 0.7.83

images/featured_plugins/facebook.jpg DELETED
Binary file
includes/admin_menu.php CHANGED
@@ -848,12 +848,6 @@ die;
848
  'title' => 'WordPress Facebook comments',
849
  'description' => 'Our Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
850
  ),
851
- 'facebook'=>array(
852
- 'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
853
- 'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
854
- 'title' => 'Facebook Like Box',
855
- '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.'
856
- ),
857
  'vertical-menu'=>array(
858
  'image_url' => $this->plugin_url.'images/featured_plugins/vertical-menu.png',
859
  'site_url' => 'https://wpdevart.com/wordpress-vertical-menu-plugin/',
848
  'title' => 'WordPress Facebook comments',
849
  'description' => 'Our Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
850
  ),
 
 
 
 
 
 
851
  'vertical-menu'=>array(
852
  'image_url' => $this->plugin_url.'images/featured_plugins/vertical-menu.png',
853
  'site_url' => 'https://wpdevart.com/wordpress-vertical-menu-plugin/',
includes/front_end.php CHANGED
@@ -70,7 +70,7 @@ class like_box_front_end{
70
 
71
  }
72
 
73
- /*###################### Front javascript function ##################*/
74
 
75
  public function generete_front_javascript(){
76
  wp_enqueue_style('animated');
70
 
71
  }
72
 
73
+ /*###################### Front-end javascript function ##################*/
74
 
75
  public function generete_front_javascript(){
76
  wp_enqueue_style('animated');
includes/install_database.php CHANGED
@@ -28,7 +28,7 @@ class like_box_install_database{
28
  "like_box_sidebar_slide_profile_id" => "",
29
 
30
  "like_box_sidebar_slide_width" => "360",
31
- "like_box_sidebar_slide_height" => "450",
32
  "like_box_sidebar_slide_header" => 'small',
33
  "like_box_sidebar_slide_cover_photo" => 'show',
34
  "like_box_sidebar_slide_connections" => 'show',
28
  "like_box_sidebar_slide_profile_id" => "",
29
 
30
  "like_box_sidebar_slide_width" => "360",
31
+ "like_box_sidebar_slide_height" => "550",
32
  "like_box_sidebar_slide_header" => 'small',
33
  "like_box_sidebar_slide_cover_photo" => 'show',
34
  "like_box_sidebar_slide_connections" => 'show',
includes/library.php CHANGED
@@ -26,7 +26,7 @@ class like_box_setting{
26
  'iframe_id' => 'facbook_like_box_'.self::$id_for_iframe,
27
  'profile_id' => '',
28
  'width' => '300', // Type here default Maximum width
29
- 'height' => '550',// Type here default Height
30
  'show_border' => 'show',
31
  'border_color' => '#FFFFF',
32
  'header' => 'small', // Header type
26
  'iframe_id' => 'facbook_like_box_'.self::$id_for_iframe,
27
  'profile_id' => '',
28
  'width' => '300', // Type here default Maximum width
29
+ 'height' => '450',// Type here default Height
30
  'show_border' => 'show',
31
  'border_color' => '#FFFFF',
32
  'header' => 'small', // Header type
like-box.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WpDevArt Facebook Like Box
4
  Plugin URI: https://wordpress.org/plugins/like-box
5
  Description: WpDevArt 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.82
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
3
  Plugin Name: WpDevArt Facebook Like Box
4
  Plugin URI: https://wordpress.org/plugins/like-box
5
  Description: WpDevArt 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.83
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 like box, Facebook like box widget, like box, fb like box, Facebook
4
  Requires at least: 2.9
5
  Tested up to: 4.9.8
6
- Stable tag: 0.7.82
7
 
8
  Facebook like box plugin will help you to display like box on your wesite, 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
 
3
  Tags: facebook like box, Facebook like box widget, like box, fb like box, Facebook
4
  Requires at least: 2.9
5
  Tested up to: 4.9.8
6
+ Stable tag: 0.7.83
7
 
8
  Facebook like box plugin will help you to display like box on your wesite, 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