Version Description
version update + compatible upto WordPress 4.8.1
Download this release
Release Info
Developer | weblizar |
Plugin | Feed & LikeBox For Facebook |
Version | 2.4.8 |
Comparing to | |
See all releases |
Code changes from version 2.4.7 to 2.4.8
- facebook-by-weblizar.php +1 -1
- help-body.php +1 -77
- readme.txt +4 -3
facebook-by-weblizar.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Facebook By WebLizar
|
4 |
-
* Version: 2.4.
|
5 |
* Description: Facebook like box plugin to display facebook page live stream & friends on WordPress blog.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Facebook By WebLizar
|
4 |
+
* Version: 2.4.8
|
5 |
* Description: Facebook like box plugin to display facebook page live stream & friends on WordPress blog.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com
|
help-body.php
CHANGED
@@ -378,83 +378,7 @@ if(isset($_POST['facebook-page-url']) && isset($_POST['fb-app-id'])){
|
|
378 |
</p>
|
379 |
</div>
|
380 |
</div>
|
381 |
-
|
382 |
-
<ul class="plugin-action-buttons-custom">
|
383 |
-
<li>
|
384 |
-
<?php
|
385 |
-
if ($action_links)
|
386 |
-
{
|
387 |
-
echo implode("</li><li>", $action_links);
|
388 |
-
}
|
389 |
-
|
390 |
-
switch($plugin["slug"])
|
391 |
-
{
|
392 |
-
case "gallery-bank" :
|
393 |
-
?>
|
394 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/pricing/" target="_blank" >
|
395 |
-
<?php _e("Premium Editions", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
396 |
-
</a>
|
397 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/" target="_blank" >
|
398 |
-
<?php _e("Visit Website", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
399 |
-
</a>
|
400 |
-
<?php
|
401 |
-
break;
|
402 |
-
case "contact-bank" :
|
403 |
-
?>
|
404 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/pricing/" target="_blank" >
|
405 |
-
<?php _e("Premium Editions", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
406 |
-
</a>
|
407 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/" target="_blank" >
|
408 |
-
<?php _e("Visit Website", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
409 |
-
</a>
|
410 |
-
<?php
|
411 |
-
break;
|
412 |
-
case "captcha-bank" :
|
413 |
-
?>
|
414 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/pricing/" target="_blank" >
|
415 |
-
<?php _e("Premium Editions", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
416 |
-
</a>
|
417 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/" target="_blank" >
|
418 |
-
<?php _e("Visit Website", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
419 |
-
</a>
|
420 |
-
<?php
|
421 |
-
break;
|
422 |
-
case "wp-clean-up-optimizer" :
|
423 |
-
?>
|
424 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/pricing/" target="_blank" >
|
425 |
-
<?php _e("Premium Editions", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
426 |
-
</a>
|
427 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/" target="_blank" >
|
428 |
-
<?php _e("Visit Website", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
429 |
-
</a>
|
430 |
-
<?php
|
431 |
-
break;
|
432 |
-
case "google-maps-bank":
|
433 |
-
?>
|
434 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/pricing/" target="_blank" >
|
435 |
-
<?php _e("Premium Editions", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
436 |
-
</a>
|
437 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/" target="_blank" >
|
438 |
-
<?php _e("Visit Website", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
439 |
-
</a>
|
440 |
-
<?php
|
441 |
-
break;
|
442 |
-
case "wp-backup-bank":
|
443 |
-
?>
|
444 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/pricing/" target="_blank" >
|
445 |
-
<?php _e("Premium Editions", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
446 |
-
</a>
|
447 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/" target="_blank" >
|
448 |
-
<?php _e("Visit Website", WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
449 |
-
</a>
|
450 |
-
<?php
|
451 |
-
break;
|
452 |
-
}
|
453 |
-
?>
|
454 |
-
</li>
|
455 |
-
</ul>
|
456 |
-
</div>
|
457 |
-
</div>
|
458 |
<div class="plugin-card-bottom plugin-card-bottom_settings">
|
459 |
<div class="vers column-rating">
|
460 |
<?php wp_star_rating( array( "rating" => $plugin["rating"], "type" => "percent", "number" => $plugin["num_ratings"] ) ); ?>
|
378 |
</p>
|
379 |
</div>
|
380 |
</div>
|
381 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
<div class="plugin-card-bottom plugin-card-bottom_settings">
|
383 |
<div class="vers column-rating">
|
384 |
<?php wp_star_rating( array( "rating" => $plugin["rating"], "type" => "percent", "number" => $plugin["num_ratings"] ) ); ?>
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Facebook ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
-
Tags: facebook, facebook like, facebook
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.8
|
7 |
-
Stable tag: 2.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -86,6 +86,7 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
86 |
|
87 |
For more information, see [Weblizar](http://wwww.weblizar.com/) .
|
88 |
|
|
|
89 |
= 2.4.7 = French Translation added
|
90 |
= 2.4.6 10/10/2016 =
|
91 |
* update
|
1 |
=== Facebook ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
+
Tags: facebook, facebook like, facebook page, facebook like box, facebook widget
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.8.1
|
7 |
+
Stable tag: 2.4.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
86 |
|
87 |
For more information, see [Weblizar](http://wwww.weblizar.com/) .
|
88 |
|
89 |
+
= 2.4.8 = version update + compatible upto WordPress 4.8.1
|
90 |
= 2.4.7 = French Translation added
|
91 |
= 2.4.6 10/10/2016 =
|
92 |
* update
|