Custom Facebook Feed - Version 1.4.8

Version Description

  • Minor fixes
Download this release

Release Info

Developer smashballoon
Plugin Icon 128x128 Custom Facebook Feed
Version 1.4.8
Comparing to
See all releases

Code changes from version 1.4.7 to 1.4.8

Files changed (2) hide show
  1. README.txt +5 -2
  2. custom-facebook-feed-admin.php +1 -1
README.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: smashballoon
3
  Tags: facebook, custom, customizable, feed, seo, search engine, responsive, mobile, shortcode, social, status
4
  Requires at least: 3.0
5
  Tested up to: 3.6
6
- Stable tag: 1.4.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -35,7 +35,7 @@ To display photos, videos, the number of likes, shares and comments for each Fac
35
  2. Activate the plugin through the 'Plugins' menu in WordPress.
36
  3. Navigate to the 'Facebook Feed' settings page to configure your feed.
37
  4. Use the shortcode `[custom-facebook-feed]` in your page, post or widget to display your feed.
38
- 5. You can display multiple feeds of different Facebook pages by specifying a Page ID directly in the shortcode: `[custom-facebook-feed id=SarahsBakery show=5]`.
39
 
40
  == Frequently Asked Questions ==
41
 
@@ -88,6 +88,9 @@ You can embed the feed directly into a template file by using the WordPress do_s
88
 
89
  == Changelog ==
90
 
 
 
 
91
  = 1.4.7 =
92
  * Tweak: Added links to statuses which link to the Facebook page
93
  * Tweak: Added classes to event date, location and description to allow custom styling
3
  Tags: facebook, custom, customizable, feed, seo, search engine, responsive, mobile, shortcode, social, status
4
  Requires at least: 3.0
5
  Tested up to: 3.6
6
+ Stable tag: 1.4.8
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
35
  2. Activate the plugin through the 'Plugins' menu in WordPress.
36
  3. Navigate to the 'Facebook Feed' settings page to configure your feed.
37
  4. Use the shortcode `[custom-facebook-feed]` in your page, post or widget to display your feed.
38
+ 5. You can display multiple feeds of different Facebook pages by specifying a Page ID directly in the shortcode: `[custom-facebook-feed id=SarahsBakery num=5]`.
39
 
40
  == Frequently Asked Questions ==
41
 
88
 
89
  == Changelog ==
90
 
91
+ = 1.4.8 =
92
+ * Minor fixes
93
+
94
  = 1.4.7 =
95
  * Tweak: Added links to statuses which link to the Facebook page
96
  * Tweak: Added classes to event date, location and description to allow custom styling
custom-facebook-feed-admin.php CHANGED
@@ -94,7 +94,7 @@ function cff_settings_page() {
94
 
95
  <p>You can override the settings above directly in the shortcode like so:</p>
96
 
97
- <p>[custom-facebook-feed <b><span style='color: green;'>id=Your_Page_ID</span> <span style='color: purple;'>show=3</span> <span style='color: blue;'>height=500px</span></b>]</p>
98
 
99
  <p><a href="http://smashballoon.com/custom-facebook-feed/docs/shortcodes/" target="_blank">Click here</a> for a full list of shortcode options <i style="color: #666; font-size: 11px;">(Please note that some of them will only work with the Pro version of the plugin)</i></p>
100
  <br />
94
 
95
  <p>You can override the settings above directly in the shortcode like so:</p>
96
 
97
+ <p>Eg: [custom-facebook-feed <b><span style='color: green;'>id=<i>Put_Your_Page_ID_Here</i></span> <span style='color: purple;'>num=3</span> <span style='color: blue;'>height=500px</span></b>]</p>
98
 
99
  <p><a href="http://smashballoon.com/custom-facebook-feed/docs/shortcodes/" target="_blank">Click here</a> for a full list of shortcode options <i style="color: #666; font-size: 11px;">(Please note that some of them will only work with the Pro version of the plugin)</i></p>
100
  <br />