Version Description
Download this release
Release Info
Developer | cameronjonesweb |
Plugin | Responsive Facebook Page Plugin |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- facebook-page-feed-graph-api.php +1 -1
- readme.txt +21 -14
- screenshot-1.png +0 -0
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
|
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.2
|
7 |
* Author: Cameron Jones
|
8 |
* Author URI: http://cameronjones.x10.mx
|
9 |
* License: GPLv2
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
10 |
|
@@ -16,27 +16,34 @@ 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 |
-
|
20 |
-
|
21 |
-
|
22 |
Alternatively
|
23 |
-
|
24 |
|
25 |
-
|
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 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
40 |
|
41 |
= What languages are available? =
|
42 |
English.
|
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.2
|
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 |
+
- Click `Add New` from the plugins page in your wordpress site
|
20 |
+
- Search for `Facebook Page Plugin`
|
21 |
+
- Click on install
|
22 |
Alternatively
|
23 |
+
- Upload the entire `facebook-page-feed-graph-api` folder to the `/wp-content/plugins/` directory.
|
24 |
|
25 |
+
- 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 |
+
|
33 |
+
`href` (URL path that comes after facebook.com/)
|
34 |
+
|
35 |
+
`width` (number, in pixels, default 340)
|
36 |
+
|
37 |
+
`height` (number, in pixels, default 500)
|
38 |
+
|
39 |
+
`cover` (true/false, show page cover photo, default true)
|
40 |
+
|
41 |
+
`facepile` (true/false, show facepile, default true)
|
42 |
+
|
43 |
+
`posts` (true/false, display page posts, default false)
|
44 |
+
|
45 |
Example: `[facebook-page-plugin href="facebook" width="300" height="500" cover="true" facepile="true" posts="true"]`
|
46 |
+
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 demonstration of how it will appear
|
47 |
|
48 |
= What languages are available? =
|
49 |
English.
|
screenshot-1.png
DELETED
Binary file
|