WpDevArt Facebook Like Box Widget - Version 0.7.48

Version Description

  • Added comments for developers.

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 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.48
Comparing to
See all releases

Code changes from version 0.7.47 to 0.7.48

includes/admin_menu.php CHANGED
@@ -756,7 +756,7 @@ die;
756
  </div>
757
  <?php
758
  }
759
-
760
  public function featured_plugins(){
761
  $plugins_array=array(
762
  'coming_soon'=>array(
756
  </div>
757
  <?php
758
  }
759
+ /*#################### Featured plugins page function ########################*/
760
  public function featured_plugins(){
761
  $plugins_array=array(
762
  'coming_soon'=>array(
includes/install_database.php CHANGED
@@ -37,7 +37,7 @@ class like_box_install_database{
37
 
38
  'like_box_popup_title' => 'Facebook like box',
39
  'like_box_popup_title_color' => '#000000',
40
- 'like_box_popup_title_font_famely' => 'Times New Roman,Times,Serif,Georgia',
41
 
42
  "like_box_profile_id" => "",
43
  "like_box_width" => "600",
37
 
38
  'like_box_popup_title' => 'Facebook like box',
39
  'like_box_popup_title_color' => '#000000',
40
+ 'like_box_popup_title_font_famely' => 'Times New Roman,Times,Georgia,Serif',
41
 
42
  "like_box_profile_id" => "",
43
  "like_box_width" => "600",
includes/library.php CHANGED
@@ -99,7 +99,7 @@ class like_box_setting{
99
  $output_code.= '});</script>';
100
  return $output_code;
101
  }
102
- // Generate Animations select
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
+ // Animations select 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; ?>">
includes/style/admin-style.css CHANGED
@@ -65,7 +65,7 @@
65
  display: inline-block;
66
  float: right;
67
  }
68
-
69
  .main_parametrs_group_div{
70
  float:left;
71
  background-color:#fafafa;
65
  display: inline-block;
66
  float: right;
67
  }
68
+ /*Main parameters style*/
69
  .main_parametrs_group_div{
70
  float:left;
71
  background-color:#fafafa;
includes/style/style.css CHANGED
@@ -1,3 +1,4 @@
 
1
  .sidbar_slide_content{
2
  box-sizing:border-box;
3
  overflow-x: hidden;
1
+ /*Sidebar style*/
2
  .sidbar_slide_content{
3
  box-sizing:border-box;
4
  overflow-x: hidden;
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.47
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.48
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 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 style, 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, 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, fb like box
4
  Requires at least: 2.9
5
  Tested up to: 4.7.0
6
- Stable tag: 0.7.47
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
 
@@ -380,6 +380,14 @@ Contact us at support@wpdevart.com and we will send you the pro version.
380
 
381
  * Edit admin menu descriptions.
382
 
 
 
 
 
 
 
 
 
383
  ==Wordpress Facebook like box step by step guide==
384
 
385
  ### Adding Facebook like box to your sidebar.
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 recommend, facebook share, facebook style, 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, 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, fb like box
4
  Requires at least: 2.9
5
  Tested up to: 4.7.0
6
+ Stable tag: 0.7.48
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
 
380
 
381
  * Edit admin menu descriptions.
382
 
383
+ = 0.7.47 =
384
+
385
+ * Changed install database file.
386
+
387
+ = 0.7.48 =
388
+
389
+ * Added comments for developers.
390
+
391
  ==Wordpress Facebook like box step by step guide==
392
 
393
  ### Adding Facebook like box to your sidebar.