WpDevArt Facebook Like Box Widget - Version 0.7.54

Version Description

  • Edited some code descriptions.

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

Code changes from version 0.7.52 to 0.7.54

includes/admin_menu.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- /*############ Facebook Like Box Admin Menu Class ################*/
4
 
5
  class like_box_admin_menu{
6
 
@@ -307,6 +307,8 @@ die;
307
  die($this->text_parametrs['parametrs_sucsses_saved']);
308
  }
309
 
 
 
310
  public function main_menu_function(){
311
 
312
  $enable_disable=$this->generete_parametrs('general_save_parametr');
@@ -769,7 +771,7 @@ die;
769
  </div>
770
  <?php
771
  }
772
- /*#################### Featured plugins page function ########################*/
773
  public function featured_plugins(){
774
  $plugins_array=array(
775
  'coming_soon'=>array(
@@ -901,7 +903,7 @@ die;
901
  </div>
902
  <?php }
903
  }
904
- /*######################################### SUBSCRIBE SECTION #######################################*/
905
 
906
  private function create_select_element_for_font($select_id='',$curent_font='none'){
907
  ?>
1
  <?php
2
 
3
+ /*############ Facebook Like Box Admin Menu Class ################*/
4
 
5
  class like_box_admin_menu{
6
 
307
  die($this->text_parametrs['parametrs_sucsses_saved']);
308
  }
309
 
310
+ /*############ Main menu Function ##################*/
311
+
312
  public function main_menu_function(){
313
 
314
  $enable_disable=$this->generete_parametrs('general_save_parametr');
771
  </div>
772
  <?php
773
  }
774
+ /*#################### Featured plugins page function ########################*/
775
  public function featured_plugins(){
776
  $plugins_array=array(
777
  'coming_soon'=>array(
903
  </div>
904
  <?php }
905
  }
906
+ /*######################################### SUBSCRIBE FUNCTION #######################################*/
907
 
908
  private function create_select_element_for_font($select_id='',$curent_font='none'){
909
  ?>
includes/front_end.php CHANGED
@@ -11,6 +11,8 @@ class like_box_front_end{
11
 
12
  public static $id_for_content=0;
13
 
 
 
14
  function __construct($params){
15
 
16
  $this->databese_parametrs=$params['databese_parametrs'];
@@ -192,7 +194,7 @@ class like_box_front_end{
192
 
193
  }
194
  }
195
- /*############################### Like box sidebar function ########################################*/
196
 
197
  public function css_like_box_sibar_slider_in_footer($width,$height){
198
  echo '<style>';
11
 
12
  public static $id_for_content=0;
13
 
14
+ /*###################### Constract params function ##################*/
15
+
16
  function __construct($params){
17
 
18
  $this->databese_parametrs=$params['databese_parametrs'];
194
 
195
  }
196
  }
197
+ /*############################### Like box footer sidebar function ########################################*/
198
 
199
  public function css_like_box_sibar_slider_in_footer($width,$height){
200
  echo '<style>';
includes/install_database.php CHANGED
@@ -20,7 +20,7 @@ class like_box_install_database{
20
  "like_box_sidebar_slide_mode" => "no",
21
  "like_box_sidebar_slide_title_color" => "#FFFFFF",
22
  "like_box_sidebar_slide_title" => 'Facebook',
23
- "like_box_sidebar_slide_title_font_famely" => 'Times New Roman,Times,Serif,Georgia',
24
  "like_box_sidebar_slide_pntik_height" => "220",
25
 
26
  "like_box_sidebar_slide_profile_id" => "",
@@ -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",
20
  "like_box_sidebar_slide_mode" => "no",
21
  "like_box_sidebar_slide_title_color" => "#FFFFFF",
22
  "like_box_sidebar_slide_title" => 'Facebook',
23
+ "like_box_sidebar_slide_title_font_famely" => 'Times New Roman,Times,Georgia,Serif',
24
  "like_box_sidebar_slide_pntik_height" => "220",
25
 
26
  "like_box_sidebar_slide_profile_id" => "",
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
@@ -19,7 +19,7 @@ class like_box_setting{
19
  public static function generete_iframe_by_array($params){
20
  self::$id_for_iframe++;
21
  $output_code='';
22
- //Default parameters for Facebook iframe
23
  $defaults=array(
24
  'iframe_id' => 'facbook_like_box_'.self::$id_for_iframe,
25
  'profile_id' => '',
19
  public static function generete_iframe_by_array($params){
20
  self::$id_for_iframe++;
21
  $output_code='';
22
+ //Default parameters for Like Box iframe
23
  $defaults=array(
24
  'iframe_id' => 'facbook_like_box_'.self::$id_for_iframe,
25
  'profile_id' => '',
includes/style/admin-style.css CHANGED
@@ -109,6 +109,7 @@
109
  .main_parametrs_group_div.closed_params .head_panel_div{
110
  border-bottom:0px;
111
  }
 
112
  .title_parametrs_group{
113
  display: inline-block;
114
  -webkit-user-select: none;
109
  .main_parametrs_group_div.closed_params .head_panel_div{
110
  border-bottom:0px;
111
  }
112
+ /*Title styles*/
113
  .title_parametrs_group{
114
  display: inline-block;
115
  -webkit-user-select: none;
includes/style/style.css CHANGED
@@ -32,6 +32,7 @@
32
  box-sizing:border-box;
33
  height:100%;
34
  }
 
35
  .main_sidbar_slide{
36
  box-sizing:border-box;
37
  position: fixed;
32
  box-sizing:border-box;
33
  height:100%;
34
  }
35
+ /*Main Sidebar style*/
36
  .main_sidbar_slide{
37
  box-sizing:border-box;
38
  position: fixed;
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.52
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
@@ -46,6 +46,8 @@ class like_box_main{
46
 
47
  }
48
 
 
 
49
  public function install_databese(){
50
 
51
  require_once($this->like_box_plugin_path.'includes/install_database.php');
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.54
7
  Author: smplug-in
8
  Author URI: http://wpdevart.com/wordpress-facebook-like-box-plugin
9
  License: GPL/GPL3
46
 
47
  }
48
 
49
+ /*############ Install database Function ##################*/
50
+
51
  public function install_databese(){
52
 
53
  require_once($this->like_box_plugin_path.'includes/install_database.php');
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Facebook Like Box ===
2
  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, 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.2
6
- Stable tag: 0.7.52
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
 
@@ -408,6 +408,10 @@ Contact us at support@wpdevart.com and we will send you the Facebook like box pr
408
 
409
  * Edit install database file.
410
 
 
 
 
 
411
  ==Wordpress Facebook like box step by step guide==
412
 
413
  ### Adding Facebook like box to your sidebar.
1
  === Facebook Like Box ===
2
  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, 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, custom facebook likebox, fb like box
4
  Requires at least: 2.9
5
  Tested up to: 4.7.2
6
+ Stable tag: 0.7.54
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
 
408
 
409
  * Edit install database file.
410
 
411
+ = 0.7.54 =
412
+
413
+ * Edited some code descriptions.
414
+
415
  ==Wordpress Facebook like box step by step guide==
416
 
417
  ### Adding Facebook like box to your sidebar.