Version Description
*Cleaning up readme file
Download this release
Release Info
Developer | cameronjonesweb |
Plugin | Responsive Facebook Page Plugin |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- facebook-page-feed-graph-api.php +1 -5
- readme.txt +23 -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
|
7 |
* Author: Cameron Jones
|
8 |
* Author URI: http://cameronjones.x10.mx
|
9 |
* License: GPLv2
|
@@ -18,10 +18,6 @@
|
|
18 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
20 |
GNU General Public License for more details.
|
21 |
-
|
22 |
-
You should have received a copy of the GNU General Public License
|
23 |
-
along with this program; if not, write to the Free Software
|
24 |
-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
25 |
*/
|
26 |
|
27 |
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
|
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.1
|
7 |
* Author: Cameron Jones
|
8 |
* Author URI: http://cameronjones.x10.mx
|
9 |
* License: GPLv2
|
18 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
20 |
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
21 |
*/
|
22 |
|
23 |
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
|
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.1
|
7 |
-
Stable tag:
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
10 |
|
@@ -16,9 +16,18 @@ 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 |
-
1.
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
Available settings:
|
23 |
href (URL path that comes after facebook.com/)
|
24 |
width (number, in pixels, default 340)
|
@@ -26,20 +35,25 @@ height (number, in pixels, default 500)
|
|
26 |
cover (true/false, show page cover photo, default true)
|
27 |
facepile (true/false, show facepile, default true)
|
28 |
posts (true/false, display page posts, default false)
|
29 |
-
Example: [facebook-page-plugin href
|
|
|
30 |
|
31 |
-
== Frequently Asked Questions ==
|
32 |
= What languages are available? =
|
33 |
English.
|
34 |
|
35 |
-
= My Facebook page isn
|
36 |
-
If the URL for your page is http://facebook.com/ABC123 then when you use the shortcode don
|
37 |
Also, if your page has only just been created it may take some time for the API to load the page. Just be patient
|
38 |
|
|
|
|
|
|
|
39 |
== Screenshots ==
|
40 |
1. Installation example
|
41 |
|
42 |
== Changelog ==
|
|
|
|
|
43 |
= 1.0 =
|
44 |
* Initial release
|
45 |
|
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.1
|
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 |
+
1. Click `Add New` from the plugins page in your wordpress site
|
20 |
+
2. Search for `Facebook Page Plugin`
|
21 |
+
3. Click on install
|
22 |
+
Alternatively
|
23 |
+
1. Upload the entire `facebook-page-feed-graph-api` folder to the `/wp-content/plugins/` directory.
|
24 |
+
|
25 |
+
2. Activate the plugin through the 'Plugins' menu in WordPress.
|
26 |
+
|
27 |
+
== Frequently Asked Questions ==
|
28 |
+
= How do I use the plugin? =
|
29 |
+
The Facebook Page Plugin uses a shortcode to insert the page feed. You set your settings within the shortcode.
|
30 |
+
`[facebook-page-plugin setting="value"]`.
|
31 |
Available settings:
|
32 |
href (URL path that comes after facebook.com/)
|
33 |
width (number, in pixels, default 340)
|
35 |
cover (true/false, show page cover photo, default true)
|
36 |
facepile (true/false, show facepile, default true)
|
37 |
posts (true/false, display page posts, default false)
|
38 |
+
Example: `[facebook-page-plugin href="facebook" width="300" height="500" cover="true" facepile="true" posts="true"]`
|
39 |
+
This will display a Facebook page feed that loads in the page `facebook.com/facebook` that is 300px wide, 500px high, displaying the page's cover photo, facepile and recent posts. See the screenshots tab for a screenshot
|
40 |
|
|
|
41 |
= What languages are available? =
|
42 |
English.
|
43 |
|
44 |
+
= My Facebook page isn't loading =
|
45 |
+
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"]
|
46 |
Also, if your page has only just been created it may take some time for the API to load the page. Just be patient
|
47 |
|
48 |
+
= What versions of WordPress will this plugin work on? =
|
49 |
+
Shortcodes were introduced in WordPress 2.5, so theorectially it should work on all sites that are at least 2.5, however it has only been tested on versions 4.0 and up, and no guarantee will be made concerning earlier versions
|
50 |
+
|
51 |
== Screenshots ==
|
52 |
1. Installation example
|
53 |
|
54 |
== Changelog ==
|
55 |
+
= 1.0.1 =
|
56 |
+
*Cleaning up readme file
|
57 |
= 1.0 =
|
58 |
* Initial release
|
59 |
|