Feed & LikeBox For Facebook - Version 1.3

Version Description

01/04/2015

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Feed & LikeBox For Facebook
Version 1.3
Comparing to
See all releases

Code changes from version 1.2 to 1.3

Files changed (4) hide show
  1. facebook-by-weblizar.php +6 -1
  2. images/Thumbs.db +0 -0
  3. images/star.png +0 -0
  4. readme.txt +4 -1
facebook-by-weblizar.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Facebook By WebLizar
4
- * Version: 1.2
5
  * Description: Display your facebook page live stream & friends on WordPress blog.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
@@ -217,6 +217,11 @@ class WeblizarFacebook extends WP_Widget {
217
  <input class="widefat" id="<?php echo $this->get_field_id( 'FbAppId' ); ?>" name="<?php echo $this->get_field_name( 'FbAppId' ); ?>" type="text" value="<?php echo esc_attr( $FbAppId ); ?>">
218
  <?php _e("Get Your Facebook App. Id",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>: <a href="http://weblizar.com/get-facebook-app-id/" target="_blank">HERE</a>
219
  </p>
 
 
 
 
 
220
 
221
  <?php
222
  }
1
  <?php
2
  /**
3
  * Plugin Name: Facebook By WebLizar
4
+ * Version: 1.3
5
  * Description: Display your facebook page live stream & friends on WordPress blog.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
217
  <input class="widefat" id="<?php echo $this->get_field_id( 'FbAppId' ); ?>" name="<?php echo $this->get_field_name( 'FbAppId' ); ?>" type="text" value="<?php echo esc_attr( $FbAppId ); ?>">
218
  <?php _e("Get Your Facebook App. Id",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>: <a href="http://weblizar.com/get-facebook-app-id/" target="_blank">HERE</a>
219
  </p>
220
+
221
+ <p>
222
+ <a style="display:block;" target="_new" href="https://wordpress.org/plugins/facebook-by-weblizar/"><img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'images/star.png' ;?>" /> </a>
223
+ <a href="https://wordpress.org/plugins/facebook-by-weblizar/" target="_new">Rate Us on Wordpress.org </a>
224
+ </p>
225
 
226
  <?php
227
  }
images/Thumbs.db ADDED
Binary file
images/star.png ADDED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.weblizar.com/
4
  Tags: facebook, facebook like, facebook widget, facebook page, facebook share, facebook share button, Like, like button, Share, share button, facebook fanbox, facebook page, page, plugin, posts, publish Facebook, sidebar, social, Social Plugins, facebook embed, facebook events, Facebook feed, Like Button Widget,wall, facebook wall, facebook photos, share, tweets, facebook share, facebook news, news, feeds
5
  Requires at least: 3.0
6
  Tested up to: 4.1.1
7
- Stable tag: 1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -88,6 +88,9 @@ Please use WordPress support forum to ask any query regarding any issue.
88
 
89
  For more information, see [Weblizar](http://wwww.weblizar.com/) .
90
 
 
 
 
91
  = 1.2 31/03/2015 =
92
  * New: Added Widget title for plugin widget
93
 
4
  Tags: facebook, facebook like, facebook widget, facebook page, facebook share, facebook share button, Like, like button, Share, share button, facebook fanbox, facebook page, page, plugin, posts, publish Facebook, sidebar, social, Social Plugins, facebook embed, facebook events, Facebook feed, Like Button Widget,wall, facebook wall, facebook photos, share, tweets, facebook share, facebook news, news, feeds
5
  Requires at least: 3.0
6
  Tested up to: 4.1.1
7
+ Stable tag: 1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
88
 
89
  For more information, see [Weblizar](http://wwww.weblizar.com/) .
90
 
91
+ = 1.3 01/04/2015 =
92
+ * Small Updates in file
93
+
94
  = 1.2 31/03/2015 =
95
  * New: Added Widget title for plugin widget
96