WpDevArt Facebook Like Box Widget - Version 0.7.58

Version Description

  • Added new featured plugin to the list.

Wordpress Facebook like box step by step guide

Adding Facebook like box to your sidebar.

Install the plugin and add Facebook like box widget to your sidebar. Then set widget Like Box options. That's all, now your users can see your Facebook like box on your widget.

Adding Facebook like box in posts/pages using shortcode button.

For adding Facebook like box in your pages/posts you just need to click on "Add like box" shorcode button from your pages/posts and add Facebook like box.

Adding Facebook like box Popup and Sticky Facebook box.

After plugin install you need to click on "Like box" submenu from your admin panel menu. Then just set up options for Facebook like box Popup and Sticky Facebook box.

Facebook like box main options

  • Page ID: - Type here your Facebook like box page url(without https://www.facebook.com/, if your Facebook page url is https://www.facebook.com/uefacom then type here just uefacom).
  • Like box Animation - Choose Facebook like box Animation type
  • Show/Hide Like box border - Show/Hide Facebook like box border
  • Like box Border color - Type the Border Color of your Facebook Like box
  • Show/Hide latest posts - Show/Hide the latest posts from your Facebook Like box
  • Like box Width - Type Facebook Like box width
  • Like box Height - Type Facebook Like box height
  • Like box header - Show/Hide the Facebook Like box header
  • Show/Hide Friends Faces - Choose to Show/Hide Friends Faces
  • Select Like box Header size - Select Like box Header size
  • Show/hide Like box cover photo - Choose to show/hide Like box cover photo
  • Like box language - Type the Facebook Like box language code

Facebook like box Popup options

  • Enable/Disable popup - Select Enable/Disable to show or hide popup
  • Display Like box popup on - Select where to display the like box popup
  • Popup display periodicity - Select the popup display periodicity
  • Time to show Popup - Type the time when Like box popup will appear
  • Popup width - Type here the popup width
  • Popup height - Type here the popup height
  • Popup Title - Type here the popup title
  • Popup Title color - Type here the title color
  • Popup Title Font family - Choose the title Font family
  • Page ID - Type here your Facebook like box page url(without https://www.facebook.com/, if your Facebook page url is https://www.facebook.com/uefacom then type here just uefacom)
  • Show/Hide border - Show/Hide Facebook like box border
  • Border color - Type the Border Color of your Facebook Like box
  • Show/Hide latest posts - Show/Hide the latest posts from your Facebook Like box
  • Show/Hide Friends Faces - Choose to Show/Hide Friends Faces
  • Select Like box Header size - Select Like box Header size
  • Show/hide Like box cover photo - Choose to show/hide Like box cover photo
  • Like box language - Type the Facebook Like box language code

Sticky box options

  • Enable/Disable Sticky box - Select Enable/Disable to show or hide Sticky box
  • Display Sticky box on - Select where to display the Sticky box
  • Sticky box position - Select the Sticky box position
  • Sticky box height - Select the Sticky box height
  • Page ID - Type here your Facebook like box page url(without https://www.facebook.com/, if your Facebook page url is https://www.facebook.com/uefacom then type here just uefacom)
  • Sticky box width - Type here the Sticky box width
  • Sticky box height - Type here the Sticky box width
  • Sticky box button bg color - Type here the Sticky box button background color
  • Sticky box border color - Type here the Sticky box border color
  • Sticky box Title - Type here the Sticky box title
  • Sticky box Title color - Select the Sticky box title color.
  • Sticky box Title Font family - Choose the Sticky box Title Font family
  • Show/Hide Friends Faces - Choose to Show/Hide Friends Faces
  • Select Like box Header size - Select Like box Header size
  • Show/hide Like box cover photo - Choose to show/hide Like box cover photo
  • Show/Hide latest posts - Show/Hide the latest posts from your Facebook Like box
  • Like box language - Type the Facebook Like box language code

The Best Offer From WpDevArt

You can check the best offer page here- Best Price

Dear users, we also recommend you to take a look for this useful plugins - WordPress Gallery, WordPress Contact Form, WordPress Coming Soon, WordPress booking calendar, WordPress Poll plugin, WordPress Countdown plugin, WordPress Facebook comments, WordPress lightbox .

Download this release

Release Info

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

Code changes from version 0.7.57 to 0.7.58

includes/front_end.php CHANGED
@@ -235,8 +235,8 @@ class like_box_front_end{
235
  $params_of_slideup=array(
236
  'iframe_id' => 'like_box_slideup',
237
  'profile_id' => $this->params['like_box_sidebar_slide_profile_id'],
238
- 'width' => (int)$this->params['like_box_sidebar_slide_width'], // Maximum width
239
- 'height' => (int)$this->params['like_box_sidebar_slide_height'],// Height
240
  'show_border' => 'hide',
241
  'border_color' => '#FFFFF',
242
  'header' => $this->params['like_box_sidebar_slide_header'], // Header type
235
  $params_of_slideup=array(
236
  'iframe_id' => 'like_box_slideup',
237
  'profile_id' => $this->params['like_box_sidebar_slide_profile_id'],
238
+ 'width' => (int)$this->params['like_box_sidebar_slide_width'], // Type the Maximum width
239
+ 'height' => (int)$this->params['like_box_sidebar_slide_height'],// Type Like Box Height
240
  'show_border' => 'hide',
241
  'border_color' => '#FFFFF',
242
  'header' => $this->params['like_box_sidebar_slide_header'], // Header type
includes/library.php CHANGED
@@ -99,7 +99,7 @@ class like_box_setting{
99
  $output_code.= '});</script>';
100
  return $output_code;
101
  }
102
- // Generate Animations function
103
  public static function generete_animation_select($select_id='',$curent_effect='none'){
104
  ?>
105
  <select onClick="alert(pro_text); return false;" id="<?php echo $select_id; ?>" name="<?php echo $select_id; ?>">
99
  $output_code.= '});</script>';
100
  return $output_code;
101
  }
102
+ /*############################### Function Generating Animations #######################################*/
103
  public static function generete_animation_select($select_id='',$curent_effect='none'){
104
  ?>
105
  <select onClick="alert(pro_text); return false;" id="<?php echo $select_id; ?>" name="<?php echo $select_id; ?>">
includes/style/admin-style.css CHANGED
@@ -81,6 +81,7 @@
81
  padding: 0;
82
  line-height: 1;
83
  }
 
84
  .left_sections{
85
  width:49%;
86
  margin-right:1%;
81
  padding: 0;
82
  line-height: 1;
83
  }
84
+ /*Left and Right sections style*/
85
  .left_sections{
86
  width:49%;
87
  margin-right:1%;
includes/style/style.css CHANGED
@@ -16,6 +16,7 @@
16
  width: 40px;
17
  padding: 0px;
18
  }
 
19
  .sidbar_slide_title{
20
  box-sizing:border-box;
21
  font-size: 18px;
16
  width: 40px;
17
  padding: 0px;
18
  }
19
+ /*Title style*/
20
  .sidbar_slide_title{
21
  box-sizing:border-box;
22
  font-size: 18px;
includes/widget.php CHANGED
@@ -151,7 +151,7 @@ class like_box_facbook extends WP_Widget {
151
  <label for="<?php echo $this->get_field_id('locale'); ?>">Language</label>
152
  <br>
153
  <input id="<?php echo $this->get_field_id('locale'); ?>" name="<?php echo $this->get_field_name('locale'); ?>" type="text" value="<?php echo $instance['locale']; ?>" class="" size="4">
154
- <small>(en_US, de_DE...)</small>
155
  </p>
156
  <a href="http://wpdevart.com/wordpress-facebook-like-box-plugin/" target="_blank" style="color: rgba(10, 154, 62, 1);; font-weight: bold; font-size: 18px; text-decoration: none;">Upgrade to Pro Version</a><br>
157
  <br>
151
  <label for="<?php echo $this->get_field_id('locale'); ?>">Language</label>
152
  <br>
153
  <input id="<?php echo $this->get_field_id('locale'); ?>" name="<?php echo $this->get_field_name('locale'); ?>" type="text" value="<?php echo $instance['locale']; ?>" class="" size="4">
154
+ <small>(en_US, de_DE, it_IT...)</small>
155
  </p>
156
  <a href="http://wpdevart.com/wordpress-facebook-like-box-plugin/" target="_blank" style="color: rgba(10, 154, 62, 1);; font-weight: bold; font-size: 18px; text-decoration: none;">Upgrade to Pro Version</a><br>
157
  <br>
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.57
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.58
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
readme.txt CHANGED
@@ -3,21 +3,19 @@ Contributors: smplug-in
3
  Tags: Facebook, facebook badge, 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 share, facebook wall, Facebook Widget, google plus, Like, like box, open graph, page, plugin, post to facebook, sharebar, sidebar, social, Social Plugins, social profiles, social share, social sidebar, wordpress like, seo, 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, custom facebook likebox, fb like box
4
  Requires at least: 2.9
5
  Tested up to: 4.7.3
6
- Stable tag: 0.7.57
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
 
10
  == Description ==
11
 
12
- Facebook Like box is awesome tool to show your visitors your Facebook like box. At the same time it's very useful, because you will get new users who will like your website on Facebook. Facebook like box is important part of social optimization, that's why a lot of people use Facebook like box on their websites.
13
- It's very easy to use, you just need to install the plugin and add Facebook like box widget to your sidebar and set some settings(Page ID, Facebook like box width, height ...).
14
- Also you can use Facebook Like box on your pages/posts and create Facebook Like box popup for your website.
15
 
16
- ### View our Facebook Like Box plugin Demo page:
17
 
18
  [Like Box Demo](http://demo.wpdevart.com/facebook-like-box-demo)
19
 
20
- ### Features of Facebook like box:
21
 
22
  * **User friendly and easy to use.**
23
  * **Tested with other popular plugins.**
@@ -38,7 +36,7 @@ Also you can use Facebook Like box on your pages/posts and create Facebook Like
38
 
39
  You can upgrade WordPress Facebook like box plugin to [Facebook like box Pro](http://wpdevart.com/wordpress-facebook-like-box-plugin/) to add more features.
40
 
41
- ### Features of Facebook like box Pro:
42
 
43
  * **Ability to show posts from your Facebook page.**
44
  * **Ability to set Facebook like box border color.**
@@ -49,10 +47,31 @@ You can upgrade WordPress Facebook like box plugin to [Facebook like box Pro](ht
49
  * **39 awesome animation effects for Widget and Post/Page Like Box**
50
  * **Premium Support**
51
 
52
- ### If you found any bug in our WordPress Facebook like box plugin or have a question contact us at support@wpdevart.com.
53
 
 
54
 
55
- ### The Best Offer From WpDevArt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  **You can check the best offer page here- [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
58
 
@@ -428,22 +447,26 @@ Contact us at support@wpdevart.com and we will send you the Facebook like box pr
428
 
429
  * Added some notices in code.
430
 
 
 
 
 
431
  ==Wordpress Facebook like box step by step guide==
432
 
433
- ### Adding Facebook like box to your sidebar.
434
 
435
  Install the plugin and add Facebook like box widget to your sidebar. Then set widget Like Box options. That's all, now your users can see your Facebook like box on your widget.
436
 
437
- ### Adding Facebook like box in posts/pages using shortcode button.
438
 
439
  For adding Facebook like box in your pages/posts you just need to click on "Add like box" shorcode button from your pages/posts and add Facebook like box.
440
 
441
- ### Adding Facebook like box Popup and Sticky Facebook box.
442
 
443
  After plugin install you need to click on "Like box" submenu from your admin panel menu.
444
  Then just set up options for Facebook like box Popup and Sticky Facebook box.
445
 
446
- ### Facebook like box main options
447
 
448
  * Page ID: - Type here your Facebook like box page url(without https://www.facebook.com/, if your Facebook page url is https://www.facebook.com/uefacom then type here just uefacom).
449
  * Like box Animation - Choose Facebook like box Animation type
@@ -458,7 +481,7 @@ Then just set up options for Facebook like box Popup and Sticky Facebook box.
458
  * Show/hide Like box cover photo - Choose to show/hide Like box cover photo
459
  * Like box language - Type the Facebook Like box language code
460
 
461
- ### Facebook like box Popup options
462
 
463
  * Enable/Disable popup - Select Enable/Disable to show or hide popup
464
  * Display Like box popup on - Select where to display the like box popup
@@ -478,7 +501,7 @@ Then just set up options for Facebook like box Popup and Sticky Facebook box.
478
  * Show/hide Like box cover photo - Choose to show/hide Like box cover photo
479
  * Like box language - Type the Facebook Like box language code
480
 
481
- ### Sticky box options
482
 
483
  * Enable/Disable Sticky box - Select Enable/Disable to show or hide Sticky box
484
  * Display Sticky box on - Select where to display the Sticky box
3
  Tags: Facebook, facebook badge, 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 share, facebook wall, Facebook Widget, google plus, Like, like box, open graph, page, plugin, post to facebook, sharebar, sidebar, social, Social Plugins, social profiles, social share, social sidebar, wordpress like, seo, 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, custom facebook likebox, fb like box
4
  Requires at least: 2.9
5
  Tested up to: 4.7.3
6
+ Stable tag: 0.7.58
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
 
10
  == Description ==
11
 
12
+ Facebook Like box is awesome tool to show your visitors your Facebook like box. At the same time it's very useful, because you will get new users who will like your website on Facebook. Facebook like box is important part of social optimization, that's why a lot of people use Facebook like box on their websites. It's very easy to use, you just need to install the plugin and add Facebook like box widget to your sidebar and set some settings(Page ID, Facebook like box width, height ...). Also you can use Facebook Like box on your pages/posts and create Facebook Like box popup for your website.
 
 
13
 
14
+ **View our Facebook Like Box plugin Demo page:**
15
 
16
  [Like Box Demo](http://demo.wpdevart.com/facebook-like-box-demo)
17
 
18
+ **Features of Facebook like box:**
19
 
20
  * **User friendly and easy to use.**
21
  * **Tested with other popular plugins.**
36
 
37
  You can upgrade WordPress Facebook like box plugin to [Facebook like box Pro](http://wpdevart.com/wordpress-facebook-like-box-plugin/) to add more features.
38
 
39
+ **Features of Facebook like box Pro:**
40
 
41
  * **Ability to show posts from your Facebook page.**
42
  * **Ability to set Facebook like box border color.**
47
  * **39 awesome animation effects for Widget and Post/Page Like Box**
48
  * **Premium Support**
49
 
50
+ **Below you can see some important features of our Facebook like box plugin**
51
 
52
+ **Responsive Facebook like box**
53
 
54
+ Our FAcebook like box is mobile friendly plugin, it means like box will work without issue on other devices as well.
55
+
56
+ **Facebook like box Popup**
57
+
58
+ You can display this plugin in Popup window. We have some important options for this feature as well.
59
+
60
+ **Facebook Sticky like box**
61
+
62
+ You can display Facebook like box in Sticky box. Select the position of Sticky box, configure the other settings and use this nice feature as well.
63
+
64
+ **Facebook like box with 39 animation effects(for widget, post/page like box)**
65
+
66
+ Try all animation effects and choose one of them or just use animation randomaly.
67
+
68
+ **Ability to display Facebook like box everywhere**
69
+
70
+ You can display Facebook like box almost everywhere on your website. On posts, pages, widgets, in Popup or in Sticky box.
71
+
72
+ **If you found any bug in our WordPress Facebook like box plugin or have a question contact us at support@wpdevart.com.**
73
+
74
+ **The Best Offer From WpDevArt**
75
 
76
  **You can check the best offer page here- [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
77
 
447
 
448
  * Added some notices in code.
449
 
450
+ = 0.7.58 =
451
+
452
+ * Added new featured plugin to the list.
453
+
454
  ==Wordpress Facebook like box step by step guide==
455
 
456
+ **Adding Facebook like box to your sidebar.**
457
 
458
  Install the plugin and add Facebook like box widget to your sidebar. Then set widget Like Box options. That's all, now your users can see your Facebook like box on your widget.
459
 
460
+ **Adding Facebook like box in posts/pages using shortcode button.**
461
 
462
  For adding Facebook like box in your pages/posts you just need to click on "Add like box" shorcode button from your pages/posts and add Facebook like box.
463
 
464
+ **Adding Facebook like box Popup and Sticky Facebook box.**
465
 
466
  After plugin install you need to click on "Like box" submenu from your admin panel menu.
467
  Then just set up options for Facebook like box Popup and Sticky Facebook box.
468
 
469
+ **Facebook like box main options**
470
 
471
  * Page ID: - Type here your Facebook like box page url(without https://www.facebook.com/, if your Facebook page url is https://www.facebook.com/uefacom then type here just uefacom).
472
  * Like box Animation - Choose Facebook like box Animation type
481
  * Show/hide Like box cover photo - Choose to show/hide Like box cover photo
482
  * Like box language - Type the Facebook Like box language code
483
 
484
+ **Facebook like box Popup options**
485
 
486
  * Enable/Disable popup - Select Enable/Disable to show or hide popup
487
  * Display Like box popup on - Select where to display the like box popup
501
  * Show/hide Like box cover photo - Choose to show/hide Like box cover photo
502
  * Like box language - Type the Facebook Like box language code
503
 
504
+ **Sticky box options**
505
 
506
  * Enable/Disable Sticky box - Select Enable/Disable to show or hide Sticky box
507
  * Display Sticky box on - Select where to display the Sticky box