Version Description
- New: Now works with groups.
- Fix: Fixed an issue with the 'Show posts by others' option not working correctly in the previous version.
Download this release
Release Info
Developer | smashballoon |
Plugin | Custom Facebook Feed |
Version | 1.6.6 |
Comparing to | |
See all releases |
Code changes from version 1.6.5.1 to 1.6.6
- README.txt +4 -4
- custom-facebook-feed.php +1 -1
README.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Custom Facebook Feed ===
|
2 |
Contributors: smashballoon
|
3 |
-
Tags: facebook, custom, customizable, feed, events, seo, search engine, responsive, mobile, shortcode,
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.7.1
|
6 |
-
Stable tag: 1.6.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -17,7 +17,7 @@ Display a **completely customizable**, **responsive** and **search engine crawla
|
|
17 |
|
18 |
*"Loving the Facebook feed plugin from @smashballoon. It's gonna transform my work's website! Great customer service too :)"* - [Grace Snow](https://twitter.com/GraceSnow/statuses/365915197149429760)
|
19 |
|
20 |
-
*"I tried a few other Facebook plugins but this was by far the simplest and easiest to use. The others were quite confusing or didn't let you change even the simplest things. This plugin lets you change literally every part of it. Didn't have any issues setting it up at all and it's working great. Keep up the good work!"* [Ben Donald](http://wordpress.org/support/topic/simple-to-set-up-and-looks-great)
|
21 |
|
22 |
= Features =
|
23 |
|
@@ -109,7 +109,7 @@ You can embed your Facebook feed directly into a template file by using the Word
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
-
= 1.6.
|
113 |
* New: Now works with groups.
|
114 |
* Fix: Fixed an issue with the 'Show posts by others' option not working correctly in the previous version.
|
115 |
|
1 |
=== Custom Facebook Feed ===
|
2 |
Contributors: smashballoon
|
3 |
+
Tags: facebook, custom, customizable, feed, events, seo, search engine, responsive, mobile, shortcode, social, status, posts
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.7.1
|
6 |
+
Stable tag: 1.6.6
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
17 |
|
18 |
*"Loving the Facebook feed plugin from @smashballoon. It's gonna transform my work's website! Great customer service too :)"* - [Grace Snow](https://twitter.com/GraceSnow/statuses/365915197149429760)
|
19 |
|
20 |
+
*"I tried a few other Facebook plugins but this was by far the simplest and easiest to use. The others were quite confusing or didn't let you change even the simplest things. This plugin lets you change literally every part of it. Didn't have any issues setting it up at all and it's working great. Keep up the good work!"* - [Ben Donald](http://wordpress.org/support/topic/simple-to-set-up-and-looks-great)
|
21 |
|
22 |
= Features =
|
23 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 1.6.6 =
|
113 |
* New: Now works with groups.
|
114 |
* Fix: Fixed an issue with the 'Show posts by others' option not working correctly in the previous version.
|
115 |
|
custom-facebook-feed.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Custom Facebook Feed
|
4 |
Plugin URI: http://smashballoon.com/custom-facebook-feed
|
5 |
Description: Add a completely customizable Facebook feed to your WordPress site
|
6 |
-
Version: 1.6.
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: Custom Facebook Feed
|
4 |
Plugin URI: http://smashballoon.com/custom-facebook-feed
|
5 |
Description: Add a completely customizable Facebook feed to your WordPress site
|
6 |
+
Version: 1.6.6
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|