Version Description
[ 08/03/2018 ]
Download this release
Release Info
Developer | weblizar |
Plugin | Feed & LikeBox For Facebook |
Version | 2.6.7 |
Comparing to | |
See all releases |
Code changes from version 2.6.6 to 2.6.7
- facebook-by-weblizar.php +3 -3
- function/facebook-by-weblizar-help.php +1 -1
- readme.txt +16 -6
facebook-by-weblizar.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Plugin Name:
|
4 |
-
* Version: 2.6.
|
5 |
* Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: http://www.weblizar.com
|
@@ -21,7 +21,7 @@ function FacebookTranslation() {
|
|
21 |
/*** Facebook By Weblizar Menu ***/
|
22 |
add_action('admin_menu','WeblizarFacebookMenu');
|
23 |
function WeblizarFacebookMenu() {
|
24 |
-
$adminmenu = add_menu_page( '
|
25 |
//add hook to add styles and scripts for coming soon admin page
|
26 |
add_action( 'admin_print_styles-' . $adminmenu, 'facebooky_by_weblizar_page_function_js_css' );
|
27 |
}
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Plugin Name: Feed & LikeBox For Facebook
|
4 |
+
* Version: 2.6.7
|
5 |
* Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: http://www.weblizar.com
|
21 |
/*** Facebook By Weblizar Menu ***/
|
22 |
add_action('admin_menu','WeblizarFacebookMenu');
|
23 |
function WeblizarFacebookMenu() {
|
24 |
+
$adminmenu = add_menu_page( 'Feed & LikeBox For Facebook', 'Feed & LikeBox For Facebook', 'administrator', 'facebooky-by-weblizar', 'facebooky_by_weblizar_page_function', 'dashicons-facebook-alt');
|
25 |
//add hook to add styles and scripts for coming soon admin page
|
26 |
add_action( 'admin_print_styles-' . $adminmenu, 'facebooky_by_weblizar_page_function_js_css' );
|
27 |
}
|
function/facebook-by-weblizar-help.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'/images/logo.png'; ?>" class="img-responsive" alt="Weblizar">
|
12 |
</div>
|
13 |
<div class="feed-head-cont-text ">
|
14 |
-
<h3> <span class=""><?php _e( '
|
15 |
<p><?php _e('Display a completely responsive & customizable facebook feed on your website which match with the look and feel of your website', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>. </p>
|
16 |
</div>
|
17 |
</div>
|
11 |
<img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'/images/logo.png'; ?>" class="img-responsive" alt="Weblizar">
|
12 |
</div>
|
13 |
<div class="feed-head-cont-text ">
|
14 |
+
<h3> <span class=""><?php _e( 'Feed & LikeBox For Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> </span> </h3>
|
15 |
<p><?php _e('Display a completely responsive & customizable facebook feed on your website which match with the look and feel of your website', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>. </p>
|
16 |
</div>
|
17 |
</div>
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, Facebook posts, facebook widget, Facebook profile, Facebook group, facebook page feed, facebook page like box, feed, likebox
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.9.4
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -203,15 +203,25 @@ Go to admin dashboard => appearance => widgets => Here are available our two fac
|
|
203 |
|
204 |
== Screenshots ==
|
205 |
|
206 |
-
1. Facebook Page Like Box settings
|
207 |
-
2. Facebook Page Feed Settings
|
208 |
-
3. Facebook Page
|
209 |
-
4. Facebook
|
|
|
|
|
|
|
|
|
210 |
|
211 |
== Changelog ==
|
212 |
|
213 |
For more information, see [Weblizar](http://wwww.weblizar.com/) .
|
214 |
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
= 2.6.6 [ 07/03/2018 ] =
|
216 |
1. Plugin name change ' WL Facebook - Feed & LikeBox '.
|
217 |
2. Plugin icon change as plugin guideline
|
1 |
+
=== Feed & LikeBox For Facebook ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, Facebook posts, facebook widget, Facebook profile, Facebook group, facebook page feed, facebook page like box, feed, likebox
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.9.4
|
7 |
+
Stable tag: 2.6.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
203 |
|
204 |
== Screenshots ==
|
205 |
|
206 |
+
1. Facebook Page Like Box settings.
|
207 |
+
2. Facebook Page Feed Settings.
|
208 |
+
3. Facebook Page Feed Settings.
|
209 |
+
4. Facebook Feed Feed Settings.
|
210 |
+
5. Feed & Like-box For Facebook Help.
|
211 |
+
5. Facebook Page Like Box and Feed settings
|
212 |
+
6. Facebook Page Like Box and Feed preview on site
|
213 |
+
7. Facebook Feeds preview on site sidebar.
|
214 |
|
215 |
== Changelog ==
|
216 |
|
217 |
For more information, see [Weblizar](http://wwww.weblizar.com/) .
|
218 |
|
219 |
+
|
220 |
+
= 2.6.7 [ 08/03/2018 ] =
|
221 |
+
1. Plugin name change ' Feed & LikeBox For Facebook '.
|
222 |
+
2. Plugin icon change as plugin guideline
|
223 |
+
|
224 |
+
|
225 |
= 2.6.6 [ 07/03/2018 ] =
|
226 |
1. Plugin name change ' WL Facebook - Feed & LikeBox '.
|
227 |
2. Plugin icon change as plugin guideline
|