Feed & LikeBox For Facebook - Version 0.6

Version Description

  • Compatible with WordPress 4.0
Download this release

Release Info

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

Code changes from version 0.4 to 0.6

Files changed (2) hide show
  1. facebook-by-weblizar.php +2 -2
  2. readme.txt +12 -2
facebook-by-weblizar.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Facebook By WebLizar
4
- * Version: 0.4
5
  * Description: Display your facebook page live stream & friends on WordPress blog.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
@@ -202,7 +202,7 @@ class WeblizarFacebook extends WP_Widget {
202
  <p>
203
  <label for="<?php echo $this->get_field_id( 'FbAppId' ); ?>"><?php _e( 'Facebook App ID' ); ?> (<?php _e("Required",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>)</label>
204
  <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 ); ?>">
205
- <?php _e("Get Your Facebook App. Id",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>: <a href="https://help.yahoo.com/kb/yahoo-merchant-solutions/facebook-application-sln18861.html" target="_blank">HERE</a>
206
  </p>
207
 
208
  <?php
1
  <?php
2
  /**
3
  * Plugin Name: Facebook By WebLizar
4
+ * Version: 0.6
5
  * Description: Display your facebook page live stream & friends on WordPress blog.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
202
  <p>
203
  <label for="<?php echo $this->get_field_id( 'FbAppId' ); ?>"><?php _e( 'Facebook App ID' ); ?> (<?php _e("Required",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>)</label>
204
  <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 ); ?>">
205
+ <?php _e("Get Your Facebook App. Id",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>: <a href="http://weblizar.com/get-facebook-app-id/" target="_blank">HERE</a>
206
  </p>
207
 
208
  <?php
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  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: 3.9.1
7
- Stable tag: 0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -73,6 +73,16 @@ Please use WordPress support forum to ask any query regarding any issue.
73
 
74
  For more information, see Weblizar(http://wwww.weblizar.com/).
75
 
 
 
 
 
 
 
 
 
 
 
76
  = 0.4 =
77
 
78
  * Remove Small bug.
3
  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.0
7
+ Stable tag: 0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
73
 
74
  For more information, see Weblizar(http://wwww.weblizar.com/).
75
 
76
+ = 0.6 =
77
+
78
+ * Compatible with WordPress 4.0
79
+
80
+ = 0.5 =
81
+
82
+ * Update Facebook App id link
83
+ * Remove small script error
84
+
85
+
86
  = 0.4 =
87
 
88
  * Remove Small bug.