Version Description
Download this release
Release Info
Developer | slickremix |
Plugin | Feed Them Social – Facebook, Instagram, Twitter, YouTube, Pinterest |
Version | 2.9.7.1 |
Comparing to | |
See all releases |
Code changes from version 2.9.7 to 2.9.7.1
- feed-them.php +6 -6
- feeds/twitter/class-fts-twitter-feed.php +2 -0
- readme.txt +5 -2
feed-them.php
CHANGED
@@ -7,20 +7,20 @@
|
|
7 |
* Plugin Name: Feed Them Social - for Twitter feed, Youtube, and more
|
8 |
* Plugin URI: https://feedthemsocial.com/
|
9 |
* Description: Display a Custom Facebook feed, Instagram feed, Twitter feed and YouTube feed on pages, posts or widgets.
|
10 |
-
* Version: 2.9.7
|
11 |
* Author: SlickRemix
|
12 |
* Author URI: https://www.slickremix.com/
|
13 |
* Text Domain: feed-them-social
|
14 |
* Domain Path: /languages
|
15 |
* Requires at least: WordPress 4.0.0
|
16 |
-
* Tested up to: WordPress 5.
|
17 |
-
* Stable tag: 2.9.7
|
18 |
* License: GPLv2 or later
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
20 |
*
|
21 |
-
* @version 2.9.7
|
22 |
* @package FeedThemSocial/Core
|
23 |
-
* @copyright Copyright (c) 2012-
|
24 |
*
|
25 |
* Need Support: https://wordpress.org/support/plugin/feed-them-social
|
26 |
* Paid Extension Support: https://www.slickremix.com/my-account/#tab-support
|
@@ -31,7 +31,7 @@
|
|
31 |
*
|
32 |
* Makes sure any js or css changes are reloaded properly. Added to enqued css and js files throughout!
|
33 |
*/
|
34 |
-
define( 'FTS_CURRENT_VERSION', '2.9.7' );
|
35 |
|
36 |
define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
|
37 |
|
7 |
* Plugin Name: Feed Them Social - for Twitter feed, Youtube, and more
|
8 |
* Plugin URI: https://feedthemsocial.com/
|
9 |
* Description: Display a Custom Facebook feed, Instagram feed, Twitter feed and YouTube feed on pages, posts or widgets.
|
10 |
+
* Version: 2.9.7.1
|
11 |
* Author: SlickRemix
|
12 |
* Author URI: https://www.slickremix.com/
|
13 |
* Text Domain: feed-them-social
|
14 |
* Domain Path: /languages
|
15 |
* Requires at least: WordPress 4.0.0
|
16 |
+
* Tested up to: WordPress 5.9
|
17 |
+
* Stable tag: 2.9.7.1
|
18 |
* License: GPLv2 or later
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
20 |
*
|
21 |
+
* @version 2.9.7.1
|
22 |
* @package FeedThemSocial/Core
|
23 |
+
* @copyright Copyright (c) 2012-2022 SlickRemix
|
24 |
*
|
25 |
* Need Support: https://wordpress.org/support/plugin/feed-them-social
|
26 |
* Paid Extension Support: https://www.slickremix.com/my-account/#tab-support
|
31 |
*
|
32 |
* Makes sure any js or css changes are reloaded properly. Added to enqued css and js files throughout!
|
33 |
*/
|
34 |
+
define( 'FTS_CURRENT_VERSION', '2.9.7.1' );
|
35 |
|
36 |
define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
|
37 |
|
feeds/twitter/class-fts-twitter-feed.php
CHANGED
@@ -277,10 +277,12 @@ class FTS_Twitter_Feed extends feed_them_social_functions {
|
|
277 |
if( !empty( $html['data'] ) ){
|
278 |
// Try curl
|
279 |
$html = $html['data'];
|
|
|
280 |
}
|
281 |
elseif( ini_get('allow_url_fopen') ){
|
282 |
// If curl fails try file get contents
|
283 |
$html = file_get_contents( $twitter_external_url );
|
|
|
284 |
}
|
285 |
|
286 |
// The first 2 are preg_match_all with single quotes '', the second 2 are with double quotes "". We have to check for both.
|
277 |
if( !empty( $html['data'] ) ){
|
278 |
// Try curl
|
279 |
$html = $html['data'];
|
280 |
+
error_log( 'FTS: using curl to get external url, image, title & description');
|
281 |
}
|
282 |
elseif( ini_get('allow_url_fopen') ){
|
283 |
// If curl fails try file get contents
|
284 |
$html = file_get_contents( $twitter_external_url );
|
285 |
+
error_log( 'FTS: using file_get_contents');
|
286 |
}
|
287 |
|
288 |
// The first 2 are preg_match_all with single quotes '', the second 2 are with double quotes "". We have to check for both.
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: slickremix, slickchris
|
3 |
Tags: Facebook, Instagram, Twitter, YouTube, Feed
|
4 |
Requires at least: 3.6.0
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 2.9.7
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Display a Custom Facebook feed, Instagram feed, Twitter feed, and YouTube feed on pages, posts or widgets.
|
@@ -72,6 +72,9 @@ Feed Them Social was Developed By SlickRemix --> [https://www.slickremix.com/](h
|
|
72 |
* Log into WordPress dashboard then click **Plugins** > **Add new** > Then under the title "Install Plugins" click **Upload** > **choose the zip** > **Activate the plugin!**
|
73 |
|
74 |
== Changelog ==
|
|
|
|
|
|
|
75 |
= Version 2.9.7 Tuesday, December 14th, 2021 =
|
76 |
* FIX: Facebook & Instagram Options: Problem getting access token if you were running the New Page Experience.
|
77 |
* NEW: Facebook & Instagram Options: Revised description text for users to make it more clear what permissions we are requesting.
|
2 |
Contributors: slickremix, slickchris
|
3 |
Tags: Facebook, Instagram, Twitter, YouTube, Feed
|
4 |
Requires at least: 3.6.0
|
5 |
+
Tested up to: 5.9
|
6 |
+
Stable tag: 2.9.7.1
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Display a Custom Facebook feed, Instagram feed, Twitter feed, and YouTube feed on pages, posts or widgets.
|
72 |
* Log into WordPress dashboard then click **Plugins** > **Add new** > Then under the title "Install Plugins" click **Upload** > **choose the zip** > **Activate the plugin!**
|
73 |
|
74 |
== Changelog ==
|
75 |
+
= Version 2.9.7.1 Monday, January 31st, 2022 =
|
76 |
+
* NOTE: Tested with WordPress Version 5.9
|
77 |
+
|
78 |
= Version 2.9.7 Tuesday, December 14th, 2021 =
|
79 |
* FIX: Facebook & Instagram Options: Problem getting access token if you were running the New Page Experience.
|
80 |
* NEW: Facebook & Instagram Options: Revised description text for users to make it more clear what permissions we are requesting.
|