Feed Them Social – Facebook, Instagram, Twitter, YouTube, Pinterest - Version 2.8.3.4

Version Description

Download this release

Release Info

Developer slickremix
Plugin Icon 128x128 Feed Them Social – Facebook, Instagram, Twitter, YouTube, Pinterest
Version 2.8.3.4
Comparing to
See all releases

Code changes from version 2.8.3.3 to 2.8.3.4

admin/class-fts-facebook-options-page.php CHANGED
@@ -77,7 +77,7 @@ class FTS_Facebook_Options_Page {
77
  $lang_options_array = json_decode( $fts_functions->xml_json_parse( 'https://raw.githubusercontent.com/pennersr/django-allauth/master/allauth/socialaccount/providers/facebook/data/FacebookLocales.xml' ) );
78
  // echo '<pre>';
79
  // print_r($lang_options_array);
80
- // echo '</pre>';
81
  ?>
82
  <div id="fb-token-master-wrap" class="feed-them-social-admin-input-wrap" style="padding-bottom:0px;">
83
  <div class="fts-title-description-settings-page" style="padding-top:0; border:none; margin-bottom:0px;">
@@ -85,15 +85,15 @@ class FTS_Facebook_Options_Page {
85
  <?php esc_html_e( 'Facebook API Token', 'feed-them-social' ); ?>
86
  </h3>
87
  <?php esc_html_e( 'This Facebook Access Token is for Business Pages, Photos and Videos only and is simply used to display the feed. You must be an admin of the business page to get your token. This will NOT work for personal profiles or groups. ', 'feed-them-social' ); ?>
88
- <p>
89
- <?php
90
- echo sprintf(
91
- esc_html( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
92
- '<a href="' . esc_url( 'https://www.facebook.com/dialog/oauth?client_id=1123168491105924&redirect_uri=https://www.slickremix.com/facebook-token/&state=' . admin_url( 'admin.php?page=fts-facebook-feed-styles-submenu-page' ) . '&scope=manage_pages' ) . '" class="fts-facebook-get-access-token">',
93
- '</a>'
94
- );
95
- ?>
96
- </p>
97
  </div>
98
  <a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" target="_blank" class="fts-admin-button-no-work"><?php esc_html_e( 'Button not working?', 'feed-them-social' ); ?></a>
99
  <?php
@@ -134,9 +134,9 @@ class FTS_Facebook_Options_Page {
134
  <div class="clear"></div>
135
 
136
  <input type="text" hidden name="fts_facebook_custom_api_token_user_name" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_user_name" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_user_name' ) ); ?>"/>
137
- <input type="text" hidden name="fts_facebook_custom_api_token_profile_image" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_profile_image" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_profile_image' ) ); ?>"/>
138
 
139
- <div class="clear"></div>
140
  <?php
141
  if ( ! empty( $test_app_token_response ) && ! empty( $test_app_token_id ) ) {
142
  if ( isset( $test_app_token_response->data->is_valid ) || '(#100) You must provide an app access token or a user access token that is an owner or developer of the app' === $test_app_token_response->error->message ) {
@@ -145,7 +145,7 @@ class FTS_Facebook_Options_Page {
145
  echo '<div class="fts-successful-api-token fts-special-working-wrap">';
146
 
147
  if ( ! empty( $fb_id ) && ! empty( $fb_name ) && ! empty( $test_app_token_id ) ) {
148
- echo '<a href="' . esc_url( 'https://www.facebook.com/' . get_option( 'fts_facebook_custom_api_token_user_id' ) ) . '" target="_blank"><img border="0" height="50" width="50" class="fts-fb-page-thumb" src="' . get_option( 'fts_facebook_custom_api_token_profile_image' ) .'"/></a><h3><a href="' . esc_url( 'https://www.facebook.com/' . get_option( 'fts_facebook_custom_api_token_user_id' ) ) . '" target="_blank">' . esc_html( $fb_name ) . '</a></h3>';
149
  }
150
 
151
  echo sprintf(
@@ -243,46 +243,44 @@ class FTS_Facebook_Options_Page {
243
  </div>
244
  <input type="text" name="fts_facebook_custom_api_token_biz" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_biz" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_biz' ) ); ?>"/>
245
  <input type="text" hidden name="fts_facebook_custom_api_token_user_name_biz" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_user_name_biz" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_user_name_biz' ) ); ?>"/>
246
- <input type="text" hidden name="fts_facebook_custom_api_token_biz_profile_image" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_biz_profile_image" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_biz_profile_image' ) ); ?>"/>
247
- <div class="clear"></div>
248
-
249
- <?php
250
- if (!empty($test_app_token_response_biz) && !empty($test_app_token_id_biz)) {
251
- $fb_name_biz = get_option('fts_facebook_custom_api_token_user_name_biz');
252
- $fb_id_biz = get_option('fts_facebook_custom_api_token_user_id_biz');
253
- if (isset($test_app_token_response_biz->data->is_valid) || $test_app_token_response_biz->error->message == "(#100) You must provide an app access token or a user access token that is an owner or developer of the app") {
254
- echo '<div class="fts-successful-api-token fts-special-working-wrap">';
255
-
256
-
257
- // https://graph.facebook.com/' . $fb_id_biz . '/picture
258
- if (!empty($fb_id_biz) && !empty($fb_name_biz) && !empty($test_app_token_id_biz)) {
259
- echo '<img border="0" height="50" width="50" class="fts-fb-page-thumb" src="' . get_option( 'fts_facebook_custom_api_token_biz_profile_image' ) .'"/><h3><a href="https://facebook.com/'.$test_app_token_id_biz.'" target="_blank">' . $fb_name_biz . '</a></h3>';
260
- }
261
- echo __('Your Page Reviews Access Token is now working! Generate your shortcode on the <a href="admin.php?page=feed-them-settings-page#feed_type=facebook_reviews">settings page</a>.', 'feed-them-social') . '</div>';
262
 
263
- }
 
 
 
 
 
264
 
265
- if (isset($test_app_token_response_biz->data->error->message) && !empty($test_app_token_id_biz) || isset($test_app_token_response_biz->error->message) && !empty($test_app_token_id) && $test_app_token_response_biz->error->message !== "(#100) You must provide an app access token or a user access token that is an owner or developer of the app") {
266
- if (isset($test_app_token_response_biz->data->error->message)) {
267
- echo '<div class="fts-failed-api-token">' . __('Oh No something\'s wrong.', 'feed-them-social') . ' ' . $test_app_token_response_biz->data->error->message . ' ' . __('Please click the button above to retreive a new Access Token.', 'feed-them-social') . '</div>';
268
- }
269
- if (isset($test_app_token_response_biz->error->message) && !empty($test_app_token_id_biz) && !isset($_GET["return_long_lived_token"])) {
270
- echo '<div class="fts-failed-api-token">' . __('Oh No something\'s wrong.', 'feed-them-social') . ' ' . $test_app_token_response_biz->error->message . ' ' . __('Please click the button above to retreive a new Access Token.', 'feed-them-social') . '</div>';
271
- }
272
- }
273
 
274
- }
275
- if (!isset($_GET['reviews_token']) && empty($test_app_token_id_biz)) {
276
- echo '<div class="fts-failed-api-token get-started-message">' . __('To get started, please click the button above to retrieve your Page Reviews Access Token.', 'feed-them-social') . '</div>';
277
- }
278
 
 
 
 
 
 
 
 
 
 
 
 
 
279
 
280
- if (isset($_GET['return_long_lived_token']) && isset($_GET['reviews_token'])) {
281
- // Echo our shortcode for the page token list with loadmore button
282
- // These functions are on feed-them-functions.php
283
- echo do_shortcode('[fts_fb_page_token]');
284
 
285
- } ?>
 
286
 
287
  <div class="clear"></div>
288
  </div>
@@ -479,11 +477,11 @@ class FTS_Facebook_Options_Page {
479
  <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
480
  </option>
481
  <?php
482
- if(!empty($lang_options_array->locale)) {
483
- foreach ( $lang_options_array->locale as $language ) {
484
- echo '<option ' . selected( $fb_language, $language->codes->code->standard->representation, true ) . ' value="' . esc_html( $language->codes->code->standard->representation ) . '">' . esc_html( $language->englishName ) . '</option>';
485
- }
486
- }
487
  ?>
488
  </select>
489
  <div class="clear"></div>
@@ -534,22 +532,22 @@ class FTS_Facebook_Options_Page {
534
 
535
 
536
 
537
- <div class="feed-them-social-admin-input-wrap">
538
- <div class="feed-them-social-admin-input-label fts-fb-text-color-label">
539
- <?php esc_html_e( 'View on Facebook', 'feed-them-social' ); ?>
540
- </div>
541
- <input type="text" name="fb_view_on_fb_fts" class="feed-them-social-admin-input" placeholder="" value="<?php echo esc_attr( get_option( 'fb_view_on_fb_fts' ) ); ?>"/>
542
- <div class="clear"></div>
543
 
544
 
545
 
546
- <div class="clear"></div>
547
- </div>
548
- <!--/fts-twitter-feed-styles-input-wrap-->
549
 
550
 
551
 
552
- <div class="feed-them-social-admin-input-wrap">
553
  <div class="fts-title-description-settings-page">
554
  <h3>
555
  <?php esc_html_e( 'Like Button or Box Options', 'feed-them-social' ); ?>
77
  $lang_options_array = json_decode( $fts_functions->xml_json_parse( 'https://raw.githubusercontent.com/pennersr/django-allauth/master/allauth/socialaccount/providers/facebook/data/FacebookLocales.xml' ) );
78
  // echo '<pre>';
79
  // print_r($lang_options_array);
80
+ // echo '</pre>';.
81
  ?>
82
  <div id="fb-token-master-wrap" class="feed-them-social-admin-input-wrap" style="padding-bottom:0px;">
83
  <div class="fts-title-description-settings-page" style="padding-top:0; border:none; margin-bottom:0px;">
85
  <?php esc_html_e( 'Facebook API Token', 'feed-them-social' ); ?>
86
  </h3>
87
  <?php esc_html_e( 'This Facebook Access Token is for Business Pages, Photos and Videos only and is simply used to display the feed. You must be an admin of the business page to get your token. This will NOT work for personal profiles or groups. ', 'feed-them-social' ); ?>
88
+ <p>
89
+ <?php
90
+ echo sprintf(
91
+ esc_html( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
92
+ '<a href="' . esc_url( 'https://www.facebook.com/dialog/oauth?client_id=1123168491105924&redirect_uri=https://www.slickremix.com/facebook-token/&state=' . admin_url( 'admin.php?page=fts-facebook-feed-styles-submenu-page' ) . '&scope=manage_pages' ) . '" class="fts-facebook-get-access-token">',
93
+ '</a>'
94
+ );
95
+ ?>
96
+ </p>
97
  </div>
98
  <a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" target="_blank" class="fts-admin-button-no-work"><?php esc_html_e( 'Button not working?', 'feed-them-social' ); ?></a>
99
  <?php
134
  <div class="clear"></div>
135
 
136
  <input type="text" hidden name="fts_facebook_custom_api_token_user_name" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_user_name" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_user_name' ) ); ?>"/>
137
+ <input type="text" hidden name="fts_facebook_custom_api_token_profile_image" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_profile_image" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_profile_image' ) ); ?>"/>
138
 
139
+ <div class="clear"></div>
140
  <?php
141
  if ( ! empty( $test_app_token_response ) && ! empty( $test_app_token_id ) ) {
142
  if ( isset( $test_app_token_response->data->is_valid ) || '(#100) You must provide an app access token or a user access token that is an owner or developer of the app' === $test_app_token_response->error->message ) {
145
  echo '<div class="fts-successful-api-token fts-special-working-wrap">';
146
 
147
  if ( ! empty( $fb_id ) && ! empty( $fb_name ) && ! empty( $test_app_token_id ) ) {
148
+ echo '<a href="' . esc_url( 'https://www.facebook.com/' . get_option( 'fts_facebook_custom_api_token_user_id' ) ) . '" target="_blank"><img border="0" height="50" width="50" class="fts-fb-page-thumb" src="' . get_option( 'fts_facebook_custom_api_token_profile_image' ) . '"/></a><h3><a href="' . esc_url( 'https://www.facebook.com/' . get_option( 'fts_facebook_custom_api_token_user_id' ) ) . '" target="_blank">' . esc_html( $fb_name ) . '</a></h3>';
149
  }
150
 
151
  echo sprintf(
243
  </div>
244
  <input type="text" name="fts_facebook_custom_api_token_biz" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_biz" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_biz' ) ); ?>"/>
245
  <input type="text" hidden name="fts_facebook_custom_api_token_user_name_biz" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_user_name_biz" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_user_name_biz' ) ); ?>"/>
246
+ <input type="text" hidden name="fts_facebook_custom_api_token_biz_profile_image" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_biz_profile_image" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_biz_profile_image' ) ); ?>"/>
247
+ <div class="clear"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
248
 
249
+ <?php
250
+ if ( ! empty( $test_app_token_response_biz ) && ! empty( $test_app_token_id_biz ) ) {
251
+ $fb_name_biz = get_option( 'fts_facebook_custom_api_token_user_name_biz' );
252
+ $fb_id_biz = get_option( 'fts_facebook_custom_api_token_user_id_biz' );
253
+ if ( isset( $test_app_token_response_biz->data->is_valid ) || $test_app_token_response_biz->error->message == '(#100) You must provide an app access token or a user access token that is an owner or developer of the app' ) {
254
+ echo '<div class="fts-successful-api-token fts-special-working-wrap">';
255
 
256
+ // https://graph.facebook.com/' . $fb_id_biz . '/picture
257
+ if ( ! empty( $fb_id_biz ) && ! empty( $fb_name_biz ) && ! empty( $test_app_token_id_biz ) ) {
258
+ echo '<img border="0" height="50" width="50" class="fts-fb-page-thumb" src="' . get_option( 'fts_facebook_custom_api_token_biz_profile_image' ) . '"/><h3><a href="https://facebook.com/' . $test_app_token_id_biz . '" target="_blank">' . $fb_name_biz . '</a></h3>';
259
+ }
260
+ echo __( 'Your Page Reviews Access Token is now working! Generate your shortcode on the <a href="admin.php?page=feed-them-settings-page#feed_type=facebook_reviews">settings page</a>.', 'feed-them-social' ) . '</div>';
 
 
 
261
 
262
+ }
 
 
 
263
 
264
+ if ( isset( $test_app_token_response_biz->data->error->message ) && ! empty( $test_app_token_id_biz ) || isset( $test_app_token_response_biz->error->message ) && ! empty( $test_app_token_id ) && $test_app_token_response_biz->error->message !== '(#100) You must provide an app access token or a user access token that is an owner or developer of the app' ) {
265
+ if ( isset( $test_app_token_response_biz->data->error->message ) ) {
266
+ echo '<div class="fts-failed-api-token">' . __( 'Oh No something\'s wrong.', 'feed-them-social' ) . ' ' . $test_app_token_response_biz->data->error->message . ' ' . __( 'Please click the button above to retreive a new Access Token.', 'feed-them-social' ) . '</div>';
267
+ }
268
+ if ( isset( $test_app_token_response_biz->error->message ) && ! empty( $test_app_token_id_biz ) && ! isset( $_GET['return_long_lived_token'] ) ) {
269
+ echo '<div class="fts-failed-api-token">' . __( 'Oh No something\'s wrong.', 'feed-them-social' ) . ' ' . $test_app_token_response_biz->error->message . ' ' . __( 'Please click the button above to retreive a new Access Token.', 'feed-them-social' ) . '</div>';
270
+ }
271
+ }
272
+ }
273
+ if ( ! isset( $_GET['reviews_token'] ) && empty( $test_app_token_id_biz ) ) {
274
+ echo '<div class="fts-failed-api-token get-started-message">' . __( 'To get started, please click the button above to retrieve your Page Reviews Access Token.', 'feed-them-social' ) . '</div>';
275
+ }
276
 
277
+ if ( isset( $_GET['return_long_lived_token'] ) && isset( $_GET['reviews_token'] ) ) {
278
+ // Echo our shortcode for the page token list with loadmore button
279
+ // These functions are on feed-them-functions.php
280
+ echo do_shortcode( '[fts_fb_page_token]' );
281
 
282
+ }
283
+ ?>
284
 
285
  <div class="clear"></div>
286
  </div>
477
  <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
478
  </option>
479
  <?php
480
+ if ( ! empty( $lang_options_array->locale ) ) {
481
+ foreach ( $lang_options_array->locale as $language ) {
482
+ echo '<option ' . selected( $fb_language, $language->codes->code->standard->representation, true ) . ' value="' . esc_html( $language->codes->code->standard->representation ) . '">' . esc_html( $language->englishName ) . '</option>';
483
+ }
484
+ }
485
  ?>
486
  </select>
487
  <div class="clear"></div>
532
 
533
 
534
 
535
+ <div class="feed-them-social-admin-input-wrap">
536
+ <div class="feed-them-social-admin-input-label fts-fb-text-color-label">
537
+ <?php esc_html_e( 'View on Facebook', 'feed-them-social' ); ?>
538
+ </div>
539
+ <input type="text" name="fb_view_on_fb_fts" class="feed-them-social-admin-input" placeholder="" value="<?php echo esc_attr( get_option( 'fb_view_on_fb_fts' ) ); ?>"/>
540
+ <div class="clear"></div>
541
 
542
 
543
 
544
+ <div class="clear"></div>
545
+ </div>
546
+ <!--/fts-twitter-feed-styles-input-wrap-->
547
 
548
 
549
 
550
+ <div class="feed-them-social-admin-input-wrap">
551
  <div class="fts-title-description-settings-page">
552
  <h3>
553
  <?php esc_html_e( 'Like Button or Box Options', 'feed-them-social' ); ?>
feed-them.php CHANGED
@@ -7,18 +7,18 @@
7
  * Plugin Name: Feed Them Social - for Twitter feed, Youtube, Pinterest and more
8
  * Plugin URI: https://feedthemsocial.com/
9
  * Description: Display a Custom Facebook feed, Instagram feed, Twitter feed, Pinterest feed & YouTube feed on pages, posts or widgets.
10
- * Version: 2.8.3.3
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.4.0
17
- * Stable tag: 2.8.3.3
18
  * License: GPLv2 or later
19
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
20
  *
21
- * @version 2.8.3.3
22
  * @package FeedThemSocial/Core
23
  * @copyright Copyright (c) 2012-2020 SlickRemix
24
  *
@@ -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.8.3.3' );
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, Pinterest and more
8
  * Plugin URI: https://feedthemsocial.com/
9
  * Description: Display a Custom Facebook feed, Instagram feed, Twitter feed, Pinterest feed & YouTube feed on pages, posts or widgets.
10
+ * Version: 2.8.3.4
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.4.1
17
+ * Stable tag: 2.8.3.4
18
  * License: GPLv2 or later
19
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
20
  *
21
+ * @version 2.8.3.4
22
  * @package FeedThemSocial/Core
23
  * @copyright Copyright (c) 2012-2020 SlickRemix
24
  *
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.8.3.4' );
35
 
36
  define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
37
 
includes/feed-them-functions.php CHANGED
@@ -296,8 +296,9 @@ class feed_them_social_functions {
296
  ob_start();
297
 
298
  if ( ! isset( $_GET['locations'] ) ) {
299
- $fb_token_response = isset( $_REQUEST['next_url'] ) ? wp_remote_fopen( esc_url_raw( $_REQUEST['next_url'] ) ) : wp_remote_fopen( 'https://graph.facebook.com/me/accounts?fields=instagram_business_account{id,username,profile_picture_url},locations{instagram_business_account{profile_picture_url,id,username},name,id,page_username,locations,store_number,store_location_descriptor,access_token},name,id,link,access_token&access_token=' . $_GET['access_token'] . '&limit=25' );
300
- $test_fb_app_token_response = json_decode( $fb_token_response );
 
301
  $_REQUEST['next_url'] = isset( $test_fb_app_token_response->paging->next ) ? esc_url_raw( $test_fb_app_token_response->paging->next ) : '';
302
  } else {
303
  $fb_token_response = isset( $_REQUEST['next_location_url'] ) ? wp_remote_fopen( esc_url_raw( $_REQUEST['next_location_url'] ) ) : '';
296
  ob_start();
297
 
298
  if ( ! isset( $_GET['locations'] ) ) {
299
+ $fb_url = 'fts-facebook-feed-styles-submenu-page' == $_GET['page'] ? wp_remote_fopen( 'https://graph.facebook.com/me/accounts?fields=locations{name,id,page_username,locations,store_number,store_location_descriptor,access_token},name,id,link,access_token&access_token=' . $_GET['access_token'] . '&limit=25' ) : wp_remote_fopen( 'https://graph.facebook.com/me/accounts?fields=instagram_business_account{id,username,profile_picture_url},locations{instagram_business_account{profile_picture_url,id,username},name,id,page_username,locations,store_number,store_location_descriptor,access_token},name,id,link,access_token&access_token=' . $_GET['access_token'] . '&limit=25' );
300
+ $fb_token_response = isset( $_REQUEST['next_url'] ) ? wp_remote_fopen( esc_url_raw( $_REQUEST['next_url'] ) ) : $fb_url;
301
+ $test_fb_app_token_response = json_decode( $fb_token_response );
302
  $_REQUEST['next_url'] = isset( $test_fb_app_token_response->paging->next ) ? esc_url_raw( $test_fb_app_token_response->paging->next ) : '';
303
  } else {
304
  $fb_token_response = isset( $_REQUEST['next_location_url'] ) ? wp_remote_fopen( esc_url_raw( $_REQUEST['next_location_url'] ) ) : '';
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.4.0
6
- Stable tag: 2.8.3.3
7
  License: GPLv2 or later
8
 
9
  Display a Custom Facebook feed, Instagram feed, Twitter feed, Pinterest feed & YouTube feed on pages, posts or widgets.
@@ -75,7 +75,10 @@ Feed Them Social was Developed By SlickRemix --> [https://www.slickremix.com/](h
75
  * Log into WordPress dashboard then click **Plugins** > **Add new** > Then under the title "Install Plugins" click **Upload** > **choose the zip** > **Activate the plugin!**
76
 
77
  == Changelog ==
78
- = Version 2.8.3.3 Monday, April 20th, 2020 =
 
 
 
79
  * DISABLED: Pinterest Feed: Without notice or warning the Pinterest API has become unavailable. Once the API is available to us again we will make an update to correct the issue. For the time being we are going to disable the access token button.
80
  * NEW: System Info: Added Instgram Basic and Business token checks to aid in support.
81
 
2
  Contributors: slickremix, slickchris
3
  Tags: Facebook, Instagram, Twitter, YouTube, Feed
4
  Requires at least: 3.6.0
5
+ Tested up to: 5.4.1
6
+ Stable tag: 2.8.3.4
7
  License: GPLv2 or later
8
 
9
  Display a Custom Facebook feed, Instagram feed, Twitter feed, Pinterest feed & YouTube feed on pages, posts or widgets.
75
  * Log into WordPress dashboard then click **Plugins** > **Add new** > Then under the title "Install Plugins" click **Upload** > **choose the zip** > **Activate the plugin!**
76
 
77
  == Changelog ==
78
+ = Version 2.8.3.4 Thursday, June 4th, 2020 =
79
+ * FIX: Facebook Options: The access token button was not returning pages a user had linked to instagram.
80
+
81
+ = Version 2.8.3.3 Tuesday, April 28th, 2020 =
82
  * DISABLED: Pinterest Feed: Without notice or warning the Pinterest API has become unavailable. Once the API is available to us again we will make an update to correct the issue. For the time being we are going to disable the access token button.
83
  * NEW: System Info: Added Instgram Basic and Business token checks to aid in support.
84