Responsive Facebook Page Plugin - Version 1.2.4

Version Description

  • Fixed readme
Download this release

Release Info

Developer cameronjonesweb
Plugin Icon 128x128 Responsive Facebook Page Plugin
Version 1.2.4
Comparing to
See all releases

Code changes from version 1.2.3 to 1.2.4

Files changed (2) hide show
  1. facebook-page-feed-graph-api.php +4 -5
  2. readme.txt +9 -3
facebook-page-feed-graph-api.php CHANGED
@@ -2,8 +2,8 @@
2
  /**
3
  * Plugin Name: Facebook Page Plugin
4
  * Plugin URI: https://cameronjones.x10.mx/projects/facebook-page-plugin
5
- * Description: Display the Facebook Page Plugin from the Graph API using a shortcode or widget. Now available in 136 different languages
6
- * Version: 1.2.3
7
  * Author: Cameron Jones
8
  * Author URI: http://cameronjones.x10.mx
9
  * License: GPLv2
@@ -323,10 +323,9 @@ function facebook_page_plugin_admin_notice() {
323
  global $current_user ;
324
  $user_id = $current_user->ID;
325
  if ( !get_user_meta( $user_id, 'facebook_page_plugin_admin_notice_ignore' ) || get_user_meta( $user_id, 'facebook_page_plugin_admin_notice_ignore' ) === false ) {
326
- echo '<div class="updated"><p>Thank you for using the Facebook Page Plugin. If you enjoy using it, please take the time to <a href="https://wordpress.org/support/view/plugin-reviews/facebook-page-feed-graph-api?rate=5#postform" target="_blank">leave a review</a>. Thanks. <a href="?facebook_page_plugin_admin_notice_ignore=0" style="float:right;"><b>X</b></a></p></div>';
327
  }
328
  }
329
-
330
  }
331
 
332
  function facebook_page_plugin_admin_notice_ignore() {
@@ -335,4 +334,4 @@ function facebook_page_plugin_admin_notice_ignore() {
335
  if ( isset($_GET['facebook_page_plugin_admin_notice_ignore']) && '0' == $_GET['facebook_page_plugin_admin_notice_ignore'] ) {
336
  update_user_meta($user_id, 'facebook_page_plugin_admin_notice_ignore', 'true', true);
337
  }
338
- }
2
  /**
3
  * Plugin Name: Facebook Page Plugin
4
  * Plugin URI: https://cameronjones.x10.mx/projects/facebook-page-plugin
5
+ * Description: It's time to upgrade from your old like box! Display the Facebook Page Plugin from the Graph API using a shortcode or widget. Now available in 136 different languages
6
+ * Version: 1.2.4
7
  * Author: Cameron Jones
8
  * Author URI: http://cameronjones.x10.mx
9
  * License: GPLv2
323
  global $current_user ;
324
  $user_id = $current_user->ID;
325
  if ( !get_user_meta( $user_id, 'facebook_page_plugin_admin_notice_ignore' ) || get_user_meta( $user_id, 'facebook_page_plugin_admin_notice_ignore' ) === false ) {
326
+ echo '<div class="updated notice is-dismissible"><p>Thank you for using the Facebook Page Plugin. If you enjoy using it, please take the time to <a href="https://wordpress.org/support/view/plugin-reviews/facebook-page-feed-graph-api?rate=5#postform" target="_blank">leave a review</a>. Thanks. <a href="?facebook_page_plugin_admin_notice_ignore=0" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></a></p></div>';
327
  }
328
  }
 
329
  }
330
 
331
  function facebook_page_plugin_admin_notice_ignore() {
334
  if ( isset($_GET['facebook_page_plugin_admin_notice_ignore']) && '0' == $_GET['facebook_page_plugin_admin_notice_ignore'] ) {
335
  update_user_meta($user_id, 'facebook_page_plugin_admin_notice_ignore', 'true', true);
336
  }
337
+ }
readme.txt CHANGED
@@ -4,11 +4,11 @@ Tags: facebook,social,like,facepile,activity feed,recommendations,shortcode,widg
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WLV5HPHSPM2BG&lc=AU&item_name=Cameron%20Jones%20Web%20Development�cy_code=AUD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
5
  Requires at least: 4.0
6
  Tested up to: 4.2.2
7
- Stable tag: 1.2.3
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
11
- It's time to upgrade from your old like box! Display the Facebook Page Plugin from the Graph API using a shortcode or widget. Now available in 136 different languages
12
 
13
  == Description ==
14
  Facebook are depreciating many of their old social plugins on June 23rd 2015, including Activity Feed, Facepile, Like Box and Recommendations. As such, many WordPress plugins that utilise these social plugins will soon stop working. This plugin instead uses the Graph API v2.3 to guarantee your WordPress site continues to have full Facebook support.
@@ -16,10 +16,14 @@ Facebook are depreciating many of their old social plugins on June 23rd 2015, in
16
  This plugin can be used by added the widget to a widget area and filling out the form, or by using the `[facebook-page-plugin]` shortcode to display the plugin wherever you like, as often as you like.
17
 
18
  Features:
 
19
  * Add your Facebook page to any widget area with the custom Facebook Page Plugin widget
 
20
  * Add your Facebook page to any page content or text widget area using the shortcode
 
21
  * Includes a shortcode generator on the admin dashboard for easy generating of the shortcode
22
- * Uses your site language by default, but you can display your Facebook page in all 136 languages that Facebook supports
 
23
 
24
  If you like the plugin, please take the time to leave a review.
25
 
@@ -82,6 +86,8 @@ Shortcodes were introduced in WordPress 2.5, so theorectially it should work on
82
  3. The new shortcode generator dashboard widget
83
 
84
  == Changelog ==
 
 
85
  = 1.2.3 =
86
  * Fixed bug where the admin dashboard and widgets pages would break if the WordPress installation is running on localhost and there is no internet connection
87
  = 1.2.2 =
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WLV5HPHSPM2BG&lc=AU&item_name=Cameron%20Jones%20Web%20Development�cy_code=AUD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
5
  Requires at least: 4.0
6
  Tested up to: 4.2.2
7
+ Stable tag: 1.2.4
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
11
+ It's time to upgrade from your old like box! Display the Facebook Page Plugin from the Graph API using a shortcode or widget.
12
 
13
  == Description ==
14
  Facebook are depreciating many of their old social plugins on June 23rd 2015, including Activity Feed, Facepile, Like Box and Recommendations. As such, many WordPress plugins that utilise these social plugins will soon stop working. This plugin instead uses the Graph API v2.3 to guarantee your WordPress site continues to have full Facebook support.
16
  This plugin can be used by added the widget to a widget area and filling out the form, or by using the `[facebook-page-plugin]` shortcode to display the plugin wherever you like, as often as you like.
17
 
18
  Features:
19
+
20
  * Add your Facebook page to any widget area with the custom Facebook Page Plugin widget
21
+
22
  * Add your Facebook page to any page content or text widget area using the shortcode
23
+
24
  * Includes a shortcode generator on the admin dashboard for easy generating of the shortcode
25
+
26
+ * Uses your site language by default, but you can display your Facebook page in all 136 languages that Facebook supports, including English, Spanish, Arabic, German, French and many more
27
 
28
  If you like the plugin, please take the time to leave a review.
29
 
86
  3. The new shortcode generator dashboard widget
87
 
88
  == Changelog ==
89
+ = 1.2.4 =
90
+ * Fixed readme
91
  = 1.2.3 =
92
  * Fixed bug where the admin dashboard and widgets pages would break if the WordPress installation is running on localhost and there is no internet connection
93
  = 1.2.2 =