Version Description
Update the plugin if you can not find your locale in list
Download this release
Release Info
Developer | sjaved |
Plugin | Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp |
Version | 2.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 2.0.0
- README.txt +7 -3
- admin/easy-facebook-likebox-admin.php +15 -2
- admin/views/admin.php +48 -6
- easy-facebook-likebox.php +1 -1
README.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Easy Facebook Like Box ===
|
2 |
Contributors: sjaved
|
3 |
Tags: facebook, facebook likebox, likebox, like box, facebook like box, facebook like box widget, facebook like box shortcode, shortcode, facebook like box plugin, facebook like box wordpress plugin, plugin, responsive facebook like box, responsive, facebook like box in 75 locales, facebook like box in 75 languages
|
4 |
-
Donate link:
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.9.2
|
7 |
-
Stable tag:
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -57,7 +57,7 @@ Features:
|
|
57 |
3. Navigate to "Appearance > Widgets" and drag and drop "Easy Facebook Likebox" in desired widget area or use the shortcode in page/post generated by widget.
|
58 |
|
59 |
== Upgrade Notice ==
|
60 |
-
=
|
61 |
Update the plugin if you can not find your locale in list
|
62 |
|
63 |
= 1.0.2 =
|
@@ -90,6 +90,10 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
|
|
90 |
|
91 |
|
92 |
== Changelog ==
|
|
|
|
|
|
|
|
|
93 |
= 1.2.0 =
|
94 |
|
95 |
* Added other feild for locale. Input your locale name if you can not find yours in the list.
|
1 |
=== Easy Facebook Like Box ===
|
2 |
Contributors: sjaved
|
3 |
Tags: facebook, facebook likebox, likebox, like box, facebook like box, facebook like box widget, facebook like box shortcode, shortcode, facebook like box plugin, facebook like box wordpress plugin, plugin, responsive facebook like box, responsive, facebook like box in 75 locales, facebook like box in 75 languages
|
4 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=sjaved786%40gmail%2ecom&lc=US&item_name=Easy%20Facebook%20Like%20Box%20WordPress%20Plugin&item_number=efbl¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.9.2
|
7 |
+
Stable tag: 2.0.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
57 |
3. Navigate to "Appearance > Widgets" and drag and drop "Easy Facebook Likebox" in desired widget area or use the shortcode in page/post generated by widget.
|
58 |
|
59 |
== Upgrade Notice ==
|
60 |
+
= 2.0.0 =
|
61 |
Update the plugin if you can not find your locale in list
|
62 |
|
63 |
= 1.0.2 =
|
90 |
|
91 |
|
92 |
== Changelog ==
|
93 |
+
= 2.0.0 =
|
94 |
+
|
95 |
+
* Added other feild for locale. Input your locale name if you can not find yours in the list.
|
96 |
+
|
97 |
= 1.2.0 =
|
98 |
|
99 |
* Added other feild for locale. Input your locale name if you can not find yours in the list.
|
admin/easy-facebook-likebox-admin.php
CHANGED
@@ -232,10 +232,23 @@ class Easy_Facebook_Likebox_Admin {
|
|
232 |
|
233 |
//if ( get_site_option( $version_key ) == $plugin_verstion && get_site_option( $notice_key ) == 1 ) return;
|
234 |
|
235 |
-
$msg = sprintf(__('Thanks for installting/upgrading the Easy Facebook Likebox Plugin! If you like this plugin, please consider some <a href="%s" target="_blank">donation</a> and/or <a href="%s" target="_blank">rating it</a>!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
<a href="%s" class="button button-primary">I have supported already</a>
|
237 |
', 'efbl'),
|
238 |
-
'
|
239 |
'http://wordpress.org/plugins/easy-facebook-likebox/',
|
240 |
get_admin_url().'?efbl_supported=1'
|
241 |
);
|
232 |
|
233 |
//if ( get_site_option( $version_key ) == $plugin_verstion && get_site_option( $notice_key ) == 1 ) return;
|
234 |
|
235 |
+
$msg = sprintf(__('Thanks for installting/upgrading the Easy Facebook Likebox Plugin! If you like this plugin, please consider some <a href="%s" target="_blank">donation</a> and/or <a href="%s" target="_blank">rating it</a>!
|
236 |
+
Support us by liking us on facebook!
|
237 |
+
|
238 |
+
<div id="fb-root"></div>
|
239 |
+
<script>(function(d, s, id) {
|
240 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
241 |
+
if (d.getElementById(id)) return;
|
242 |
+
js = d.createElement(s); js.id = id;
|
243 |
+
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=517129121754984&version=v2.0";
|
244 |
+
fjs.parentNode.insertBefore(js, fjs);
|
245 |
+
}(document, \'script\', \'facebook-jssdk\'));</script>
|
246 |
+
|
247 |
+
<div class="fb-like" data-href="https://facebook.com/jwebsol" data-layout="standard" data-action="like" data-show-faces="false" data-share="true"></div>
|
248 |
+
<br /><br />
|
249 |
<a href="%s" class="button button-primary">I have supported already</a>
|
250 |
', 'efbl'),
|
251 |
+
'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=sjaved786%40gmail%2ecom&lc=US&item_name=Easy%20Facebook%20Like%20Box%20WordPress%20Plugin&item_number=efbl¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted',
|
252 |
'http://wordpress.org/plugins/easy-facebook-likebox/',
|
253 |
get_admin_url().'?efbl_supported=1'
|
254 |
);
|
admin/views/admin.php
CHANGED
@@ -13,11 +13,15 @@
|
|
13 |
*/
|
14 |
?>
|
15 |
|
16 |
-
<div class="wrap">
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
|
22 |
<p>Here are steps and ways you can use this plugin.
|
23 |
<ol>
|
@@ -28,8 +32,46 @@
|
|
28 |
</li>
|
29 |
</ol>
|
30 |
</p>
|
31 |
-
<p>I am working on the betterment and improvement of this plugin so stay tuned.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
*/
|
14 |
?>
|
15 |
|
16 |
+
<div class="wrap" id="dashboard-widgets">
|
17 |
|
18 |
+
<div id="postbox-container-1" class="postbox-container">
|
19 |
+
<div id="normal-sortables" class="meta-box-sortables ui-sortable"><div id="dashboard_right_now" class="postbox ">
|
20 |
+
<div class="handlediv" title="Click to toggle"><br></div><h3 class="hndle"><span><?php echo esc_html( get_admin_page_title() ); ?></span></h3>
|
21 |
+
<div class="inside">
|
22 |
+
<div class="main">
|
23 |
+
|
24 |
+
<p>Thanks for installing the plugin.</p>
|
25 |
|
26 |
<p>Here are steps and ways you can use this plugin.
|
27 |
<ol>
|
32 |
</li>
|
33 |
</ol>
|
34 |
</p>
|
35 |
+
<p>I am working on the betterment and improvement of this plugin so stay tuned.</p> </div>
|
36 |
+
</div>
|
37 |
+
</div>
|
38 |
+
|
39 |
+
</div> </div>
|
40 |
+
|
41 |
+
|
42 |
+
<div id="postbox-container-1" class="postbox-container">
|
43 |
+
<div id="normal-sortables" class="meta-box-sortables ui-sortable"><div id="dashboard_right_now" class="postbox ">
|
44 |
+
<div class="handlediv" title="Click to toggle"><br></div><h3 class="hndle"><span> Support us by liking us on facebook!</span></h3>
|
45 |
+
<div class="inside">
|
46 |
+
<div class="main">
|
47 |
+
|
48 |
+
<div class="fb-like-box" data-href="https://www.facebook.com/jwebsol" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="true"></div>
|
49 |
+
<div id="fb-root"></div>
|
50 |
+
<script>(function(d, s, id) {
|
51 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
52 |
+
if (d.getElementById(id)) return;
|
53 |
+
js = d.createElement(s); js.id = id;
|
54 |
+
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=517129121754984&version=v2.0";
|
55 |
+
fjs.parentNode.insertBefore(js, fjs);
|
56 |
+
}(document, 'script', 'facebook-jssdk'));</script>
|
57 |
|
58 |
+
</div>
|
59 |
+
</div>
|
60 |
+
</div>
|
61 |
+
|
62 |
+
</div> </div>
|
63 |
+
|
64 |
+
|
65 |
+
|
66 |
+
|
67 |
+
|
68 |
|
69 |
</div>
|
70 |
+
<style type="text/css">
|
71 |
+
#dashboard_right_now li{
|
72 |
+
width:100%;
|
73 |
+
}
|
74 |
+
.hndle{
|
75 |
+
padding: 10px;
|
76 |
+
}
|
77 |
+
</style>
|
easy-facebook-likebox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Easy Facebook Likebox
|
4 |
* Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
|
5 |
* Description: Easy Facebook like box WordPress plugin allows you to easly display facebook like box fan page on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generated after saving the facebook like box widget. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
|
6 |
-
* Version:
|
7 |
* Author: Sajid Javed
|
8 |
* Author URI: http://jwebsol.com
|
9 |
* Text Domain: easy-facebook-likebox
|
3 |
* Plugin Name: Easy Facebook Likebox
|
4 |
* Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
|
5 |
* Description: Easy Facebook like box WordPress plugin allows you to easly display facebook like box fan page on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generated after saving the facebook like box widget. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
|
6 |
+
* Version: 2.0.0
|
7 |
* Author: Sajid Javed
|
8 |
* Author URI: http://jwebsol.com
|
9 |
* Text Domain: easy-facebook-likebox
|