WpDevArt Facebook Like Box Widget - Version 0.7.79

Version Description

Download this release

Release Info

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

Code changes from version 0.7.78 to 0.7.79

Files changed (4) hide show
  1. includes/admin_menu.php +12 -10
  2. includes/widget.php +3 -1
  3. like-box.php +1 -1
  4. readme.txt +1 -1
includes/admin_menu.php CHANGED
@@ -137,7 +137,9 @@ class like_box_admin_menu{
137
  </td>
138
  <td>
139
  <div onClick="alert(pro_text); return false;" class="disabled_picker">
140
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(255, 255, 255);"></a></div>
 
 
141
  </div>
142
  </td>
143
  </tr>
@@ -510,9 +512,9 @@ die;
510
  Border color <span class="pro_feature"> (pro)</span> <span title="Type the Border Color of your Facebook Like box." class="desription_class">?</span>
511
  </td>
512
  <td>
513
- <div class="disabled_picker">
514
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(255, 255, 255);"></a></div>
515
- </div>
516
  </td>
517
  </tr>
518
 
@@ -642,9 +644,9 @@ die;
642
  Sticky box button bg color <span class="pro_feature"> (pro)</span> <span title="Type here the Sticky box button background color." class="desription_class">?</span>
643
  </td>
644
  <td>
645
- <div class="disabled_picker">
646
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(62, 89, 165);"></a></div>
647
- </div>
648
  </td>
649
  </tr>
650
  <tr>
@@ -652,9 +654,9 @@ die;
652
  Sticky box border color <span class="pro_feature"> (pro)</span> <span title="Type here the Sticky box border color." class="desription_class">?</span>
653
  </td>
654
  <td>
655
- <div class="disabled_picker">
656
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(62, 89, 165);"></a></div>
657
- </div>
658
  </td>
659
  </tr>
660
  <tr>
137
  </td>
138
  <td>
139
  <div onClick="alert(pro_text); return false;" class="disabled_picker">
140
+ <div class="wp-picker-container disabled_picker">
141
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(255, 255, 255);"><span class="wp-color-result-text">Select Color</span></button>
142
+ </div>
143
  </div>
144
  </td>
145
  </tr>
512
  Border color <span class="pro_feature"> (pro)</span> <span title="Type the Border Color of your Facebook Like box." class="desription_class">?</span>
513
  </td>
514
  <td>
515
+ <div class="wp-picker-container disabled_picker">
516
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(255, 255, 255);"><span class="wp-color-result-text">Select Color</span></button>
517
+ </div>
518
  </td>
519
  </tr>
520
 
644
  Sticky box button bg color <span class="pro_feature"> (pro)</span> <span title="Type here the Sticky box button background color." class="desription_class">?</span>
645
  </td>
646
  <td>
647
+ <div class="wp-picker-container disabled_picker">
648
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(62, 89, 165);"><span class="wp-color-result-text">Select Color</span></button>
649
+ </div>
650
  </td>
651
  </tr>
652
  <tr>
654
  Sticky box border color <span class="pro_feature"> (pro)</span> <span title="Type here the Sticky box border color." class="desription_class">?</span>
655
  </td>
656
  <td>
657
+ <div class="wp-picker-container disabled_picker">
658
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(62, 89, 165);"><span class="wp-color-result-text">Select Color</span></button>
659
+ </div>
660
  </td>
661
  </tr>
662
  <tr>
includes/widget.php CHANGED
@@ -113,7 +113,9 @@ class like_box_facbook extends WP_Widget {
113
  <label for="border_color">Like box Border Color<span style="color:rgba(10, 154, 62, 1);;font-weight:bold;">Pro feature!</span></label>
114
  <br>
115
  <div class="disabled_for_pro" onclick="alert('If you want use this feature upgrade to Like box Pro')">
116
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(255, 255, 255);"></a></div>
 
 
117
  </div>
118
  <p class="flb_field">
119
  <label for="<?php echo $this->get_field_id('stream'); ?>">Facebook latest posts<span style="color:rgba(10, 154, 62, 1);;font-weight:bold;">Pro feature!</span></label>
113
  <label for="border_color">Like box Border Color<span style="color:rgba(10, 154, 62, 1);;font-weight:bold;">Pro feature!</span></label>
114
  <br>
115
  <div class="disabled_for_pro" onclick="alert('If you want use this feature upgrade to Like box Pro')">
116
+ <div class="wp-picker-container disabled_picker">
117
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(255, 255, 255);"><span class="wp-color-result-text">Select Color</span></button>
118
+ </div>
119
  </div>
120
  <p class="flb_field">
121
  <label for="<?php echo $this->get_field_id('stream'); ?>">Facebook latest posts<span style="color:rgba(10, 154, 62, 1);;font-weight:bold;">Pro feature!</span></label>
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.78
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.79
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 like box shortcode, Facebook, facebook badge, Facebook fan page, facebook group, facebook integration, 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, open graph, page, plugin, post to facebook, sharebar, sidebar, social, Social Plugins, social profiles, social share, social sidebar, wordpress like, seo, facebook like, facebook like button, facebook button, facebook facepile, like box facebook, like box widget, facebook likebox, likebox, wordpress facebook like box, facebook like box in PopUp, facebook likebox widget, custom facebook likebox
4
  Requires at least: 2.9
5
  Tested up to: 4.9.1
6
- Stable tag: 0.7.78
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
 
3
  Tags: facebook like box, Facebook like box widget, like box, fb like box, facebook like box shortcode, Facebook, facebook badge, Facebook fan page, facebook group, facebook integration, 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, open graph, page, plugin, post to facebook, sharebar, sidebar, social, Social Plugins, social profiles, social share, social sidebar, wordpress like, seo, facebook like, facebook like button, facebook button, facebook facepile, like box facebook, like box widget, facebook likebox, likebox, wordpress facebook like box, facebook like box in PopUp, facebook likebox widget, custom facebook likebox
4
  Requires at least: 2.9
5
  Tested up to: 4.9.1
6
+ Stable tag: 0.7.79
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