Responsive Facebook Page Plugin - Version 1.1.0

Version Description

Download this release

Release Info

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

Code changes from version 1.0.3 to 1.1.0

Files changed (2) hide show
  1. facebook-page-feed-graph-api.php +3 -2
  2. readme.txt +18 -9
facebook-page-feed-graph-api.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Facebook Page Feed (Graph API)
4
  * Plugin URI: https://cameronjones.x10.mx/projects/facebook-page-plugin
5
  * Description: Display the Facebook Page Plugin from the Graph API.
6
- * Version: 1.0.3
7
  * Author: Cameron Jones
8
  * Author URI: http://cameronjones.x10.mx
9
  * License: GPLv2
@@ -62,4 +62,5 @@ function facebook_page_plugin($filter) {
62
  }
63
  return $return;
64
  }
65
- add_shortcode( 'facebook-page-plugin', 'facebook_page_plugin' );
 
3
  * Plugin Name: Facebook Page Feed (Graph API)
4
  * Plugin URI: https://cameronjones.x10.mx/projects/facebook-page-plugin
5
  * Description: Display the Facebook Page Plugin from the Graph API.
6
+ * Version: 1.1.0
7
  * Author: Cameron Jones
8
  * Author URI: http://cameronjones.x10.mx
9
  * License: GPLv2
62
  }
63
  return $return;
64
  }
65
+ add_shortcode( 'facebook-page-plugin', 'facebook_page_plugin' );
66
+ add_filter( 'widget_text', 'do_shortcode' );
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: cameronjonesweb
3
  Tags: facebook,social,like,facepile,activity feed,recommendations,shortcode
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.1
7
- Stable tag: 1.0.3
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
@@ -16,15 +16,20 @@ Facebook are depreciating many of their old social plugins on June 23rd 2015, in
16
  This plugin is shortcode based, unlike many other Facebook social plugins that are available. Simply call the [facebook-page-plugin] shortcode and set your settings within the shortcode. Place it wherever you like, as often as you like.
17
 
18
  == Installation ==
19
- - Click `Add New` from the plugins page in your wordpress site
20
- - Search for `Facebook Page Plugin`
21
- - Click on install
22
 
23
- Alternatively
24
 
25
- - Upload the entire `facebook-page-feed-graph-api` folder to the `/wp-content/plugins/` directory.
 
 
 
 
 
 
 
 
26
 
27
- - Activate the plugin through the 'Plugins' menu in WordPress.
28
 
29
  == Frequently Asked Questions ==
30
  = How do I use the plugin? =
@@ -51,7 +56,7 @@ This will display a Facebook page feed that loads in the page `facebook.com/face
51
  English.
52
 
53
  = My Facebook page isn't loading =
54
- If the URL for your page is http://facebook.com/ABC123 then when you use the shortcode don't include the domain, instead use like so: [facebook-page-plugin href="ABC123"]
55
  Also, if your page has only just been created it may take some time for the API to load the page. Just be patient
56
 
57
  = What versions of WordPress will this plugin work on? =
@@ -61,6 +66,8 @@ Shortcodes were introduced in WordPress 2.5, so theorectially it should work on
61
  1. Installation example
62
 
63
  == Changelog ==
 
 
64
  = 1.0.3 =
65
  * Fixing screenshot issue
66
  = 1.0.1 =
@@ -69,5 +76,7 @@ Shortcodes were introduced in WordPress 2.5, so theorectially it should work on
69
  * Initial release
70
 
71
  == Upgrade Notice ==
 
 
72
  = 1.0 =
73
  Initial release
3
  Tags: facebook,social,like,facepile,activity feed,recommendations,shortcode
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.1.0
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
16
  This plugin is shortcode based, unlike many other Facebook social plugins that are available. Simply call the [facebook-page-plugin] shortcode and set your settings within the shortcode. Place it wherever you like, as often as you like.
17
 
18
  == Installation ==
 
 
 
19
 
20
+ = From your WordPress dashboard =
21
 
22
+ 1. Click `Add New` from the plugins page in your wordpress site
23
+ 2. Search for `Facebook Page Plugin`
24
+ 3. Click on install
25
+
26
+ = Alternatively from wordpress.org =
27
+
28
+ 1. Download the latest version of Facebook Page Plugin
29
+ 2. Extract the files
30
+ 3. Upload the entire `facebook-page-feed-graph-api` folder to the `/wp-content/plugins/` directory.
31
 
32
+ 4. Activate the plugin through the 'Plugins' menu in WordPress.
33
 
34
  == Frequently Asked Questions ==
35
  = How do I use the plugin? =
56
  English.
57
 
58
  = My Facebook page isn't loading =
59
+ If the URL for your page is http://facebook.com/ABC123 then when you use the shortcode don't include the domain, instead use like so: `[facebook-page-plugin href="ABC123"]`
60
  Also, if your page has only just been created it may take some time for the API to load the page. Just be patient
61
 
62
  = What versions of WordPress will this plugin work on? =
66
  1. Installation example
67
 
68
  == Changelog ==
69
+ = 1.1 =
70
+ * Added filter to allow calling of shortcodes in the text widget
71
  = 1.0.3 =
72
  * Fixing screenshot issue
73
  = 1.0.1 =
76
  * Initial release
77
 
78
  == Upgrade Notice ==
79
+ = 1.1 =
80
+ Added filter to allow calling of shortcodes in the text widget
81
  = 1.0 =
82
  Initial release