WpDevArt Facebook Like Box Widget - Version 0.7.36

Version Description

  • Added comments in code.

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

Code changes from version 0.7.35 to 0.7.36

includes/admin_menu.php CHANGED
@@ -115,7 +115,7 @@ class like_box_admin_menu{
115
  </tr>
116
  <tr>
117
  <td>
118
- Like box border <span class="pro_feature"> (pro)</span><span title="Show/Hide Facebook like box border." class="desription_class">?</span>
119
  </td>
120
  <td>
121
  <select onMouseDown="alert(pro_text); return false;" id="like_box_show_border">
@@ -136,7 +136,7 @@ class like_box_admin_menu{
136
  </tr>
137
  <tr>
138
  <td>
139
- Facebook latest posts <span class="pro_feature"> (pro)</span><span class="desription_class" title="Show/Hide the Latest Posts.">?</span>
140
  </td>
141
  <td>
142
  <select onMouseDown="alert(pro_text); return false;" id="like_box_stream">
@@ -161,7 +161,7 @@ class like_box_admin_menu{
161
  Like box Width <span title="Type here Facebook Like box width" class="desription_class">?</span>
162
  </td>
163
  <td>
164
- <input placeholder="The pixel width of the embed (Min. 180 to Max. 500)" id="like_box_width" type="text" value="300" class="input_placholder_small" ><small>(px)</small>
165
  </td>
166
  </tr>
167
  <tr>
115
  </tr>
116
  <tr>
117
  <td>
118
+ Like box border <span class="pro_feature"> (pro)</span><span title="Show Facebook like box border." class="desription_class">?</span>
119
  </td>
120
  <td>
121
  <select onMouseDown="alert(pro_text); return false;" id="like_box_show_border">
136
  </tr>
137
  <tr>
138
  <td>
139
+ Facebook latest posts <span class="pro_feature"> (pro)</span><span class="desription_class" title="Show the Latest Posts.">?</span>
140
  </td>
141
  <td>
142
  <select onMouseDown="alert(pro_text); return false;" id="like_box_stream">
161
  Like box Width <span title="Type here Facebook Like box width" class="desription_class">?</span>
162
  </td>
163
  <td>
164
+ <input placeholder="The pixel width of the embed (Min. 180px to Max. 500px)" id="like_box_width" type="text" value="300" class="input_placholder_small" ><small>(px)</small>
165
  </td>
166
  </tr>
167
  <tr>
includes/front_end.php CHANGED
@@ -23,11 +23,11 @@ class like_box_front_end{
23
  //Popup iframe Hooks
24
  add_action( 'wp_ajax_likeboxfrontend', array($this,'like_box_ifreame_generator') );
25
  add_action( 'wp_ajax_nopriv_likeboxfrontend', array($this,'like_box_ifreame_generator') );
26
- //Genereting js code for footer
27
  add_action( 'wp_footer', array($this,'like_box_popup_in_footer'));
28
  add_action( 'wp_footer', array($this,'like_box_sibar_slider_in_footer'));
29
  add_action( 'wp_head',array($this,'generete_front_javascript'));
30
- // Genereting code for content
31
  add_shortcode( 'wpdevart_like_box', array($this,'like_box_ifreame_content_generator') );
32
  $this->params=$this->generete_params();
33
  // For updated parameters
@@ -107,7 +107,7 @@ class like_box_front_end{
107
  'connections' => $this->params['like_box_connections'],// Show facebook user faces
108
  'stream' => 'hide',
109
  'animation_efect'=>'none',
110
- 'locale' => $this->params['like_box_locale'], // Languages
111
 
112
  );
113
 
23
  //Popup iframe Hooks
24
  add_action( 'wp_ajax_likeboxfrontend', array($this,'like_box_ifreame_generator') );
25
  add_action( 'wp_ajax_nopriv_likeboxfrontend', array($this,'like_box_ifreame_generator') );
26
+ //Genereting footer js code
27
  add_action( 'wp_footer', array($this,'like_box_popup_in_footer'));
28
  add_action( 'wp_footer', array($this,'like_box_sibar_slider_in_footer'));
29
  add_action( 'wp_head',array($this,'generete_front_javascript'));
30
+ // Genereting content code
31
  add_shortcode( 'wpdevart_like_box', array($this,'like_box_ifreame_content_generator') );
32
  $this->params=$this->generete_params();
33
  // For updated parameters
107
  'connections' => $this->params['like_box_connections'],// Show facebook user faces
108
  'stream' => 'hide',
109
  'animation_efect'=>'none',
110
+ 'locale' => $this->params['like_box_locale'], // Language
111
 
112
  );
113
 
includes/widget.php CHANGED
@@ -28,7 +28,7 @@ class like_box_facbook extends WP_Widget {
28
  'connections' => $instance['connections'],// Show facebook users faces
29
  'stream' => 'hide',
30
  'animation_efect'=> 'none',
31
- 'locale' => $instance['locale'], // Languages
32
 
33
  );
34
  // Before widget //
28
  'connections' => $instance['connections'],// Show facebook users faces
29
  'stream' => 'hide',
30
  'animation_efect'=> 'none',
31
+ 'locale' => $instance['locale'], // Language
32
 
33
  );
34
  // Before widget //
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.35
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.36
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Facebook Like Box ===
2
  Contributors: smplug-in
3
- Tags: Facebook, facebook badge, facebook connect, 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 sidebar, facebook style, facebook wall, Facebook Widget, friends, google +1, 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, rt facebook like box, advanced responsive facebook likebox, fb like box, facebook like box shortcodes
4
  Requires at least: 2.9
5
  Tested up to: 4.6.1
6
- Stable tag: 0.7.35
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
 
@@ -93,6 +93,10 @@ You need to select the .zip file only, there is no need to extract the zip file,
93
 
94
  Yes dear users, you need to pay only one time for our pro version.
95
 
 
 
 
 
96
  ### The Best Offer From WpDevArt
97
 
98
  **You can check the best offer page here- [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
@@ -331,6 +335,10 @@ Yes dear users, you need to pay only one time for our pro version.
331
 
332
  * Added new link for pro version.
333
 
 
 
 
 
334
  ==Wordpress Facebook like box step by step guide==
335
 
336
  ### Adding Facebook like box to your sidebar.
1
  === Facebook Like Box ===
2
  Contributors: smplug-in
3
+ Tags: Facebook, facebook badge, facebook connect, 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 sidebar, facebook style, facebook wall, Facebook Widget, friends, 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, rt facebook like box, advanced responsive facebook likebox, fb like box, facebook like box shortcodes
4
  Requires at least: 2.9
5
  Tested up to: 4.6.1
6
+ Stable tag: 0.7.36
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
 
93
 
94
  Yes dear users, you need to pay only one time for our pro version.
95
 
96
+ = I purchased the pro version, but didn't download the pro file =
97
+
98
+ Contact us at support@wpdevart.com and we will send you the pro version.
99
+
100
  ### The Best Offer From WpDevArt
101
 
102
  **You can check the best offer page here- [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
335
 
336
  * Added new link for pro version.
337
 
338
+ = 0.7.36 =
339
+
340
+ * Added comments in code.
341
+
342
  ==Wordpress Facebook like box step by step guide==
343
 
344
  ### Adding Facebook like box to your sidebar.