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

Version Description

Download this release

Release Info

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

Code changes from version 2.8.1 to 2.8.2

admin/class-fts-instagram-options-page.php CHANGED
@@ -178,9 +178,9 @@ class FTS_Instagram_Options_Page {
178
 
179
 
180
 
181
-
182
-
183
- <div id="fb-token-master-wrap" class="feed-them-social-admin-input-wrap" >
184
  <div class="fts-title-description-settings-page">
185
  <h3>
186
  <?php esc_html_e( 'Instagram Hashtag API Token', 'feed-them-social' ); ?>
@@ -322,6 +322,7 @@ class FTS_Instagram_Options_Page {
322
  <div class="clear"></div>
323
  </div>
324
  <!--/fts-facebook-feed-styles-input-wrap-->
 
325
 
326
 
327
 
178
 
179
 
180
 
181
+ <?php
182
+ if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) || is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) ) { ?>
183
+ <div id="fb-token-master-wrap" class="feed-them-social-admin-input-wrap" >
184
  <div class="fts-title-description-settings-page">
185
  <h3>
186
  <?php esc_html_e( 'Instagram Hashtag API Token', 'feed-them-social' ); ?>
322
  <div class="clear"></div>
323
  </div>
324
  <!--/fts-facebook-feed-styles-input-wrap-->
325
+ <?php } ?>
326
 
327
 
328
 
admin/class-fts-settings-page-options.php CHANGED
@@ -1173,7 +1173,7 @@ class FTS_Settings_Page_Options {
1173
  'premium_msg_boxes' => array(
1174
  'album_videos' => array(
1175
  'req_plugin' => 'fts_premium',
1176
- 'msg' => 'The Facebook video feed allows you to view your uploaded videos from facebook. See these great examples and options of all the different ways you can bring new life to your wordpress site! <a href="https://feedthemsocial.com/facebook-videos-demo/" target="_blank">View Demo</a><br /><br />Additionally if you purchase the Carousel Plugin you can showcase your videos in a slideshow or carousel. Works with your Facebook Photos too! <a href="https://feedthemsocial.com/facebook-carousels/" target="_blank">View Carousel Demo</a>',
1177
  ),
1178
  'reviews' => array(
1179
  'req_plugin' => 'facebook_reviews',
@@ -5074,8 +5074,22 @@ class FTS_Settings_Page_Options {
5074
  'value' => 'yes',
5075
  ),
5076
  ),
 
 
 
 
 
 
 
5077
  ),
5078
 
 
 
 
 
 
 
 
5079
  // Generator Info
5080
  'generator_title' => __( 'Instagram Feed Shortcode', 'feed-them-social' ),
5081
  'generator_class' => 'instagram-final-shortcode',
1173
  'premium_msg_boxes' => array(
1174
  'album_videos' => array(
1175
  'req_plugin' => 'fts_premium',
1176
+ 'msg' => 'The Facebook video feed allows you to view your uploaded videos from facebook. See these great examples and options of all the different ways you can bring new life to your WordPress site! <a href="https://feedthemsocial.com/facebook-videos-demo/" target="_blank">View Demo</a><br /><br />Additionally if you purchase the Carousel Plugin you can showcase your videos in a slideshow or carousel. Works with your Facebook Photos too! <a href="https://feedthemsocial.com/facebook-carousels/" target="_blank">View Carousel Demo</a>',
1177
  ),
1178
  'reviews' => array(
1179
  'req_plugin' => 'facebook_reviews',
5074
  'value' => 'yes',
5075
  ),
5076
  ),
5077
+ 'hashtag' => array(
5078
+ 'if' => array(
5079
+ 'class' => 'select#instagram-messages-selector',
5080
+ 'operator' => '==',
5081
+ 'value' => 'hashtag',
5082
+ ),
5083
+ ),
5084
  ),
5085
 
5086
+ 'premium_msg_boxes' => array(
5087
+ 'hashtag' => array(
5088
+ 'req_plugin' => 'fts_premium',
5089
+ 'msg' => 'The Instagram hashtag feed allows you to view publicly visible images and videos that have been tagged with a specific hashtag. See this example and how you can bring new life to your WordPress site! <a href="https://feedthemsocial.com/instagram-hashtag-feed-demo/" target="_blank">View Demo</a>',
5090
+ ),
5091
+ ),
5092
+
5093
  // Generator Info
5094
  'generator_title' => __( 'Instagram Feed Shortcode', 'feed-them-social' ),
5095
  'generator_class' => 'instagram-final-shortcode',
admin/class-fts-settings-page.php CHANGED
@@ -840,7 +840,7 @@ class FTS_Settings_Page {
840
  <?php if ( ! is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) ) { ?>
841
  if (jQuery("select#shortcode-form-selector").val() == "combine-steams-shortcode-form") {
842
  jQuery('.combine-steams-shortcode-form, .fts-required-more-posts').hide();
843
- // jQuery('#not_active_main_select, .fts-required-more-posts').show();
844
  jQuery('.fts-required-more-posts').show();
845
  }
846
  <?php } ?>
840
  <?php if ( ! is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) ) { ?>
841
  if (jQuery("select#shortcode-form-selector").val() == "combine-steams-shortcode-form") {
842
  jQuery('.combine-steams-shortcode-form, .fts-required-more-posts').hide();
843
+ jQuery('#not_active_main_select, .fts-required-more-posts').show();
844
  jQuery('.fts-required-more-posts').show();
845
  }
846
  <?php } ?>
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.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.3.2
17
- * Stable tag: 2.8.1
18
  * License: GPLv2 or later
19
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
20
  *
21
- * @version 2.8.1
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.1' );
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.2
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.3.2
17
+ * Stable tag: 2.8.2
18
  * License: GPLv2 or later
19
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
20
  *
21
+ * @version 2.8.2
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.2' );
35
 
36
  define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
37
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: slickremix, slickchris
3
  Tags: Facebook, Instagram, Twitter, YouTube, Feed
4
  Requires at least: 3.6.0
5
  Tested up to: 5.3.2
6
- Stable tag: 2.8.1
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,6 +75,9 @@ 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.1 Wednesday, January 15th, 2020 =
79
  * FIXED: Instagram Options: The button for hashtag feed was not functioning properly.
80
 
3
  Tags: Facebook, Instagram, Twitter, YouTube, Feed
4
  Requires at least: 3.6.0
5
  Tested up to: 5.3.2
6
+ Stable tag: 2.8.2
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.2 Friday, January 17th, 2020 =
79
+ * FIXED: Instagram Options & Feed: Premium feature was visible and not working properly. Please upgrade to the premium or combined streams extension to use the hashtag feed.
80
+
81
  = Version 2.8.1 Wednesday, January 15th, 2020 =
82
  * FIXED: Instagram Options: The button for hashtag feed was not functioning properly.
83