Version Description
Download this release
Release Info
Developer | slickremix |
Plugin | Feed Them Social – Facebook, Instagram, Twitter, YouTube, Pinterest |
Version | 2.9.2 |
Comparing to | |
See all releases |
Code changes from version 2.9.1 to 2.9.2
- admin/class-fts-facebook-options-page.php +12 -12
- admin/class-fts-instagram-options-page.php +18 -18
- admin/class-fts-pinterest-options-page.php +26 -26
- admin/class-fts-settings-page-options.php +2 -2
- admin/class-fts-settings-page.php +48 -48
- admin/class-fts-system-info-page.php +3 -1
- admin/class-fts-twitter-options-page.php +52 -52
- admin/class-fts-youtube-options-page.php +29 -29
- feed-them.php +19 -19
- feeds/facebook/class-fts-facebook-feed-post-types.php +7 -7
- feeds/instagram/class-fts-instagram-feed.php +6 -6
- feeds/twitter/class-fts-twitter-feed.php +6 -6
- feeds/youtube/class-youtube-feed-free.php +3 -3
- includes/feed-them-functions.php +17 -17
- languages/feed-them-social.pot +3423 -0
- readme.txt +13 -11
- updater/updater-check-class.php +5 -5
- updater/updater-license-page.php +8 -8
admin/class-fts-facebook-options-page.php
CHANGED
@@ -89,7 +89,7 @@ class FTS_Facebook_Options_Page {
|
|
89 |
<p>
|
90 |
<?php
|
91 |
echo sprintf(
|
92 |
-
|
93 |
'<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=pages_show_list,pages_read_engagement' ) . '" class="fts-facebook-get-access-token">',
|
94 |
'</a>'
|
95 |
);
|
@@ -150,7 +150,7 @@ class FTS_Facebook_Options_Page {
|
|
150 |
}
|
151 |
|
152 |
echo sprintf(
|
153 |
-
|
154 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page#feed_type=facebook' ) . '">',
|
155 |
'</a>'
|
156 |
);
|
@@ -160,7 +160,7 @@ class FTS_Facebook_Options_Page {
|
|
160 |
if ( isset( $test_app_token_response->data->error->message ) && ! empty( $test_app_token_id ) || isset( $test_app_token_response->error->message ) && ! empty( $test_app_token_id ) && '(#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 ) {
|
161 |
if ( isset( $test_app_token_response->data->error->message ) ) {
|
162 |
echo sprintf(
|
163 |
-
|
164 |
'<div class="fts-failed-api-token">',
|
165 |
esc_html( $test_app_token_response->data->error->message ),
|
166 |
'</div>'
|
@@ -168,7 +168,7 @@ class FTS_Facebook_Options_Page {
|
|
168 |
}
|
169 |
if ( isset( $test_app_token_response->error->message ) ) {
|
170 |
echo sprintf(
|
171 |
-
|
172 |
'<div class="fts-failed-api-token">',
|
173 |
esc_html( $test_app_token_response->error->message ),
|
174 |
'</div>'
|
@@ -177,7 +177,7 @@ class FTS_Facebook_Options_Page {
|
|
177 |
|
178 |
if ( isset( $test_app_token_response->data->error->message ) && empty( $test_app_token_id ) || isset( $test_app_token_response->error->message ) && empty( $test_app_token_id ) ) {
|
179 |
echo sprintf(
|
180 |
-
|
181 |
'<div class="fts-failed-api-token get-started-message">',
|
182 |
'</div>'
|
183 |
);
|
@@ -186,7 +186,7 @@ class FTS_Facebook_Options_Page {
|
|
186 |
} else {
|
187 |
if ( ! isset( $_GET['return_long_lived_token'] ) || isset( $_GET['reviews_token'] ) ) {
|
188 |
echo sprintf(
|
189 |
-
|
190 |
'<div class="fts-failed-api-token get-started-message">',
|
191 |
'</div>'
|
192 |
);
|
@@ -221,7 +221,7 @@ class FTS_Facebook_Options_Page {
|
|
221 |
<p>
|
222 |
<?php
|
223 |
echo sprintf(
|
224 |
-
|
225 |
'<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' ) . '%26reviews_token=yes&scope=pages_show_list,pages_read_engagement' ) . '" class="fts-facebook-get-access-token">',
|
226 |
'</a>'
|
227 |
);
|
@@ -297,7 +297,7 @@ class FTS_Facebook_Options_Page {
|
|
297 |
<div class="feed-them-social-admin-input-label fb-events-title-color-label">
|
298 |
<?php
|
299 |
echo sprintf(
|
300 |
-
|
301 |
'<br/><small>',
|
302 |
'</small>'
|
303 |
);
|
@@ -312,7 +312,7 @@ class FTS_Facebook_Options_Page {
|
|
312 |
<div class="feed-them-social-admin-input-label fb-events-map-link-color-label">
|
313 |
<?php
|
314 |
echo sprintf(
|
315 |
-
|
316 |
'<br/><small>',
|
317 |
'</small>'
|
318 |
);
|
@@ -460,7 +460,7 @@ class FTS_Facebook_Options_Page {
|
|
460 |
<?php
|
461 |
|
462 |
echo sprintf(
|
463 |
-
|
464 |
'<a href="' . esc_url( 'options-general.php' ) . '" target="_blank">',
|
465 |
'</a>',
|
466 |
'<a href="' . esc_url( 'http://translate.slickremix.com/glotpress/projects/feed-them-social/' ) . '" target="_blank">',
|
@@ -496,7 +496,7 @@ class FTS_Facebook_Options_Page {
|
|
496 |
</h3>
|
497 |
<?php
|
498 |
echo sprintf(
|
499 |
-
|
500 |
'<strong style="color:red">',
|
501 |
'</strong>',
|
502 |
'<strong>',
|
@@ -663,7 +663,7 @@ class FTS_Facebook_Options_Page {
|
|
663 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
664 |
<?php
|
665 |
echo sprintf(
|
666 |
-
|
667 |
'<br/><small>',
|
668 |
'</small>'
|
669 |
);
|
89 |
<p>
|
90 |
<?php
|
91 |
echo sprintf(
|
92 |
+
esc_html__( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
|
93 |
'<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=pages_show_list,pages_read_engagement' ) . '" class="fts-facebook-get-access-token">',
|
94 |
'</a>'
|
95 |
);
|
150 |
}
|
151 |
|
152 |
echo sprintf(
|
153 |
+
esc_html__( 'Your Access Token is now working! Generate your shortcode on the %1$sSettings Page%2$s', 'feed-them-social' ),
|
154 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page#feed_type=facebook' ) . '">',
|
155 |
'</a>'
|
156 |
);
|
160 |
if ( isset( $test_app_token_response->data->error->message ) && ! empty( $test_app_token_id ) || isset( $test_app_token_response->error->message ) && ! empty( $test_app_token_id ) && '(#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 ) {
|
161 |
if ( isset( $test_app_token_response->data->error->message ) ) {
|
162 |
echo sprintf(
|
163 |
+
esc_html__( '%1$sOh No something\'s wrong. %2$s. Please click the button above to retrieve a new Access Token.%3$s', 'feed-them-social' ),
|
164 |
'<div class="fts-failed-api-token">',
|
165 |
esc_html( $test_app_token_response->data->error->message ),
|
166 |
'</div>'
|
168 |
}
|
169 |
if ( isset( $test_app_token_response->error->message ) ) {
|
170 |
echo sprintf(
|
171 |
+
esc_html__( '%1$sOh No something\'s wrong. %2$s. Please click the button above to retrieve a new Access Token.%3$s', 'feed-them-social' ),
|
172 |
'<div class="fts-failed-api-token">',
|
173 |
esc_html( $test_app_token_response->error->message ),
|
174 |
'</div>'
|
177 |
|
178 |
if ( isset( $test_app_token_response->data->error->message ) && empty( $test_app_token_id ) || isset( $test_app_token_response->error->message ) && empty( $test_app_token_id ) ) {
|
179 |
echo sprintf(
|
180 |
+
esc_html__( '%1$sTo get started, please click the button above to retrieve your Access Token.%2$s', 'feed-them-social' ),
|
181 |
'<div class="fts-failed-api-token get-started-message">',
|
182 |
'</div>'
|
183 |
);
|
186 |
} else {
|
187 |
if ( ! isset( $_GET['return_long_lived_token'] ) || isset( $_GET['reviews_token'] ) ) {
|
188 |
echo sprintf(
|
189 |
+
esc_html__( '%1$sTo get started, please click the button above to retrieve your Access Token.%2$s', 'feed-them-social' ),
|
190 |
'<div class="fts-failed-api-token get-started-message">',
|
191 |
'</div>'
|
192 |
);
|
221 |
<p>
|
222 |
<?php
|
223 |
echo sprintf(
|
224 |
+
esc_html__( '%1$sLogin and get my Reviews Access Token%2$s', 'feed-them-social' ),
|
225 |
'<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' ) . '%26reviews_token=yes&scope=pages_show_list,pages_read_engagement' ) . '" class="fts-facebook-get-access-token">',
|
226 |
'</a>'
|
227 |
);
|
297 |
<div class="feed-them-social-admin-input-label fb-events-title-color-label">
|
298 |
<?php
|
299 |
echo sprintf(
|
300 |
+
esc_html__( 'Stars Background Color%1$sApplies to Overall Rating too.%2$s', 'feed-them-social' ),
|
301 |
'<br/><small>',
|
302 |
'</small>'
|
303 |
);
|
312 |
<div class="feed-them-social-admin-input-label fb-events-map-link-color-label">
|
313 |
<?php
|
314 |
echo sprintf(
|
315 |
+
esc_html__( 'Stars & Text Color%1$sApplies to Overall Rating too.%2$s', 'feed-them-social' ),
|
316 |
'<br/><small>',
|
317 |
'</small>'
|
318 |
);
|
460 |
<?php
|
461 |
|
462 |
echo sprintf(
|
463 |
+
esc_html__( 'You must have your Facebook Access Token saved above before this feature will work. This option will translate the FB Titles and Like Button or Box Text. It will not translate your actual post. To translate the Feed Them Social parts of this plugin just set your language on the %1$sWordPress settings%2$s page. If would like to help translate please %3$sClick Here.%4$s', 'feed-them-social' ),
|
464 |
'<a href="' . esc_url( 'options-general.php' ) . '" target="_blank">',
|
465 |
'</a>',
|
466 |
'<a href="' . esc_url( 'http://translate.slickremix.com/glotpress/projects/feed-them-social/' ) . '" target="_blank">',
|
496 |
</h3>
|
497 |
<?php
|
498 |
echo sprintf(
|
499 |
+
esc_html__( '%1$sWARNING, PLEASE READ CAREFULLY!%2$s DO NOT use this field to set your facebook posts. If you are getting the message "Please go to the Facebook Options page of our plugin and look for the "Change Limit" option and add the number 7 or more." then adjust the number below so posts will show in your feed. Generally adding at least %3$s7%4$s is a good idea if you are getting that notice. This is only for Pages and Groups. We filter certain posts that do not have a story or message or if the shared content is not available via the API.', 'feed-them-social' ),
|
500 |
'<strong style="color:red">',
|
501 |
'</strong>',
|
502 |
'<strong>',
|
663 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
664 |
<?php
|
665 |
echo sprintf(
|
666 |
+
esc_html__( 'Page Title Tag %1$s %2$s', 'feed-them-social' ),
|
667 |
'<br/><small>',
|
668 |
'</small>'
|
669 |
);
|
admin/class-fts-instagram-options-page.php
CHANGED
@@ -42,11 +42,11 @@ class FTS_Instagram_Options_Page {
|
|
42 |
$fts_instagram_custom_id = get_option( 'fts_instagram_custom_id' );
|
43 |
$fts_instagram_show_follow_btn = get_option( 'instagram_show_follow_btn' );
|
44 |
$fts_instagram_show_follow_btn_where = get_option( 'instagram_show_follow_btn_where' );
|
45 |
-
$user_id_basic = isset( $_GET['
|
46 |
-
$access_token_basic = isset( $_GET['
|
47 |
-
$access_token = isset( $_GET['
|
48 |
|
49 |
-
if ( isset( $_GET['
|
50 |
<script>
|
51 |
jQuery(document).ready(function ($) {
|
52 |
|
@@ -109,14 +109,14 @@ class FTS_Instagram_Options_Page {
|
|
109 |
?>
|
110 |
<p>
|
111 |
<?php
|
112 |
-
echo
|
113 |
?>
|
114 |
</p>
|
115 |
<p>
|
116 |
<?php
|
117 |
|
118 |
echo sprintf(
|
119 |
-
|
120 |
'<a href="' . esc_url( 'https://api.instagram.com/oauth/authorize?app_id=206360940619297&redirect_uri=https://www.slickremix.com/instagram-basic-token/&response_type=code&scope=user_profile,user_media&state=' . admin_url( 'admin.php?page=fts-instagram-feed-styles-submenu-page' ) . '' ) . '" class="fts-instagram-get-access-token">',
|
121 |
'</a>'
|
122 |
);
|
@@ -140,7 +140,7 @@ class FTS_Instagram_Options_Page {
|
|
140 |
<?php
|
141 |
esc_html_e( 'Access Token Required', 'feed-them-social' );
|
142 |
|
143 |
-
if ( isset( $_GET['
|
144 |
// START AJAX TO SAVE TOKEN TO DB
|
145 |
$fts_functions->feed_them_instagram_save_token();
|
146 |
}
|
@@ -165,7 +165,7 @@ class FTS_Instagram_Options_Page {
|
|
165 |
|
166 |
if( ! empty( $fts_instagram_access_token ) && 0 !== $count ){
|
167 |
echo sprintf(
|
168 |
-
|
169 |
'<div class="fts-failed-api-token instagram-failed-message">',
|
170 |
'<a href="' . esc_url( 'https://www.instagram.com/developer/' ) . '" target="_blank">',
|
171 |
'</a>',
|
@@ -174,7 +174,7 @@ class FTS_Instagram_Options_Page {
|
|
174 |
}
|
175 |
elseif ( ! isset( $test_app_token_response->error ) && ! empty( $fts_instagram_access_token ) ) {
|
176 |
echo sprintf(
|
177 |
-
|
178 |
'<div class="fts-successful-api-token">',
|
179 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' . $custom_instagram_link_hash ) . '">',
|
180 |
'</a></div>'
|
@@ -182,7 +182,7 @@ class FTS_Instagram_Options_Page {
|
|
182 |
} elseif ( isset( $test_app_token_response->error ) && ! empty( $fts_instagram_access_token ) ) {
|
183 |
$text = isset( $test_app_token_response->error->message ) ? $test_app_token_response->error->message : $test_app_token_response->error->message;
|
184 |
echo sprintf(
|
185 |
-
|
186 |
'<div class="fts-failed-api-token instagram-failed-message">',
|
187 |
esc_html( $text ),
|
188 |
'</div>'
|
@@ -193,7 +193,7 @@ class FTS_Instagram_Options_Page {
|
|
193 |
|
194 |
if ( empty( $fts_instagram_access_token ) && 'original_instagram' !== $feed_type ) {
|
195 |
echo sprintf(
|
196 |
-
|
197 |
'<div class="fts-failed-api-token instagram-failed-message">',
|
198 |
'</div>'
|
199 |
);
|
@@ -214,7 +214,7 @@ class FTS_Instagram_Options_Page {
|
|
214 |
</h3>
|
215 |
<?php
|
216 |
echo sprintf(
|
217 |
-
|
218 |
'<a target="_blank" href="' . esc_url( 'https://www.slickremix.com/docs/link-instagram-account-to-facebook/' ) . '">',
|
219 |
'</a>'
|
220 |
);
|
@@ -227,7 +227,7 @@ class FTS_Instagram_Options_Page {
|
|
227 |
// 1844222799032692?fields=instagram_business_account&access_token=
|
228 |
// This redirect url must have an &state= instead of a ?state= otherwise it will not work proper with the fb app. https://www.slickremix.com/instagram-token/&state=.
|
229 |
echo sprintf(
|
230 |
-
|
231 |
'<a href="' . esc_url( 'https://www.facebook.com/dialog/oauth?client_id=1123168491105924&redirect_uri=https://www.slickremix.com/instagram-token/&state=' . admin_url( 'admin.php?page=fts-instagram-feed-styles-submenu-page' ) . '&scope=pages_show_list,pages_read_engagement,instagram_basic' ) . '" class="fts-facebook-get-access-token">',
|
232 |
'</a>'
|
233 |
);
|
@@ -291,7 +291,7 @@ class FTS_Instagram_Options_Page {
|
|
291 |
}
|
292 |
|
293 |
echo sprintf(
|
294 |
-
|
295 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' . $custom_instagram_link_hash ) . '">',
|
296 |
'</a>'
|
297 |
);
|
@@ -301,7 +301,7 @@ class FTS_Instagram_Options_Page {
|
|
301 |
if ( isset( $test_app_token_response->data->error->message ) && ! empty( $test_app_token_id ) || isset( $test_app_token_response->error->message ) && ! empty( $test_app_token_id ) && '(#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 ) {
|
302 |
if ( isset( $test_app_token_response->data->error->message ) ) {
|
303 |
echo sprintf(
|
304 |
-
|
305 |
'<div class="fts-failed-api-token">',
|
306 |
esc_html( $test_app_token_response->data->error->message ),
|
307 |
'</div>'
|
@@ -309,7 +309,7 @@ class FTS_Instagram_Options_Page {
|
|
309 |
}
|
310 |
if ( isset( $test_app_token_response->error->message ) ) {
|
311 |
echo sprintf(
|
312 |
-
|
313 |
'<div class="fts-failed-api-token">',
|
314 |
esc_html( $test_app_token_response->error->message ),
|
315 |
'</div>'
|
@@ -318,7 +318,7 @@ class FTS_Instagram_Options_Page {
|
|
318 |
|
319 |
if ( isset( $test_app_token_response->data->error->message ) && empty( $test_app_token_id ) || isset( $test_app_token_response->error->message ) && empty( $test_app_token_id ) ) {
|
320 |
echo sprintf(
|
321 |
-
|
322 |
'<div class="fts-failed-api-token get-started-message">',
|
323 |
'</div>'
|
324 |
);
|
@@ -327,7 +327,7 @@ class FTS_Instagram_Options_Page {
|
|
327 |
} else {
|
328 |
if ( ! isset( $_GET['return_long_lived_token'] ) || isset( $_GET['reviews_token'] ) ) {
|
329 |
echo sprintf(
|
330 |
-
|
331 |
'<div class="fts-failed-api-token get-started-message">',
|
332 |
'</div>'
|
333 |
);
|
42 |
$fts_instagram_custom_id = get_option( 'fts_instagram_custom_id' );
|
43 |
$fts_instagram_show_follow_btn = get_option( 'instagram_show_follow_btn' );
|
44 |
$fts_instagram_show_follow_btn_where = get_option( 'instagram_show_follow_btn_where' );
|
45 |
+
$user_id_basic = isset( $_GET['code'], $_GET['feed_type'] ) && 'instagram_basic' === $_GET['feed_type'] ? sanitize_text_field( $_GET['user_id'] ) : $fts_instagram_custom_id;
|
46 |
+
$access_token_basic = isset( $_GET['code'], $_GET['feed_type'] ) && 'instagram_basic' === $_GET['feed_type'] ? sanitize_text_field( $_GET['code'] ) : get_option( 'fts_instagram_custom_api_token' );
|
47 |
+
$access_token = isset( $_GET['code'], $_GET['feed_type'] ) && 'original_instagram' === $_GET['feed_type'] ? sanitize_text_field( $_GET['code'] ) : $access_token_basic;
|
48 |
|
49 |
+
if ( isset( $_GET['code'] ) ) { ?>
|
50 |
<script>
|
51 |
jQuery(document).ready(function ($) {
|
52 |
|
109 |
?>
|
110 |
<p>
|
111 |
<?php
|
112 |
+
echo esc_html__( 'This is required to make the Instagram Feed work. Click the button below and it will connect to your Instagram Account to get an access token. It will then return to this page and save it in the inputs below. After it finishes you will be able to generate your Instagram feed. Instagram Basic connections do not allow you to show Profile info or Heart/Comment counts. Please use the Instagram Business option to achieve that.', 'feed-them-social' );
|
113 |
?>
|
114 |
</p>
|
115 |
<p>
|
116 |
<?php
|
117 |
|
118 |
echo sprintf(
|
119 |
+
esc_html__( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
|
120 |
'<a href="' . esc_url( 'https://api.instagram.com/oauth/authorize?app_id=206360940619297&redirect_uri=https://www.slickremix.com/instagram-basic-token/&response_type=code&scope=user_profile,user_media&state=' . admin_url( 'admin.php?page=fts-instagram-feed-styles-submenu-page' ) . '' ) . '" class="fts-instagram-get-access-token">',
|
121 |
'</a>'
|
122 |
);
|
140 |
<?php
|
141 |
esc_html_e( 'Access Token Required', 'feed-them-social' );
|
142 |
|
143 |
+
if ( isset( $_GET['code'], $_GET['feed_type'] ) && 'original_instagram' === $_GET['feed_type'] || isset( $_GET['code'], $_GET['feed_type'] ) && 'instagram_basic' === $_GET['feed_type'] ) {
|
144 |
// START AJAX TO SAVE TOKEN TO DB
|
145 |
$fts_functions->feed_them_instagram_save_token();
|
146 |
}
|
165 |
|
166 |
if( ! empty( $fts_instagram_access_token ) && 0 !== $count ){
|
167 |
echo sprintf(
|
168 |
+
esc_html__( '%1$sThe %2$sLegacy API will be depreciated as of March 31st, 2020%3$s in favor of the new Instagram Graph API and the Instagram Basic Display API. Please click the the button above to reconnect your account or you can connect as a Business account below. You must also generate a new shortcode and replace your existing one.%4$s', 'feed-them-social' ),
|
169 |
'<div class="fts-failed-api-token instagram-failed-message">',
|
170 |
'<a href="' . esc_url( 'https://www.instagram.com/developer/' ) . '" target="_blank">',
|
171 |
'</a>',
|
174 |
}
|
175 |
elseif ( ! isset( $test_app_token_response->error ) && ! empty( $fts_instagram_access_token ) ) {
|
176 |
echo sprintf(
|
177 |
+
esc_html__( '%1$sYour access token is working! Generate your shortcode on the %2$sSettings Page%3$s', 'feed-them-social' ),
|
178 |
'<div class="fts-successful-api-token">',
|
179 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' . $custom_instagram_link_hash ) . '">',
|
180 |
'</a></div>'
|
182 |
} elseif ( isset( $test_app_token_response->error ) && ! empty( $fts_instagram_access_token ) ) {
|
183 |
$text = isset( $test_app_token_response->error->message ) ? $test_app_token_response->error->message : $test_app_token_response->error->message;
|
184 |
echo sprintf(
|
185 |
+
esc_html__( '%1$sOh No something\'s wrong. %2$s Please try clicking the button again to get a new access token. If you need additional assistance please email us at support@slickremix.com %3$s', 'feed-them-social' ),
|
186 |
'<div class="fts-failed-api-token instagram-failed-message">',
|
187 |
esc_html( $text ),
|
188 |
'</div>'
|
193 |
|
194 |
if ( empty( $fts_instagram_access_token ) && 'original_instagram' !== $feed_type ) {
|
195 |
echo sprintf(
|
196 |
+
esc_html__( '%1$sYou are required to get an access token to view your photos.%2$s', 'feed-them-social' ),
|
197 |
'<div class="fts-failed-api-token instagram-failed-message">',
|
198 |
'</div>'
|
199 |
);
|
214 |
</h3>
|
215 |
<?php
|
216 |
echo sprintf(
|
217 |
+
esc_html__( 'You must have your Instagram Account linked to a Facebook Business Page, this is required to make the Instagram Business Feed or Hashtag Feed work. %1$sRead Instructions%2$s. Once you have completed the instructions you can click the button below and it will connect to your Facebook Account to get an access token. It should return a Facebook page or list of pages you are admin of and display which ones are connected to Instagram. Choose one, then click save. The Instagram Business option will allow you to display your profile info and the Heart/Comment counts on your media.', 'feed-them-social' ),
|
218 |
'<a target="_blank" href="' . esc_url( 'https://www.slickremix.com/docs/link-instagram-account-to-facebook/' ) . '">',
|
219 |
'</a>'
|
220 |
);
|
227 |
// 1844222799032692?fields=instagram_business_account&access_token=
|
228 |
// This redirect url must have an &state= instead of a ?state= otherwise it will not work proper with the fb app. https://www.slickremix.com/instagram-token/&state=.
|
229 |
echo sprintf(
|
230 |
+
esc_html__( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
|
231 |
'<a href="' . esc_url( 'https://www.facebook.com/dialog/oauth?client_id=1123168491105924&redirect_uri=https://www.slickremix.com/instagram-token/&state=' . admin_url( 'admin.php?page=fts-instagram-feed-styles-submenu-page' ) . '&scope=pages_show_list,pages_read_engagement,instagram_basic' ) . '" class="fts-facebook-get-access-token">',
|
232 |
'</a>'
|
233 |
);
|
291 |
}
|
292 |
|
293 |
echo sprintf(
|
294 |
+
esc_html__( 'Your access token is working! Generate your shortcode on the %1$sSettings Page%2$s', 'feed-them-social' ),
|
295 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' . $custom_instagram_link_hash ) . '">',
|
296 |
'</a>'
|
297 |
);
|
301 |
if ( isset( $test_app_token_response->data->error->message ) && ! empty( $test_app_token_id ) || isset( $test_app_token_response->error->message ) && ! empty( $test_app_token_id ) && '(#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 ) {
|
302 |
if ( isset( $test_app_token_response->data->error->message ) ) {
|
303 |
echo sprintf(
|
304 |
+
esc_html__( '%1$sOh No something\'s wrong. %2$s. Please click the button above to retrieve a new Access Token.%3$s', 'feed-them-social' ),
|
305 |
'<div class="fts-failed-api-token">',
|
306 |
esc_html( $test_app_token_response->data->error->message ),
|
307 |
'</div>'
|
309 |
}
|
310 |
if ( isset( $test_app_token_response->error->message ) ) {
|
311 |
echo sprintf(
|
312 |
+
esc_html__( '%1$sOh No something\'s wrong. %2$s. Please click the button above to retrieve a new Access Token.%3$s', 'feed-them-social' ),
|
313 |
'<div class="fts-failed-api-token">',
|
314 |
esc_html( $test_app_token_response->error->message ),
|
315 |
'</div>'
|
318 |
|
319 |
if ( isset( $test_app_token_response->data->error->message ) && empty( $test_app_token_id ) || isset( $test_app_token_response->error->message ) && empty( $test_app_token_id ) ) {
|
320 |
echo sprintf(
|
321 |
+
esc_html__( '%1$sTo get started, please click the button above to retrieve your Access Token.%2$s', 'feed-them-social' ),
|
322 |
'<div class="fts-failed-api-token get-started-message">',
|
323 |
'</div>'
|
324 |
);
|
327 |
} else {
|
328 |
if ( ! isset( $_GET['return_long_lived_token'] ) || isset( $_GET['reviews_token'] ) ) {
|
329 |
echo sprintf(
|
330 |
+
esc_html__( '%1$sTo get started, please click the button above to retrieve your Access Token.%2$s', 'feed-them-social' ),
|
331 |
'<div class="fts-failed-api-token get-started-message">',
|
332 |
'</div>'
|
333 |
);
|
admin/class-fts-pinterest-options-page.php
CHANGED
@@ -39,17 +39,17 @@ class FTS_Pinterest_Options_Page {
|
|
39 |
?>
|
40 |
<div class="fts-failed-api-token" style="margin-bottom: 20px;">
|
41 |
<?php
|
42 |
-
echo
|
43 |
?>
|
44 |
</div>
|
45 |
|
46 |
<div class="feed-them-social-admin-wrap">
|
47 |
|
48 |
<h1>
|
49 |
-
<?php echo
|
50 |
</h1>
|
51 |
<div class="use-of-plugin">
|
52 |
-
<?php echo
|
53 |
</div>
|
54 |
|
55 |
<!-- custom option for padding -->
|
@@ -66,28 +66,28 @@ class FTS_Pinterest_Options_Page {
|
|
66 |
<div class="feed-them-social-admin-input-wrap" style="padding-top:0; display: noneee">
|
67 |
<div class="fts-title-description-settings-page">
|
68 |
<h3>
|
69 |
-
<?php echo
|
70 |
</h3>
|
71 |
|
72 |
-
<p><?php echo
|
73 |
</p>
|
74 |
<p>
|
75 |
<?php
|
76 |
echo sprintf(
|
77 |
-
|
78 |
'<a href="' . esc_url( 'https://api.pinterest.com/oauth/?response_type=token&redirect_uri=https://www.slickremix.com/pinterest-token-plugin/&client_id=5063534389122615467&scope=read_public&state=' . admin_url( 'admin.php?page=fts-pinterest-feed-styles-submenu-page' ) ) . '" class="fts-pinterest-get-access-token">',
|
79 |
'</a>'
|
80 |
);
|
81 |
?>
|
82 |
</p>
|
83 |
-
<a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" style="margin-top:14px;display:inline-block" class="fts-admin-button-no-work"><?php echo
|
84 |
</div>
|
85 |
|
86 |
<div class="fts-clear"></div>
|
87 |
|
88 |
<div class="feed-them-social-admin-input-wrap" style="margin-bottom:0;">
|
89 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
90 |
-
<?php echo
|
91 |
</div>
|
92 |
|
93 |
<input type="text" name="fts_pinterest_custom_api_token" class="feed-them-social-admin-input" id="fts_pinterest_custom_api_token" value="<?php echo esc_attr( $access_token ); ?>"/>
|
@@ -103,14 +103,14 @@ class FTS_Pinterest_Options_Page {
|
|
103 |
// Error Check!
|
104 |
if ( ! isset( $test_app_token_response->status ) && ! empty( $fts_pinterest_access_token ) ) {
|
105 |
echo sprintf(
|
106 |
-
|
107 |
'<div class="fts-successful-api-token">',
|
108 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
|
109 |
'</a></div>'
|
110 |
);
|
111 |
} elseif ( isset( $test_app_token_response->status ) && ! empty( $fts_pinterest_access_token ) ) {
|
112 |
echo sprintf(
|
113 |
-
|
114 |
'<div class="fts-failed-api-token">',
|
115 |
esc_html( $test_app_token_response->message ),
|
116 |
'<a href="' . esc_url( 'https://www.slickremix.com/support/' ) . '">',
|
@@ -119,7 +119,7 @@ class FTS_Pinterest_Options_Page {
|
|
119 |
}
|
120 |
if ( empty( $fts_pinterest_access_token ) ) {
|
121 |
echo sprintf(
|
122 |
-
|
123 |
'<div class="fts-failed-api-token">',
|
124 |
'</div>'
|
125 |
);
|
@@ -133,18 +133,18 @@ class FTS_Pinterest_Options_Page {
|
|
133 |
<div class="feed-them-social-admin-input-wrap">
|
134 |
<div class="fts-title-description-settings-page">
|
135 |
<h3>
|
136 |
-
<?php echo
|
137 |
</h3>
|
138 |
-
<?php echo
|
139 |
</div>
|
140 |
-
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label"><?php echo
|
141 |
|
142 |
<select name="pinterest_show_follow_btn" id="pinterest-show-follow-btn" class="feed-them-social-admin-input">
|
143 |
<option <?php echo selected( $fts_pinterest_show_follow_btn, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
144 |
-
<?php echo
|
145 |
</option>
|
146 |
<option <?php echo selected( $fts_pinterest_show_follow_btn, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
147 |
-
<?php echo
|
148 |
</option>
|
149 |
</select>
|
150 |
|
@@ -152,17 +152,17 @@ class FTS_Pinterest_Options_Page {
|
|
152 |
</div><!--/fts-twitter-feed-styles-input-wrap-->
|
153 |
|
154 |
<div class="feed-them-social-admin-input-wrap">
|
155 |
-
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label"><?php echo
|
156 |
|
157 |
<select name="pinterest_show_follow_btn_where" id="pinterest-show-follow-btn-where" class="feed-them-social-admin-input">
|
158 |
<option>
|
159 |
-
<?php echo
|
160 |
</option>
|
161 |
<option <?php echo selected( $fts_pinterest_show_follow_btn_where, 'pinterest-follow-above', false ); ?> value="<?php echo esc_attr( 'pinterest-follow-above' ); ?>">
|
162 |
-
<?php echo
|
163 |
</option>
|
164 |
<option <?php echo selected( $fts_pinterest_show_follow_btn_where, 'pinterest-follow-below', false ); ?> value="<?php echo esc_attr( 'pinterest-follow-below' ); ?>">
|
165 |
-
<?php echo
|
166 |
</option>
|
167 |
</select>
|
168 |
|
@@ -172,18 +172,18 @@ class FTS_Pinterest_Options_Page {
|
|
172 |
<div class="feed-them-social-admin-input-wrap">
|
173 |
<div class="fts-title-description-settings-page">
|
174 |
<h3>
|
175 |
-
<?php echo
|
176 |
</h3>
|
177 |
<?php
|
178 |
echo sprintf(
|
179 |
-
|
180 |
'<a href="' . esc_url( 'https://feedthemsocial.com/pinterest/' ) . '" target="_blank">',
|
181 |
'</a>'
|
182 |
);
|
183 |
?>
|
184 |
</div>
|
185 |
<div class="feed-them-social-admin-input-label fts-fb-text-color-label">
|
186 |
-
<?php echo
|
187 |
</div>
|
188 |
<input type="text" name="pinterest_board_title_color" class="feed-them-social-admin-input fb-text-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="pinterest_board_title_color" placeholder="#555555" value="<?php echo esc_attr( get_option( 'pinterest_board_title_color' ) ); ?>"/>
|
189 |
<div class="fts-clear"></div>
|
@@ -191,7 +191,7 @@ class FTS_Pinterest_Options_Page {
|
|
191 |
<!--/fts-facebook-feed-styles-input-wrap-->
|
192 |
<div class="feed-them-social-admin-input-wrap">
|
193 |
<div class="feed-them-social-admin-input-label fts-fb-text-color-label">
|
194 |
-
<?php echo
|
195 |
</div>
|
196 |
<input type="text" name="pinterest_board_title_size" class="feed-them-social-admin-input" placeholder="16px" value="<?php echo esc_attr( get_option( 'pinterest_board_title_size' ) ); ?>"/>
|
197 |
<div class="fts-clear"></div>
|
@@ -199,7 +199,7 @@ class FTS_Pinterest_Options_Page {
|
|
199 |
<!--/fts-facebook-feed-styles-input-wrap-->
|
200 |
<div class="feed-them-social-admin-input-wrap">
|
201 |
<div class="feed-them-social-admin-input-label fts-fb-link-color-label">
|
202 |
-
<?php echo
|
203 |
</div>
|
204 |
<input type="text" name="pinterest_board_backg_hover_color" class="feed-them-social-admin-input fb-link-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="pinterest_board_backg_hover_color" placeholder="#FFF" value="<?php echo esc_attr( get_option( 'pinterest_board_backg_hover_color' ) ); ?>"/>
|
205 |
<div class="fts-clear"></div>
|
@@ -207,7 +207,7 @@ class FTS_Pinterest_Options_Page {
|
|
207 |
<!--/fts-facebook-feed-styles-input-wrap-->
|
208 |
|
209 |
<div class="fts-clear"></div>
|
210 |
-
<input type="submit" class="feed-them-social-admin-submit-btn" value="<?php echo
|
211 |
<?php } ?>
|
212 |
</form>
|
213 |
</div>
|
39 |
?>
|
40 |
<div class="fts-failed-api-token" style="margin-bottom: 20px;">
|
41 |
<?php
|
42 |
+
echo esc_html__( '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. 4-20-2020', 'feed-them-social' );
|
43 |
?>
|
44 |
</div>
|
45 |
|
46 |
<div class="feed-them-social-admin-wrap">
|
47 |
|
48 |
<h1>
|
49 |
+
<?php echo esc_html__( 'Pinterest Feed Options', 'feed-them-social' ); ?>
|
50 |
</h1>
|
51 |
<div class="use-of-plugin">
|
52 |
+
<?php echo esc_html__( 'Add a follow button and position it using the options below.', 'feed-them-social' ); ?>
|
53 |
</div>
|
54 |
|
55 |
<!-- custom option for padding -->
|
66 |
<div class="feed-them-social-admin-input-wrap" style="padding-top:0; display: noneee">
|
67 |
<div class="fts-title-description-settings-page">
|
68 |
<h3>
|
69 |
+
<?php echo esc_html__( 'Pinterest Access Token', 'feed-them-social' ); ?>
|
70 |
</h3>
|
71 |
|
72 |
+
<p><?php echo esc_html__( 'This is required to make the feed work. Click the button below and it will connect to your Pinterest account to get an access token, and it will return it in the input below. Then click the save button and you will now be able to generate your Pinterest feed from the Settings page of our plugin.', 'feed-them-social' ); ?>
|
73 |
</p>
|
74 |
<p>
|
75 |
<?php
|
76 |
echo sprintf(
|
77 |
+
esc_html__( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
|
78 |
'<a href="' . esc_url( 'https://api.pinterest.com/oauth/?response_type=token&redirect_uri=https://www.slickremix.com/pinterest-token-plugin/&client_id=5063534389122615467&scope=read_public&state=' . admin_url( 'admin.php?page=fts-pinterest-feed-styles-submenu-page' ) ) . '" class="fts-pinterest-get-access-token">',
|
79 |
'</a>'
|
80 |
);
|
81 |
?>
|
82 |
</p>
|
83 |
+
<a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" style="margin-top:14px;display:inline-block" class="fts-admin-button-no-work"><?php echo esc_html__( 'Button not working?', 'feed-them-social' ); ?></a>
|
84 |
</div>
|
85 |
|
86 |
<div class="fts-clear"></div>
|
87 |
|
88 |
<div class="feed-them-social-admin-input-wrap" style="margin-bottom:0;">
|
89 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
90 |
+
<?php echo esc_html__( 'Access Token Required', 'feed-them-social' ); ?>
|
91 |
</div>
|
92 |
|
93 |
<input type="text" name="fts_pinterest_custom_api_token" class="feed-them-social-admin-input" id="fts_pinterest_custom_api_token" value="<?php echo esc_attr( $access_token ); ?>"/>
|
103 |
// Error Check!
|
104 |
if ( ! isset( $test_app_token_response->status ) && ! empty( $fts_pinterest_access_token ) ) {
|
105 |
echo sprintf(
|
106 |
+
esc_html__( '%1$sYour access token is working! Generate your shortcode on the %2$sSettings Page%3$s', 'feed-them-social' ),
|
107 |
'<div class="fts-successful-api-token">',
|
108 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
|
109 |
'</a></div>'
|
110 |
);
|
111 |
} elseif ( isset( $test_app_token_response->status ) && ! empty( $fts_pinterest_access_token ) ) {
|
112 |
echo sprintf(
|
113 |
+
esc_html__( '%1$sOh No something\'s wrong. %2$s. Please try again, if you are still having troulbes please contact us on our Support Forum. Make sure to include screenshots of the browser page that may come up with any errors. %3$sSupport Forum%4$s', 'feed-them-social' ),
|
114 |
'<div class="fts-failed-api-token">',
|
115 |
esc_html( $test_app_token_response->message ),
|
116 |
'<a href="' . esc_url( 'https://www.slickremix.com/support/' ) . '">',
|
119 |
}
|
120 |
if ( empty( $fts_pinterest_access_token ) ) {
|
121 |
echo sprintf(
|
122 |
+
esc_html__( '%1$sYou are required to get an access token to view your any of the Pinterest Feeds. Click "Save All Changes" after getting your Access Token.%2$s', 'feed-them-social' ),
|
123 |
'<div class="fts-failed-api-token">',
|
124 |
'</div>'
|
125 |
);
|
133 |
<div class="feed-them-social-admin-input-wrap">
|
134 |
<div class="fts-title-description-settings-page">
|
135 |
<h3>
|
136 |
+
<?php echo esc_html__( 'Follow Button Options', 'feed-them-social' ); ?>
|
137 |
</h3>
|
138 |
+
<?php echo esc_html__( 'This will only show on regular feeds not combined feeds.', 'feed-them-social' ); ?>
|
139 |
</div>
|
140 |
+
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label"><?php echo esc_html__( 'Show Follow Button', 'feed-them-social' ); ?></div>
|
141 |
|
142 |
<select name="pinterest_show_follow_btn" id="pinterest-show-follow-btn" class="feed-them-social-admin-input">
|
143 |
<option <?php echo selected( $fts_pinterest_show_follow_btn, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
144 |
+
<?php echo esc_html__( 'No', 'feed-them-social' ); ?>
|
145 |
</option>
|
146 |
<option <?php echo selected( $fts_pinterest_show_follow_btn, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
147 |
+
<?php echo esc_html__( 'Yes', 'feed-them-social' ); ?>
|
148 |
</option>
|
149 |
</select>
|
150 |
|
152 |
</div><!--/fts-twitter-feed-styles-input-wrap-->
|
153 |
|
154 |
<div class="feed-them-social-admin-input-wrap">
|
155 |
+
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label"><?php echo esc_html__( 'Placement of the Buttons', 'feed-them-social' ); ?></div>
|
156 |
|
157 |
<select name="pinterest_show_follow_btn_where" id="pinterest-show-follow-btn-where" class="feed-them-social-admin-input">
|
158 |
<option>
|
159 |
+
<?php echo esc_html__( 'Please Select Option', 'feed-them-social' ); ?>
|
160 |
</option>
|
161 |
<option <?php echo selected( $fts_pinterest_show_follow_btn_where, 'pinterest-follow-above', false ); ?> value="<?php echo esc_attr( 'pinterest-follow-above' ); ?>">
|
162 |
+
<?php echo esc_html__( 'Show Above Feed', 'feed-them-social' ); ?>
|
163 |
</option>
|
164 |
<option <?php echo selected( $fts_pinterest_show_follow_btn_where, 'pinterest-follow-below', false ); ?> value="<?php echo esc_attr( 'pinterest-follow-below' ); ?>">
|
165 |
+
<?php echo esc_html__( 'Show Below Feed', 'feed-them-social' ); ?>
|
166 |
</option>
|
167 |
</select>
|
168 |
|
172 |
<div class="feed-them-social-admin-input-wrap">
|
173 |
<div class="fts-title-description-settings-page">
|
174 |
<h3>
|
175 |
+
<?php echo esc_html__( 'Boards List Style Options', 'feed-them-social' ); ?>
|
176 |
</h3>
|
177 |
<?php
|
178 |
echo sprintf(
|
179 |
+
esc_html__( 'These styles are for the list of Boards type feed %1$sseen here%2$s', 'feed-them-social' ),
|
180 |
'<a href="' . esc_url( 'https://feedthemsocial.com/pinterest/' ) . '" target="_blank">',
|
181 |
'</a>'
|
182 |
);
|
183 |
?>
|
184 |
</div>
|
185 |
<div class="feed-them-social-admin-input-label fts-fb-text-color-label">
|
186 |
+
<?php echo esc_html__( 'Board Title Color', 'feed-them-social' ); ?>
|
187 |
</div>
|
188 |
<input type="text" name="pinterest_board_title_color" class="feed-them-social-admin-input fb-text-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="pinterest_board_title_color" placeholder="#555555" value="<?php echo esc_attr( get_option( 'pinterest_board_title_color' ) ); ?>"/>
|
189 |
<div class="fts-clear"></div>
|
191 |
<!--/fts-facebook-feed-styles-input-wrap-->
|
192 |
<div class="feed-them-social-admin-input-wrap">
|
193 |
<div class="feed-them-social-admin-input-label fts-fb-text-color-label">
|
194 |
+
<?php echo esc_html__( 'Board Title Size', 'feed-them-social' ); ?>
|
195 |
</div>
|
196 |
<input type="text" name="pinterest_board_title_size" class="feed-them-social-admin-input" placeholder="16px" value="<?php echo esc_attr( get_option( 'pinterest_board_title_size' ) ); ?>"/>
|
197 |
<div class="fts-clear"></div>
|
199 |
<!--/fts-facebook-feed-styles-input-wrap-->
|
200 |
<div class="feed-them-social-admin-input-wrap">
|
201 |
<div class="feed-them-social-admin-input-label fts-fb-link-color-label">
|
202 |
+
<?php echo esc_html__( 'Background on Hover', 'feed-them-social' ); ?>
|
203 |
</div>
|
204 |
<input type="text" name="pinterest_board_backg_hover_color" class="feed-them-social-admin-input fb-link-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="pinterest_board_backg_hover_color" placeholder="#FFF" value="<?php echo esc_attr( get_option( 'pinterest_board_backg_hover_color' ) ); ?>"/>
|
205 |
<div class="fts-clear"></div>
|
207 |
<!--/fts-facebook-feed-styles-input-wrap-->
|
208 |
|
209 |
<div class="fts-clear"></div>
|
210 |
+
<input type="submit" class="feed-them-social-admin-submit-btn" value="<?php echo esc_html__( 'Save All Changes' ); ?>"/>
|
211 |
<?php } ?>
|
212 |
</form>
|
213 |
</div>
|
admin/class-fts-settings-page-options.php
CHANGED
@@ -688,7 +688,7 @@ class FTS_Settings_Page_Options {
|
|
688 |
),
|
689 |
|
690 |
// Combine Pinterest
|
691 |
-
array(
|
692 |
'grouped_options_title' => __( 'Pinterest', 'feed-them-social' ),
|
693 |
'option_type' => 'select',
|
694 |
'label' => __( 'Combine Pinterest', 'feed-them-social' ),
|
@@ -714,7 +714,7 @@ class FTS_Settings_Page_Options {
|
|
714 |
'sub_options' => array(
|
715 |
'sub_options_wrap_class' => 'main-combine-pinterest-wrap',
|
716 |
),
|
717 |
-
),
|
718 |
|
719 |
// Pinterest Type
|
720 |
array(
|
688 |
),
|
689 |
|
690 |
// Combine Pinterest
|
691 |
+
/* array(
|
692 |
'grouped_options_title' => __( 'Pinterest', 'feed-them-social' ),
|
693 |
'option_type' => 'select',
|
694 |
'label' => __( 'Combine Pinterest', 'feed-them-social' ),
|
714 |
'sub_options' => array(
|
715 |
'sub_options_wrap_class' => 'main-combine-pinterest-wrap',
|
716 |
),
|
717 |
+
), */
|
718 |
|
719 |
// Pinterest Type
|
720 |
array(
|
admin/class-fts-settings-page.php
CHANGED
@@ -41,7 +41,7 @@ class FTS_Settings_Page {
|
|
41 |
$fts_functions = new feed_them_social_functions();
|
42 |
|
43 |
if ( ! function_exists( 'curl_init' ) ) {
|
44 |
-
print '<div class="error"><p>' .
|
45 |
}
|
46 |
|
47 |
$fts_fb_options_nonce = wp_create_nonce( 'fts-settings-page-nonce' );
|
@@ -52,7 +52,7 @@ class FTS_Settings_Page {
|
|
52 |
<div class="feed-them-social-admin-wrap">
|
53 |
<div class="fts-backg"></div>
|
54 |
<div class="fts-content">
|
55 |
-
<h1 class="fts-logo-header"><?php echo
|
56 |
|
57 |
<div class="feed-them-icon-wrap">
|
58 |
<a href="javascript:" class="youtube-icon"></a>
|
@@ -62,35 +62,35 @@ class FTS_Settings_Page {
|
|
62 |
<a href="javascript:" class="pinterest-icon"></a>
|
63 |
|
64 |
<div id="discount-for-review">
|
65 |
-
<a href="admin.php?page=fts-license-page"><?php echo
|
66 |
</div>
|
67 |
</div>
|
68 |
|
69 |
<div class="fts-tabs" id="fts-tabs">
|
70 |
|
71 |
<label for="fts-tab1" class="fts-tab1 fts-tabbed <?php echo isset( $_GET['tab'] ) && 'general_options' === $_GET['tab'] || ! isset( $_GET['tab'] ) ? 'tab-active' : ''; ?>" id="general_options">
|
72 |
-
<span><?php echo
|
73 |
</label>
|
74 |
|
75 |
<label for="fts-tab2" class="fts-tab2 fts-tabbed <?php echo isset( $_GET['tab'] ) && 'global_options' === $_GET['tab'] ? 'tab-active' : ''; ?>" id="global_options">
|
76 |
-
<span><?php echo
|
77 |
</label>
|
78 |
|
79 |
<div id="fts-tab-content1" class="fts-tab-content fts-hide-me <?php echo isset( $_GET['tab'] ) && 'general_options' === $_GET['tab'] || ! isset( $_GET['tab'] ) ? 'pane-active' : ''; ?>">
|
80 |
<section>
|
81 |
|
82 |
-
<h2 class="fts-logo-subheader"><?php echo
|
83 |
-
<div class="use-of-plugin"><?php echo
|
84 |
|
85 |
<form class="feed-them-social-admin-form" id="feed-selector-form">
|
86 |
<select id="shortcode-form-selector">
|
87 |
-
<option value=""><?php echo
|
88 |
-
<option value="fts-fb-page-shortcode-form"><?php echo
|
89 |
-
<option value="combine-steams-shortcode-form"><?php echo
|
90 |
-
<option value="twitter-shortcode-form"><?php echo
|
91 |
-
<option value="instagram-shortcode-form"><?php echo
|
92 |
-
<option value="youtube-shortcode-form"><?php echo
|
93 |
-
|
94 |
</select>
|
95 |
</form><!--/feed-them-social-admin-form-->
|
96 |
|
@@ -184,8 +184,8 @@ class FTS_Settings_Page {
|
|
184 |
">
|
185 |
<section>
|
186 |
<div class="feed-them-clear-cache">
|
187 |
-
<h2><?php echo
|
188 |
-
<div class="use-of-plugin"><?php echo
|
189 |
<?php
|
190 |
if ( isset( $_GET['cache'] ) && 'clearcache' === $_GET['cache'] ) {
|
191 |
echo '<div class="feed-them-clear-cache-text">' . esc_html( $fts_functions->feed_them_clear_cache() ) . '</div>';
|
@@ -196,30 +196,30 @@ class FTS_Settings_Page {
|
|
196 |
?>
|
197 |
|
198 |
<form method="post" action="?page=feed-them-settings-page&cache=clearcache&tab=global_options">
|
199 |
-
<input class="feed-them-social-admin-submit-btn" type="submit" value="<?php echo
|
200 |
</form>
|
201 |
</div><!--/feed-them-clear-cache-->
|
202 |
<!-- custom option for padding -->
|
203 |
<form method="post" class="fts-color-settings-admin-form" action="options.php">
|
204 |
<p>
|
205 |
-
<label><?php echo
|
206 |
<select id="fts_clear_cache_developer_mode" name="fts_clear_cache_developer_mode">
|
207 |
-
<option value=""><?php echo
|
208 |
-
<option value="86400" <?php echo '86400' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo
|
209 |
-
<option value="172800" <?php echo '172800' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo
|
210 |
-
<option value="259200" <?php echo '259200' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo
|
211 |
-
<option value="604800" <?php echo '604800' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo
|
212 |
-
<option value="1209600" <?php echo '1209600' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo
|
213 |
-
<option value="1" <?php echo '1' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo
|
214 |
</select>
|
215 |
</p>
|
216 |
-
<label><?php echo
|
217 |
<select id="fts_admin_bar_menu" name="fts_admin_bar_menu">
|
218 |
<option value="<?php echo esc_attr( 'show-admin-bar-menu' ); ?>" <?php echo 'show-admin-bar-menu' === $fts_admin_bar_menu ? 'selected="selected"' : ''; ?>>
|
219 |
-
<?php echo
|
220 |
</option>
|
221 |
<option value="<?php echo esc_attr( 'hide-admin-bar-menu' ); ?>" <?php echo 'hide-admin-bar-menu' === $fts_admin_bar_menu ? 'selected="selected"' : ''; ?>>
|
222 |
-
<?php echo
|
223 |
</option>
|
224 |
</select>
|
225 |
<div class="feed-them-custom-css">
|
@@ -237,7 +237,7 @@ class FTS_Settings_Page {
|
|
237 |
|
238 |
?>
|
239 |
<div style="float:left; max-width:400px; margin-right:30px;">
|
240 |
-
<h2><?php echo
|
241 |
|
242 |
<fieldset>
|
243 |
<select id="fts-date-and-time-format" name="fts-date-and-time-format">
|
@@ -278,10 +278,10 @@ class FTS_Settings_Page {
|
|
278 |
<?php echo esc_html( date( 'Y/m/d @ G:i' ) ); ?>
|
279 |
</option>
|
280 |
<option value="<?php echo esc_attr( 'one-day-ago' ); ?>" <?php echo 'one-day-ago' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
|
281 |
-
<?php echo
|
282 |
</option>
|
283 |
<option value="<?php echo esc_attr( 'fts-custom-date' ); ?>" <?php echo 'fts-custom-date' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
|
284 |
-
<?php echo
|
285 |
</option>
|
286 |
</select>
|
287 |
</fieldset>
|
@@ -306,50 +306,50 @@ class FTS_Settings_Page {
|
|
306 |
?>
|
307 |
|
308 |
<div class="custom_time_ago_wrap" style="display:none;">
|
309 |
-
<h2><?php echo
|
310 |
-
<label for="fts_language_second"><?php echo
|
311 |
<input name="fts_language_second" type="text" value="<?php echo esc_attr( $fts_language_second ); ?>" size="25"/>
|
312 |
<br/>
|
313 |
-
<label for="fts_language_seconds"><?php echo
|
314 |
<input name="fts_language_seconds" type="text" value="<?php echo esc_attr( $fts_language_seconds ); ?>" size="25"/>
|
315 |
<br/>
|
316 |
-
<label for="fts_language_minute"><?php echo
|
317 |
<input name="fts_language_minute" type="text" value="<?php echo esc_attr( $fts_language_minute ); ?>" size="25"/>
|
318 |
<br/>
|
319 |
-
<label for="fts_language_minutes"><?php echo
|
320 |
<input name="fts_language_minutes" type="text" value="<?php echo esc_attr( $fts_language_minutes ); ?>" size="25"/>
|
321 |
<br/>
|
322 |
-
<label for="fts_language_hour"><?php echo
|
323 |
<input name="fts_language_hour" type="text" value="<?php echo esc_attr( $fts_language_hour ); ?>" size="25"/>
|
324 |
<br/>
|
325 |
-
<label for="fts_language_hours"><?php echo
|
326 |
<input name="fts_language_hours" type="text" value="<?php echo esc_attr( $fts_language_hours ); ?>" size="25"/>
|
327 |
<br/>
|
328 |
-
<label for="fts_language_day"><?php echo
|
329 |
<input name="fts_language_day" type="text" value="<?php echo esc_attr( $fts_language_day ); ?>" size="25"/>
|
330 |
<br/>
|
331 |
-
<label for="fts_language_days"><?php echo
|
332 |
<input name="fts_language_days" type="text" value="<?php echo esc_attr( $fts_language_days ); ?>" size="25"/>
|
333 |
<br/>
|
334 |
-
<label for="fts_language_week"><?php echo
|
335 |
<input name="fts_language_week" type="text" value="<?php echo esc_attr( $fts_language_week ); ?>" size="25"/>
|
336 |
<br/>
|
337 |
-
<label for="fts_language_weeks"><?php echo
|
338 |
<input name="fts_language_weeks" type="text" value="<?php echo esc_attr( $fts_language_weeks ); ?>" size="25"/>
|
339 |
<br/>
|
340 |
-
<label for="fts_language_month"><?php echo
|
341 |
<input name="fts_language_month" type="text" value="<?php echo esc_attr( $fts_language_month ); ?>" size="25"/>
|
342 |
<br/>
|
343 |
-
<label for="fts_language_months"><?php echo
|
344 |
<input name="fts_language_months" type="text" value="<?php echo esc_attr( $fts_language_months ); ?>" size="25"/>
|
345 |
<br/>
|
346 |
-
<label for="fts_language_year"><?php echo
|
347 |
<input name="fts_language_year" type="text" value="<?php echo esc_attr( $fts_language_year ); ?>" size="25"/>
|
348 |
<br/>
|
349 |
-
<label for="fts_language_years"><?php echo
|
350 |
<input name="fts_language_years" type="text" value="<?php echo esc_attr( $fts_language_years ); ?>" size="25"/>
|
351 |
<br/>
|
352 |
-
<label for="fts_language_ago"><?php echo
|
353 |
<input name="fts_language_ago" type="text" value="<?php echo esc_attr( $fts_language_ago ); ?>" size="25"/>
|
354 |
|
355 |
</div>
|
@@ -372,7 +372,7 @@ class FTS_Settings_Page {
|
|
372 |
});
|
373 |
|
374 |
</script>
|
375 |
-
<h2 style="border-top:0px; margin-bottom:4px !important;"><?php echo
|
376 |
<div>
|
377 |
<?php echo ! empty( $fts_custom_date ) || ! empty( $fts_custom_time ) ? esc_html( date( get_option( 'fts-custom-date' ) . ' ' . get_option( 'fts-custom-time' ) ) ) : ''; ?>
|
378 |
</div>
|
41 |
$fts_functions = new feed_them_social_functions();
|
42 |
|
43 |
if ( ! function_exists( 'curl_init' ) ) {
|
44 |
+
print '<div class="error"><p>' . esc_html__( 'Warning: cURL is not installed on this server. It is required to use this plugin. Please contact your host provider to install this.', 'feed-them-social' ) . '</p></div>';
|
45 |
}
|
46 |
|
47 |
$fts_fb_options_nonce = wp_create_nonce( 'fts-settings-page-nonce' );
|
52 |
<div class="feed-them-social-admin-wrap">
|
53 |
<div class="fts-backg"></div>
|
54 |
<div class="fts-content">
|
55 |
+
<h1 class="fts-logo-header"><?php echo esc_html__( 'Feed Them Social', 'feed-them-social' ); ?></h1>
|
56 |
|
57 |
<div class="feed-them-icon-wrap">
|
58 |
<a href="javascript:" class="youtube-icon"></a>
|
62 |
<a href="javascript:" class="pinterest-icon"></a>
|
63 |
|
64 |
<div id="discount-for-review">
|
65 |
+
<a href="admin.php?page=fts-license-page"><?php echo esc_html__( 'View Extensions & Demos', 'feed-them-social' ); ?></a>
|
66 |
</div>
|
67 |
</div>
|
68 |
|
69 |
<div class="fts-tabs" id="fts-tabs">
|
70 |
|
71 |
<label for="fts-tab1" class="fts-tab1 fts-tabbed <?php echo isset( $_GET['tab'] ) && 'general_options' === $_GET['tab'] || ! isset( $_GET['tab'] ) ? 'tab-active' : ''; ?>" id="general_options">
|
72 |
+
<span><?php echo esc_html__( 'Create Shortcode', 'feed-them-social' ); ?></span>
|
73 |
</label>
|
74 |
|
75 |
<label for="fts-tab2" class="fts-tab2 fts-tabbed <?php echo isset( $_GET['tab'] ) && 'global_options' === $_GET['tab'] ? 'tab-active' : ''; ?>" id="global_options">
|
76 |
+
<span><?php echo esc_html__( 'Global Options', 'feed-them-social' ); ?></span>
|
77 |
</label>
|
78 |
|
79 |
<div id="fts-tab-content1" class="fts-tab-content fts-hide-me <?php echo isset( $_GET['tab'] ) && 'general_options' === $_GET['tab'] || ! isset( $_GET['tab'] ) ? 'pane-active' : ''; ?>">
|
80 |
<section>
|
81 |
|
82 |
+
<h2 class="fts-logo-subheader"><?php echo esc_html__( 'Create Shortcode for Social Network', 'feed-them-social' ); ?></h2>
|
83 |
+
<div class="use-of-plugin"><?php echo esc_html__( 'Please select what type of feed you would like using the select option below. After setting your options click the green Generate Shortcode button, then copy and paste the shortcode to a page, post or widget.', 'feed-them-social' ); ?></div>
|
84 |
|
85 |
<form class="feed-them-social-admin-form" id="feed-selector-form">
|
86 |
<select id="shortcode-form-selector">
|
87 |
+
<option value=""><?php echo esc_html__( 'Select a Social Network', 'feed-them-social' ); ?> </option>
|
88 |
+
<option value="fts-fb-page-shortcode-form"><?php echo esc_html__( 'Facebook Feed', 'feed-them-social' ); ?></option>
|
89 |
+
<option value="combine-steams-shortcode-form"><?php echo esc_html__( 'Combine Streams Feed', 'feed-them-social' ); ?></option>
|
90 |
+
<option value="twitter-shortcode-form"><?php echo esc_html__( 'Twitter Feed', 'feed-them-social' ); ?></option>
|
91 |
+
<option value="instagram-shortcode-form"><?php echo esc_html__( 'Instagram Feed', 'feed-them-social' ); ?></option>
|
92 |
+
<option value="youtube-shortcode-form"><?php echo esc_html__( 'YouTube Feed', 'feed-them-social' ); ?></option>
|
93 |
+
<!--/ <option value="pinterest-shortcode-form"><?php echo esc_html__( 'Pinterest Feed', 'feed-them-social' ); ?></option> -->
|
94 |
</select>
|
95 |
</form><!--/feed-them-social-admin-form-->
|
96 |
|
184 |
">
|
185 |
<section>
|
186 |
<div class="feed-them-clear-cache">
|
187 |
+
<h2><?php echo esc_html__( 'Clear All Cache Options', 'feed-them-social' ); ?></h2>
|
188 |
+
<div class="use-of-plugin"><?php echo esc_html__( 'Please Clear Cache if you have changed a Feed Them Social Shortcode. This will Allow you to see the changes right away.', 'feed-them-social' ); ?></div>
|
189 |
<?php
|
190 |
if ( isset( $_GET['cache'] ) && 'clearcache' === $_GET['cache'] ) {
|
191 |
echo '<div class="feed-them-clear-cache-text">' . esc_html( $fts_functions->feed_them_clear_cache() ) . '</div>';
|
196 |
?>
|
197 |
|
198 |
<form method="post" action="?page=feed-them-settings-page&cache=clearcache&tab=global_options">
|
199 |
+
<input class="feed-them-social-admin-submit-btn" type="submit" value="<?php echo esc_html__( 'Clear All FTS Feeds Cache', 'feed-them-social' ); ?>"/>
|
200 |
</form>
|
201 |
</div><!--/feed-them-clear-cache-->
|
202 |
<!-- custom option for padding -->
|
203 |
<form method="post" class="fts-color-settings-admin-form" action="options.php">
|
204 |
<p>
|
205 |
+
<label><?php echo esc_html__( 'Cache Time', 'feed-them-social' ); ?></label>
|
206 |
<select id="fts_clear_cache_developer_mode" name="fts_clear_cache_developer_mode">
|
207 |
+
<option value=""><?php echo esc_html__( 'Please choose an option', 'feed-them-social' ); ?></option>
|
208 |
+
<option value="86400" <?php echo '86400' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo esc_html__( '1 Day ago (Suggested Default)', 'feed-them-social' ); ?></option>
|
209 |
+
<option value="172800" <?php echo '172800' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo esc_html__( '2 Days', 'feed-them-social' ); ?></option>
|
210 |
+
<option value="259200" <?php echo '259200' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo esc_html__( '3 Days', 'feed-them-social' ); ?></option>
|
211 |
+
<option value="604800" <?php echo '604800' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo esc_html__( '1 Week', 'feed-them-social' ); ?></option>
|
212 |
+
<option value="1209600" <?php echo '1209600' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo esc_html__( '2 Weeks', 'feed-them-social' ); ?></option>
|
213 |
+
<option value="1" <?php echo '1' === $fts_dev_mode_cache ? 'selected="selected"' : ''; ?>><?php echo esc_html__( '(Developers Only) Clear cache on every page load', 'feed-them-social' ); ?></option>
|
214 |
</select>
|
215 |
</p>
|
216 |
+
<label><?php echo esc_html__( 'Admin Bar', 'feed-them-social' ); ?></label>
|
217 |
<select id="fts_admin_bar_menu" name="fts_admin_bar_menu">
|
218 |
<option value="<?php echo esc_attr( 'show-admin-bar-menu' ); ?>" <?php echo 'show-admin-bar-menu' === $fts_admin_bar_menu ? 'selected="selected"' : ''; ?>>
|
219 |
+
<?php echo esc_html__( 'Show Admin Bar Menu', 'feed-them-social' ); ?>
|
220 |
</option>
|
221 |
<option value="<?php echo esc_attr( 'hide-admin-bar-menu' ); ?>" <?php echo 'hide-admin-bar-menu' === $fts_admin_bar_menu ? 'selected="selected"' : ''; ?>>
|
222 |
+
<?php echo esc_html__( 'Hide Admin Bar Menu', 'feed-them-social' ); ?>
|
223 |
</option>
|
224 |
</select>
|
225 |
<div class="feed-them-custom-css">
|
237 |
|
238 |
?>
|
239 |
<div style="float:left; max-width:400px; margin-right:30px;">
|
240 |
+
<h2><?php echo esc_html__( 'FaceBook & Twitter Date Format', 'feed-them-social' ); ?></h2>
|
241 |
|
242 |
<fieldset>
|
243 |
<select id="fts-date-and-time-format" name="fts-date-and-time-format">
|
278 |
<?php echo esc_html( date( 'Y/m/d @ G:i' ) ); ?>
|
279 |
</option>
|
280 |
<option value="<?php echo esc_attr( 'one-day-ago' ); ?>" <?php echo 'one-day-ago' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
|
281 |
+
<?php echo esc_html__( 'One Day Ago', 'feed-them-social' ); ?>
|
282 |
</option>
|
283 |
<option value="<?php echo esc_attr( 'fts-custom-date' ); ?>" <?php echo 'fts-custom-date' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
|
284 |
+
<?php echo esc_html__( 'Use Custom Date and Time Option Below', 'feed-them-social' ); ?>
|
285 |
</option>
|
286 |
</select>
|
287 |
</fieldset>
|
306 |
?>
|
307 |
|
308 |
<div class="custom_time_ago_wrap" style="display:none;">
|
309 |
+
<h2><?php echo esc_html__( 'Translate words for 1 day ago option.', 'feed-them-social' ); ?></h2>
|
310 |
+
<label for="fts_language_second"><?php echo esc_html__( 'second', 'feed-them-social' ); ?></label>
|
311 |
<input name="fts_language_second" type="text" value="<?php echo esc_attr( $fts_language_second ); ?>" size="25"/>
|
312 |
<br/>
|
313 |
+
<label for="fts_language_seconds"><?php echo esc_html__( 'seconds', 'feed-them-social' ); ?></label>
|
314 |
<input name="fts_language_seconds" type="text" value="<?php echo esc_attr( $fts_language_seconds ); ?>" size="25"/>
|
315 |
<br/>
|
316 |
+
<label for="fts_language_minute"><?php echo esc_html__( 'minute', 'feed-them-social' ); ?></label>
|
317 |
<input name="fts_language_minute" type="text" value="<?php echo esc_attr( $fts_language_minute ); ?>" size="25"/>
|
318 |
<br/>
|
319 |
+
<label for="fts_language_minutes"><?php echo esc_html__( 'minutes', 'feed-them-social' ); ?></label>
|
320 |
<input name="fts_language_minutes" type="text" value="<?php echo esc_attr( $fts_language_minutes ); ?>" size="25"/>
|
321 |
<br/>
|
322 |
+
<label for="fts_language_hour"><?php echo esc_html__( 'hour', 'feed-them-social' ); ?></label>
|
323 |
<input name="fts_language_hour" type="text" value="<?php echo esc_attr( $fts_language_hour ); ?>" size="25"/>
|
324 |
<br/>
|
325 |
+
<label for="fts_language_hours"><?php echo esc_html__( 'hours', 'feed-them-social' ); ?></label>
|
326 |
<input name="fts_language_hours" type="text" value="<?php echo esc_attr( $fts_language_hours ); ?>" size="25"/>
|
327 |
<br/>
|
328 |
+
<label for="fts_language_day"><?php echo esc_html__( 'day', 'feed-them-social' ); ?></label>
|
329 |
<input name="fts_language_day" type="text" value="<?php echo esc_attr( $fts_language_day ); ?>" size="25"/>
|
330 |
<br/>
|
331 |
+
<label for="fts_language_days"><?php echo esc_html__( 'days', 'feed-them-social' ); ?></label>
|
332 |
<input name="fts_language_days" type="text" value="<?php echo esc_attr( $fts_language_days ); ?>" size="25"/>
|
333 |
<br/>
|
334 |
+
<label for="fts_language_week"><?php echo esc_html__( 'week', 'feed-them-social' ); ?></label>
|
335 |
<input name="fts_language_week" type="text" value="<?php echo esc_attr( $fts_language_week ); ?>" size="25"/>
|
336 |
<br/>
|
337 |
+
<label for="fts_language_weeks"><?php echo esc_html__( 'weeks', 'feed-them-social' ); ?></label>
|
338 |
<input name="fts_language_weeks" type="text" value="<?php echo esc_attr( $fts_language_weeks ); ?>" size="25"/>
|
339 |
<br/>
|
340 |
+
<label for="fts_language_month"><?php echo esc_html__( 'month', 'feed-them-social' ); ?></label>
|
341 |
<input name="fts_language_month" type="text" value="<?php echo esc_attr( $fts_language_month ); ?>" size="25"/>
|
342 |
<br/>
|
343 |
+
<label for="fts_language_months"><?php echo esc_html__( 'months', 'feed-them-social' ); ?></label>
|
344 |
<input name="fts_language_months" type="text" value="<?php echo esc_attr( $fts_language_months ); ?>" size="25"/>
|
345 |
<br/>
|
346 |
+
<label for="fts_language_year"><?php echo esc_html__( 'year', 'feed-them-social' ); ?></label>
|
347 |
<input name="fts_language_year" type="text" value="<?php echo esc_attr( $fts_language_year ); ?>" size="25"/>
|
348 |
<br/>
|
349 |
+
<label for="fts_language_years"><?php echo esc_html__( 'years', 'feed-them-social' ); ?></label>
|
350 |
<input name="fts_language_years" type="text" value="<?php echo esc_attr( $fts_language_years ); ?>" size="25"/>
|
351 |
<br/>
|
352 |
+
<label for="fts_language_ago"><?php echo esc_html__( 'ago', 'feed-them-social' ); ?></label>
|
353 |
<input name="fts_language_ago" type="text" value="<?php echo esc_attr( $fts_language_ago ); ?>" size="25"/>
|
354 |
|
355 |
</div>
|
372 |
});
|
373 |
|
374 |
</script>
|
375 |
+
<h2 style="border-top:0px; margin-bottom:4px !important;"><?php echo esc_html__( 'Custom Date and Time', 'feed-them-social' ); ?></h2>
|
376 |
<div>
|
377 |
<?php echo ! empty( $fts_custom_date ) || ! empty( $fts_custom_time ) ? esc_html( date( get_option( 'fts-custom-date' ) . ' ' . get_option( 'fts-custom-time' ) ) ) : ''; ?>
|
378 |
</div>
|
admin/class-fts-system-info-page.php
CHANGED
@@ -161,7 +161,6 @@ Twitter Consumer Key: <?php echo esc_html( $twitter_options1 ) . "\n"; ?>
|
|
161 |
Twitter Secret: <?php echo esc_html( $twitter_options2 ) . "\n"; ?>
|
162 |
Twitter Token: <?php echo esc_html( $twitter_options3 ) . "\n"; ?>
|
163 |
Twitter Token Secret: <?php echo esc_html( $twitter_options4 ) . "\n"; ?>
|
164 |
-
Pinterest Token: <?php echo esc_html( $pinterest_token ) . "\n"; ?>
|
165 |
Instagram Basic Token: <?php echo esc_html( $instagram_basic_token ) . "\n"; ?>
|
166 |
Instagram Business Token: <?php echo esc_html( $instagram_business_token ) . "\n";
|
167 |
$youtube_options = get_option( 'youtube_custom_api_token' ) || get_option( 'youtube_custom_access_token' ) && get_option( 'youtube_custom_refresh_token' ) && get_option( 'youtube_custom_token_exp_time' ) ? 'Yes' : 'No';
|
@@ -226,3 +225,6 @@ Facebook Reviews Active: <?php echo isset( $fb_reviews_token ) && '' !== $fb_rev
|
|
226 |
}
|
227 |
|
228 |
}//end class
|
|
|
|
|
|
161 |
Twitter Secret: <?php echo esc_html( $twitter_options2 ) . "\n"; ?>
|
162 |
Twitter Token: <?php echo esc_html( $twitter_options3 ) . "\n"; ?>
|
163 |
Twitter Token Secret: <?php echo esc_html( $twitter_options4 ) . "\n"; ?>
|
|
|
164 |
Instagram Basic Token: <?php echo esc_html( $instagram_basic_token ) . "\n"; ?>
|
165 |
Instagram Business Token: <?php echo esc_html( $instagram_business_token ) . "\n";
|
166 |
$youtube_options = get_option( 'youtube_custom_api_token' ) || get_option( 'youtube_custom_access_token' ) && get_option( 'youtube_custom_refresh_token' ) && get_option( 'youtube_custom_token_exp_time' ) ? 'Yes' : 'No';
|
225 |
}
|
226 |
|
227 |
}//end class
|
228 |
+
|
229 |
+
|
230 |
+
https://feedthemsocial.com/staging2/wp-admin/admin.php?page=fts-youtube-feed-styles-submenu-page&refresh_token=1%2F%2F041QAR9YNEJJwCgYIARAAGAQSNwF-L9IrXbwtTr2QRQRbRpvBG6esNTxqXGOJWQ2xVsZnfVmc59Ld3hFbuj4OgKOz9oS2hQBUP2k&access_token=ya29.a0AfH6SMCS8ZaAqjsqa9BhL_4nTOFPDbE3WRThhoDId_dMtB7nbdgznIlTYssaQx7sFvNkt10xWftOCxBYHKyrzWjZ5P4A_hKfcB6klt-rDvZrZ95rI6OulObYW82Mm3Z9rNo-Okg2sqdBWbiGa2ucln3HV7QcDdW0fZfODmA7o_o&expires_in=3599
|
admin/class-fts-twitter-options-page.php
CHANGED
@@ -64,10 +64,10 @@ class FTS_Twitter_Options_Page {
|
|
64 |
?>
|
65 |
<div class="feed-them-social-admin-wrap">
|
66 |
<h1>
|
67 |
-
<?php echo
|
68 |
</h1>
|
69 |
<div class="use-of-plugin">
|
70 |
-
<?php echo
|
71 |
</div>
|
72 |
<!-- custom option for padding -->
|
73 |
<form method="post" class="fts-twitter-feed-options-form" action="options.php">
|
@@ -140,22 +140,22 @@ class FTS_Twitter_Options_Page {
|
|
140 |
<div class="feed-them-social-admin-input-wrap" style="padding-top: 0px">
|
141 |
<div class="fts-title-description-settings-page">
|
142 |
<h3>
|
143 |
-
<?php echo
|
144 |
</h3>
|
145 |
<p>
|
146 |
-
<?php echo
|
147 |
</p>
|
148 |
<p>
|
149 |
<?php
|
150 |
echo sprintf(
|
151 |
-
|
152 |
'<a href="' . esc_url( 'https://www.slickremix.com/get-twitter-token/?redirect_url=' . admin_url( 'admin.php?page=fts-twitter-feed-styles-submenu-page' ) . '&scope=manage_pages' ) . '" class="fts-twitter-get-access-token">',
|
153 |
'</a>'
|
154 |
);
|
155 |
?>
|
156 |
</p>
|
157 |
</div>
|
158 |
-
<a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" target="_blank" class="fts-admin-button-no-work"><?php echo
|
159 |
</div>
|
160 |
<div class="fts-clear"></div>
|
161 |
<div class="feed-them-social-admin-input-wrap">
|
@@ -167,7 +167,7 @@ class FTS_Twitter_Options_Page {
|
|
167 |
|
168 |
<div class="fts-twitter-add-all-keys-click-option">
|
169 |
<label for="fts-custom-tokens-twitter">
|
170 |
-
<input type="checkbox" id="fts-custom-tokens-twitter" name="fts_twitter_custom_tokens" value="1" <?php echo checked( '1', '' === $extra_keys ); ?>> <?php echo
|
171 |
</label>
|
172 |
</div>
|
173 |
|
@@ -175,7 +175,7 @@ class FTS_Twitter_Options_Page {
|
|
175 |
<div class="twitter-extra-keys-text">
|
176 |
<?php
|
177 |
echo sprintf(
|
178 |
-
|
179 |
'<a href="' . esc_url( 'https://www.slickremix.com/docs/how-to-get-api-keys-and-tokens-for-twitter/' ) . '" target="_blank">',
|
180 |
'</a>'
|
181 |
);
|
@@ -183,14 +183,14 @@ class FTS_Twitter_Options_Page {
|
|
183 |
</div>
|
184 |
<div class="feed-them-social-admin-input-wrap">
|
185 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
186 |
-
<?php echo
|
187 |
</div>
|
188 |
<input type="text" name="fts_twitter_custom_consumer_key" class="feed-them-social-admin-input" id="fts_twitter_custom_consumer_key" value="<?php echo esc_attr( get_option( 'fts_twitter_custom_consumer_key' ) ); ?>"/>
|
189 |
<div class="fts-clear"></div>
|
190 |
</div>
|
191 |
<div class="feed-them-social-admin-input-wrap">
|
192 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
193 |
-
<?php echo
|
194 |
</div>
|
195 |
<input type="text" name="fts_twitter_custom_consumer_secret" class="feed-them-social-admin-input" id="fts_twitter_custom_consumer_secret" value="<?php echo esc_attr( get_option( 'fts_twitter_custom_consumer_secret' ) ); ?>"/>
|
196 |
<div class="fts-clear"></div>
|
@@ -210,7 +210,7 @@ class FTS_Twitter_Options_Page {
|
|
210 |
?>
|
211 |
<div class="feed-them-social-admin-input-wrap">
|
212 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
213 |
-
<?php echo
|
214 |
</div>
|
215 |
<input type="text" name="fts_twitter_custom_access_token" class="feed-them-social-admin-input" id="fts_twitter_custom_access_token" value="<?php echo esc_attr( $oath_token ); ?>"/>
|
216 |
<div class="fts-clear"></div>
|
@@ -218,7 +218,7 @@ class FTS_Twitter_Options_Page {
|
|
218 |
|
219 |
<div class="feed-them-social-admin-input-wrap">
|
220 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
221 |
-
<?php echo
|
222 |
</div>
|
223 |
<input type="text" name="fts_twitter_custom_access_token_secret" class="feed-them-social-admin-input" id="fts_twitter_custom_access_token_secret" value="<?php echo esc_attr( $oauth_token_secret ); ?>"/>
|
224 |
<div class="fts-clear"></div>
|
@@ -230,12 +230,12 @@ class FTS_Twitter_Options_Page {
|
|
230 |
if ( ! empty( $fts_twitter_custom_access_token_secret ) && ! empty( $fts_twitter_custom_access_token_secret ) ) {
|
231 |
if ( 200 !== $test_connection->http_code || isset( $fetched_tweets->errors ) ) {
|
232 |
echo sprintf(
|
233 |
-
|
234 |
'<div class="fts-failed-api-token">'
|
235 |
);
|
236 |
foreach ( $fetched_tweets->errors as $error ) {
|
237 |
echo sprintf(
|
238 |
-
|
239 |
'<strong>',
|
240 |
esc_html( $error->message ),
|
241 |
'</strong>',
|
@@ -244,7 +244,7 @@ class FTS_Twitter_Options_Page {
|
|
244 |
}
|
245 |
} else {
|
246 |
echo sprintf(
|
247 |
-
|
248 |
'<div class="fts-successful-api-token">',
|
249 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
|
250 |
'</a>',
|
@@ -255,7 +255,7 @@ class FTS_Twitter_Options_Page {
|
|
255 |
do_action( 'wp_ajax_fts_clear_cache_ajax' );
|
256 |
} else {
|
257 |
echo sprintf(
|
258 |
-
|
259 |
'<div class="fts-failed-api-token get-started-message">',
|
260 |
'</div>'
|
261 |
);
|
@@ -270,19 +270,19 @@ class FTS_Twitter_Options_Page {
|
|
270 |
<div class="feed-them-social-admin-input-wrap">
|
271 |
<div class="fts-title-description-settings-page">
|
272 |
<h3>
|
273 |
-
<?php echo
|
274 |
</h3>
|
275 |
-
<?php echo
|
276 |
</div>
|
277 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
278 |
-
<?php echo
|
279 |
</div>
|
280 |
<select name="twitter_show_follow_count" id="twitter-show-follow-count" class="feed-them-social-admin-input">
|
281 |
<option <?php echo selected( $twitter_show_follow_count, 'no', false ); ?> value=" <?php echo esc_attr( 'no' ); ?>">
|
282 |
-
<?php echo
|
283 |
</option>
|
284 |
<option <?php echo selected( $twitter_show_follow_count, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
285 |
-
<?php echo
|
286 |
</option>
|
287 |
</select>
|
288 |
<div class="fts-clear"></div>
|
@@ -291,14 +291,14 @@ class FTS_Twitter_Options_Page {
|
|
291 |
|
292 |
<div class="feed-them-social-admin-input-wrap">
|
293 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
294 |
-
<?php echo
|
295 |
</div>
|
296 |
<select name="twitter_show_follow_btn" id="twitter-show-follow-btn" class="feed-them-social-admin-input">
|
297 |
<option <?php echo selected( $twitter_show_follow_btn, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
298 |
-
<?php echo
|
299 |
</option>
|
300 |
<option <?php echo selected( $twitter_show_follow_btn, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
301 |
-
<?php echo
|
302 |
</option>
|
303 |
</select>
|
304 |
<div class="fts-clear"></div>
|
@@ -307,17 +307,17 @@ class FTS_Twitter_Options_Page {
|
|
307 |
|
308 |
<div class="feed-them-social-admin-input-wrap">
|
309 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
310 |
-
<?php echo
|
311 |
</div>
|
312 |
<select name="twitter_show_follow_btn_where" id="twitter-show-follow-btn-where" class="feed-them-social-admin-input">
|
313 |
<option>
|
314 |
-
<?php echo
|
315 |
</option>
|
316 |
<option <?php echo selected( $twitter_show_follow_btn_where, 'twitter-follow-above', false ); ?> value="<?php echo esc_attr( 'twitter-follow-above' ); ?>">
|
317 |
-
<?php echo
|
318 |
</option>
|
319 |
<option <?php echo selected( $twitter_show_follow_btn_where, 'twitter-follow-below', false ); ?> value="<?php echo esc_attr( 'twitter-follow-below' ); ?>">
|
320 |
-
<?php echo
|
321 |
</option>
|
322 |
</select>
|
323 |
<div class="fts-clear"></div>
|
@@ -327,18 +327,18 @@ class FTS_Twitter_Options_Page {
|
|
327 |
<div class="feed-them-social-admin-input-wrap">
|
328 |
<div class="fts-title-description-settings-page">
|
329 |
<h3>
|
330 |
-
<?php echo
|
331 |
</h3>
|
332 |
</div>
|
333 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
334 |
-
<?php echo
|
335 |
</div>
|
336 |
<select name="twitter_allow_videos" id="twitter-allow-videos" class="feed-them-social-admin-input">
|
337 |
<option <?php echo selected( $twitter_allow_videos, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
338 |
-
<?php echo
|
339 |
</option>
|
340 |
<option <?php echo selected( $twitter_allow_videos, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
341 |
-
<?php echo
|
342 |
</option>
|
343 |
</select>
|
344 |
<div class="fts-clear"></div>
|
@@ -349,7 +349,7 @@ class FTS_Twitter_Options_Page {
|
|
349 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
350 |
<?php
|
351 |
echo sprintf(
|
352 |
-
|
353 |
'<br/><small>',
|
354 |
'</small>'
|
355 |
);
|
@@ -358,10 +358,10 @@ class FTS_Twitter_Options_Page {
|
|
358 |
<select name="twitter_allow_shortlink_conversion" id="twitter-allow-shortlink-conversion" class="feed-them-social-admin-input">
|
359 |
<option
|
360 |
<?php echo selected( $twitter_allow_shortlink_conversion, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
361 |
-
<?php echo
|
362 |
</option>
|
363 |
<option <?php echo selected( $twitter_allow_shortlink_conversion, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
364 |
-
<?php echo
|
365 |
</option>
|
366 |
</select>
|
367 |
<div class="fts-clear"></div>
|
@@ -371,19 +371,19 @@ class FTS_Twitter_Options_Page {
|
|
371 |
<div class="feed-them-social-admin-input-wrap">
|
372 |
<div class="fts-title-description-settings-page">
|
373 |
<h3>
|
374 |
-
<?php echo
|
375 |
</h3>
|
376 |
</div>
|
377 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
378 |
-
<?php echo
|
379 |
</div>
|
380 |
<select name="twitter_full_width" id="twitter-full-width" class="feed-them-social-admin-input">
|
381 |
<option
|
382 |
<?php echo selected( $twitter_full_width, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
383 |
-
<?php echo
|
384 |
</option>
|
385 |
<option <?php echo selected( $twitter_full_width, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
386 |
-
<?php echo
|
387 |
</option>
|
388 |
</select>
|
389 |
<div class="fts-clear"></div>
|
@@ -393,23 +393,23 @@ class FTS_Twitter_Options_Page {
|
|
393 |
<div class="feed-them-social-admin-input-wrap">
|
394 |
<div class="fts-title-description-settings-page">
|
395 |
<h3>
|
396 |
-
<?php echo
|
397 |
</h3>
|
398 |
</div>
|
399 |
|
400 |
<div class="feed-them-social-admin-input-wrap">
|
401 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
402 |
-
<?php echo
|
403 |
</div>
|
404 |
<select name="fts_twitter_hide_images_in_posts" id="fts_twitter_hide_images_in_posts" class="feed-them-social-admin-input">
|
405 |
<option value="">
|
406 |
-
<?php echo
|
407 |
</option>
|
408 |
<option <?php echo selected( $fts_twitter_hide_images_in_posts, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
409 |
-
<?php echo
|
410 |
</option>
|
411 |
<option <?php echo selected( $fts_twitter_hide_images_in_posts, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
412 |
-
<?php echo
|
413 |
</option>
|
414 |
</select>
|
415 |
<div class="fts-clear"></div>
|
@@ -418,7 +418,7 @@ class FTS_Twitter_Options_Page {
|
|
418 |
|
419 |
<div class="feed-them-social-admin-input-wrap">
|
420 |
<div class="feed-them-social-admin-input-label">
|
421 |
-
<?php echo
|
422 |
</div>
|
423 |
<input type="text" name="twitter_max_image_width" class="feed-them-social-admin-input" placeholder="500px" value="<?php echo esc_attr( get_option( 'twitter_max_image_width' ) ); ?>"/>
|
424 |
<div class="fts-clear"></div>
|
@@ -427,7 +427,7 @@ class FTS_Twitter_Options_Page {
|
|
427 |
|
428 |
<div class="feed-them-social-admin-input-wrap">
|
429 |
<div class="feed-them-social-admin-input-label fts-twitter-text-size-label">
|
430 |
-
<?php echo
|
431 |
</div>
|
432 |
<input type="text" name="twitter_text_size" class="feed-them-social-admin-input twitter-text-size-input" id="twitter-text-size-input" placeholder="12px" value="<?php echo esc_attr( get_option( 'twitter_text_size' ) ); ?>"/>
|
433 |
<div class="fts-clear"></div>
|
@@ -436,7 +436,7 @@ class FTS_Twitter_Options_Page {
|
|
436 |
|
437 |
<div class="feed-them-social-admin-input-wrap">
|
438 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
439 |
-
<?php echo
|
440 |
</div>
|
441 |
<input type="text" name="twitter_text_color" class="feed-them-social-admin-input twitter-text-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-text-color-input" placeholder="#222" value="<?php echo esc_attr( get_option( 'twitter_text_color' ) ); ?>"/>
|
442 |
<div class="fts-clear"></div>
|
@@ -445,7 +445,7 @@ class FTS_Twitter_Options_Page {
|
|
445 |
|
446 |
<div class="feed-them-social-admin-input-wrap">
|
447 |
<div class="feed-them-social-admin-input-label fts-twitter-link-color-label">
|
448 |
-
<?php echo
|
449 |
</div>
|
450 |
<input type="text" name="twitter_link_color" class="feed-them-social-admin-input twitter-link-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-link-color-input" placeholder="#222" value="<?php echo esc_attr( get_option( 'twitter_link_color' ) ); ?>"/>
|
451 |
<div class="fts-clear"></div>
|
@@ -454,7 +454,7 @@ class FTS_Twitter_Options_Page {
|
|
454 |
|
455 |
<div class="feed-them-social-admin-input-wrap">
|
456 |
<div class="feed-them-social-admin-input-label fts-twitter-link-color-hover-label">
|
457 |
-
<?php echo
|
458 |
</div>
|
459 |
<input type="text" name="twitter_link_color_hover" class="feed-them-social-admin-input twitter-link-color-hover-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-link-color-hover-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'twitter_link_color_hover' ) ); ?>"/>
|
460 |
<div class="fts-clear"></div>
|
@@ -463,7 +463,7 @@ class FTS_Twitter_Options_Page {
|
|
463 |
|
464 |
<div class="feed-them-social-admin-input-wrap">
|
465 |
<div class="feed-them-social-admin-input-label fts-twitter-feed-width-label">
|
466 |
-
<?php echo
|
467 |
</div>
|
468 |
<input type="text" name="twitter_feed_width" class="feed-them-social-admin-input twitter-feed-width-input" id="twitter-feed-width-input" placeholder="500px" value="<?php echo esc_attr( get_option( 'twitter_feed_width' ) ); ?>"/>
|
469 |
<div class="fts-clear"></div>
|
@@ -474,7 +474,7 @@ class FTS_Twitter_Options_Page {
|
|
474 |
<div class="feed-them-social-admin-input-label fts-twitter-feed-margin-label">
|
475 |
<?php
|
476 |
echo sprintf(
|
477 |
-
|
478 |
'<br/><small>',
|
479 |
'</small>'
|
480 |
);
|
@@ -487,7 +487,7 @@ class FTS_Twitter_Options_Page {
|
|
487 |
|
488 |
<div class="feed-them-social-admin-input-wrap">
|
489 |
<div class="feed-them-social-admin-input-label fts-twitter-feed-padding-label">
|
490 |
-
<?php echo
|
491 |
</div>
|
492 |
<input type="text" name="twitter_feed_padding" class="feed-them-social-admin-input twitter-feed-padding-input" id="twitter-feed-padding-input" placeholder="10px" value="<?php echo esc_attr( get_option( 'twitter_feed_padding' ) ); ?>"/>
|
493 |
<div class="fts-clear"></div>
|
64 |
?>
|
65 |
<div class="feed-them-social-admin-wrap">
|
66 |
<h1>
|
67 |
+
<?php echo esc_html__( 'Twitter Feed Options', 'feed-them-social' ); ?>
|
68 |
</h1>
|
69 |
<div class="use-of-plugin">
|
70 |
+
<?php echo esc_html__( 'Change the color of your twitter feed and more using the options below.', 'feed-them-social' ); ?>
|
71 |
</div>
|
72 |
<!-- custom option for padding -->
|
73 |
<form method="post" class="fts-twitter-feed-options-form" action="options.php">
|
140 |
<div class="feed-them-social-admin-input-wrap" style="padding-top: 0px">
|
141 |
<div class="fts-title-description-settings-page">
|
142 |
<h3>
|
143 |
+
<?php echo esc_html__( 'Twitter API Token', 'feed-them-social' ); ?>
|
144 |
</h3>
|
145 |
<p>
|
146 |
+
<?php echo esc_html__( 'This is required to make the feed work. Simply click the button below and it will connect to your Twitter account to get an access token and access token secret, and it will return it in the input below. Then just click the save button and you will now be able to generate your Twitter feed.', 'feed-them-social' ); ?>
|
147 |
</p>
|
148 |
<p>
|
149 |
<?php
|
150 |
echo sprintf(
|
151 |
+
esc_html__( '%1$sLogin and get my Access Tokens%2$s', 'feed-them-social' ),
|
152 |
'<a href="' . esc_url( 'https://www.slickremix.com/get-twitter-token/?redirect_url=' . admin_url( 'admin.php?page=fts-twitter-feed-styles-submenu-page' ) . '&scope=manage_pages' ) . '" class="fts-twitter-get-access-token">',
|
153 |
'</a>'
|
154 |
);
|
155 |
?>
|
156 |
</p>
|
157 |
</div>
|
158 |
+
<a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" target="_blank" class="fts-admin-button-no-work"><?php echo esc_html__( 'Button not working?', 'feed-them-social' ); ?></a>
|
159 |
</div>
|
160 |
<div class="fts-clear"></div>
|
161 |
<div class="feed-them-social-admin-input-wrap">
|
167 |
|
168 |
<div class="fts-twitter-add-all-keys-click-option">
|
169 |
<label for="fts-custom-tokens-twitter">
|
170 |
+
<input type="checkbox" id="fts-custom-tokens-twitter" name="fts_twitter_custom_tokens" value="1" <?php echo checked( '1', '' === $extra_keys ); ?>> <?php echo esc_html__( 'Add your own tokens?', 'feed-them-social' ); ?>
|
171 |
</label>
|
172 |
</div>
|
173 |
|
175 |
<div class="twitter-extra-keys-text">
|
176 |
<?php
|
177 |
echo sprintf(
|
178 |
+
esc_html__( 'Learn how to manually create the Consumer Key/Secret and the Access Token/Secret %1$shere%2$s.', 'feed-them-social' ),
|
179 |
'<a href="' . esc_url( 'https://www.slickremix.com/docs/how-to-get-api-keys-and-tokens-for-twitter/' ) . '" target="_blank">',
|
180 |
'</a>'
|
181 |
);
|
183 |
</div>
|
184 |
<div class="feed-them-social-admin-input-wrap">
|
185 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
186 |
+
<?php echo esc_html__( 'Consumer Key (API Key)', 'feed-them-social' ); ?>
|
187 |
</div>
|
188 |
<input type="text" name="fts_twitter_custom_consumer_key" class="feed-them-social-admin-input" id="fts_twitter_custom_consumer_key" value="<?php echo esc_attr( get_option( 'fts_twitter_custom_consumer_key' ) ); ?>"/>
|
189 |
<div class="fts-clear"></div>
|
190 |
</div>
|
191 |
<div class="feed-them-social-admin-input-wrap">
|
192 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
193 |
+
<?php echo esc_html__( 'Consumer Secret (API Secret)', 'feed-them-social' ); ?>
|
194 |
</div>
|
195 |
<input type="text" name="fts_twitter_custom_consumer_secret" class="feed-them-social-admin-input" id="fts_twitter_custom_consumer_secret" value="<?php echo esc_attr( get_option( 'fts_twitter_custom_consumer_secret' ) ); ?>"/>
|
196 |
<div class="fts-clear"></div>
|
210 |
?>
|
211 |
<div class="feed-them-social-admin-input-wrap">
|
212 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
213 |
+
<?php echo esc_html__( 'Access Token', 'feed-them-social' ); ?>
|
214 |
</div>
|
215 |
<input type="text" name="fts_twitter_custom_access_token" class="feed-them-social-admin-input" id="fts_twitter_custom_access_token" value="<?php echo esc_attr( $oath_token ); ?>"/>
|
216 |
<div class="fts-clear"></div>
|
218 |
|
219 |
<div class="feed-them-social-admin-input-wrap">
|
220 |
<div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
|
221 |
+
<?php echo esc_html__( 'Access Token Secret', 'feed-them-social' ); ?>
|
222 |
</div>
|
223 |
<input type="text" name="fts_twitter_custom_access_token_secret" class="feed-them-social-admin-input" id="fts_twitter_custom_access_token_secret" value="<?php echo esc_attr( $oauth_token_secret ); ?>"/>
|
224 |
<div class="fts-clear"></div>
|
230 |
if ( ! empty( $fts_twitter_custom_access_token_secret ) && ! empty( $fts_twitter_custom_access_token_secret ) ) {
|
231 |
if ( 200 !== $test_connection->http_code || isset( $fetched_tweets->errors ) ) {
|
232 |
echo sprintf(
|
233 |
+
esc_html__( '%1$sOh No, something\'s wrong. ', 'feed-them-social' ),
|
234 |
'<div class="fts-failed-api-token">'
|
235 |
);
|
236 |
foreach ( $fetched_tweets->errors as $error ) {
|
237 |
echo sprintf(
|
238 |
+
esc_html__( '%1$s%2$s%3$s You may have entered in the Access information incorrectly please re-enter and try again.%4$s', 'feed-them-social' ),
|
239 |
'<strong>',
|
240 |
esc_html( $error->message ),
|
241 |
'</strong>',
|
244 |
}
|
245 |
} else {
|
246 |
echo sprintf(
|
247 |
+
esc_html__( '%1$sYour access token is working! Generate your shortcode on the %2$sSettings Page%3$s.%4$s', 'feed-them-social' ),
|
248 |
'<div class="fts-successful-api-token">',
|
249 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
|
250 |
'</a>',
|
255 |
do_action( 'wp_ajax_fts_clear_cache_ajax' );
|
256 |
} else {
|
257 |
echo sprintf(
|
258 |
+
esc_html__( '%1$sTo get started, please click the button above to retrieve your Access Token.%2$s', 'feed-them-social' ),
|
259 |
'<div class="fts-failed-api-token get-started-message">',
|
260 |
'</div>'
|
261 |
);
|
270 |
<div class="feed-them-social-admin-input-wrap">
|
271 |
<div class="fts-title-description-settings-page">
|
272 |
<h3>
|
273 |
+
<?php echo esc_html__( 'Follow Button Options', 'feed-them-social' ); ?>
|
274 |
</h3>
|
275 |
+
<?php echo esc_html__( 'This will only show on regular feeds not combined feeds.', 'feed-them-social' ); ?>
|
276 |
</div>
|
277 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
278 |
+
<?php echo esc_html__( 'Show Follow Count', 'feed-them-social' ); ?>
|
279 |
</div>
|
280 |
<select name="twitter_show_follow_count" id="twitter-show-follow-count" class="feed-them-social-admin-input">
|
281 |
<option <?php echo selected( $twitter_show_follow_count, 'no', false ); ?> value=" <?php echo esc_attr( 'no' ); ?>">
|
282 |
+
<?php echo esc_html__( 'No', 'feed-them-social' ); ?>
|
283 |
</option>
|
284 |
<option <?php echo selected( $twitter_show_follow_count, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
285 |
+
<?php echo esc_html__( 'Yes', 'feed-them-social' ); ?>
|
286 |
</option>
|
287 |
</select>
|
288 |
<div class="fts-clear"></div>
|
291 |
|
292 |
<div class="feed-them-social-admin-input-wrap">
|
293 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
294 |
+
<?php echo esc_html__( 'Show Follow Button', 'feed-them-social' ); ?>
|
295 |
</div>
|
296 |
<select name="twitter_show_follow_btn" id="twitter-show-follow-btn" class="feed-them-social-admin-input">
|
297 |
<option <?php echo selected( $twitter_show_follow_btn, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
298 |
+
<?php echo esc_html__( 'No', 'feed-them-social' ); ?>
|
299 |
</option>
|
300 |
<option <?php echo selected( $twitter_show_follow_btn, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
301 |
+
<?php echo esc_html__( 'Yes', 'feed-them-social' ); ?>
|
302 |
</option>
|
303 |
</select>
|
304 |
<div class="fts-clear"></div>
|
307 |
|
308 |
<div class="feed-them-social-admin-input-wrap">
|
309 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
310 |
+
<?php echo esc_html__( 'Placement of Follow Button', 'feed-them-social' ); ?>
|
311 |
</div>
|
312 |
<select name="twitter_show_follow_btn_where" id="twitter-show-follow-btn-where" class="feed-them-social-admin-input">
|
313 |
<option>
|
314 |
+
<?php echo esc_html__( 'Please Select Option', 'feed-them-social' ); ?>
|
315 |
</option>
|
316 |
<option <?php echo selected( $twitter_show_follow_btn_where, 'twitter-follow-above', false ); ?> value="<?php echo esc_attr( 'twitter-follow-above' ); ?>">
|
317 |
+
<?php echo esc_html__( 'Show Above Feed', 'feed-them-social' ); ?>
|
318 |
</option>
|
319 |
<option <?php echo selected( $twitter_show_follow_btn_where, 'twitter-follow-below', false ); ?> value="<?php echo esc_attr( 'twitter-follow-below' ); ?>">
|
320 |
+
<?php echo esc_html__( 'Show Below Feed', 'feed-them-social' ); ?>
|
321 |
</option>
|
322 |
</select>
|
323 |
<div class="fts-clear"></div>
|
327 |
<div class="feed-them-social-admin-input-wrap">
|
328 |
<div class="fts-title-description-settings-page">
|
329 |
<h3>
|
330 |
+
<?php echo esc_html__( 'Video Player Options', 'feed-them-social' ); ?>
|
331 |
</h3>
|
332 |
</div>
|
333 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
334 |
+
<?php echo esc_html__( 'Show videos', 'feed-them-social' ); ?>
|
335 |
</div>
|
336 |
<select name="twitter_allow_videos" id="twitter-allow-videos" class="feed-them-social-admin-input">
|
337 |
<option <?php echo selected( $twitter_allow_videos, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
338 |
+
<?php echo esc_html__( 'No', 'feed-them-social' ); ?>
|
339 |
</option>
|
340 |
<option <?php echo selected( $twitter_allow_videos, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
341 |
+
<?php echo esc_html__( 'Yes', 'feed-them-social' ); ?>
|
342 |
</option>
|
343 |
</select>
|
344 |
<div class="fts-clear"></div>
|
349 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
350 |
<?php
|
351 |
echo sprintf(
|
352 |
+
esc_html__( 'Convert shortlinks for video%1$sLike bitly etc. May slow load time slightly%2$s.', 'feed-them-social' ),
|
353 |
'<br/><small>',
|
354 |
'</small>'
|
355 |
);
|
358 |
<select name="twitter_allow_shortlink_conversion" id="twitter-allow-shortlink-conversion" class="feed-them-social-admin-input">
|
359 |
<option
|
360 |
<?php echo selected( $twitter_allow_shortlink_conversion, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
361 |
+
<?php echo esc_html__( 'No', 'feed-them-social' ); ?>
|
362 |
</option>
|
363 |
<option <?php echo selected( $twitter_allow_shortlink_conversion, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
364 |
+
<?php echo esc_html__( 'Yes', 'feed-them-social' ); ?>
|
365 |
</option>
|
366 |
</select>
|
367 |
<div class="fts-clear"></div>
|
371 |
<div class="feed-them-social-admin-input-wrap">
|
372 |
<div class="fts-title-description-settings-page">
|
373 |
<h3>
|
374 |
+
<?php echo esc_html__( 'Profile Photo Option', 'feed-them-social' ); ?>
|
375 |
</h3>
|
376 |
</div>
|
377 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
378 |
+
<?php echo esc_html__( 'Hide Profile Photo', 'feed-them-social' ); ?>
|
379 |
</div>
|
380 |
<select name="twitter_full_width" id="twitter-full-width" class="feed-them-social-admin-input">
|
381 |
<option
|
382 |
<?php echo selected( $twitter_full_width, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
383 |
+
<?php echo esc_html__( 'No', 'feed-them-social' ); ?>
|
384 |
</option>
|
385 |
<option <?php echo selected( $twitter_full_width, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
386 |
+
<?php echo esc_html__( 'Yes', 'feed-them-social' ); ?>
|
387 |
</option>
|
388 |
</select>
|
389 |
<div class="fts-clear"></div>
|
393 |
<div class="feed-them-social-admin-input-wrap">
|
394 |
<div class="fts-title-description-settings-page">
|
395 |
<h3>
|
396 |
+
<?php echo esc_html__( 'Style Options', 'feed-them-social' ); ?>
|
397 |
</h3>
|
398 |
</div>
|
399 |
|
400 |
<div class="feed-them-social-admin-input-wrap">
|
401 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
402 |
+
<?php echo esc_html__( 'Hide Images in Posts', 'feed-them-social' ); ?>
|
403 |
</div>
|
404 |
<select name="fts_twitter_hide_images_in_posts" id="fts_twitter_hide_images_in_posts" class="feed-them-social-admin-input">
|
405 |
<option value="">
|
406 |
+
<?php echo esc_html__( 'Please Select Option', 'feed-them-social' ); ?>
|
407 |
</option>
|
408 |
<option <?php echo selected( $fts_twitter_hide_images_in_posts, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
|
409 |
+
<?php echo esc_html__( 'No', 'feed-them-social' ); ?>
|
410 |
</option>
|
411 |
<option <?php echo selected( $fts_twitter_hide_images_in_posts, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
|
412 |
+
<?php echo esc_html__( 'Yes', 'feed-them-social' ); ?>
|
413 |
</option>
|
414 |
</select>
|
415 |
<div class="fts-clear"></div>
|
418 |
|
419 |
<div class="feed-them-social-admin-input-wrap">
|
420 |
<div class="feed-them-social-admin-input-label">
|
421 |
+
<?php echo esc_html__( 'Max-width for Feed Images', 'feed-them-social' ); ?>
|
422 |
</div>
|
423 |
<input type="text" name="twitter_max_image_width" class="feed-them-social-admin-input" placeholder="500px" value="<?php echo esc_attr( get_option( 'twitter_max_image_width' ) ); ?>"/>
|
424 |
<div class="fts-clear"></div>
|
427 |
|
428 |
<div class="feed-them-social-admin-input-wrap">
|
429 |
<div class="feed-them-social-admin-input-label fts-twitter-text-size-label">
|
430 |
+
<?php echo esc_html__( 'Feed Description Text Size', 'feed-them-social' ); ?>
|
431 |
</div>
|
432 |
<input type="text" name="twitter_text_size" class="feed-them-social-admin-input twitter-text-size-input" id="twitter-text-size-input" placeholder="12px" value="<?php echo esc_attr( get_option( 'twitter_text_size' ) ); ?>"/>
|
433 |
<div class="fts-clear"></div>
|
436 |
|
437 |
<div class="feed-them-social-admin-input-wrap">
|
438 |
<div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
|
439 |
+
<?php echo esc_html__( 'Feed Text Color', 'feed-them-social' ); ?>
|
440 |
</div>
|
441 |
<input type="text" name="twitter_text_color" class="feed-them-social-admin-input twitter-text-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-text-color-input" placeholder="#222" value="<?php echo esc_attr( get_option( 'twitter_text_color' ) ); ?>"/>
|
442 |
<div class="fts-clear"></div>
|
445 |
|
446 |
<div class="feed-them-social-admin-input-wrap">
|
447 |
<div class="feed-them-social-admin-input-label fts-twitter-link-color-label">
|
448 |
+
<?php echo esc_html__( 'Feed Link Color', 'feed-them-social' ); ?>
|
449 |
</div>
|
450 |
<input type="text" name="twitter_link_color" class="feed-them-social-admin-input twitter-link-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-link-color-input" placeholder="#222" value="<?php echo esc_attr( get_option( 'twitter_link_color' ) ); ?>"/>
|
451 |
<div class="fts-clear"></div>
|
454 |
|
455 |
<div class="feed-them-social-admin-input-wrap">
|
456 |
<div class="feed-them-social-admin-input-label fts-twitter-link-color-hover-label">
|
457 |
+
<?php echo esc_html__( 'Feed Link Color Hover', 'feed-them-social' ); ?>
|
458 |
</div>
|
459 |
<input type="text" name="twitter_link_color_hover" class="feed-them-social-admin-input twitter-link-color-hover-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-link-color-hover-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'twitter_link_color_hover' ) ); ?>"/>
|
460 |
<div class="fts-clear"></div>
|
463 |
|
464 |
<div class="feed-them-social-admin-input-wrap">
|
465 |
<div class="feed-them-social-admin-input-label fts-twitter-feed-width-label">
|
466 |
+
<?php echo esc_html__( 'Feed Width', 'feed-them-social' ); ?>
|
467 |
</div>
|
468 |
<input type="text" name="twitter_feed_width" class="feed-them-social-admin-input twitter-feed-width-input" id="twitter-feed-width-input" placeholder="500px" value="<?php echo esc_attr( get_option( 'twitter_feed_width' ) ); ?>"/>
|
469 |
<div class="fts-clear"></div>
|
474 |
<div class="feed-them-social-admin-input-label fts-twitter-feed-margin-label">
|
475 |
<?php
|
476 |
echo sprintf(
|
477 |
+
esc_html__( 'Feed Margin %1$sTo center feed type auto%2$s', 'feed-them-social' ),
|
478 |
'<br/><small>',
|
479 |
'</small>'
|
480 |
);
|
487 |
|
488 |
<div class="feed-them-social-admin-input-wrap">
|
489 |
<div class="feed-them-social-admin-input-label fts-twitter-feed-padding-label">
|
490 |
+
<?php echo esc_html__( 'Feed Padding', 'feed-them-social' ); ?>
|
491 |
</div>
|
492 |
<input type="text" name="twitter_feed_padding" class="feed-them-social-admin-input twitter-feed-padding-input" id="twitter-feed-padding-input" placeholder="10px" value="<?php echo esc_attr( get_option( 'twitter_feed_padding' ) ); ?>"/>
|
493 |
<div class="fts-clear"></div>
|
admin/class-fts-youtube-options-page.php
CHANGED
@@ -43,10 +43,10 @@ class FTS_Youtube_Options_Page {
|
|
43 |
?>
|
44 |
<div class="feed-them-social-admin-wrap">
|
45 |
<h1>
|
46 |
-
<?php echo
|
47 |
</h1>
|
48 |
<div class="use-of-plugin">
|
49 |
-
<?php echo
|
50 |
</div>
|
51 |
|
52 |
<!-- custom option for padding -->
|
@@ -78,14 +78,14 @@ class FTS_Youtube_Options_Page {
|
|
78 |
<div class="feed-them-social-admin-input-wrap" style="padding-top: 0">
|
79 |
<div class="fts-title-description-settings-page">
|
80 |
<h3>
|
81 |
-
<?php echo
|
82 |
</h3>
|
83 |
-
<p><?php echo
|
84 |
</p>
|
85 |
<p>
|
86 |
<?php
|
87 |
echo sprintf(
|
88 |
-
|
89 |
'<a href="' . esc_url( 'https://www.slickremix.com/youtube-token/?redirect_url=' . admin_url( 'admin.php?page=fts-youtube-feed-styles-submenu-page' ) ) . '" class="fts-youtube-get-access-token">',
|
90 |
'</a>'
|
91 |
);
|
@@ -114,12 +114,12 @@ class FTS_Youtube_Options_Page {
|
|
114 |
<div class="fts-clear"></div>
|
115 |
|
116 |
<div class="youtube-extra-keys" style="<?php echo esc_attr( $extra_keys ); ?>">
|
117 |
-
<div class="youtube-extra-keys-text" style="<?php echo esc_attr( $extra_keys_no ); ?>"><?php echo
|
118 |
-
<a href="<?php echo esc_url( 'https://www.slickremix.com/docs/get-api-key-for-youtube/' ); ?>" target="_blank"><?php echo
|
119 |
</div>
|
120 |
|
121 |
<div class="feed-them-social-admin-input-label fts-youtube-border-bottom-color-label">
|
122 |
-
<?php echo
|
123 |
</div>
|
124 |
|
125 |
<input type="text" name="youtube_custom_api_token" class="feed-them-social-admin-input" id="youtube_custom_api_token" value="<?php echo esc_attr( get_option( 'youtube_custom_api_token' ) ); ?>"/>
|
@@ -130,14 +130,14 @@ class FTS_Youtube_Options_Page {
|
|
130 |
<div class="hide-button-tokens-options" style="<?php echo esc_attr( $extra_keys_no ); ?>">
|
131 |
<div class="feed-them-social-admin-input-wrap">
|
132 |
<div class="feed-them-social-admin-input-label">
|
133 |
-
<?php echo
|
134 |
</div>
|
135 |
<input type="text" name="youtube_custom_refresh_token" class="feed-them-social-admin-input" id="youtube_custom_refresh_token" value="<?php echo esc_attr( get_option( 'youtube_custom_refresh_token' ) ); ?>"/>
|
136 |
<div class="fts-clear"></div>
|
137 |
</div>
|
138 |
<div class="feed-them-social-admin-input-wrap" style="margin-bottom:0;">
|
139 |
<div class="feed-them-social-admin-input-label">
|
140 |
-
<?php echo
|
141 |
</div>
|
142 |
<input type="text" name="youtube_custom_access_token" class="feed-them-social-admin-input" id="youtube_custom_access_token" value="<?php echo esc_attr( get_option( 'youtube_custom_access_token' ) ); ?>"/>
|
143 |
<div class="fts-clear"></div>
|
@@ -152,7 +152,7 @@ class FTS_Youtube_Options_Page {
|
|
152 |
?>
|
153 |
display:none<?php } ?>">
|
154 |
<div class="feed-them-social-admin-input-label">
|
155 |
-
<?php echo
|
156 |
</div>
|
157 |
<input type="text" name="youtube_custom_tokenecho esc_htmlxp_time" class="feed-them-social-admin-input" id="youtube_custom_tokenecho esc_htmlxp_time" value="<?php echo esc_attr( get_option( 'youtube_custom_tokenecho esc_htmlxp_time' ) ); ?>"/>
|
158 |
<div class="fts-clear"></div>
|
@@ -168,7 +168,7 @@ class FTS_Youtube_Options_Page {
|
|
168 |
});
|
169 |
</script>
|
170 |
<?php
|
171 |
-
if ( isset( $_GET['refresh_token'] ) && isset( $_GET['
|
172 |
// START AJAX TO SAVE TOKEN TO DB RIGHT AWAY SO WE CAN DO OUR NEXT SET OF CHECKS
|
173 |
// new token action!
|
174 |
$fts_functions->feed_them_youtube_refresh_token();
|
@@ -226,7 +226,7 @@ class FTS_Youtube_Options_Page {
|
|
226 |
// Error Check!
|
227 |
if ( ! isset( $test_app_token_response->error->errors[0]->reason ) && ! empty( $youtube_api_key ) || ! isset( $test_app_token_response->error->errors[0]->reason ) && ! empty( $youtube_access_token ) && empty( $youtube_api_key ) ) {
|
228 |
echo sprintf(
|
229 |
-
|
230 |
'<div class="fts-successful-api-token">',
|
231 |
esc_html( $type_of_key ),
|
232 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
|
@@ -235,7 +235,7 @@ class FTS_Youtube_Options_Page {
|
|
235 |
);
|
236 |
} elseif ( isset( $user_id->error->errors[0]->reason ) && ! empty( $youtube_api_key ) || ! isset( $user_id->error->errors[0]->reason ) && ! empty( $youtube_access_token ) ) {
|
237 |
echo sprintf(
|
238 |
-
|
239 |
'<div class="fts-failed-api-token">',
|
240 |
esc_html( $type_of_key ),
|
241 |
esc_html( $user_id->errors[0]->reason ),
|
@@ -244,7 +244,7 @@ class FTS_Youtube_Options_Page {
|
|
244 |
}
|
245 |
if ( empty( $youtube_api_key ) && empty( $youtube_access_token ) ) {
|
246 |
echo sprintf(
|
247 |
-
|
248 |
'<div class="fts-failed-api-token">',
|
249 |
'</div>'
|
250 |
);
|
@@ -259,20 +259,20 @@ class FTS_Youtube_Options_Page {
|
|
259 |
|
260 |
<div class="feed-them-social-admin-input-wrap">
|
261 |
<div class="fts-title-description-settings-page">
|
262 |
-
<h3><?php echo
|
263 |
</div>
|
264 |
-
<div class="feed-them-social-admin-input-label fts-youtube-text-color-label"><?php echo
|
265 |
|
266 |
<select name="youtube_show_follow_btn" id="youtube-show-follow-btn"
|
267 |
class="feed-them-social-admin-input">
|
268 |
<option
|
269 |
<?php echo selected( $fts_youtube_show_follow_btn, 'yes', false ); ?>
|
270 |
value="<?php echo esc_attr( 'yes' ); ?>">
|
271 |
-
<?php echo
|
272 |
</option>
|
273 |
<option <?php echo selected( $fts_youtube_show_follow_btn, 'no', false ); ?>
|
274 |
value="<?php echo esc_attr( 'no' ); ?>">
|
275 |
-
<?php echo
|
276 |
</option>
|
277 |
</select>
|
278 |
|
@@ -280,20 +280,20 @@ class FTS_Youtube_Options_Page {
|
|
280 |
</div><!--/fts-youtube-feed-styles-input-wrap-->
|
281 |
|
282 |
<div class="feed-them-social-admin-input-wrap">
|
283 |
-
<div class="feed-them-social-admin-input-label fts-youtube-text-color-label"><?php echo
|
284 |
|
285 |
<select name="youtube_show_follow_btn_where" id="youtube-show-follow-btn-where"
|
286 |
class="feed-them-social-admin-input">
|
287 |
-
<option><?php echo
|
288 |
<option
|
289 |
<?php echo selected( $fts_youtube_show_follow_btn_where, 'youtube-follow-above', false ); ?>
|
290 |
value="<?php echo esc_attr( 'youtube-follow-above' ); ?>">
|
291 |
-
<?php echo
|
292 |
</option>
|
293 |
<option
|
294 |
<?php echo selected( $fts_youtube_show_follow_btn_where, 'youtube-follow-below', false ); ?>
|
295 |
value="<?php echo esc_attr( 'youtube-follow-below' ); ?>">
|
296 |
-
<?php echo
|
297 |
</option>
|
298 |
</select>
|
299 |
|
@@ -306,12 +306,12 @@ class FTS_Youtube_Options_Page {
|
|
306 |
<div class="feed-them-social-admin-input-wrap">
|
307 |
<div class="fts-title-description-settings-page">
|
308 |
<h3>
|
309 |
-
<?php echo
|
310 |
</h3>
|
311 |
</div>
|
312 |
<div class="feed-them-social-admin-input-wrap">
|
313 |
<div class="feed-them-social-admin-input-label fts-fb-loadmore-background-color-label">
|
314 |
-
<?php echo
|
315 |
</div>
|
316 |
<input type="text" name="youtube_loadmore_background_color" class="feed-them-social-admin-input fb-loadmore-background-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="youtube-loadmore-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'youtube_loadmore_background_color' ) ); ?>"/>
|
317 |
<div class="fts-clear"></div>
|
@@ -320,7 +320,7 @@ class FTS_Youtube_Options_Page {
|
|
320 |
|
321 |
<div class="feed-them-social-admin-input-wrap">
|
322 |
<div class="feed-them-social-admin-input-label fts-fb-border-bottom-color-label">
|
323 |
-
<?php echo
|
324 |
</div>
|
325 |
<input type="text" name="youtube_loadmore_text_color" class="feed-them-social-admin-input fb-loadmore-text-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="youtube-loadmore-text-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'youtube_loadmore_text_color' ) ); ?>"/>
|
326 |
<div class="fts-clear"></div>
|
@@ -329,7 +329,7 @@ class FTS_Youtube_Options_Page {
|
|
329 |
|
330 |
<div class="feed-them-social-admin-input-wrap">
|
331 |
<div class="feed-them-social-admin-input-label">
|
332 |
-
<?php echo
|
333 |
</div>
|
334 |
<input type="text" name="youtube_load_more_text" class="feed-them-social-admin-input" id="youtube_load_more_text" placeholder="Load More" value="<?php echo esc_attr( get_option( 'youtube_load_more_text' ) ); ?>"/>
|
335 |
<div class="clear"></div>
|
@@ -338,7 +338,7 @@ class FTS_Youtube_Options_Page {
|
|
338 |
|
339 |
<div class="feed-them-social-admin-input-wrap">
|
340 |
<div class="feed-them-social-admin-input-label">
|
341 |
-
<?php echo
|
342 |
</div>
|
343 |
<input type="text" name="youtube_no_more_videos_text" class="feed-them-social-admin-input" id="youtube_no_more_videos_text" placeholder="No More Videos" value="<?php echo esc_attr( get_option( 'youtube_no_more_videos_text' ) ); ?>"/>
|
344 |
<div class="clear"></div>
|
@@ -346,7 +346,7 @@ class FTS_Youtube_Options_Page {
|
|
346 |
<!--/fts-youtube-feed-styles-input-wrap-->
|
347 |
|
348 |
<?php } // END premium ?>
|
349 |
-
<input type="submit" class="feed-them-social-admin-submit-btn" value="<?php echo
|
350 |
<?php } ?>
|
351 |
</form>
|
352 |
</div>
|
43 |
?>
|
44 |
<div class="feed-them-social-admin-wrap">
|
45 |
<h1>
|
46 |
+
<?php echo esc_html__( 'Feed Options', 'feed-them-social' ); ?>
|
47 |
</h1>
|
48 |
<div class="use-of-plugin">
|
49 |
+
<?php echo esc_html__( 'Add a follow button and position it using the options below. This option will not work for combined feeds.', 'feed-them-social' ); ?>
|
50 |
</div>
|
51 |
|
52 |
<!-- custom option for padding -->
|
78 |
<div class="feed-them-social-admin-input-wrap" style="padding-top: 0">
|
79 |
<div class="fts-title-description-settings-page">
|
80 |
<h3>
|
81 |
+
<?php echo esc_html__( 'YouTube API Key', 'feed-them-social' ); ?>
|
82 |
</h3>
|
83 |
+
<p><?php echo esc_html__( 'This is required to make the feed work. Simply click the button below and it will connect to your YouTube account to get an access token and access token secret, and it will return it in the input below. Then just click the save button and you will now be able to generate your YouTube feed.', 'feed-them-social' ); ?>
|
84 |
</p>
|
85 |
<p>
|
86 |
<?php
|
87 |
echo sprintf(
|
88 |
+
esc_html__( '%1$sLogin and get my Access Token (API key)%2$s', 'feed-them-social' ),
|
89 |
'<a href="' . esc_url( 'https://www.slickremix.com/youtube-token/?redirect_url=' . admin_url( 'admin.php?page=fts-youtube-feed-styles-submenu-page' ) ) . '" class="fts-youtube-get-access-token">',
|
90 |
'</a>'
|
91 |
);
|
114 |
<div class="fts-clear"></div>
|
115 |
|
116 |
<div class="youtube-extra-keys" style="<?php echo esc_attr( $extra_keys ); ?>">
|
117 |
+
<div class="youtube-extra-keys-text" style="<?php echo esc_attr( $extra_keys_no ); ?>"><?php echo esc_html__( 'Learn how to manually create your own YouTube API Key', 'feed-them-social' ); ?>
|
118 |
+
<a href="<?php echo esc_url( 'https://www.slickremix.com/docs/get-api-key-for-youtube/' ); ?>" target="_blank"><?php echo esc_html__( 'here', 'feed-them-social' ); ?></a>.
|
119 |
</div>
|
120 |
|
121 |
<div class="feed-them-social-admin-input-label fts-youtube-border-bottom-color-label">
|
122 |
+
<?php echo esc_html__( 'API Key Required', 'feed-them-social' ); ?>
|
123 |
</div>
|
124 |
|
125 |
<input type="text" name="youtube_custom_api_token" class="feed-them-social-admin-input" id="youtube_custom_api_token" value="<?php echo esc_attr( get_option( 'youtube_custom_api_token' ) ); ?>"/>
|
130 |
<div class="hide-button-tokens-options" style="<?php echo esc_attr( $extra_keys_no ); ?>">
|
131 |
<div class="feed-them-social-admin-input-wrap">
|
132 |
<div class="feed-them-social-admin-input-label">
|
133 |
+
<?php echo esc_html__( 'Refresh Token', 'feed-them-social' ); ?>
|
134 |
</div>
|
135 |
<input type="text" name="youtube_custom_refresh_token" class="feed-them-social-admin-input" id="youtube_custom_refresh_token" value="<?php echo esc_attr( get_option( 'youtube_custom_refresh_token' ) ); ?>"/>
|
136 |
<div class="fts-clear"></div>
|
137 |
</div>
|
138 |
<div class="feed-them-social-admin-input-wrap" style="margin-bottom:0;">
|
139 |
<div class="feed-them-social-admin-input-label">
|
140 |
+
<?php echo esc_html__( 'Access Token', 'feed-them-social' ); ?>
|
141 |
</div>
|
142 |
<input type="text" name="youtube_custom_access_token" class="feed-them-social-admin-input" id="youtube_custom_access_token" value="<?php echo esc_attr( get_option( 'youtube_custom_access_token' ) ); ?>"/>
|
143 |
<div class="fts-clear"></div>
|
152 |
?>
|
153 |
display:none<?php } ?>">
|
154 |
<div class="feed-them-social-admin-input-label">
|
155 |
+
<?php echo esc_html__( 'Expiration Time for Access Token', 'feed-them-social' ); ?>
|
156 |
</div>
|
157 |
<input type="text" name="youtube_custom_tokenecho esc_htmlxp_time" class="feed-them-social-admin-input" id="youtube_custom_tokenecho esc_htmlxp_time" value="<?php echo esc_attr( get_option( 'youtube_custom_tokenecho esc_htmlxp_time' ) ); ?>"/>
|
158 |
<div class="fts-clear"></div>
|
168 |
});
|
169 |
</script>
|
170 |
<?php
|
171 |
+
if ( isset( $_GET['refresh_token'] ) && isset( $_GET['code'] ) && isset( $_GET['expires_in'] ) ) {
|
172 |
// START AJAX TO SAVE TOKEN TO DB RIGHT AWAY SO WE CAN DO OUR NEXT SET OF CHECKS
|
173 |
// new token action!
|
174 |
$fts_functions->feed_them_youtube_refresh_token();
|
226 |
// Error Check!
|
227 |
if ( ! isset( $test_app_token_response->error->errors[0]->reason ) && ! empty( $youtube_api_key ) || ! isset( $test_app_token_response->error->errors[0]->reason ) && ! empty( $youtube_access_token ) && empty( $youtube_api_key ) ) {
|
228 |
echo sprintf(
|
229 |
+
esc_html__( '%1$s Your %2$s is working! Generate your shortcode on the %3$s settings page.%4$s %5$s', 'feed-them-social' ),
|
230 |
'<div class="fts-successful-api-token">',
|
231 |
esc_html( $type_of_key ),
|
232 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
|
235 |
);
|
236 |
} elseif ( isset( $user_id->error->errors[0]->reason ) && ! empty( $youtube_api_key ) || ! isset( $user_id->error->errors[0]->reason ) && ! empty( $youtube_access_token ) ) {
|
237 |
echo sprintf(
|
238 |
+
esc_html__( '%1$s This %2$s does not appear to be valid. YouTube responded with: %3$s %4$s ', 'feed-them-social' ),
|
239 |
'<div class="fts-failed-api-token">',
|
240 |
esc_html( $type_of_key ),
|
241 |
esc_html( $user_id->errors[0]->reason ),
|
244 |
}
|
245 |
if ( empty( $youtube_api_key ) && empty( $youtube_access_token ) ) {
|
246 |
echo sprintf(
|
247 |
+
esc_html__( '%1$s You must click the button above or register for an API token to use the YouTube feed.%2$s', 'feed-them-social' ),
|
248 |
'<div class="fts-failed-api-token">',
|
249 |
'</div>'
|
250 |
);
|
259 |
|
260 |
<div class="feed-them-social-admin-input-wrap">
|
261 |
<div class="fts-title-description-settings-page">
|
262 |
+
<h3><?php echo esc_html__( 'Follow Button Options', 'feed-them-social' ); ?></h3>
|
263 |
</div>
|
264 |
+
<div class="feed-them-social-admin-input-label fts-youtube-text-color-label"><?php echo esc_html__( 'Show Follow Button', 'feed-them-social' ); ?></div>
|
265 |
|
266 |
<select name="youtube_show_follow_btn" id="youtube-show-follow-btn"
|
267 |
class="feed-them-social-admin-input">
|
268 |
<option
|
269 |
<?php echo selected( $fts_youtube_show_follow_btn, 'yes', false ); ?>
|
270 |
value="<?php echo esc_attr( 'yes' ); ?>">
|
271 |
+
<?php echo esc_html__( 'Yes', 'feed-them-social' ); ?>
|
272 |
</option>
|
273 |
<option <?php echo selected( $fts_youtube_show_follow_btn, 'no', false ); ?>
|
274 |
value="<?php echo esc_attr( 'no' ); ?>">
|
275 |
+
<?php echo esc_html__( 'No', 'feed-them-social' ); ?>
|
276 |
</option>
|
277 |
</select>
|
278 |
|
280 |
</div><!--/fts-youtube-feed-styles-input-wrap-->
|
281 |
|
282 |
<div class="feed-them-social-admin-input-wrap">
|
283 |
+
<div class="feed-them-social-admin-input-label fts-youtube-text-color-label"><?php echo esc_html__( 'Placement of the Buttons', 'feed-them-social' ); ?></div>
|
284 |
|
285 |
<select name="youtube_show_follow_btn_where" id="youtube-show-follow-btn-where"
|
286 |
class="feed-them-social-admin-input">
|
287 |
+
<option><?php echo esc_html__( 'Please Select Option', 'feed-them-social' ); ?></option>
|
288 |
<option
|
289 |
<?php echo selected( $fts_youtube_show_follow_btn_where, 'youtube-follow-above', false ); ?>
|
290 |
value="<?php echo esc_attr( 'youtube-follow-above' ); ?>">
|
291 |
+
<?php echo esc_html__( 'Show Above Feed', 'feed-them-social' ); ?>
|
292 |
</option>
|
293 |
<option
|
294 |
<?php echo selected( $fts_youtube_show_follow_btn_where, 'youtube-follow-below', false ); ?>
|
295 |
value="<?php echo esc_attr( 'youtube-follow-below' ); ?>">
|
296 |
+
<?php echo esc_html__( 'Show Below Feed', 'feed-them-social' ); ?>
|
297 |
</option>
|
298 |
</select>
|
299 |
|
306 |
<div class="feed-them-social-admin-input-wrap">
|
307 |
<div class="fts-title-description-settings-page">
|
308 |
<h3>
|
309 |
+
<?php echo esc_html__( 'Load More Button Styles & Options', 'feed-them-social' ); ?>
|
310 |
</h3>
|
311 |
</div>
|
312 |
<div class="feed-them-social-admin-input-wrap">
|
313 |
<div class="feed-them-social-admin-input-label fts-fb-loadmore-background-color-label">
|
314 |
+
<?php echo esc_html__( 'Button Color', 'feed-them-social' ); ?>
|
315 |
</div>
|
316 |
<input type="text" name="youtube_loadmore_background_color" class="feed-them-social-admin-input fb-loadmore-background-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="youtube-loadmore-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'youtube_loadmore_background_color' ) ); ?>"/>
|
317 |
<div class="fts-clear"></div>
|
320 |
|
321 |
<div class="feed-them-social-admin-input-wrap">
|
322 |
<div class="feed-them-social-admin-input-label fts-fb-border-bottom-color-label">
|
323 |
+
<?php echo esc_html__( 'Text Color', 'feed-them-social' ); ?>
|
324 |
</div>
|
325 |
<input type="text" name="youtube_loadmore_text_color" class="feed-them-social-admin-input fb-loadmore-text-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="youtube-loadmore-text-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'youtube_loadmore_text_color' ) ); ?>"/>
|
326 |
<div class="fts-clear"></div>
|
329 |
|
330 |
<div class="feed-them-social-admin-input-wrap">
|
331 |
<div class="feed-them-social-admin-input-label">
|
332 |
+
<?php echo esc_html__( '"Load More" Text', 'feed-them-social' ); ?>
|
333 |
</div>
|
334 |
<input type="text" name="youtube_load_more_text" class="feed-them-social-admin-input" id="youtube_load_more_text" placeholder="Load More" value="<?php echo esc_attr( get_option( 'youtube_load_more_text' ) ); ?>"/>
|
335 |
<div class="clear"></div>
|
338 |
|
339 |
<div class="feed-them-social-admin-input-wrap">
|
340 |
<div class="feed-them-social-admin-input-label">
|
341 |
+
<?php echo esc_html__( '"No More Videos" Text', 'feed-them-social' ); ?>
|
342 |
</div>
|
343 |
<input type="text" name="youtube_no_more_videos_text" class="feed-them-social-admin-input" id="youtube_no_more_videos_text" placeholder="No More Videos" value="<?php echo esc_attr( get_option( 'youtube_no_more_videos_text' ) ); ?>"/>
|
344 |
<div class="clear"></div>
|
346 |
<!--/fts-youtube-feed-styles-input-wrap-->
|
347 |
|
348 |
<?php } // END premium ?>
|
349 |
+
<input type="submit" class="feed-them-social-admin-submit-btn" value="<?php echo esc_html__( 'Save All Changes', 'feed-them-social' ); ?>"/>
|
350 |
<?php } ?>
|
351 |
</form>
|
352 |
</div>
|
feed-them.php
CHANGED
@@ -4,23 +4,23 @@
|
|
4 |
*
|
5 |
* This class is what initiates the Feed Them Social class
|
6 |
*
|
7 |
-
* Plugin Name: Feed Them Social - for Twitter feed, Youtube,
|
8 |
* Plugin URI: https://feedthemsocial.com/
|
9 |
-
* Description: Display a Custom Facebook feed, Instagram feed, Twitter feed
|
10 |
-
* Version: 2.9.
|
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.6.0
|
17 |
-
* Stable tag: 2.9.
|
18 |
* License: GPLv2 or later
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
20 |
*
|
21 |
-
* @version 2.9.
|
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.
|
35 |
|
36 |
define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
|
37 |
|
@@ -127,7 +127,7 @@ final class Feed_Them_Social {
|
|
127 |
self::$instance->instagram_feed = new feedthemsocial\FTS_Instagram_Feed();
|
128 |
|
129 |
// Pinterest!
|
130 |
-
self::$instance->pinterest_feed = new feedthemsocial\FTS_Pinterest_Feed();
|
131 |
|
132 |
// Youtube!
|
133 |
self::$instance->youtube_feed = new feedthemsocial\FTS_Youtube_Feed_Free();
|
@@ -169,7 +169,7 @@ final class Feed_Them_Social {
|
|
169 |
public function fts_update_notice() {
|
170 |
// Check the transient to see if we've just updated the plugin!
|
171 |
if ( get_transient( 'fts_updated' ) ) {
|
172 |
-
echo '<div class="notice notice-success updated is-dismissible"><p>' .
|
173 |
delete_transient( 'fts_updated' );
|
174 |
}
|
175 |
}
|
@@ -185,7 +185,7 @@ final class Feed_Them_Social {
|
|
185 |
if ( get_transient( 'fts_activated' ) ) {
|
186 |
echo '<div class="notice notice-success updated is-dismissible"><p>';
|
187 |
echo sprintf(
|
188 |
-
|
189 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
|
190 |
'</a>'
|
191 |
);
|
@@ -324,7 +324,7 @@ final class Feed_Them_Social {
|
|
324 |
public function fts_required_php_check1() {
|
325 |
echo '<div class="error"><p>';
|
326 |
echo sprintf(
|
327 |
-
|
328 |
'<strong>',
|
329 |
'</strong>',
|
330 |
phpversion(),
|
@@ -350,7 +350,7 @@ final class Feed_Them_Social {
|
|
350 |
public function fts_free_plugin_actions( $actions, $plugin_file, $plugin_data, $context ) {
|
351 |
array_unshift(
|
352 |
$actions,
|
353 |
-
'<a href="admin.php?page=feed-them-settings-page">' .
|
354 |
);
|
355 |
return $actions;
|
356 |
}
|
@@ -367,7 +367,7 @@ final class Feed_Them_Social {
|
|
367 |
*/
|
368 |
public function fts_leave_feedback_link( $links, $file ) {
|
369 |
if ( plugin_basename( __FILE__ ) === $file ) {
|
370 |
-
$links['feedback'] = '<a href="' . esc_url( 'https://wordpress.org/support/view/plugin-reviews/feed-them-social', 'feed-them-social' ) . '" target="_blank">' .
|
371 |
}
|
372 |
return $links;
|
373 |
}
|
@@ -497,13 +497,13 @@ final class Feed_Them_Social {
|
|
497 |
<div class="fts_notice fts_review_notice">
|
498 |
<img src="<?php echo esc_url( plugins_url( 'feed-them-social/admin/images/feed-them-social-logo.png' ) ); ?>" alt="Feed Them Social">
|
499 |
<div class="fts-notice-text">
|
500 |
-
<p><?php echo
|
501 |
<p class="fts-links">
|
502 |
-
<a class="fts_notice_dismiss" href="<?php echo esc_url( 'https://wordpress.org/support/plugin/feed-them-social/reviews/#new-post' ); ?>" target="_blank"><?php echo
|
503 |
-
<a class="fts_notice_dismiss" href="<?php echo esc_url( add_query_arg( 'rating_fts_slick_ignore_notice_nag', '1' ) ); ?>"><?php echo
|
504 |
-
<a class="fts_notice_dismiss" href="<?php echo esc_url( add_query_arg( 'rating_fts_slick_ignore_notice_nag', 'later' ) ); ?>"><?php echo
|
505 |
-
<a class="fts_notice_dismiss" href="<?php echo esc_url( 'https://wordpress.org/support/plugin/feed-them-social/reviews/#new-post' ); ?>" target="_blank"><?php echo
|
506 |
-
<a class="fts_notice_dismiss" href="<?php echo esc_url( add_query_arg( 'rating_fts_slick_ignore_notice_nag', '1' ) ); ?>"><?php echo
|
507 |
</p>
|
508 |
</div>
|
509 |
</div>
|
4 |
*
|
5 |
* This class is what initiates the Feed Them Social class
|
6 |
*
|
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.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.6.0
|
17 |
+
* Stable tag: 2.9.2
|
18 |
* License: GPLv2 or later
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
20 |
*
|
21 |
+
* @version 2.9.2
|
22 |
* @package FeedThemSocial/Core
|
23 |
+
* @copyright Copyright (c) 2012-2021 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.2' );
|
35 |
|
36 |
define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
|
37 |
|
127 |
self::$instance->instagram_feed = new feedthemsocial\FTS_Instagram_Feed();
|
128 |
|
129 |
// Pinterest!
|
130 |
+
// self::$instance->pinterest_feed = new feedthemsocial\FTS_Pinterest_Feed();
|
131 |
|
132 |
// Youtube!
|
133 |
self::$instance->youtube_feed = new feedthemsocial\FTS_Youtube_Feed_Free();
|
169 |
public function fts_update_notice() {
|
170 |
// Check the transient to see if we've just updated the plugin!
|
171 |
if ( get_transient( 'fts_updated' ) ) {
|
172 |
+
echo '<div class="notice notice-success updated is-dismissible"><p>' . esc_html__( 'Thanks for updating Feed Them Social. We have deleted the cache in our plugin so you can view any changes we have made.', 'feed-them-social' ) . '</p></div>';
|
173 |
delete_transient( 'fts_updated' );
|
174 |
}
|
175 |
}
|
185 |
if ( get_transient( 'fts_activated' ) ) {
|
186 |
echo '<div class="notice notice-success updated is-dismissible"><p>';
|
187 |
echo sprintf(
|
188 |
+
esc_html__( 'Thanks for installing Feed Them Social. To get started please view our %1$sSettings%2$s page.', 'feed-them-social' ),
|
189 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
|
190 |
'</a>'
|
191 |
);
|
324 |
public function fts_required_php_check1() {
|
325 |
echo '<div class="error"><p>';
|
326 |
echo sprintf(
|
327 |
+
esc_html__( '%1$s Feed Them Social Warning:%2$s Your php version is %1$s%3$s%2$s. You need to be running at least %1$s5.3%2$s or greater to use this plugin. Please upgrade the php by contacting your host provider. Some host providers will allow you to change this yourself in the hosting control panel too. %4$s If you are hosting with BlueHost or Godaddy and the php version above is saying you are running %1$s5.2.17%2$s but you are really running something higher please %5$sclick here for the fix%6$s. If you cannot get it to work using the method described in the link please contact your host provider and explain the problem so they can fix it.', 'feed-them-social' ),
|
328 |
'<strong>',
|
329 |
'</strong>',
|
330 |
phpversion(),
|
350 |
public function fts_free_plugin_actions( $actions, $plugin_file, $plugin_data, $context ) {
|
351 |
array_unshift(
|
352 |
$actions,
|
353 |
+
'<a href="admin.php?page=feed-them-settings-page">' . esc_html__( 'Settings', 'feed-them-social' ) . '</a> | <a href="' . esc_url( 'https://www.slickremix.com/support/', 'feed-them-social' ) . '">' . esc_html__( 'Support', 'feed-them-social' ) . '</a>'
|
354 |
);
|
355 |
return $actions;
|
356 |
}
|
367 |
*/
|
368 |
public function fts_leave_feedback_link( $links, $file ) {
|
369 |
if ( plugin_basename( __FILE__ ) === $file ) {
|
370 |
+
$links['feedback'] = '<a href="' . esc_url( 'https://wordpress.org/support/view/plugin-reviews/feed-them-social', 'feed-them-social' ) . '" target="_blank">' . esc_html__( 'Rate Plugin', 'feed-them-social' ) . '</a>';
|
371 |
}
|
372 |
return $links;
|
373 |
}
|
497 |
<div class="fts_notice fts_review_notice">
|
498 |
<img src="<?php echo esc_url( plugins_url( 'feed-them-social/admin/images/feed-them-social-logo.png' ) ); ?>" alt="Feed Them Social">
|
499 |
<div class="fts-notice-text">
|
500 |
+
<p><?php echo esc_html__( 'It\'s great to see that you\'ve been using our Feed Them Social plugin for a while now. Hopefully you\'re happy with it! If so, would you consider leaving a positive review? It really helps support the plugin and helps others discover it too!', 'feed-them-social' ); ?></p>
|
501 |
<p class="fts-links">
|
502 |
+
<a class="fts_notice_dismiss" href="<?php echo esc_url( 'https://wordpress.org/support/plugin/feed-them-social/reviews/#new-post' ); ?>" target="_blank"><?php echo esc_html__( 'Sure, I\'d love to', 'feed-them-social' ); ?></a>
|
503 |
+
<a class="fts_notice_dismiss" href="<?php echo esc_url( add_query_arg( 'rating_fts_slick_ignore_notice_nag', '1' ) ); ?>"><?php echo esc_html__( 'I\'ve already given a review', 'feed-them-social' ); ?></a>
|
504 |
+
<a class="fts_notice_dismiss" href="<?php echo esc_url( add_query_arg( 'rating_fts_slick_ignore_notice_nag', 'later' ) ); ?>"><?php echo esc_html__( 'Ask me later', 'feed-them-social' ); ?></a>
|
505 |
+
<a class="fts_notice_dismiss" href="<?php echo esc_url( 'https://wordpress.org/support/plugin/feed-them-social/reviews/#new-post' ); ?>" target="_blank"><?php echo esc_html__( 'Not working, I need support', 'feed-them-social' ); ?></a>
|
506 |
+
<a class="fts_notice_dismiss" href="<?php echo esc_url( add_query_arg( 'rating_fts_slick_ignore_notice_nag', '1' ) ); ?>"><?php echo esc_html__( 'No thanks', 'feed-them-social' ); ?></a>
|
507 |
</p>
|
508 |
</div>
|
509 |
</div>
|
feeds/facebook/class-fts-facebook-feed-post-types.php
CHANGED
@@ -388,7 +388,7 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
|
|
388 |
// $trimmed_content CANNOT be esc at this time.
|
389 |
echo ! empty( $trimmed_content ) ? $trimmed_content : '';
|
390 |
// The Popup.
|
391 |
-
// echo $fb_shortcode['popup'] == 'yes' ? '<div class="fts-fb-caption"><a href="' . $fb_link . '" class="fts-view-on-facebook-link" target="_blank">' .
|
392 |
echo '<div class="fts-clear"></div></div> ';
|
393 |
|
394 |
} elseif ( 'top' !== $show_media ) {
|
@@ -441,7 +441,7 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
|
|
441 |
|
442 |
$hide_all_but_one_link = ! $isFirst ? 'style="display:none"' : '';
|
443 |
|
444 |
-
echo '<a href="' . esc_url( $fb_album_additional_pic->images[0]->source ) . '" class="fts-view-album-photos-large data-fb-album-photo-description" target="_blank" rel="noreferrer" ' . $hide_all_but_one_link . '>' .
|
445 |
echo '<div class="fts-fb-album-additional-pics-description-wrap">';
|
446 |
echo '<div class="fts-jal-fb-description-wrap fts-fb-album-description-content fts-jal-fb-description-popup">';
|
447 |
|
@@ -466,8 +466,8 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
|
|
466 |
// $fb_name ? $this->fts_facebook_post_desc( $fb_name, $fb_shortcode, $fb_type, null, $fb_by ) : '';
|
467 |
// Albums Photo Count.
|
468 |
$fb_name ? $this->fts_facebook_post_desc( $fb_name, $fb_shortcode, $fb_type, null, $fb_by ) : '';
|
469 |
-
$view_additional_album_photos = '24' == $key ? '. <a href="' . $fb_link . '" target="_blank" rel="noreferrer">' .
|
470 |
-
echo $fb_album_photo_count ? ' ' . esc_html( $key + 1 ) . ' ' .
|
471 |
echo '<br/><br/>';
|
472 |
|
473 |
$fb_album_additional_pic_name = isset( $fb_album_additional_pic->name ) ? $fb_album_additional_pic->name : '';
|
@@ -484,14 +484,14 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
|
|
484 |
|
485 |
// Album Photos.
|
486 |
'album_photos' === $fb_shortcode['type'] && ( isset( $fb_shortcode['video_album'] ) && 'yes' !== $fb_shortcode['video_album'] || ! isset( $fb_shortcode['video_album'] ) ) ) {
|
487 |
-
echo '<a href="' . esc_url( $fb_album_picture ) . '" class="fts-view-album-photos-large" target="_blank" rel="noreferrer">' .
|
488 |
|
489 |
} elseif (
|
490 |
// Video Albums.
|
491 |
isset( $fb_shortcode['video_album'] ) && 'yes' === $fb_shortcode['video_album'] ) {
|
492 |
if ( 'yes' !== $fb_shortcode['play_btn'] ) {
|
493 |
|
494 |
-
echo '<a href="' . esc_url( $embed_html ) . '" data-poster="' . esc_url( $video_photo ) . '" id="fts-view-vid1-' . esc_attr( $fts_dynamic_vid_name_string ) . '" class="fts-jal-fb-vid-html5video ' . esc_attr( $fts_view_fb_videos_btn ) . ' fts-view-fb-videos-large fts-view-fb-videos-btn fb-video-popup-' . esc_attr( $fts_dynamic_vid_name_string ) . '">' .
|
495 |
|
496 |
echo '<div class="fts-fb-embed-iframe-check-used-for-popup fts-fb-embed-yes">';
|
497 |
if ( $embed_height >= $embed_width ) {
|
@@ -502,7 +502,7 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
|
|
502 |
echo '</div>';
|
503 |
} else {
|
504 |
// photos.
|
505 |
-
echo '<a href="' . esc_url( $post_data->source ) . '" class="fts-view-album-photos-large" target="_blank" rel="noreferrer">' .
|
506 |
}
|
507 |
|
508 |
// echo '<div class="fts-fb-caption"><a class="view-on-facebook-albums-link" href="' . $fb_link . '" target="_blank">' . esc_html('View on Facebook', 'feed-them-social') . '</a></div>';.
|
388 |
// $trimmed_content CANNOT be esc at this time.
|
389 |
echo ! empty( $trimmed_content ) ? $trimmed_content : '';
|
390 |
// The Popup.
|
391 |
+
// echo $fb_shortcode['popup'] == 'yes' ? '<div class="fts-fb-caption"><a href="' . $fb_link . '" class="fts-view-on-facebook-link" target="_blank">' . esc_html__('View on Facebook', 'feed-them-social') . '</a></div> ' : '';.
|
392 |
echo '<div class="fts-clear"></div></div> ';
|
393 |
|
394 |
} elseif ( 'top' !== $show_media ) {
|
441 |
|
442 |
$hide_all_but_one_link = ! $isFirst ? 'style="display:none"' : '';
|
443 |
|
444 |
+
echo '<a href="' . esc_url( $fb_album_additional_pic->images[0]->source ) . '" class="fts-view-album-photos-large data-fb-album-photo-description" target="_blank" rel="noreferrer" ' . $hide_all_but_one_link . '>' . esc_html__( 'View Album', 'feed-them-social' ) . '</a>';
|
445 |
echo '<div class="fts-fb-album-additional-pics-description-wrap">';
|
446 |
echo '<div class="fts-jal-fb-description-wrap fts-fb-album-description-content fts-jal-fb-description-popup">';
|
447 |
|
466 |
// $fb_name ? $this->fts_facebook_post_desc( $fb_name, $fb_shortcode, $fb_type, null, $fb_by ) : '';
|
467 |
// Albums Photo Count.
|
468 |
$fb_name ? $this->fts_facebook_post_desc( $fb_name, $fb_shortcode, $fb_type, null, $fb_by ) : '';
|
469 |
+
$view_additional_album_photos = '24' == $key ? '. <a href="' . $fb_link . '" target="_blank" rel="noreferrer">' . esc_html__( 'View more for this Album', 'feed-them-social' ) . '</a>' : '';
|
470 |
+
echo $fb_album_photo_count ? ' ' . esc_html( $key + 1 ) . ' ' . esc_html__( 'of', 'feed-them-social' ) . ' ' . esc_html( $fb_album_photo_count ) . ' ' . esc_html__( 'Photos', 'feed-them-social' ) . ' ' . $view_additional_album_photos : '';
|
471 |
echo '<br/><br/>';
|
472 |
|
473 |
$fb_album_additional_pic_name = isset( $fb_album_additional_pic->name ) ? $fb_album_additional_pic->name : '';
|
484 |
|
485 |
// Album Photos.
|
486 |
'album_photos' === $fb_shortcode['type'] && ( isset( $fb_shortcode['video_album'] ) && 'yes' !== $fb_shortcode['video_album'] || ! isset( $fb_shortcode['video_album'] ) ) ) {
|
487 |
+
echo '<a href="' . esc_url( $fb_album_picture ) . '" class="fts-view-album-photos-large" target="_blank" rel="noreferrer">' . esc_html__( 'View Photo', 'feed-them-social' ) . '</a></div>';
|
488 |
|
489 |
} elseif (
|
490 |
// Video Albums.
|
491 |
isset( $fb_shortcode['video_album'] ) && 'yes' === $fb_shortcode['video_album'] ) {
|
492 |
if ( 'yes' !== $fb_shortcode['play_btn'] ) {
|
493 |
|
494 |
+
echo '<a href="' . esc_url( $embed_html ) . '" data-poster="' . esc_url( $video_photo ) . '" id="fts-view-vid1-' . esc_attr( $fts_dynamic_vid_name_string ) . '" class="fts-jal-fb-vid-html5video ' . esc_attr( $fts_view_fb_videos_btn ) . ' fts-view-fb-videos-large fts-view-fb-videos-btn fb-video-popup-' . esc_attr( $fts_dynamic_vid_name_string ) . '">' . esc_html__( 'View Video', 'feed-them-social' ) . '</a>';
|
495 |
|
496 |
echo '<div class="fts-fb-embed-iframe-check-used-for-popup fts-fb-embed-yes">';
|
497 |
if ( $embed_height >= $embed_width ) {
|
502 |
echo '</div>';
|
503 |
} else {
|
504 |
// photos.
|
505 |
+
echo '<a href="' . esc_url( $post_data->source ) . '" class="fts-view-album-photos-large" target="_blank" rel="noreferrer">' . esc_html__( 'View Photo', 'feed-them-social' ) . '</a></div>';
|
506 |
}
|
507 |
|
508 |
// echo '<div class="fts-fb-caption"><a class="view-on-facebook-albums-link" href="' . $fb_link . '" target="_blank">' . esc_html('View on Facebook', 'feed-them-social') . '</a></div>';.
|
feeds/instagram/class-fts-instagram-feed.php
CHANGED
@@ -263,7 +263,7 @@ class FTS_Instagram_Feed extends feed_them_social_functions {
|
|
263 |
* @since 1.9.6
|
264 |
*/
|
265 |
public function fts_view_on_instagram_link( $post_data ) {
|
266 |
-
return '<a href="' . esc_url( $this->fts_view_on_instagram_url( $post_data ) ) . '" class="fts-view-on-instagram-link" target="_blank" rel="noreferrer">' .
|
267 |
}
|
268 |
|
269 |
/**
|
@@ -598,23 +598,23 @@ class FTS_Instagram_Feed extends feed_them_social_functions {
|
|
598 |
if ( false !== $this->fts_check_feed_cache_exists( $cache ) && ! isset( $_GET['load_more_ajaxing'] ) && 'user' !== $type ) {
|
599 |
$response = $this->fts_get_feed_cache( $cache );
|
600 |
$insta_data = isset( $type ) && 'basic' === $type || 'business' === $type ? $insta_fb_data : json_decode( $response['data'] );
|
601 |
-
$note =
|
602 |
|
603 |
} elseif ( isset( $error_check->error_message ) || isset( $error_check->meta->error_message ) || empty( $error_check ) || 'user' === $type || !isset( $type ) ) {
|
604 |
// If the Instagram API array returns any error messages we check for them here and return the corresponding error message!
|
605 |
if ( current_user_can( 'administrator' ) ) {
|
606 |
|
607 |
if ( 'user' === $type || !isset( $type ) ) {
|
608 |
-
$error =
|
609 |
} elseif ( isset( $error_check->error_message ) ) {
|
610 |
$error = $error_check->error_message;
|
611 |
} elseif ( isset( $error_check->meta->error_message ) ) {
|
612 |
$error = $error_check->meta->error_message;
|
613 |
} else {
|
614 |
-
$error =
|
615 |
}
|
616 |
|
617 |
-
return
|
618 |
} else {
|
619 |
return;
|
620 |
}
|
@@ -623,7 +623,7 @@ class FTS_Instagram_Feed extends feed_them_social_functions {
|
|
623 |
// if Error DON'T Cache.
|
624 |
if ( ! isset( $error_check->meta->error_message ) && ! isset( $_GET['load_more_ajaxing'] ) || ! isset( $error_check->error_message ) && ! isset( $_GET['load_more_ajaxing'] ) ) {
|
625 |
$this->fts_create_feed_cache( $cache, $response );
|
626 |
-
$note =
|
627 |
}
|
628 |
}
|
629 |
}
|
263 |
* @since 1.9.6
|
264 |
*/
|
265 |
public function fts_view_on_instagram_link( $post_data ) {
|
266 |
+
return '<a href="' . esc_url( $this->fts_view_on_instagram_url( $post_data ) ) . '" class="fts-view-on-instagram-link" target="_blank" rel="noreferrer">' . esc_html__( 'View on Instagram', 'feed-them-social' ) . '</a>';
|
267 |
}
|
268 |
|
269 |
/**
|
598 |
if ( false !== $this->fts_check_feed_cache_exists( $cache ) && ! isset( $_GET['load_more_ajaxing'] ) && 'user' !== $type ) {
|
599 |
$response = $this->fts_get_feed_cache( $cache );
|
600 |
$insta_data = isset( $type ) && 'basic' === $type || 'business' === $type ? $insta_fb_data : json_decode( $response['data'] );
|
601 |
+
$note = esc_html__( 'Cached', 'feed-them-social' );
|
602 |
|
603 |
} elseif ( isset( $error_check->error_message ) || isset( $error_check->meta->error_message ) || empty( $error_check ) || 'user' === $type || !isset( $type ) ) {
|
604 |
// If the Instagram API array returns any error messages we check for them here and return the corresponding error message!
|
605 |
if ( current_user_can( 'administrator' ) ) {
|
606 |
|
607 |
if ( 'user' === $type || !isset( $type ) ) {
|
608 |
+
$error = esc_html__( 'The Legacy API is depreciated as of March 31st, 2020 in favor of the new Instagram Graph API and the Instagram Basic Display API. Please go to the instagram Options page of our plugin and reconnect your account and generate a new shortcode and replace your existing one.', 'feed-them-social' );
|
609 |
} elseif ( isset( $error_check->error_message ) ) {
|
610 |
$error = $error_check->error_message;
|
611 |
} elseif ( isset( $error_check->meta->error_message ) ) {
|
612 |
$error = $error_check->meta->error_message;
|
613 |
} else {
|
614 |
+
$error = esc_html__( 'Please go to the Feed Them > Instagram Options page of our Feed Them Social plugin a double check your Instagram ID matches the one used in your shortcode on this page.', 'feed-them-social' );
|
615 |
}
|
616 |
|
617 |
+
return esc_html__( 'Feed Them Social (Notice visible to Admin only). Instagram returned:', 'feed-them-social' ) . ' ' . $error;
|
618 |
} else {
|
619 |
return;
|
620 |
}
|
623 |
// if Error DON'T Cache.
|
624 |
if ( ! isset( $error_check->meta->error_message ) && ! isset( $_GET['load_more_ajaxing'] ) || ! isset( $error_check->error_message ) && ! isset( $_GET['load_more_ajaxing'] ) ) {
|
625 |
$this->fts_create_feed_cache( $cache, $response );
|
626 |
+
$note = esc_html__( 'Not Cached', 'feed-them-social' );
|
627 |
}
|
628 |
}
|
629 |
}
|
feeds/twitter/class-fts-twitter-feed.php
CHANGED
@@ -544,7 +544,7 @@ class FTS_Twitter_Feed extends feed_them_social_functions {
|
|
544 |
|
545 |
// IS RATE LIMIT REACHED?
|
546 |
if ( isset( $fetched_tweets->errors ) && '32' !== $fetched_tweets->errors[0]->code && '34' !== $fetched_tweets->errors[0]->code ) {
|
547 |
-
echo
|
548 |
}
|
549 |
// Did the fetch fail?
|
550 |
if ( isset( $error_check ) ) {
|
@@ -635,16 +635,16 @@ class FTS_Twitter_Feed extends feed_them_social_functions {
|
|
635 |
|
636 |
// option to allow the followers plus count to show.
|
637 |
if ( isset( $twitter_show_follow_count ) && 'yes' === $twitter_show_follow_count && empty( $search ) && isset( $stats_bar ) && 'yes' !== $stats_bar ) {
|
638 |
-
echo '<div class="twitter-followers-fts-singular"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' .
|
639 |
}
|
640 |
if ( isset( $stats_bar ) && 'yes' === $stats_bar && empty( $search ) ) {
|
641 |
|
642 |
// option to allow the followers plus count to show.
|
643 |
echo '<div class="fts-twitter-followers-wrap">';
|
644 |
-
echo '<div class="twitter-followers-fts fts-tweets-first"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' .
|
645 |
-
echo '<div class="twitter-followers-fts fts-following-link-div"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' .
|
646 |
-
echo '<div class="twitter-followers-fts fts-followers-link-div"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' .
|
647 |
-
echo '<div class="twitter-followers-fts fts-likes-link-div"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' .
|
648 |
echo '</div>';
|
649 |
|
650 |
}
|
544 |
|
545 |
// IS RATE LIMIT REACHED?
|
546 |
if ( isset( $fetched_tweets->errors ) && '32' !== $fetched_tweets->errors[0]->code && '34' !== $fetched_tweets->errors[0]->code ) {
|
547 |
+
echo esc_html__( 'Rate Limited Exceeded. Please go to the Feed Them Social Plugin then the Twitter Options page for Feed Them Social and follow the instructions under the header Twitter API Token.', 'feed-them-social' );
|
548 |
}
|
549 |
// Did the fetch fail?
|
550 |
if ( isset( $error_check ) ) {
|
635 |
|
636 |
// option to allow the followers plus count to show.
|
637 |
if ( isset( $twitter_show_follow_count ) && 'yes' === $twitter_show_follow_count && empty( $search ) && isset( $stats_bar ) && 'yes' !== $stats_bar ) {
|
638 |
+
echo '<div class="twitter-followers-fts-singular"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' . esc_html__( 'Followers:', 'feed-them-social' ) . '</a> ' . esc_html( $followers_count ) . '</div>';
|
639 |
}
|
640 |
if ( isset( $stats_bar ) && 'yes' === $stats_bar && empty( $search ) ) {
|
641 |
|
642 |
// option to allow the followers plus count to show.
|
643 |
echo '<div class="fts-twitter-followers-wrap">';
|
644 |
+
echo '<div class="twitter-followers-fts fts-tweets-first"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' . esc_html__( 'Tweets', 'feed-them-social' ) . '</a> ' . esc_html( $statuses_count ) . '</div>';
|
645 |
+
echo '<div class="twitter-followers-fts fts-following-link-div"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' . esc_html__( 'Following', 'feed-them-social' ) . '</a> ' . number_format( (float) $friends_count ) . '</div>';
|
646 |
+
echo '<div class="twitter-followers-fts fts-followers-link-div"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' . esc_html__( 'Followers', 'feed-them-social' ) . '</a> ' . esc_html( $followers_count ) . '</div>';
|
647 |
+
echo '<div class="twitter-followers-fts fts-likes-link-div"><a href="' . esc_url( $user_permalink ) . '" target="_blank">' . esc_html__( 'Likes', 'feed-them-social' ) . '</a> ' . number_format( (float) $favourites_count ) . '</div>';
|
648 |
echo '</div>';
|
649 |
|
650 |
}
|
feeds/youtube/class-youtube-feed-free.php
CHANGED
@@ -419,7 +419,7 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
|
|
419 |
$this->fts_youtube_single_video_info( $video_id_or_link, $youtube_api_key_or_token, $youtube_access_token_new );
|
420 |
|
421 |
echo $fts_functions_class->fts_share_option( isset( $youtube_video_url ) ? $youtube_video_url : null, isset( $youtube_title ) ? $youtube_title : null );
|
422 |
-
echo '<a href="' . esc_url( $youtube_video_url ) . '" target="_blank" class="fts-jal-fb-see-more">' .
|
423 |
if ( '0' !== $comments_count && is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) {
|
424 |
$this->fts_youtube_commentThreads( $video_id_or_link, $youtube_api_key_or_token, $comments_count );
|
425 |
}
|
@@ -508,7 +508,7 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
|
|
508 |
)
|
509 |
) . '</div>';
|
510 |
echo $fts_functions_class->fts_share_option( isset( $youtube_video_url ) ? $youtube_video_url : null, isset( $youtube_title ) ? $youtube_title : null );
|
511 |
-
echo '<a href="' . esc_url( $youtube_video_url ) . '" target="_blank" class="fts-jal-fb-see-more">' .
|
512 |
if ( isset( $comments_count ) && '0' !== $comments_count && is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) {
|
513 |
$this->fts_youtube_commentThreads( $video_id, $youtube_api_key_or_token, $comments_count );
|
514 |
}
|
@@ -544,7 +544,7 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
|
|
544 |
)
|
545 |
) . '</div>';
|
546 |
echo $fts_functions_class->fts_share_option( isset( $youtube_video_url ) ? $youtube_video_url : null, isset( $youtube_title ) ? $youtube_title : null );
|
547 |
-
echo '<a href="' . esc_url( $youtube_video_url ) . '" target="_blank" class="fts-jal-fb-see-more">' .
|
548 |
if ( isset( $comments_count ) && '0' !== $comments_count && is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) {
|
549 |
$this->fts_youtube_commentThreads( $video_id, $youtube_api_key_or_token, $comments_count );
|
550 |
}
|
419 |
$this->fts_youtube_single_video_info( $video_id_or_link, $youtube_api_key_or_token, $youtube_access_token_new );
|
420 |
|
421 |
echo $fts_functions_class->fts_share_option( isset( $youtube_video_url ) ? $youtube_video_url : null, isset( $youtube_title ) ? $youtube_title : null );
|
422 |
+
echo '<a href="' . esc_url( $youtube_video_url ) . '" target="_blank" class="fts-jal-fb-see-more">' . esc_html__( 'View on YouTube', 'feed-them-premium' ) . '</a>';
|
423 |
if ( '0' !== $comments_count && is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) {
|
424 |
$this->fts_youtube_commentThreads( $video_id_or_link, $youtube_api_key_or_token, $comments_count );
|
425 |
}
|
508 |
)
|
509 |
) . '</div>';
|
510 |
echo $fts_functions_class->fts_share_option( isset( $youtube_video_url ) ? $youtube_video_url : null, isset( $youtube_title ) ? $youtube_title : null );
|
511 |
+
echo '<a href="' . esc_url( $youtube_video_url ) . '" target="_blank" class="fts-jal-fb-see-more">' . esc_html__( 'View on YouTube', 'feed-them-premium' ) . '</a>';
|
512 |
if ( isset( $comments_count ) && '0' !== $comments_count && is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) {
|
513 |
$this->fts_youtube_commentThreads( $video_id, $youtube_api_key_or_token, $comments_count );
|
514 |
}
|
544 |
)
|
545 |
) . '</div>';
|
546 |
echo $fts_functions_class->fts_share_option( isset( $youtube_video_url ) ? $youtube_video_url : null, isset( $youtube_title ) ? $youtube_title : null );
|
547 |
+
echo '<a href="' . esc_url( $youtube_video_url ) . '" target="_blank" class="fts-jal-fb-see-more">' . esc_html__( 'View on YouTube', 'feed-them-premium' ) . '</a>';
|
548 |
if ( isset( $comments_count ) && '0' !== $comments_count && is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) {
|
549 |
$this->fts_youtube_commentThreads( $video_id, $youtube_api_key_or_token, $comments_count );
|
550 |
}
|
includes/feed-them-functions.php
CHANGED
@@ -141,7 +141,7 @@ class feed_them_social_functions {
|
|
141 |
|
142 |
if ( wp_verify_nonce( $fts_refresh_token_nonce, 'access_token' ) ) {
|
143 |
|
144 |
-
$auth_obj = $_GET['
|
145 |
$feed_type = $_GET['feed_type'];
|
146 |
$user_id = $_GET['user_id'];
|
147 |
|
@@ -162,7 +162,7 @@ class feed_them_social_functions {
|
|
162 |
url: ftsAjax.ajaxurl,
|
163 |
success: function (response) {
|
164 |
<?php
|
165 |
-
$auth_obj = $_GET['
|
166 |
if ( 'instagram_basic' === $feed_type ) {
|
167 |
$insta_url = esc_url_raw( 'https://graph.instagram.com/me?fields=id,username&access_token=' . $auth_obj );
|
168 |
} else {
|
@@ -180,7 +180,7 @@ class feed_them_social_functions {
|
|
180 |
}
|
181 |
if ( ! isset( $test_app_token_response->meta->error_message ) && ! isset( $test_app_token_response->error_message ) || isset( $test_app_token_response->meta->error_message ) && 'This client has not been approved to access this resource.' === $test_app_token_response->meta->error_message ) {
|
182 |
$fts_instagram_message = sprintf(
|
183 |
-
|
184 |
'<div class="fts-successful-api-token">',
|
185 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' . $custom_instagram_link_hash ) . '">',
|
186 |
'</a></div>'
|
@@ -195,7 +195,7 @@ class feed_them_social_functions {
|
|
195 |
} elseif ( isset( $test_app_token_response->meta->error_message ) || isset( $test_app_token_response->error_message ) ) {
|
196 |
$text = isset( $test_app_token_response->meta->error_message ) ? $test_app_token_response->meta->error_message : $test_app_token_response->error_message;
|
197 |
$fts_instagram_message = sprintf(
|
198 |
-
|
199 |
'<div class="fts-failed-api-token">',
|
200 |
esc_html( $text ),
|
201 |
'</div>'
|
@@ -260,7 +260,7 @@ class feed_them_social_functions {
|
|
260 |
|
261 |
// The share wrap and links
|
262 |
$output = '<div class="fts-share-wrap">';
|
263 |
-
$output .= '<a href="javascript:;" class="ft-gallery-link-popup" title="' .
|
264 |
$output .= '<div class="ft-gallery-share-wrap">';
|
265 |
$output .= '<a href="' . esc_attr( $ft_gallery_share_facebook ) . '" target="_blank" rel="noreferrer" class="ft-galleryfacebook-icon" title="Share this post on Facebook"><i class="fa fa-facebook-square"></i></a>';
|
266 |
$output .= '<a href="' . esc_attr( $ft_gallery_share_twitter ) . '" target="_blank" rel="noreferrer" class="ft-gallerytwitter-icon" title="Share this post on Twitter"><i class="fa fa-twitter"></i></a>';
|
@@ -294,7 +294,7 @@ class feed_them_social_functions {
|
|
294 |
ob_start();
|
295 |
|
296 |
if ( ! isset( $_GET['locations'] ) ) {
|
297 |
-
$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['
|
298 |
$fb_token_response = isset( $_REQUEST['next_url'] ) ? wp_remote_fopen( esc_url_raw( $_REQUEST['next_url'] ) ) : $fb_url;
|
299 |
$test_fb_app_token_response = json_decode( $fb_token_response );
|
300 |
$_REQUEST['next_url'] = isset( $test_fb_app_token_response->paging->next ) ? esc_url_raw( $test_fb_app_token_response->paging->next ) : '';
|
@@ -324,7 +324,7 @@ class feed_them_social_functions {
|
|
324 |
$reviews_token = isset( $_GET['reviews_token'] ) ? 'yes' : 'no';
|
325 |
?>
|
326 |
<div id="fb-list-wrap">
|
327 |
-
<div class="fts-pages-info"> <?php echo
|
328 |
<ul class="fb-page-list fb-page-master-list">
|
329 |
<?php
|
330 |
} //End make sure it's not ajaxing!
|
@@ -352,7 +352,7 @@ class feed_them_social_functions {
|
|
352 |
</span></div>
|
353 |
<div class="fb-other-wrap">
|
354 |
<small>
|
355 |
-
<?php echo
|
356 |
<span class="fts-api-facebook-id"><?php echo esc_html( $data_id ); ?></span>
|
357 |
<?php echo isset( $data->store_number ) ? esc_html( '| Location: ' . $data->store_number, 'feed-them-social' ) : ''; ?>
|
358 |
</small>
|
@@ -377,7 +377,7 @@ class feed_them_social_functions {
|
|
377 |
if ( isset( $data->locations->data ) ) {
|
378 |
$location_count = count( $data->locations->data );
|
379 |
$location_plus_sign = isset( $data->locations->paging->next ) ? '+' : '';
|
380 |
-
$location_text = 1 === $location_count ? esc_html( $location_count . ' ' .
|
381 |
// if the locations equal 3 or less we will set the location container height to auto so the scroll loadmore does not fire.
|
382 |
$location_scroll_loadmore_needed_check = $location_count <= 3 ? 'height:auto !important' : 'height: 200px !important;';
|
383 |
}
|
@@ -412,12 +412,12 @@ class feed_them_social_functions {
|
|
412 |
</span></div>
|
413 |
<div class="fb-other-wrap">
|
414 |
<small>
|
415 |
-
<?php echo
|
416 |
<span class="fts-api-facebook-id"><?php echo esc_html( $loc_data_id ); ?></span>
|
417 |
<?php
|
418 |
if ( isset( $location->store_number ) ) {
|
419 |
print '| ';
|
420 |
-
|
421 |
print ' ' . esc_html( $location->store_number );
|
422 |
}
|
423 |
?>
|
@@ -451,7 +451,7 @@ class feed_them_social_functions {
|
|
451 |
<?php
|
452 |
// Make sure it's not ajaxing locations!
|
453 |
if ( ! isset( $_GET['locations'] ) && isset( $data->locations->paging->next ) ) {
|
454 |
-
echo '<div id="loadMore_' . esc_attr( $data_id ) . '_location" class="fts-fb-load-more" style="background:none !Important;">' .
|
455 |
}//End Check
|
456 |
|
457 |
// Make sure it's not ajaxing locations!
|
@@ -945,7 +945,7 @@ class feed_them_social_functions {
|
|
945 |
array( $twitter_options_page, 'feed_them_twitter_options_page' )
|
946 |
);
|
947 |
// Pinterest Options Page!
|
948 |
-
$pinterest_options_page = new FTS_Pinterest_Options_Page();
|
949 |
add_submenu_page(
|
950 |
'feed-them-settings-page',
|
951 |
esc_html( 'Pinterest Options', 'feed-them-social' ),
|
@@ -953,7 +953,7 @@ class feed_them_social_functions {
|
|
953 |
'manage_options',
|
954 |
'fts-pinterest-feed-styles-submenu-page',
|
955 |
array( $pinterest_options_page, 'feed_them_pinterest_options_page' )
|
956 |
-
);
|
957 |
// Youtube Options Page!
|
958 |
$youtube_options_page = new FTS_Youtube_Options_Page();
|
959 |
add_submenu_page(
|
@@ -3304,10 +3304,10 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
|
|
3304 |
|
3305 |
// Used some methods from this link http://ieg.wnet.org/2015/09/using-oauth-in-wordpress-plugins-part-2-persistence/
|
3306 |
// save all 3 get options: happens when clicking the get access token button on the youtube options page!
|
3307 |
-
if ( isset( $_GET['refresh_token'], $_GET['
|
3308 |
$button_pushed = 'yes';
|
3309 |
$clienttoken_post['refresh_token'] = sanitize_text_field( wp_unslash( $_GET['refresh_token'] ) );
|
3310 |
-
$auth_obj['access_token'] = sanitize_text_field( wp_unslash( $_GET['
|
3311 |
$auth_obj['expires_in'] = sanitize_key( wp_unslash( $_GET['expires_in'] ) );
|
3312 |
} else {
|
3313 |
// refresh token!
|
@@ -3377,7 +3377,7 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
|
|
3377 |
?>
|
3378 |
jQuery('#youtube_custom_access_token, #youtube_custom_token_exp_time').val('');
|
3379 |
|
3380 |
-
<?php if ( isset( $_GET['refresh_token'], $_GET['
|
3381 |
jQuery('#youtube_custom_refresh_token').val(jQuery('#youtube_custom_refresh_token').val() + '<?php echo esc_js( $clienttoken_post['refresh_token'] ); ?>');
|
3382 |
jQuery('.fts-failed-api-token').hide();
|
3383 |
|
141 |
|
142 |
if ( wp_verify_nonce( $fts_refresh_token_nonce, 'access_token' ) ) {
|
143 |
|
144 |
+
$auth_obj = $_GET['code'];
|
145 |
$feed_type = $_GET['feed_type'];
|
146 |
$user_id = $_GET['user_id'];
|
147 |
|
162 |
url: ftsAjax.ajaxurl,
|
163 |
success: function (response) {
|
164 |
<?php
|
165 |
+
$auth_obj = $_GET['code'];
|
166 |
if ( 'instagram_basic' === $feed_type ) {
|
167 |
$insta_url = esc_url_raw( 'https://graph.instagram.com/me?fields=id,username&access_token=' . $auth_obj );
|
168 |
} else {
|
180 |
}
|
181 |
if ( ! isset( $test_app_token_response->meta->error_message ) && ! isset( $test_app_token_response->error_message ) || isset( $test_app_token_response->meta->error_message ) && 'This client has not been approved to access this resource.' === $test_app_token_response->meta->error_message ) {
|
182 |
$fts_instagram_message = sprintf(
|
183 |
+
esc_html__( '%1$sYour access token is working! Generate your shortcode on the %2$sSettings Page%3$s', 'feed-them-social' ),
|
184 |
'<div class="fts-successful-api-token">',
|
185 |
'<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' . $custom_instagram_link_hash ) . '">',
|
186 |
'</a></div>'
|
195 |
} elseif ( isset( $test_app_token_response->meta->error_message ) || isset( $test_app_token_response->error_message ) ) {
|
196 |
$text = isset( $test_app_token_response->meta->error_message ) ? $test_app_token_response->meta->error_message : $test_app_token_response->error_message;
|
197 |
$fts_instagram_message = sprintf(
|
198 |
+
esc_html__( '%1$sOh No something\'s wrong. %2$s. Please try clicking the button again to get a new access token. If you need additional assistance please email us at support@slickremix.com %3$s.', 'feed-them-social' ),
|
199 |
'<div class="fts-failed-api-token">',
|
200 |
esc_html( $text ),
|
201 |
'</div>'
|
260 |
|
261 |
// The share wrap and links
|
262 |
$output = '<div class="fts-share-wrap">';
|
263 |
+
$output .= '<a href="javascript:;" class="ft-gallery-link-popup" title="' . esc_html__( 'Social Share Options', 'feed-them-social' ) . '">' . esc_html( '', 'feed-them-social' ) . '</a>';
|
264 |
$output .= '<div class="ft-gallery-share-wrap">';
|
265 |
$output .= '<a href="' . esc_attr( $ft_gallery_share_facebook ) . '" target="_blank" rel="noreferrer" class="ft-galleryfacebook-icon" title="Share this post on Facebook"><i class="fa fa-facebook-square"></i></a>';
|
266 |
$output .= '<a href="' . esc_attr( $ft_gallery_share_twitter ) . '" target="_blank" rel="noreferrer" class="ft-gallerytwitter-icon" title="Share this post on Twitter"><i class="fa fa-twitter"></i></a>';
|
294 |
ob_start();
|
295 |
|
296 |
if ( ! isset( $_GET['locations'] ) ) {
|
297 |
+
$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['code'] . '&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['code'] . '&limit=25' );
|
298 |
$fb_token_response = isset( $_REQUEST['next_url'] ) ? wp_remote_fopen( esc_url_raw( $_REQUEST['next_url'] ) ) : $fb_url;
|
299 |
$test_fb_app_token_response = json_decode( $fb_token_response );
|
300 |
$_REQUEST['next_url'] = isset( $test_fb_app_token_response->paging->next ) ? esc_url_raw( $test_fb_app_token_response->paging->next ) : '';
|
324 |
$reviews_token = isset( $_GET['reviews_token'] ) ? 'yes' : 'no';
|
325 |
?>
|
326 |
<div id="fb-list-wrap">
|
327 |
+
<div class="fts-pages-info"> <?php echo esc_html__( 'Click on a page in the list below and it will add the Page ID and Access Token above, then click save.', 'feed-them-social' ); ?></div>
|
328 |
<ul class="fb-page-list fb-page-master-list">
|
329 |
<?php
|
330 |
} //End make sure it's not ajaxing!
|
352 |
</span></div>
|
353 |
<div class="fb-other-wrap">
|
354 |
<small>
|
355 |
+
<?php echo esc_html__( 'ID: ', 'feed-them-social' ); ?>
|
356 |
<span class="fts-api-facebook-id"><?php echo esc_html( $data_id ); ?></span>
|
357 |
<?php echo isset( $data->store_number ) ? esc_html( '| Location: ' . $data->store_number, 'feed-them-social' ) : ''; ?>
|
358 |
</small>
|
377 |
if ( isset( $data->locations->data ) ) {
|
378 |
$location_count = count( $data->locations->data );
|
379 |
$location_plus_sign = isset( $data->locations->paging->next ) ? '+' : '';
|
380 |
+
$location_text = 1 === $location_count ? esc_html( $location_count . ' ' . esc_html__( 'Location for', 'feed-them-social' ) ) : esc_html( $location_count . $location_plus_sign . ' ' . esc_html__( 'Locations for', 'feed-them-social' ) );
|
381 |
// if the locations equal 3 or less we will set the location container height to auto so the scroll loadmore does not fire.
|
382 |
$location_scroll_loadmore_needed_check = $location_count <= 3 ? 'height:auto !important' : 'height: 200px !important;';
|
383 |
}
|
412 |
</span></div>
|
413 |
<div class="fb-other-wrap">
|
414 |
<small>
|
415 |
+
<?php echo esc_html__( 'ID: ', 'feed-them-social' ); ?>
|
416 |
<span class="fts-api-facebook-id"><?php echo esc_html( $loc_data_id ); ?></span>
|
417 |
<?php
|
418 |
if ( isset( $location->store_number ) ) {
|
419 |
print '| ';
|
420 |
+
esc_html__( 'Location:', 'feed-them-social' );
|
421 |
print ' ' . esc_html( $location->store_number );
|
422 |
}
|
423 |
?>
|
451 |
<?php
|
452 |
// Make sure it's not ajaxing locations!
|
453 |
if ( ! isset( $_GET['locations'] ) && isset( $data->locations->paging->next ) ) {
|
454 |
+
echo '<div id="loadMore_' . esc_attr( $data_id ) . '_location" class="fts-fb-load-more" style="background:none !Important;">' . esc_html__( 'Scroll to view more Locations', 'feed-them-instagram' ) . '</div>';
|
455 |
}//End Check
|
456 |
|
457 |
// Make sure it's not ajaxing locations!
|
945 |
array( $twitter_options_page, 'feed_them_twitter_options_page' )
|
946 |
);
|
947 |
// Pinterest Options Page!
|
948 |
+
/* $pinterest_options_page = new FTS_Pinterest_Options_Page();
|
949 |
add_submenu_page(
|
950 |
'feed-them-settings-page',
|
951 |
esc_html( 'Pinterest Options', 'feed-them-social' ),
|
953 |
'manage_options',
|
954 |
'fts-pinterest-feed-styles-submenu-page',
|
955 |
array( $pinterest_options_page, 'feed_them_pinterest_options_page' )
|
956 |
+
); */
|
957 |
// Youtube Options Page!
|
958 |
$youtube_options_page = new FTS_Youtube_Options_Page();
|
959 |
add_submenu_page(
|
3304 |
|
3305 |
// Used some methods from this link http://ieg.wnet.org/2015/09/using-oauth-in-wordpress-plugins-part-2-persistence/
|
3306 |
// save all 3 get options: happens when clicking the get access token button on the youtube options page!
|
3307 |
+
if ( isset( $_GET['refresh_token'], $_GET['code'] ) && isset( $_GET['expires_in'] ) ) {
|
3308 |
$button_pushed = 'yes';
|
3309 |
$clienttoken_post['refresh_token'] = sanitize_text_field( wp_unslash( $_GET['refresh_token'] ) );
|
3310 |
+
$auth_obj['access_token'] = sanitize_text_field( wp_unslash( $_GET['code'] ) );
|
3311 |
$auth_obj['expires_in'] = sanitize_key( wp_unslash( $_GET['expires_in'] ) );
|
3312 |
} else {
|
3313 |
// refresh token!
|
3377 |
?>
|
3378 |
jQuery('#youtube_custom_access_token, #youtube_custom_token_exp_time').val('');
|
3379 |
|
3380 |
+
<?php if ( isset( $_GET['refresh_token'], $_GET['code'] ) && isset( $_GET['expires_in'] ) ) { ?>
|
3381 |
jQuery('#youtube_custom_refresh_token').val(jQuery('#youtube_custom_refresh_token').val() + '<?php echo esc_js( $clienttoken_post['refresh_token'] ); ?>');
|
3382 |
jQuery('.fts-failed-api-token').hide();
|
3383 |
|
languages/feed-them-social.pot
ADDED
@@ -0,0 +1,3423 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#, fuzzy
|
2 |
+
msgid ""
|
3 |
+
msgstr ""
|
4 |
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
+
"Project-Id-Version: Feed Them Social - for Twitter feed, Youtube, and more\n"
|
6 |
+
"POT-Creation-Date: 2021-01-06 16:31-0500\n"
|
7 |
+
"PO-Revision-Date: 2021-01-06 16:28-0500\n"
|
8 |
+
"Last-Translator: \n"
|
9 |
+
"Language-Team: \n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.4.2\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
16 |
+
"X-Poedit-WPHeader: feed-them.php\n"
|
17 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
20 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
21 |
+
"X-Poedit-SearchPath-0: .\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
|
23 |
+
|
24 |
+
#: admin/class-fts-facebook-options-page.php:44
|
25 |
+
msgid "Facebook Feed Options"
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
+
#: admin/class-fts-facebook-options-page.php:47
|
29 |
+
msgid ""
|
30 |
+
"Change the language, color and more for your facebook feed using the options "
|
31 |
+
"below."
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: admin/class-fts-facebook-options-page.php:86
|
35 |
+
msgid "Facebook API Token"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: admin/class-fts-facebook-options-page.php:88
|
39 |
+
msgid ""
|
40 |
+
"This Facebook Access Token is for Business Pages, Photos and Videos only and "
|
41 |
+
"is simply used to display the feed. You must be an admin of the business "
|
42 |
+
"page to get your token. This will NOT work for personal profiles or groups. "
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: admin/class-fts-facebook-options-page.php:92
|
46 |
+
#: admin/class-fts-instagram-options-page.php:119
|
47 |
+
#: admin/class-fts-instagram-options-page.php:230
|
48 |
+
#: admin/class-fts-pinterest-options-page.php:77
|
49 |
+
#, php-format
|
50 |
+
msgid "%1$sLogin and get my Access Token%2$s"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: admin/class-fts-facebook-options-page.php:99
|
54 |
+
#: admin/class-fts-facebook-options-page.php:233
|
55 |
+
#: admin/class-fts-instagram-options-page.php:125
|
56 |
+
#: admin/class-fts-instagram-options-page.php:238
|
57 |
+
#: admin/class-fts-pinterest-options-page.php:83
|
58 |
+
#: admin/class-fts-twitter-options-page.php:158
|
59 |
+
msgid "Button not working?"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: admin/class-fts-facebook-options-page.php:125
|
63 |
+
msgid "Page ID"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: admin/class-fts-facebook-options-page.php:131
|
67 |
+
#: admin/class-fts-instagram-options-page.php:141
|
68 |
+
#: admin/class-fts-instagram-options-page.php:265
|
69 |
+
#: admin/class-fts-pinterest-options-page.php:90
|
70 |
+
msgid "Access Token Required"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: admin/class-fts-facebook-options-page.php:153
|
74 |
+
#, php-format
|
75 |
+
msgid ""
|
76 |
+
"Your Access Token is now working! Generate your shortcode on the "
|
77 |
+
"%1$sSettings Page%2$s"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: admin/class-fts-facebook-options-page.php:163
|
81 |
+
#: admin/class-fts-facebook-options-page.php:171
|
82 |
+
#: admin/class-fts-instagram-options-page.php:304
|
83 |
+
#: admin/class-fts-instagram-options-page.php:312
|
84 |
+
#, php-format
|
85 |
+
msgid ""
|
86 |
+
"%1$sOh No something's wrong. %2$s. Please click the button above to retrieve "
|
87 |
+
"a new Access Token.%3$s"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: admin/class-fts-facebook-options-page.php:180
|
91 |
+
#: admin/class-fts-facebook-options-page.php:189
|
92 |
+
#: admin/class-fts-instagram-options-page.php:321
|
93 |
+
#: admin/class-fts-instagram-options-page.php:330
|
94 |
+
#: admin/class-fts-twitter-options-page.php:258
|
95 |
+
#, php-format
|
96 |
+
msgid ""
|
97 |
+
"%1$sTo get started, please click the button above to retrieve your Access "
|
98 |
+
"Token.%2$s"
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: admin/class-fts-facebook-options-page.php:218
|
102 |
+
msgid "Facebook Page Reviews Access Token"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: admin/class-fts-facebook-options-page.php:220
|
106 |
+
msgid ""
|
107 |
+
"This Facebook Access Token works for the Reviews feed only and is simply "
|
108 |
+
"used to display the feed. You must be an admin of the page to get your token."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: admin/class-fts-facebook-options-page.php:224
|
112 |
+
#, php-format
|
113 |
+
msgid "%1$sLogin and get my Reviews Access Token%2$s"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: admin/class-fts-facebook-options-page.php:237
|
117 |
+
msgid "Page Reviews ID"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: admin/class-fts-facebook-options-page.php:243
|
121 |
+
msgid "Page Reviews Access Token"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: admin/class-fts-facebook-options-page.php:261
|
125 |
+
msgid ""
|
126 |
+
"Your Page Reviews Access Token is now working! Generate your shortcode on "
|
127 |
+
"the <a href=\"admin.php?page=feed-them-settings-"
|
128 |
+
"page#feed_type=facebook_reviews\">settings page</a>."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: admin/class-fts-facebook-options-page.php:267
|
132 |
+
#: admin/class-fts-facebook-options-page.php:270
|
133 |
+
msgid "Oh No something's wrong."
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: admin/class-fts-facebook-options-page.php:267
|
137 |
+
#: admin/class-fts-facebook-options-page.php:270
|
138 |
+
msgid "Please click the button above to retreive a new Access Token."
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: admin/class-fts-facebook-options-page.php:275
|
142 |
+
msgid ""
|
143 |
+
"To get started, please click the button above to retrieve your Page Reviews "
|
144 |
+
"Access Token."
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: admin/class-fts-facebook-options-page.php:293
|
148 |
+
msgid "Reviews: Style and Text Options"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: admin/class-fts-facebook-options-page.php:295
|
152 |
+
msgid ""
|
153 |
+
"The styles above still apply, these are just some extra options for the "
|
154 |
+
"Reviews List feed."
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: admin/class-fts-facebook-options-page.php:300
|
158 |
+
#, php-format
|
159 |
+
msgid "Stars Background Color%1$sApplies to Overall Rating too.%2$s"
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: admin/class-fts-facebook-options-page.php:315
|
163 |
+
#, php-format
|
164 |
+
msgid "Stars & Text Color%1$sApplies to Overall Rating too.%2$s"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: admin/class-fts-facebook-options-page.php:328
|
168 |
+
msgid "Text for the word \"star\""
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: admin/class-fts-facebook-options-page.php:337
|
172 |
+
msgid "Text for the word \"Recommended\""
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: admin/class-fts-facebook-options-page.php:346
|
176 |
+
msgid "Text for \"See More Reviews\""
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: admin/class-fts-facebook-options-page.php:355
|
180 |
+
msgid "Remove \"See More Reviews\" link"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: admin/class-fts-facebook-options-page.php:359
|
184 |
+
#: admin/class-fts-facebook-options-page.php:384
|
185 |
+
#: admin/class-fts-facebook-options-page.php:478
|
186 |
+
#: admin/class-fts-facebook-options-page.php:521
|
187 |
+
#: admin/class-fts-facebook-options-page.php:564
|
188 |
+
#: admin/class-fts-facebook-options-page.php:602
|
189 |
+
#: admin/class-fts-facebook-options-page.php:621
|
190 |
+
#: admin/class-fts-facebook-options-page.php:640
|
191 |
+
#: admin/class-fts-facebook-options-page.php:674
|
192 |
+
#: admin/class-fts-facebook-options-page.php:722
|
193 |
+
#: admin/class-fts-facebook-options-page.php:741
|
194 |
+
#: admin/class-fts-facebook-options-page.php:1026
|
195 |
+
#: admin/class-fts-instagram-options-page.php:386
|
196 |
+
#: admin/class-fts-pinterest-options-page.php:159
|
197 |
+
#: admin/class-fts-twitter-options-page.php:314
|
198 |
+
#: admin/class-fts-twitter-options-page.php:406
|
199 |
+
#: admin/class-fts-youtube-options-page.php:287
|
200 |
+
msgid "Please Select Option"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: admin/class-fts-facebook-options-page.php:361
|
204 |
+
#: admin/class-fts-facebook-options-page.php:386
|
205 |
+
#: admin/class-fts-facebook-options-page.php:523
|
206 |
+
#: admin/class-fts-facebook-options-page.php:727
|
207 |
+
#: admin/class-fts-facebook-options-page.php:746
|
208 |
+
#: admin/class-fts-facebook-options-page.php:1031
|
209 |
+
msgid "yes"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: admin/class-fts-facebook-options-page.php:362
|
213 |
+
#: admin/class-fts-facebook-options-page.php:387
|
214 |
+
#: admin/class-fts-facebook-options-page.php:524
|
215 |
+
#: admin/class-fts-facebook-options-page.php:728
|
216 |
+
#: admin/class-fts-facebook-options-page.php:747
|
217 |
+
#: admin/class-fts-facebook-options-page.php:1032
|
218 |
+
#: admin/class-fts-instagram-options-page.php:373
|
219 |
+
#: admin/class-fts-pinterest-options-page.php:147
|
220 |
+
#: admin/class-fts-settings-page-options.php:151
|
221 |
+
#: admin/class-fts-settings-page-options.php:265
|
222 |
+
#: admin/class-fts-settings-page-options.php:289
|
223 |
+
#: admin/class-fts-settings-page-options.php:335
|
224 |
+
#: admin/class-fts-settings-page-options.php:390
|
225 |
+
#: admin/class-fts-settings-page-options.php:518
|
226 |
+
#: admin/class-fts-settings-page-options.php:704
|
227 |
+
#: admin/class-fts-settings-page-options.php:804
|
228 |
+
#: admin/class-fts-settings-page-options.php:936
|
229 |
+
#: admin/class-fts-settings-page-options.php:1380
|
230 |
+
#: admin/class-fts-settings-page-options.php:1435
|
231 |
+
#: admin/class-fts-settings-page-options.php:1486
|
232 |
+
#: admin/class-fts-settings-page-options.php:1511
|
233 |
+
#: admin/class-fts-settings-page-options.php:1536
|
234 |
+
#: admin/class-fts-settings-page-options.php:1641
|
235 |
+
#: admin/class-fts-settings-page-options.php:1660
|
236 |
+
#: admin/class-fts-settings-page-options.php:1819
|
237 |
+
#: admin/class-fts-settings-page-options.php:1843
|
238 |
+
#: admin/class-fts-settings-page-options.php:1871
|
239 |
+
#: admin/class-fts-settings-page-options.php:1896
|
240 |
+
#: admin/class-fts-settings-page-options.php:2025
|
241 |
+
#: admin/class-fts-settings-page-options.php:2053
|
242 |
+
#: admin/class-fts-settings-page-options.php:2086
|
243 |
+
#: admin/class-fts-settings-page-options.php:2207
|
244 |
+
#: admin/class-fts-settings-page-options.php:2298
|
245 |
+
#: admin/class-fts-settings-page-options.php:2355
|
246 |
+
#: admin/class-fts-settings-page-options.php:3078
|
247 |
+
#: admin/class-fts-settings-page-options.php:3106
|
248 |
+
#: admin/class-fts-settings-page-options.php:3129
|
249 |
+
#: admin/class-fts-settings-page-options.php:3221
|
250 |
+
#: admin/class-fts-settings-page-options.php:3263
|
251 |
+
#: admin/class-fts-settings-page-options.php:3282
|
252 |
+
#: admin/class-fts-settings-page-options.php:3462
|
253 |
+
#: admin/class-fts-settings-page-options.php:4002
|
254 |
+
#: admin/class-fts-settings-page-options.php:4024
|
255 |
+
#: admin/class-fts-settings-page-options.php:4046
|
256 |
+
#: admin/class-fts-settings-page-options.php:4068
|
257 |
+
#: admin/class-fts-settings-page-options.php:4094
|
258 |
+
#: admin/class-fts-settings-page-options.php:4122
|
259 |
+
#: admin/class-fts-settings-page-options.php:4256
|
260 |
+
#: admin/class-fts-settings-page-options.php:4645
|
261 |
+
#: admin/class-fts-settings-page-options.php:4668
|
262 |
+
#: admin/class-fts-settings-page-options.php:4692
|
263 |
+
#: admin/class-fts-settings-page-options.php:4713
|
264 |
+
#: admin/class-fts-settings-page-options.php:4734
|
265 |
+
#: admin/class-fts-settings-page-options.php:4837
|
266 |
+
#: admin/class-fts-settings-page-options.php:4927
|
267 |
+
#: admin/class-fts-settings-page-options.php:5055
|
268 |
+
#: admin/class-fts-twitter-options-page.php:285
|
269 |
+
#: admin/class-fts-twitter-options-page.php:301
|
270 |
+
#: admin/class-fts-twitter-options-page.php:341
|
271 |
+
#: admin/class-fts-twitter-options-page.php:364
|
272 |
+
#: admin/class-fts-twitter-options-page.php:386
|
273 |
+
#: admin/class-fts-twitter-options-page.php:412
|
274 |
+
#: admin/class-fts-youtube-options-page.php:271
|
275 |
+
msgid "Yes"
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
#: admin/class-fts-facebook-options-page.php:364
|
279 |
+
#: admin/class-fts-facebook-options-page.php:389
|
280 |
+
#: admin/class-fts-facebook-options-page.php:526
|
281 |
+
#: admin/class-fts-facebook-options-page.php:724
|
282 |
+
#: admin/class-fts-facebook-options-page.php:743
|
283 |
+
#: admin/class-fts-facebook-options-page.php:1028
|
284 |
+
msgid "no"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: admin/class-fts-facebook-options-page.php:365
|
288 |
+
#: admin/class-fts-facebook-options-page.php:390
|
289 |
+
#: admin/class-fts-facebook-options-page.php:527
|
290 |
+
#: admin/class-fts-facebook-options-page.php:725
|
291 |
+
#: admin/class-fts-facebook-options-page.php:744
|
292 |
+
#: admin/class-fts-facebook-options-page.php:1029
|
293 |
+
#: admin/class-fts-instagram-options-page.php:370
|
294 |
+
#: admin/class-fts-pinterest-options-page.php:144
|
295 |
+
#: admin/class-fts-settings-page-options.php:155
|
296 |
+
#: admin/class-fts-settings-page-options.php:223
|
297 |
+
#: admin/class-fts-settings-page-options.php:269
|
298 |
+
#: admin/class-fts-settings-page-options.php:293
|
299 |
+
#: admin/class-fts-settings-page-options.php:331
|
300 |
+
#: admin/class-fts-settings-page-options.php:386
|
301 |
+
#: admin/class-fts-settings-page-options.php:514
|
302 |
+
#: admin/class-fts-settings-page-options.php:700
|
303 |
+
#: admin/class-fts-settings-page-options.php:800
|
304 |
+
#: admin/class-fts-settings-page-options.php:932
|
305 |
+
#: admin/class-fts-settings-page-options.php:1384
|
306 |
+
#: admin/class-fts-settings-page-options.php:1439
|
307 |
+
#: admin/class-fts-settings-page-options.php:1490
|
308 |
+
#: admin/class-fts-settings-page-options.php:1515
|
309 |
+
#: admin/class-fts-settings-page-options.php:1540
|
310 |
+
#: admin/class-fts-settings-page-options.php:1637
|
311 |
+
#: admin/class-fts-settings-page-options.php:1664
|
312 |
+
#: admin/class-fts-settings-page-options.php:1823
|
313 |
+
#: admin/class-fts-settings-page-options.php:1847
|
314 |
+
#: admin/class-fts-settings-page-options.php:1867
|
315 |
+
#: admin/class-fts-settings-page-options.php:1900
|
316 |
+
#: admin/class-fts-settings-page-options.php:2021
|
317 |
+
#: admin/class-fts-settings-page-options.php:2049
|
318 |
+
#: admin/class-fts-settings-page-options.php:2082
|
319 |
+
#: admin/class-fts-settings-page-options.php:2203
|
320 |
+
#: admin/class-fts-settings-page-options.php:2294
|
321 |
+
#: admin/class-fts-settings-page-options.php:2351
|
322 |
+
#: admin/class-fts-settings-page-options.php:3082
|
323 |
+
#: admin/class-fts-settings-page-options.php:3102
|
324 |
+
#: admin/class-fts-settings-page-options.php:3125
|
325 |
+
#: admin/class-fts-settings-page-options.php:3217
|
326 |
+
#: admin/class-fts-settings-page-options.php:3259
|
327 |
+
#: admin/class-fts-settings-page-options.php:3286
|
328 |
+
#: admin/class-fts-settings-page-options.php:3458
|
329 |
+
#: admin/class-fts-settings-page-options.php:3998
|
330 |
+
#: admin/class-fts-settings-page-options.php:4020
|
331 |
+
#: admin/class-fts-settings-page-options.php:4042
|
332 |
+
#: admin/class-fts-settings-page-options.php:4064
|
333 |
+
#: admin/class-fts-settings-page-options.php:4090
|
334 |
+
#: admin/class-fts-settings-page-options.php:4118
|
335 |
+
#: admin/class-fts-settings-page-options.php:4252
|
336 |
+
#: admin/class-fts-settings-page-options.php:4641
|
337 |
+
#: admin/class-fts-settings-page-options.php:4664
|
338 |
+
#: admin/class-fts-settings-page-options.php:4688
|
339 |
+
#: admin/class-fts-settings-page-options.php:4709
|
340 |
+
#: admin/class-fts-settings-page-options.php:4730
|
341 |
+
#: admin/class-fts-settings-page-options.php:4833
|
342 |
+
#: admin/class-fts-settings-page-options.php:4923
|
343 |
+
#: admin/class-fts-settings-page-options.php:5051
|
344 |
+
#: admin/class-fts-twitter-options-page.php:282
|
345 |
+
#: admin/class-fts-twitter-options-page.php:298
|
346 |
+
#: admin/class-fts-twitter-options-page.php:338
|
347 |
+
#: admin/class-fts-twitter-options-page.php:361
|
348 |
+
#: admin/class-fts-twitter-options-page.php:383
|
349 |
+
#: admin/class-fts-twitter-options-page.php:409
|
350 |
+
#: admin/class-fts-youtube-options-page.php:275
|
351 |
+
msgid "No"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: admin/class-fts-facebook-options-page.php:374
|
355 |
+
msgid "Reviews: Overall Rating Style Options"
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
+
#: admin/class-fts-facebook-options-page.php:376
|
359 |
+
msgid "These styles are for the overall rating that appear above your feed."
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: admin/class-fts-facebook-options-page.php:380
|
363 |
+
msgid "Hide Overall Rating Background & Border"
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: admin/class-fts-facebook-options-page.php:399
|
367 |
+
msgid "Overall Rating Background Color"
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: admin/class-fts-facebook-options-page.php:408
|
371 |
+
msgid "Overall Rating Text Color"
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: admin/class-fts-facebook-options-page.php:417
|
375 |
+
msgid "Overall Rating Border Color"
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
+
#: admin/class-fts-facebook-options-page.php:426
|
379 |
+
msgid "Overall Rating Background Padding"
|
380 |
+
msgstr ""
|
381 |
+
|
382 |
+
#: admin/class-fts-facebook-options-page.php:435
|
383 |
+
msgid "Overall Rating \"of 5 stars\" text"
|
384 |
+
msgstr ""
|
385 |
+
|
386 |
+
#: admin/class-fts-facebook-options-page.php:444
|
387 |
+
msgid "Overall Rating \"reviews\" text"
|
388 |
+
msgstr ""
|
389 |
+
|
390 |
+
#: admin/class-fts-facebook-options-page.php:458
|
391 |
+
msgid "Language Options"
|
392 |
+
msgstr ""
|
393 |
+
|
394 |
+
#: admin/class-fts-facebook-options-page.php:463
|
395 |
+
#, php-format
|
396 |
+
msgid ""
|
397 |
+
"You must have your Facebook Access Token saved above before this feature "
|
398 |
+
"will work. This option will translate the FB Titles and Like Button or Box "
|
399 |
+
"Text. It will not translate your actual post. To translate the Feed Them "
|
400 |
+
"Social parts of this plugin just set your language on the %1$sWordPress "
|
401 |
+
"settings%2$s page. If would like to help translate please %3$sClick Here.%4$s"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: admin/class-fts-facebook-options-page.php:474
|
405 |
+
msgid "Language For Facebook Feeds"
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: admin/class-fts-facebook-options-page.php:495
|
409 |
+
msgid "Offset Limit"
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: admin/class-fts-facebook-options-page.php:499
|
413 |
+
#, php-format
|
414 |
+
msgid ""
|
415 |
+
"%1$sWARNING, PLEASE READ CAREFULLY!%2$s DO NOT use this field to set your "
|
416 |
+
"facebook posts. If you are getting the message \"Please go to the Facebook "
|
417 |
+
"Options page of our plugin and look for the \"Change Limit\" option and add "
|
418 |
+
"the number 7 or more.\" then adjust the number below so posts will show in "
|
419 |
+
"your feed. Generally adding at least %3$s7%4$s is a good idea if you are "
|
420 |
+
"getting that notice. This is only for Pages and Groups. We filter certain "
|
421 |
+
"posts that do not have a story or message or if the shared content is not "
|
422 |
+
"available via the API."
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: admin/class-fts-facebook-options-page.php:508
|
426 |
+
msgid "Offset Quantity"
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: admin/class-fts-facebook-options-page.php:517
|
430 |
+
msgid "Hide Notice on Front End"
|
431 |
+
msgstr ""
|
432 |
+
|
433 |
+
#: admin/class-fts-facebook-options-page.php:538
|
434 |
+
#: feeds/facebook/class-fts-facebook-feed.php:1338
|
435 |
+
msgid "View on Facebook"
|
436 |
+
msgstr ""
|
437 |
+
|
438 |
+
#: admin/class-fts-facebook-options-page.php:554
|
439 |
+
msgid "Like Button or Box Options"
|
440 |
+
msgstr ""
|
441 |
+
|
442 |
+
#: admin/class-fts-facebook-options-page.php:556
|
443 |
+
#: admin/class-fts-pinterest-options-page.php:138
|
444 |
+
#: admin/class-fts-twitter-options-page.php:275
|
445 |
+
msgid "This will only show on regular feeds not combined feeds."
|
446 |
+
msgstr ""
|
447 |
+
|
448 |
+
#: admin/class-fts-facebook-options-page.php:559
|
449 |
+
#: admin/class-fts-instagram-options-page.php:366
|
450 |
+
#: admin/class-fts-pinterest-options-page.php:140
|
451 |
+
#: admin/class-fts-twitter-options-page.php:294
|
452 |
+
#: admin/class-fts-youtube-options-page.php:264
|
453 |
+
msgid "Show Follow Button"
|
454 |
+
msgstr ""
|
455 |
+
|
456 |
+
#: admin/class-fts-facebook-options-page.php:566
|
457 |
+
msgid "dont-display"
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#: admin/class-fts-facebook-options-page.php:567
|
461 |
+
msgid "Don't Display a Button"
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#: admin/class-fts-facebook-options-page.php:570
|
465 |
+
msgid "like-box"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: admin/class-fts-facebook-options-page.php:571
|
469 |
+
#: admin/class-fts-settings-page-options.php:1888
|
470 |
+
msgid "Like Box"
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
+
#: admin/class-fts-facebook-options-page.php:573
|
474 |
+
msgid "like-box-faces"
|
475 |
+
msgstr ""
|
476 |
+
|
477 |
+
#: admin/class-fts-facebook-options-page.php:574
|
478 |
+
msgid "Like Box with Faces"
|
479 |
+
msgstr ""
|
480 |
+
|
481 |
+
#: admin/class-fts-facebook-options-page.php:578
|
482 |
+
msgid "like-button"
|
483 |
+
msgstr ""
|
484 |
+
|
485 |
+
#: admin/class-fts-facebook-options-page.php:579
|
486 |
+
msgid "Like Button"
|
487 |
+
msgstr ""
|
488 |
+
|
489 |
+
#: admin/class-fts-facebook-options-page.php:581
|
490 |
+
msgid "like-button-share"
|
491 |
+
msgstr ""
|
492 |
+
|
493 |
+
#: admin/class-fts-facebook-options-page.php:582
|
494 |
+
msgid "Like Button and Share Button"
|
495 |
+
msgstr ""
|
496 |
+
|
497 |
+
#: admin/class-fts-facebook-options-page.php:584
|
498 |
+
msgid "like-button-faces"
|
499 |
+
msgstr ""
|
500 |
+
|
501 |
+
#: admin/class-fts-facebook-options-page.php:585
|
502 |
+
msgid "Like Button with Faces"
|
503 |
+
msgstr ""
|
504 |
+
|
505 |
+
#: admin/class-fts-facebook-options-page.php:587
|
506 |
+
msgid "like-button-share-faces"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#: admin/class-fts-facebook-options-page.php:588
|
510 |
+
msgid "Like Button and Share Button with Faces"
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#: admin/class-fts-facebook-options-page.php:598
|
514 |
+
msgid "Show Profile Icon next to social option above"
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#: admin/class-fts-facebook-options-page.php:604
|
518 |
+
msgid "fb_like_box_cover-yes"
|
519 |
+
msgstr ""
|
520 |
+
|
521 |
+
#: admin/class-fts-facebook-options-page.php:605
|
522 |
+
msgid "Display Cover Photo in Like Box"
|
523 |
+
msgstr ""
|
524 |
+
|
525 |
+
#: admin/class-fts-facebook-options-page.php:607
|
526 |
+
msgid "fb_like_box_cover-no"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: admin/class-fts-facebook-options-page.php:608
|
530 |
+
msgid "Hide Cover Photo in Like Box"
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: admin/class-fts-facebook-options-page.php:617
|
534 |
+
msgid "Like Button Color"
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: admin/class-fts-facebook-options-page.php:623
|
538 |
+
msgid "light"
|
539 |
+
msgstr ""
|
540 |
+
|
541 |
+
#: admin/class-fts-facebook-options-page.php:624
|
542 |
+
msgid "Light"
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: admin/class-fts-facebook-options-page.php:626
|
546 |
+
msgid "dark"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: admin/class-fts-facebook-options-page.php:627
|
550 |
+
msgid "Dark"
|
551 |
+
msgstr ""
|
552 |
+
|
553 |
+
#: admin/class-fts-facebook-options-page.php:636
|
554 |
+
msgid "Placement of the Button(s)"
|
555 |
+
msgstr ""
|
556 |
+
|
557 |
+
#: admin/class-fts-facebook-options-page.php:642
|
558 |
+
msgid "fb-like-top-above-title"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: admin/class-fts-facebook-options-page.php:643
|
562 |
+
msgid "Show Top of Feed Above Title"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: admin/class-fts-facebook-options-page.php:645
|
566 |
+
msgid "fb-like-top-below-title"
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: admin/class-fts-facebook-options-page.php:646
|
570 |
+
msgid "Show Top of Feed Below Title"
|
571 |
+
msgstr ""
|
572 |
+
|
573 |
+
#: admin/class-fts-facebook-options-page.php:648
|
574 |
+
msgid "fb-like-below"
|
575 |
+
msgstr ""
|
576 |
+
|
577 |
+
#: admin/class-fts-facebook-options-page.php:649
|
578 |
+
msgid "Show Botton of Feed"
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: admin/class-fts-facebook-options-page.php:659
|
582 |
+
msgid "Global Facebook Style Options"
|
583 |
+
msgstr ""
|
584 |
+
|
585 |
+
#: admin/class-fts-facebook-options-page.php:666
|
586 |
+
#, php-format
|
587 |
+
msgid "Page Title Tag %1$s %2$s"
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
+
#: admin/class-fts-facebook-options-page.php:676
|
591 |
+
msgid "h1"
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: admin/class-fts-facebook-options-page.php:677
|
595 |
+
msgid "h1 (Default)"
|
596 |
+
msgstr ""
|
597 |
+
|
598 |
+
#: admin/class-fts-facebook-options-page.php:679
|
599 |
+
#: admin/class-fts-facebook-options-page.php:680
|
600 |
+
msgid "h2"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: admin/class-fts-facebook-options-page.php:682
|
604 |
+
#: admin/class-fts-facebook-options-page.php:683
|
605 |
+
msgid "h3"
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: admin/class-fts-facebook-options-page.php:685
|
609 |
+
#: admin/class-fts-facebook-options-page.php:686
|
610 |
+
msgid "h4"
|
611 |
+
msgstr ""
|
612 |
+
|
613 |
+
#: admin/class-fts-facebook-options-page.php:688
|
614 |
+
#: admin/class-fts-facebook-options-page.php:689
|
615 |
+
msgid "h5"
|
616 |
+
msgstr ""
|
617 |
+
|
618 |
+
#: admin/class-fts-facebook-options-page.php:691
|
619 |
+
#: admin/class-fts-facebook-options-page.php:692
|
620 |
+
msgid "h6"
|
621 |
+
msgstr ""
|
622 |
+
|
623 |
+
#: admin/class-fts-facebook-options-page.php:701
|
624 |
+
msgid "Page Title Size"
|
625 |
+
msgstr ""
|
626 |
+
|
627 |
+
#: admin/class-fts-facebook-options-page.php:737
|
628 |
+
#: admin/class-fts-twitter-options-page.php:402
|
629 |
+
msgid "Hide Images in Posts"
|
630 |
+
msgstr ""
|
631 |
+
|
632 |
+
#: admin/class-fts-facebook-options-page.php:756
|
633 |
+
msgid "Max-width for Images & Videos"
|
634 |
+
msgstr ""
|
635 |
+
|
636 |
+
#: admin/class-fts-facebook-options-page.php:765
|
637 |
+
msgid "Feed Header Extra Text Color"
|
638 |
+
msgstr ""
|
639 |
+
|
640 |
+
#: admin/class-fts-facebook-options-page.php:774
|
641 |
+
#: admin/class-fts-twitter-options-page.php:430
|
642 |
+
msgid "Feed Description Text Size"
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: admin/class-fts-facebook-options-page.php:783
|
646 |
+
#: admin/class-fts-twitter-options-page.php:439
|
647 |
+
msgid "Feed Text Color"
|
648 |
+
msgstr ""
|
649 |
+
|
650 |
+
#: admin/class-fts-facebook-options-page.php:792
|
651 |
+
#: admin/class-fts-twitter-options-page.php:448
|
652 |
+
msgid "Feed Link Color"
|
653 |
+
msgstr ""
|
654 |
+
|
655 |
+
#: admin/class-fts-facebook-options-page.php:801
|
656 |
+
#: admin/class-fts-twitter-options-page.php:457
|
657 |
+
msgid "Feed Link Color Hover"
|
658 |
+
msgstr ""
|
659 |
+
|
660 |
+
#: admin/class-fts-facebook-options-page.php:810
|
661 |
+
#: admin/class-fts-twitter-options-page.php:466
|
662 |
+
msgid "Feed Width"
|
663 |
+
msgstr ""
|
664 |
+
|
665 |
+
#: admin/class-fts-facebook-options-page.php:834
|
666 |
+
#: admin/class-fts-twitter-options-page.php:490
|
667 |
+
msgid "Feed Padding"
|
668 |
+
msgstr ""
|
669 |
+
|
670 |
+
#: admin/class-fts-facebook-options-page.php:860
|
671 |
+
msgid "Feed Background Color"
|
672 |
+
msgstr ""
|
673 |
+
|
674 |
+
#: admin/class-fts-facebook-options-page.php:869
|
675 |
+
#: admin/class-fts-facebook-options-page.php:893
|
676 |
+
msgid "Border Bottom Color"
|
677 |
+
msgstr ""
|
678 |
+
|
679 |
+
#: admin/class-fts-facebook-options-page.php:880
|
680 |
+
msgid "Grid Styles"
|
681 |
+
msgstr ""
|
682 |
+
|
683 |
+
#: admin/class-fts-facebook-options-page.php:884
|
684 |
+
msgid "Posts Background Color"
|
685 |
+
msgstr ""
|
686 |
+
|
687 |
+
#: admin/class-fts-facebook-options-page.php:903
|
688 |
+
#: admin/class-fts-instagram-options-page.php:409
|
689 |
+
#: admin/class-fts-youtube-options-page.php:309
|
690 |
+
msgid "Load More Button Styles & Options"
|
691 |
+
msgstr ""
|
692 |
+
|
693 |
+
#: admin/class-fts-facebook-options-page.php:907
|
694 |
+
#: admin/class-fts-youtube-options-page.php:314
|
695 |
+
msgid "Button Color"
|
696 |
+
msgstr ""
|
697 |
+
|
698 |
+
#: admin/class-fts-facebook-options-page.php:916
|
699 |
+
#: admin/class-fts-youtube-options-page.php:323
|
700 |
+
msgid "Text Color"
|
701 |
+
msgstr ""
|
702 |
+
|
703 |
+
#: admin/class-fts-facebook-options-page.php:925
|
704 |
+
#: admin/class-fts-instagram-options-page.php:432
|
705 |
+
#: admin/class-fts-youtube-options-page.php:332
|
706 |
+
msgid "\"Load More\" Text"
|
707 |
+
msgstr ""
|
708 |
+
|
709 |
+
#: admin/class-fts-facebook-options-page.php:934
|
710 |
+
msgid "\"No More Posts\" Text"
|
711 |
+
msgstr ""
|
712 |
+
|
713 |
+
#: admin/class-fts-facebook-options-page.php:943
|
714 |
+
#: admin/class-fts-instagram-options-page.php:441
|
715 |
+
msgid "\"No More Photos\" Text"
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: admin/class-fts-facebook-options-page.php:952
|
719 |
+
#: admin/class-fts-youtube-options-page.php:341
|
720 |
+
msgid "\"No More Videos\" Text"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: admin/class-fts-facebook-options-page.php:965
|
724 |
+
msgid "\"No More Reviews\" Text"
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: admin/class-fts-facebook-options-page.php:976
|
728 |
+
msgid "Event Style Options"
|
729 |
+
msgstr ""
|
730 |
+
|
731 |
+
#: admin/class-fts-facebook-options-page.php:978
|
732 |
+
msgid ""
|
733 |
+
"The styles above still apply, these are just some extra options for the "
|
734 |
+
"Event List feed."
|
735 |
+
msgstr ""
|
736 |
+
|
737 |
+
#: admin/class-fts-facebook-options-page.php:981
|
738 |
+
msgid "Events Feed: Title Color"
|
739 |
+
msgstr ""
|
740 |
+
|
741 |
+
#: admin/class-fts-facebook-options-page.php:990
|
742 |
+
msgid "Events Feed: Title Size"
|
743 |
+
msgstr ""
|
744 |
+
|
745 |
+
#: admin/class-fts-facebook-options-page.php:999
|
746 |
+
msgid "Events Feed: Map Link Color"
|
747 |
+
msgstr ""
|
748 |
+
|
749 |
+
#: admin/class-fts-facebook-options-page.php:1009
|
750 |
+
msgid "Facebook Error Message"
|
751 |
+
msgstr ""
|
752 |
+
|
753 |
+
#: admin/class-fts-facebook-options-page.php:1022
|
754 |
+
msgid "Hide Error Handler Message"
|
755 |
+
msgstr ""
|
756 |
+
|
757 |
+
#: admin/class-fts-facebook-options-page.php:1040
|
758 |
+
#: admin/class-fts-instagram-options-page.php:448
|
759 |
+
#: admin/class-fts-pinterest-options-page.php:210
|
760 |
+
#: admin/class-fts-youtube-options-page.php:349
|
761 |
+
msgid "Save All Changes"
|
762 |
+
msgstr ""
|
763 |
+
|
764 |
+
#: admin/class-fts-instagram-options-page.php:71
|
765 |
+
msgid "Instagram Feed Options"
|
766 |
+
msgstr ""
|
767 |
+
|
768 |
+
#: admin/class-fts-instagram-options-page.php:74
|
769 |
+
msgid ""
|
770 |
+
"Get your Access Token and add a follow button and position it using the "
|
771 |
+
"options below."
|
772 |
+
msgstr ""
|
773 |
+
|
774 |
+
#: admin/class-fts-instagram-options-page.php:91
|
775 |
+
msgid "Instagram Basic API Token"
|
776 |
+
msgstr ""
|
777 |
+
|
778 |
+
#: admin/class-fts-instagram-options-page.php:112
|
779 |
+
msgid ""
|
780 |
+
"This is required to make the Instagram Feed work. Click the button below and "
|
781 |
+
"it will connect to your Instagram Account to get an access token. It will "
|
782 |
+
"then return to this page and save it in the inputs below. After it finishes "
|
783 |
+
"you will be able to generate your Instagram feed. Instagram Basic "
|
784 |
+
"connections do not allow you to show Profile info or Heart/Comment counts. "
|
785 |
+
"Please use the Instagram Business option to achieve that."
|
786 |
+
msgstr ""
|
787 |
+
|
788 |
+
#: admin/class-fts-instagram-options-page.php:132
|
789 |
+
#: admin/class-fts-instagram-options-page.php:259
|
790 |
+
msgid "Instagram ID"
|
791 |
+
msgstr ""
|
792 |
+
|
793 |
+
#: admin/class-fts-instagram-options-page.php:168
|
794 |
+
#, php-format
|
795 |
+
msgid ""
|
796 |
+
"%1$sThe %2$sLegacy API will be depreciated as of March 31st, 2020%3$s in "
|
797 |
+
"favor of the new Instagram Graph API and the Instagram Basic Display API. "
|
798 |
+
"Please click the the button above to reconnect your account or you can "
|
799 |
+
"connect as a Business account below. You must also generate a new shortcode "
|
800 |
+
"and replace your existing one.%4$s"
|
801 |
+
msgstr ""
|
802 |
+
|
803 |
+
#: admin/class-fts-instagram-options-page.php:177
|
804 |
+
#: admin/class-fts-pinterest-options-page.php:106
|
805 |
+
#: includes/feed-them-functions.php:183
|
806 |
+
#, php-format
|
807 |
+
msgid ""
|
808 |
+
"%1$sYour access token is working! Generate your shortcode on the "
|
809 |
+
"%2$sSettings Page%3$s"
|
810 |
+
msgstr ""
|
811 |
+
|
812 |
+
#: admin/class-fts-instagram-options-page.php:185
|
813 |
+
#, php-format
|
814 |
+
msgid ""
|
815 |
+
"%1$sOh No something's wrong. %2$s Please try clicking the button again to "
|
816 |
+
"get a new access token. If you need additional assistance please email us at "
|
817 |
+
"support@slickremix.com %3$s"
|
818 |
+
msgstr ""
|
819 |
+
|
820 |
+
#: admin/class-fts-instagram-options-page.php:196
|
821 |
+
#, php-format
|
822 |
+
msgid "%1$sYou are required to get an access token to view your photos.%2$s"
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: admin/class-fts-instagram-options-page.php:213
|
826 |
+
msgid "Instagram Business API Token"
|
827 |
+
msgstr ""
|
828 |
+
|
829 |
+
#: admin/class-fts-instagram-options-page.php:217
|
830 |
+
#, php-format
|
831 |
+
msgid ""
|
832 |
+
"You must have your Instagram Account linked to a Facebook Business Page, "
|
833 |
+
"this is required to make the Instagram Business Feed or Hashtag Feed work. "
|
834 |
+
"%1$sRead Instructions%2$s. Once you have completed the instructions you can "
|
835 |
+
"click the button below and it will connect to your Facebook Account to get "
|
836 |
+
"an access token. It should return a Facebook page or list of pages you are "
|
837 |
+
"admin of and display which ones are connected to Instagram. Choose one, then "
|
838 |
+
"click save. The Instagram Business option will allow you to display your "
|
839 |
+
"profile info and the Heart/Comment counts on your media."
|
840 |
+
msgstr ""
|
841 |
+
|
842 |
+
#: admin/class-fts-instagram-options-page.php:294
|
843 |
+
#, php-format
|
844 |
+
msgid ""
|
845 |
+
"Your access token is working! Generate your shortcode on the %1$sSettings "
|
846 |
+
"Page%2$s"
|
847 |
+
msgstr ""
|
848 |
+
|
849 |
+
#: admin/class-fts-instagram-options-page.php:361
|
850 |
+
#: admin/class-fts-pinterest-options-page.php:136
|
851 |
+
#: admin/class-fts-twitter-options-page.php:273
|
852 |
+
#: admin/class-fts-youtube-options-page.php:262
|
853 |
+
msgid "Follow Button Options"
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
+
#: admin/class-fts-instagram-options-page.php:363
|
857 |
+
msgid "This will only show on regular feeds not combined or hashtag feeds."
|
858 |
+
msgstr ""
|
859 |
+
|
860 |
+
#: admin/class-fts-instagram-options-page.php:382
|
861 |
+
#: admin/class-fts-pinterest-options-page.php:155
|
862 |
+
#: admin/class-fts-youtube-options-page.php:283
|
863 |
+
msgid "Placement of the Buttons"
|
864 |
+
msgstr ""
|
865 |
+
|
866 |
+
#: admin/class-fts-instagram-options-page.php:392
|
867 |
+
#: admin/class-fts-pinterest-options-page.php:162
|
868 |
+
#: admin/class-fts-twitter-options-page.php:317
|
869 |
+
#: admin/class-fts-youtube-options-page.php:291
|
870 |
+
msgid "Show Above Feed"
|
871 |
+
msgstr ""
|
872 |
+
|
873 |
+
#: admin/class-fts-instagram-options-page.php:398
|
874 |
+
#: admin/class-fts-pinterest-options-page.php:165
|
875 |
+
#: admin/class-fts-twitter-options-page.php:320
|
876 |
+
#: admin/class-fts-youtube-options-page.php:296
|
877 |
+
msgid "Show Below Feed"
|
878 |
+
msgstr ""
|
879 |
+
|
880 |
+
#: admin/class-fts-instagram-options-page.php:414
|
881 |
+
msgid "Load More Button Color"
|
882 |
+
msgstr ""
|
883 |
+
|
884 |
+
#: admin/class-fts-instagram-options-page.php:423
|
885 |
+
msgid "Load More Button Text Color"
|
886 |
+
msgstr ""
|
887 |
+
|
888 |
+
#: admin/class-fts-pinterest-options-page.php:42
|
889 |
+
msgid ""
|
890 |
+
"Without notice or warning the Pinterest API has become unavailable. Once the "
|
891 |
+
"API is available to us again we will make an update to correct the issue. "
|
892 |
+
"For the time being we are going to disable the access token button. 4-20-2020"
|
893 |
+
msgstr ""
|
894 |
+
|
895 |
+
#: admin/class-fts-pinterest-options-page.php:49
|
896 |
+
msgid "Pinterest Feed Options"
|
897 |
+
msgstr ""
|
898 |
+
|
899 |
+
#: admin/class-fts-pinterest-options-page.php:52
|
900 |
+
msgid "Add a follow button and position it using the options below."
|
901 |
+
msgstr ""
|
902 |
+
|
903 |
+
#: admin/class-fts-pinterest-options-page.php:69
|
904 |
+
msgid "Pinterest Access Token"
|
905 |
+
msgstr ""
|
906 |
+
|
907 |
+
#: admin/class-fts-pinterest-options-page.php:72
|
908 |
+
msgid ""
|
909 |
+
"This is required to make the feed work. Click the button below and it will "
|
910 |
+
"connect to your Pinterest account to get an access token, and it will return "
|
911 |
+
"it in the input below. Then click the save button and you will now be able "
|
912 |
+
"to generate your Pinterest feed from the Settings page of our plugin."
|
913 |
+
msgstr ""
|
914 |
+
|
915 |
+
#: admin/class-fts-pinterest-options-page.php:113
|
916 |
+
#, php-format
|
917 |
+
msgid ""
|
918 |
+
"%1$sOh No something's wrong. %2$s. Please try again, if you are still having "
|
919 |
+
"troulbes please contact us on our Support Forum. Make sure to include "
|
920 |
+
"screenshots of the browser page that may come up with any errors. "
|
921 |
+
"%3$sSupport Forum%4$s"
|
922 |
+
msgstr ""
|
923 |
+
|
924 |
+
#: admin/class-fts-pinterest-options-page.php:122
|
925 |
+
#, php-format
|
926 |
+
msgid ""
|
927 |
+
"%1$sYou are required to get an access token to view your any of the "
|
928 |
+
"Pinterest Feeds. Click \"Save All Changes\" after getting your Access Token."
|
929 |
+
"%2$s"
|
930 |
+
msgstr ""
|
931 |
+
|
932 |
+
#: admin/class-fts-pinterest-options-page.php:175
|
933 |
+
msgid "Boards List Style Options"
|
934 |
+
msgstr ""
|
935 |
+
|
936 |
+
#: admin/class-fts-pinterest-options-page.php:179
|
937 |
+
#, php-format
|
938 |
+
msgid "These styles are for the list of Boards type feed %1$sseen here%2$s"
|
939 |
+
msgstr ""
|
940 |
+
|
941 |
+
#: admin/class-fts-pinterest-options-page.php:186
|
942 |
+
msgid "Board Title Color"
|
943 |
+
msgstr ""
|
944 |
+
|
945 |
+
#: admin/class-fts-pinterest-options-page.php:194
|
946 |
+
msgid "Board Title Size"
|
947 |
+
msgstr ""
|
948 |
+
|
949 |
+
#: admin/class-fts-pinterest-options-page.php:202
|
950 |
+
msgid "Background on Hover"
|
951 |
+
msgstr ""
|
952 |
+
|
953 |
+
#: admin/class-fts-settings-page-options.php:35
|
954 |
+
msgid "Combine Streams Shortcode Generator"
|
955 |
+
msgstr ""
|
956 |
+
|
957 |
+
#: admin/class-fts-settings-page-options.php:43
|
958 |
+
msgid "Feeds To Combine"
|
959 |
+
msgstr ""
|
960 |
+
|
961 |
+
#: admin/class-fts-settings-page-options.php:56
|
962 |
+
msgid "All Feeds"
|
963 |
+
msgstr ""
|
964 |
+
|
965 |
+
#: admin/class-fts-settings-page-options.php:81
|
966 |
+
msgid "Combined Stream"
|
967 |
+
msgstr ""
|
968 |
+
|
969 |
+
#: admin/class-fts-settings-page-options.php:83
|
970 |
+
msgid "Combined Total # of Posts"
|
971 |
+
msgstr ""
|
972 |
+
|
973 |
+
#: admin/class-fts-settings-page-options.php:88
|
974 |
+
#: admin/class-fts-settings-page-options.php:1339
|
975 |
+
msgid "6 is the default number"
|
976 |
+
msgstr ""
|
977 |
+
|
978 |
+
#: admin/class-fts-settings-page-options.php:104
|
979 |
+
msgid "# of Posts per Social Network"
|
980 |
+
msgstr ""
|
981 |
+
|
982 |
+
#: admin/class-fts-settings-page-options.php:104
|
983 |
+
msgid "NOT the combined total"
|
984 |
+
msgstr ""
|
985 |
+
|
986 |
+
#: admin/class-fts-settings-page-options.php:111
|
987 |
+
msgid "1 is the default number"
|
988 |
+
msgstr ""
|
989 |
+
|
990 |
+
#: admin/class-fts-settings-page-options.php:126
|
991 |
+
#: admin/class-fts-settings-page-options.php:1552
|
992 |
+
msgid "Amount of words per post"
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
+
#: admin/class-fts-settings-page-options.php:126
|
996 |
+
#: admin/class-fts-settings-page-options.php:1552
|
997 |
+
msgid "Type 0 to remove the posts description"
|
998 |
+
msgstr ""
|
999 |
+
|
1000 |
+
#: admin/class-fts-settings-page-options.php:130
|
1001 |
+
#: admin/class-fts-settings-page-options.php:1556
|
1002 |
+
msgid "is the default number"
|
1003 |
+
msgstr ""
|
1004 |
+
|
1005 |
+
#: admin/class-fts-settings-page-options.php:145
|
1006 |
+
msgid "Center Feed Container"
|
1007 |
+
msgstr ""
|
1008 |
+
|
1009 |
+
#: admin/class-fts-settings-page-options.php:169
|
1010 |
+
msgid "Feed Fixed Height"
|
1011 |
+
msgstr ""
|
1012 |
+
|
1013 |
+
#: admin/class-fts-settings-page-options.php:169
|
1014 |
+
#: admin/class-fts-settings-page-options.php:1354
|
1015 |
+
#: admin/class-fts-settings-page-options.php:3975
|
1016 |
+
#: admin/class-fts-settings-page-options.php:4590
|
1017 |
+
#: admin/class-fts-settings-page-options.php:4612
|
1018 |
+
msgid "Leave blank for auto height"
|
1019 |
+
msgstr ""
|
1020 |
+
|
1021 |
+
#: admin/class-fts-settings-page-options.php:175
|
1022 |
+
#: admin/class-fts-settings-page-options.php:963
|
1023 |
+
#: admin/class-fts-settings-page-options.php:987
|
1024 |
+
#: admin/class-fts-settings-page-options.php:1359
|
1025 |
+
#: admin/class-fts-settings-page-options.php:2146
|
1026 |
+
#: admin/class-fts-settings-page-options.php:2174
|
1027 |
+
#: admin/class-fts-settings-page-options.php:2236
|
1028 |
+
#: admin/class-fts-settings-page-options.php:2265
|
1029 |
+
#: admin/class-fts-settings-page-options.php:2324
|
1030 |
+
#: admin/class-fts-settings-page-options.php:3542
|
1031 |
+
#: admin/class-fts-settings-page-options.php:3563
|
1032 |
+
#: admin/class-fts-settings-page-options.php:3979
|
1033 |
+
#: admin/class-fts-settings-page-options.php:4202
|
1034 |
+
#: admin/class-fts-settings-page-options.php:4224
|
1035 |
+
#: admin/class-fts-settings-page-options.php:4284
|
1036 |
+
#: admin/class-fts-settings-page-options.php:4313
|
1037 |
+
#: admin/class-fts-settings-page-options.php:4594
|
1038 |
+
#: admin/class-fts-settings-page-options.php:4616
|
1039 |
+
#: admin/class-fts-settings-page-options.php:5007
|
1040 |
+
#: admin/class-fts-settings-page-options.php:5027
|
1041 |
+
msgid "for example"
|
1042 |
+
msgstr ""
|
1043 |
+
|
1044 |
+
#: admin/class-fts-settings-page-options.php:191
|
1045 |
+
msgid "Background Color"
|
1046 |
+
msgstr ""
|
1047 |
+
|
1048 |
+
#: admin/class-fts-settings-page-options.php:208
|
1049 |
+
msgid "Show Social Icon"
|
1050 |
+
msgstr ""
|
1051 |
+
|
1052 |
+
#: admin/class-fts-settings-page-options.php:208
|
1053 |
+
msgid "Right, Left or No"
|
1054 |
+
msgstr ""
|
1055 |
+
|
1056 |
+
#: admin/class-fts-settings-page-options.php:215
|
1057 |
+
#: admin/class-fts-settings-page-options.php:1415
|
1058 |
+
#: admin/class-fts-settings-page-options.php:1717
|
1059 |
+
#: admin/class-fts-settings-page-options.php:1971
|
1060 |
+
#: admin/class-fts-settings-page-options.php:3329
|
1061 |
+
#: admin/class-fts-settings-page-options.php:3360
|
1062 |
+
msgid "Right"
|
1063 |
+
msgstr ""
|
1064 |
+
|
1065 |
+
#: admin/class-fts-settings-page-options.php:219
|
1066 |
+
#: admin/class-fts-settings-page-options.php:1407
|
1067 |
+
#: admin/class-fts-settings-page-options.php:1709
|
1068 |
+
#: admin/class-fts-settings-page-options.php:1963
|
1069 |
+
#: admin/class-fts-settings-page-options.php:3333
|
1070 |
+
#: admin/class-fts-settings-page-options.php:3364
|
1071 |
+
msgid "Left"
|
1072 |
+
msgstr ""
|
1073 |
+
|
1074 |
+
#: admin/class-fts-settings-page-options.php:236
|
1075 |
+
#: admin/class-fts-settings-page-options.php:1453
|
1076 |
+
msgid "Show Image/Video"
|
1077 |
+
msgstr ""
|
1078 |
+
|
1079 |
+
#: admin/class-fts-settings-page-options.php:236
|
1080 |
+
msgid "Bottom (default) or Top of Post"
|
1081 |
+
msgstr ""
|
1082 |
+
|
1083 |
+
#: admin/class-fts-settings-page-options.php:243
|
1084 |
+
#: admin/class-fts-settings-page-options.php:1461
|
1085 |
+
msgid "Below Username, Date & Description"
|
1086 |
+
msgstr ""
|
1087 |
+
|
1088 |
+
#: admin/class-fts-settings-page-options.php:247
|
1089 |
+
#: admin/class-fts-settings-page-options.php:1465
|
1090 |
+
msgid "Above Username, Date & Description"
|
1091 |
+
msgstr ""
|
1092 |
+
|
1093 |
+
#: admin/class-fts-settings-page-options.php:258
|
1094 |
+
#: admin/class-fts-settings-page-options.php:1503
|
1095 |
+
msgid "Show Username"
|
1096 |
+
msgstr ""
|
1097 |
+
|
1098 |
+
#: admin/class-fts-settings-page-options.php:258
|
1099 |
+
#: admin/class-fts-settings-page-options.php:282
|
1100 |
+
#: admin/class-fts-settings-page-options.php:1374
|
1101 |
+
#: admin/class-fts-settings-page-options.php:1429
|
1102 |
+
#: admin/class-fts-settings-page-options.php:1478
|
1103 |
+
#: admin/class-fts-settings-page-options.php:1503
|
1104 |
+
#: admin/class-fts-settings-page-options.php:1528
|
1105 |
+
msgid "Yes or No"
|
1106 |
+
msgstr ""
|
1107 |
+
|
1108 |
+
#: admin/class-fts-settings-page-options.php:282
|
1109 |
+
#: admin/class-fts-settings-page-options.php:1528
|
1110 |
+
msgid "Show Date"
|
1111 |
+
msgstr ""
|
1112 |
+
|
1113 |
+
#: admin/class-fts-settings-page-options.php:306
|
1114 |
+
msgid "Padding"
|
1115 |
+
msgstr ""
|
1116 |
+
|
1117 |
+
#: admin/class-fts-settings-page-options.php:323
|
1118 |
+
msgid "Facebook"
|
1119 |
+
msgstr ""
|
1120 |
+
|
1121 |
+
#: admin/class-fts-settings-page-options.php:325
|
1122 |
+
msgid "Combine Facebook"
|
1123 |
+
msgstr ""
|
1124 |
+
|
1125 |
+
#: admin/class-fts-settings-page-options.php:355
|
1126 |
+
msgid "Facebook ID or Name"
|
1127 |
+
msgstr ""
|
1128 |
+
|
1129 |
+
#: admin/class-fts-settings-page-options.php:377
|
1130 |
+
msgid "Twitter"
|
1131 |
+
msgstr ""
|
1132 |
+
|
1133 |
+
#: admin/class-fts-settings-page-options.php:379
|
1134 |
+
msgid "Combine Twitter"
|
1135 |
+
msgstr ""
|
1136 |
+
|
1137 |
+
#: admin/class-fts-settings-page-options.php:407
|
1138 |
+
#: admin/class-fts-settings-page-options.php:1126
|
1139 |
+
#: admin/class-fts-settings-page-options.php:2830
|
1140 |
+
#: admin/class-fts-settings-page-options.php:3661
|
1141 |
+
#: admin/class-fts-settings-page-options.php:3866
|
1142 |
+
#: admin/class-fts-settings-page-options.php:4389
|
1143 |
+
msgid "Feed Type"
|
1144 |
+
msgstr ""
|
1145 |
+
|
1146 |
+
#: admin/class-fts-settings-page-options.php:420
|
1147 |
+
#: admin/class-fts-settings-page-options.php:3879
|
1148 |
+
msgid "User Feed"
|
1149 |
+
msgstr ""
|
1150 |
+
|
1151 |
+
#: admin/class-fts-settings-page-options.php:426
|
1152 |
+
#: admin/class-fts-settings-page-options.php:3885
|
1153 |
+
msgid "Hashtag, Search and more Feed"
|
1154 |
+
msgstr ""
|
1155 |
+
|
1156 |
+
#: admin/class-fts-settings-page-options.php:449
|
1157 |
+
#: admin/class-fts-settings-page-options.php:3897
|
1158 |
+
msgid "Twitter Search Name (required)"
|
1159 |
+
msgstr ""
|
1160 |
+
|
1161 |
+
#: admin/class-fts-settings-page-options.php:472
|
1162 |
+
#: admin/class-fts-settings-page-options.php:3920
|
1163 |
+
msgid "Twitter Search"
|
1164 |
+
msgstr ""
|
1165 |
+
|
1166 |
+
#: admin/class-fts-settings-page-options.php:481
|
1167 |
+
#: admin/class-fts-settings-page-options.php:485
|
1168 |
+
#: admin/class-fts-settings-page-options.php:3929
|
1169 |
+
#: admin/class-fts-settings-page-options.php:3933
|
1170 |
+
msgid "Twitter Name"
|
1171 |
+
msgstr ""
|
1172 |
+
|
1173 |
+
#: admin/class-fts-settings-page-options.php:485
|
1174 |
+
#: admin/class-fts-settings-page-options.php:3933
|
1175 |
+
msgid "You must copy your"
|
1176 |
+
msgstr ""
|
1177 |
+
|
1178 |
+
#: admin/class-fts-settings-page-options.php:485
|
1179 |
+
#: admin/class-fts-settings-page-options.php:1220
|
1180 |
+
#: admin/class-fts-settings-page-options.php:1228
|
1181 |
+
#: admin/class-fts-settings-page-options.php:3754
|
1182 |
+
#: admin/class-fts-settings-page-options.php:3933
|
1183 |
+
msgid "and paste it in the first input below."
|
1184 |
+
msgstr ""
|
1185 |
+
|
1186 |
+
#: admin/class-fts-settings-page-options.php:506
|
1187 |
+
msgid "Instagram"
|
1188 |
+
msgstr ""
|
1189 |
+
|
1190 |
+
#: admin/class-fts-settings-page-options.php:508
|
1191 |
+
msgid "Combine Instagram"
|
1192 |
+
msgstr ""
|
1193 |
+
|
1194 |
+
#: admin/class-fts-settings-page-options.php:537
|
1195 |
+
msgid "Instagram Type"
|
1196 |
+
msgstr ""
|
1197 |
+
|
1198 |
+
#: admin/class-fts-settings-page-options.php:547
|
1199 |
+
#: admin/class-fts-settings-page-options.php:4402
|
1200 |
+
msgid "Basic Feed"
|
1201 |
+
msgstr ""
|
1202 |
+
|
1203 |
+
#: admin/class-fts-settings-page-options.php:552
|
1204 |
+
#: admin/class-fts-settings-page-options.php:4407
|
1205 |
+
msgid "Business Feed"
|
1206 |
+
msgstr ""
|
1207 |
+
|
1208 |
+
#: admin/class-fts-settings-page-options.php:557
|
1209 |
+
#: admin/class-fts-settings-page-options.php:4412
|
1210 |
+
msgid "Hashtag Feed"
|
1211 |
+
msgstr ""
|
1212 |
+
|
1213 |
+
#: admin/class-fts-settings-page-options.php:600
|
1214 |
+
#: admin/class-fts-settings-page-options.php:604
|
1215 |
+
#: admin/class-fts-settings-page-options.php:4445
|
1216 |
+
msgid "Instagram ID # (required)"
|
1217 |
+
msgstr ""
|
1218 |
+
|
1219 |
+
#: admin/class-fts-settings-page-options.php:614
|
1220 |
+
#: admin/class-fts-settings-page-options.php:4459
|
1221 |
+
msgid ""
|
1222 |
+
"<div class=\"fts-insta-info-plus-wrapper\">If your Access Token is set on "
|
1223 |
+
"the Instagram Options page of our plugin your ID should appear below.</div>"
|
1224 |
+
msgstr ""
|
1225 |
+
|
1226 |
+
#: admin/class-fts-settings-page-options.php:618
|
1227 |
+
msgid ""
|
1228 |
+
"<div class=\"fts-insta-info-plus-wrapper\">If your Hashtag Access Token is "
|
1229 |
+
"set on the Instagram Options page of our plugin your ID should appear below."
|
1230 |
+
"</div>"
|
1231 |
+
msgstr ""
|
1232 |
+
|
1233 |
+
#: admin/class-fts-settings-page-options.php:640
|
1234 |
+
#: admin/class-fts-settings-page-options.php:4483
|
1235 |
+
msgid "Hashtag (required)"
|
1236 |
+
msgstr ""
|
1237 |
+
|
1238 |
+
#: admin/class-fts-settings-page-options.php:650
|
1239 |
+
msgid ""
|
1240 |
+
"Add your hashtag below. <strong>DO NOT</strong> add the #, just the name. "
|
1241 |
+
"Only one hashtag allowed at this time. Hashtag media only stays on Instagram "
|
1242 |
+
"for 24 hours and the API does not give us a date/time. That also means if "
|
1243 |
+
"you decide to combine this feed these media posts will appear before any "
|
1244 |
+
"other posts because we cannot sort them by date. In order to use the "
|
1245 |
+
"Instagram hashtag feed you must have your Instagram account linked to a "
|
1246 |
+
"Facebook Business Page. <a target=\"_blank\" href=\"https://www.slickremix."
|
1247 |
+
"com/docs/link-instagram-account-to-facebook/\">Read Instructions.</a>"
|
1248 |
+
msgstr ""
|
1249 |
+
|
1250 |
+
#: admin/class-fts-settings-page-options.php:668
|
1251 |
+
#: admin/class-fts-settings-page-options.php:4531
|
1252 |
+
msgid "Hashtag Search Type"
|
1253 |
+
msgstr ""
|
1254 |
+
|
1255 |
+
#: admin/class-fts-settings-page-options.php:676
|
1256 |
+
#: admin/class-fts-settings-page-options.php:4539
|
1257 |
+
msgid "Recent Media"
|
1258 |
+
msgstr ""
|
1259 |
+
|
1260 |
+
#: admin/class-fts-settings-page-options.php:680
|
1261 |
+
#: admin/class-fts-settings-page-options.php:4543
|
1262 |
+
msgid "Top Media (Most Interactions)"
|
1263 |
+
msgstr ""
|
1264 |
+
|
1265 |
+
#: admin/class-fts-settings-page-options.php:692
|
1266 |
+
msgid "Pinterest"
|
1267 |
+
msgstr ""
|
1268 |
+
|
1269 |
+
#: admin/class-fts-settings-page-options.php:694
|
1270 |
+
msgid "Combine Pinterest"
|
1271 |
+
msgstr ""
|
1272 |
+
|
1273 |
+
#: admin/class-fts-settings-page-options.php:723
|
1274 |
+
msgid "Pinterest Type"
|
1275 |
+
msgstr ""
|
1276 |
+
|
1277 |
+
#: admin/class-fts-settings-page-options.php:732
|
1278 |
+
#: admin/class-fts-settings-page-options.php:3694
|
1279 |
+
msgid "Latest Pins from a User"
|
1280 |
+
msgstr ""
|
1281 |
+
|
1282 |
+
#: admin/class-fts-settings-page-options.php:738
|
1283 |
+
#: admin/class-fts-settings-page-options.php:3688
|
1284 |
+
msgid "Pins From a Specific Board"
|
1285 |
+
msgstr ""
|
1286 |
+
|
1287 |
+
#: admin/class-fts-settings-page-options.php:756
|
1288 |
+
#: admin/class-fts-settings-page-options.php:3754
|
1289 |
+
msgid "Pinterest Name"
|
1290 |
+
msgstr ""
|
1291 |
+
|
1292 |
+
#: admin/class-fts-settings-page-options.php:776
|
1293 |
+
msgid "Pinterest Board ID"
|
1294 |
+
msgstr ""
|
1295 |
+
|
1296 |
+
#: admin/class-fts-settings-page-options.php:792
|
1297 |
+
msgid "Youtube"
|
1298 |
+
msgstr ""
|
1299 |
+
|
1300 |
+
#: admin/class-fts-settings-page-options.php:794
|
1301 |
+
msgid "Combine Youtube"
|
1302 |
+
msgstr ""
|
1303 |
+
|
1304 |
+
#: admin/class-fts-settings-page-options.php:823
|
1305 |
+
msgid "Youtube Type"
|
1306 |
+
msgstr ""
|
1307 |
+
|
1308 |
+
#: admin/class-fts-settings-page-options.php:829
|
1309 |
+
#: admin/class-fts-settings-page-options.php:2851
|
1310 |
+
msgid "Channel Feed"
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
+
#: admin/class-fts-settings-page-options.php:833
|
1314 |
+
#: admin/class-fts-settings-page-options.php:2857
|
1315 |
+
msgid "Channel's Specific Playlist"
|
1316 |
+
msgstr ""
|
1317 |
+
|
1318 |
+
#: admin/class-fts-settings-page-options.php:839
|
1319 |
+
#: admin/class-fts-settings-page-options.php:2863
|
1320 |
+
msgid "User's Most Recent Videos"
|
1321 |
+
msgstr ""
|
1322 |
+
|
1323 |
+
#: admin/class-fts-settings-page-options.php:845
|
1324 |
+
#: admin/class-fts-settings-page-options.php:2869
|
1325 |
+
msgid "User's Specific Playlist"
|
1326 |
+
msgstr ""
|
1327 |
+
|
1328 |
+
#: admin/class-fts-settings-page-options.php:864
|
1329 |
+
msgid "YouTube Username"
|
1330 |
+
msgstr ""
|
1331 |
+
|
1332 |
+
#: admin/class-fts-settings-page-options.php:885
|
1333 |
+
msgid "YouTube Playlist ID"
|
1334 |
+
msgstr ""
|
1335 |
+
|
1336 |
+
#: admin/class-fts-settings-page-options.php:903
|
1337 |
+
msgid "YouTube Channel ID"
|
1338 |
+
msgstr ""
|
1339 |
+
|
1340 |
+
#: admin/class-fts-settings-page-options.php:923
|
1341 |
+
#: admin/class-fts-settings-page-options.php:2194
|
1342 |
+
#: admin/class-fts-settings-page-options.php:4243
|
1343 |
+
msgid "Grid"
|
1344 |
+
msgstr ""
|
1345 |
+
|
1346 |
+
#: admin/class-fts-settings-page-options.php:926
|
1347 |
+
#: admin/class-fts-settings-page-options.php:2197
|
1348 |
+
#: admin/class-fts-settings-page-options.php:4246
|
1349 |
+
msgid "Display Posts in Grid"
|
1350 |
+
msgstr ""
|
1351 |
+
|
1352 |
+
#: admin/class-fts-settings-page-options.php:958
|
1353 |
+
#: admin/class-fts-settings-page-options.php:2231
|
1354 |
+
#: admin/class-fts-settings-page-options.php:4279
|
1355 |
+
msgid "Grid Column Width"
|
1356 |
+
msgstr ""
|
1357 |
+
|
1358 |
+
#: admin/class-fts-settings-page-options.php:962
|
1359 |
+
#: admin/class-fts-settings-page-options.php:2112
|
1360 |
+
#: admin/class-fts-settings-page-options.php:2235
|
1361 |
+
#: admin/class-fts-settings-page-options.php:3485
|
1362 |
+
#: admin/class-fts-settings-page-options.php:4145
|
1363 |
+
#: admin/class-fts-settings-page-options.php:4283
|
1364 |
+
#: admin/class-fts-settings-page-options.php:4775
|
1365 |
+
#: admin/class-fts-settings-page-options.php:4948
|
1366 |
+
msgid "NOTE:"
|
1367 |
+
msgstr ""
|
1368 |
+
|
1369 |
+
#: admin/class-fts-settings-page-options.php:962
|
1370 |
+
#: admin/class-fts-settings-page-options.php:2235
|
1371 |
+
#: admin/class-fts-settings-page-options.php:4283
|
1372 |
+
#, php-format
|
1373 |
+
msgid ""
|
1374 |
+
"Define the Width of each post and the Space between each post below. You "
|
1375 |
+
"must add px after any number. Learn how to make the %1$sgrid responsive%2$s."
|
1376 |
+
msgstr ""
|
1377 |
+
|
1378 |
+
#: admin/class-fts-settings-page-options.php:983
|
1379 |
+
#: admin/class-fts-settings-page-options.php:2261
|
1380 |
+
#: admin/class-fts-settings-page-options.php:4309
|
1381 |
+
msgid "Grid Spaces Between Posts"
|
1382 |
+
msgstr ""
|
1383 |
+
|
1384 |
+
#: admin/class-fts-settings-page-options.php:1105
|
1385 |
+
msgid "Combine Streams Shortcode"
|
1386 |
+
msgstr ""
|
1387 |
+
|
1388 |
+
#: admin/class-fts-settings-page-options.php:1114
|
1389 |
+
msgid "Facebook Page Shortcode Generator"
|
1390 |
+
msgstr ""
|
1391 |
+
|
1392 |
+
#: admin/class-fts-settings-page-options.php:1139
|
1393 |
+
msgid "Facebook Page"
|
1394 |
+
msgstr ""
|
1395 |
+
|
1396 |
+
#: admin/class-fts-settings-page-options.php:1160
|
1397 |
+
msgid "Facebook Album Photos"
|
1398 |
+
msgstr ""
|
1399 |
+
|
1400 |
+
#: admin/class-fts-settings-page-options.php:1166
|
1401 |
+
msgid "Facebook Album Covers"
|
1402 |
+
msgstr ""
|
1403 |
+
|
1404 |
+
#: admin/class-fts-settings-page-options.php:1172
|
1405 |
+
msgid "Facebook Videos"
|
1406 |
+
msgstr ""
|
1407 |
+
|
1408 |
+
#: admin/class-fts-settings-page-options.php:1178
|
1409 |
+
msgid "Facebook Page Reviews"
|
1410 |
+
msgstr ""
|
1411 |
+
|
1412 |
+
#: admin/class-fts-settings-page-options.php:1213
|
1413 |
+
msgid "Facebook ID (required)"
|
1414 |
+
msgstr ""
|
1415 |
+
|
1416 |
+
#: admin/class-fts-settings-page-options.php:1216
|
1417 |
+
#: admin/class-fts-settings-page-options.php:1236
|
1418 |
+
#: admin/class-fts-settings-page-options.php:1240
|
1419 |
+
#: admin/class-fts-settings-page-options.php:1244
|
1420 |
+
msgid ""
|
1421 |
+
"If your Access Token is set on the Facebook Options page of our plugin your "
|
1422 |
+
"ID should appear below."
|
1423 |
+
msgstr ""
|
1424 |
+
|
1425 |
+
#: admin/class-fts-settings-page-options.php:1220
|
1426 |
+
#: admin/class-fts-settings-page-options.php:1224
|
1427 |
+
#: admin/class-fts-settings-page-options.php:1228
|
1428 |
+
#: admin/class-fts-settings-page-options.php:3728
|
1429 |
+
#: admin/class-fts-settings-page-options.php:3754
|
1430 |
+
msgid "Copy your"
|
1431 |
+
msgstr ""
|
1432 |
+
|
1433 |
+
#: admin/class-fts-settings-page-options.php:1220
|
1434 |
+
msgid "Facebook Group ID"
|
1435 |
+
msgstr ""
|
1436 |
+
|
1437 |
+
#: admin/class-fts-settings-page-options.php:1224
|
1438 |
+
msgid "Facebook Page ID"
|
1439 |
+
msgstr ""
|
1440 |
+
|
1441 |
+
#: admin/class-fts-settings-page-options.php:1224
|
1442 |
+
msgid ""
|
1443 |
+
"and paste it in the first input below. PLEASE NOTE: This will only work with "
|
1444 |
+
"Facebook Page Events and you cannot have more than 25 events on Facebook."
|
1445 |
+
msgstr ""
|
1446 |
+
|
1447 |
+
#: admin/class-fts-settings-page-options.php:1228
|
1448 |
+
msgid "Facebook Event ID"
|
1449 |
+
msgstr ""
|
1450 |
+
|
1451 |
+
#: admin/class-fts-settings-page-options.php:1232
|
1452 |
+
msgid "To show a specific Album copy your"
|
1453 |
+
msgstr ""
|
1454 |
+
|
1455 |
+
#: admin/class-fts-settings-page-options.php:1232
|
1456 |
+
msgid "Facebook Album ID"
|
1457 |
+
msgstr ""
|
1458 |
+
|
1459 |
+
#: admin/class-fts-settings-page-options.php:1232
|
1460 |
+
msgid ""
|
1461 |
+
"and paste it in the third input below. If you want to show all your uploaded "
|
1462 |
+
"photos leave the Album ID input blank."
|
1463 |
+
msgstr ""
|
1464 |
+
|
1465 |
+
#: admin/class-fts-settings-page-options.php:1264
|
1466 |
+
#: admin/class-fts-settings-page-options.php:4509
|
1467 |
+
msgid "Access Token (required) "
|
1468 |
+
msgstr ""
|
1469 |
+
|
1470 |
+
#: admin/class-fts-settings-page-options.php:1270
|
1471 |
+
#: admin/class-fts-settings-page-options.php:4515
|
1472 |
+
#: admin/class-fts-settings-page.php:101
|
1473 |
+
msgid ""
|
1474 |
+
"More than 6 Requires <a target=\"_blank\" href=\"https://www.slickremix.com/"
|
1475 |
+
"downloads/feed-them-social-premium-extension/\">Premium version</a>"
|
1476 |
+
msgstr ""
|
1477 |
+
|
1478 |
+
#: admin/class-fts-settings-page-options.php:1286
|
1479 |
+
msgid "Album ID "
|
1480 |
+
msgstr ""
|
1481 |
+
|
1482 |
+
#: admin/class-fts-settings-page-options.php:1286
|
1483 |
+
msgid "Leave blank to show all uploaded photos"
|
1484 |
+
msgstr ""
|
1485 |
+
|
1486 |
+
#: admin/class-fts-settings-page-options.php:1311
|
1487 |
+
msgid "Post Type Visible"
|
1488 |
+
msgstr ""
|
1489 |
+
|
1490 |
+
#: admin/class-fts-settings-page-options.php:1317
|
1491 |
+
msgid "Display Posts made by Page only"
|
1492 |
+
msgstr ""
|
1493 |
+
|
1494 |
+
#: admin/class-fts-settings-page-options.php:1321
|
1495 |
+
msgid "Display Posts made by Page and Others"
|
1496 |
+
msgstr ""
|
1497 |
+
|
1498 |
+
#: admin/class-fts-settings-page-options.php:1334
|
1499 |
+
msgid "# of Posts"
|
1500 |
+
msgstr ""
|
1501 |
+
|
1502 |
+
#: admin/class-fts-settings-page-options.php:1354
|
1503 |
+
msgid "Facebook Fixed Height"
|
1504 |
+
msgstr ""
|
1505 |
+
|
1506 |
+
#: admin/class-fts-settings-page-options.php:1374
|
1507 |
+
msgid "Show Page Title"
|
1508 |
+
msgstr ""
|
1509 |
+
|
1510 |
+
#: admin/class-fts-settings-page-options.php:1401
|
1511 |
+
msgid "Align Title"
|
1512 |
+
msgstr ""
|
1513 |
+
|
1514 |
+
#: admin/class-fts-settings-page-options.php:1401
|
1515 |
+
msgid "Left, Center or Right"
|
1516 |
+
msgstr ""
|
1517 |
+
|
1518 |
+
#: admin/class-fts-settings-page-options.php:1411
|
1519 |
+
#: admin/class-fts-settings-page-options.php:1713
|
1520 |
+
#: admin/class-fts-settings-page-options.php:1967
|
1521 |
+
msgid "Center"
|
1522 |
+
msgstr ""
|
1523 |
+
|
1524 |
+
#: admin/class-fts-settings-page-options.php:1429
|
1525 |
+
msgid "Show Page Description"
|
1526 |
+
msgstr ""
|
1527 |
+
|
1528 |
+
#: admin/class-fts-settings-page-options.php:1453
|
1529 |
+
msgid "Bottom or Top of Post"
|
1530 |
+
msgstr ""
|
1531 |
+
|
1532 |
+
#: admin/class-fts-settings-page-options.php:1478
|
1533 |
+
msgid "Show User Thumbnail"
|
1534 |
+
msgstr ""
|
1535 |
+
|
1536 |
+
#: admin/class-fts-settings-page-options.php:1573
|
1537 |
+
msgid "Facebook Image Width"
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: admin/class-fts-settings-page-options.php:1573
|
1541 |
+
#: admin/class-fts-settings-page-options.php:1594
|
1542 |
+
msgid "Max width is 640px"
|
1543 |
+
msgstr ""
|
1544 |
+
|
1545 |
+
#: admin/class-fts-settings-page-options.php:1594
|
1546 |
+
msgid "Facebook Image Height"
|
1547 |
+
msgstr ""
|
1548 |
+
|
1549 |
+
#: admin/class-fts-settings-page-options.php:1612
|
1550 |
+
#: admin/class-fts-settings-page-options.php:4850
|
1551 |
+
msgid "The space between photos"
|
1552 |
+
msgstr ""
|
1553 |
+
|
1554 |
+
#: admin/class-fts-settings-page-options.php:1630
|
1555 |
+
msgid "Hide Date, Likes and Comments"
|
1556 |
+
msgstr ""
|
1557 |
+
|
1558 |
+
#: admin/class-fts-settings-page-options.php:1631
|
1559 |
+
#: admin/class-fts-settings-page-options.php:4887
|
1560 |
+
msgid "Good for image sizes under 120px"
|
1561 |
+
msgstr ""
|
1562 |
+
|
1563 |
+
#: admin/class-fts-settings-page-options.php:1654
|
1564 |
+
msgid "Center Facebook Container"
|
1565 |
+
msgstr ""
|
1566 |
+
|
1567 |
+
#: admin/class-fts-settings-page-options.php:1678
|
1568 |
+
msgid "Image Stacking Animation On"
|
1569 |
+
msgstr ""
|
1570 |
+
|
1571 |
+
#: admin/class-fts-settings-page-options.php:1679
|
1572 |
+
msgid "This happens when resizing browser"
|
1573 |
+
msgstr ""
|
1574 |
+
|
1575 |
+
#: admin/class-fts-settings-page-options.php:1703
|
1576 |
+
msgid "Align Images"
|
1577 |
+
msgstr ""
|
1578 |
+
|
1579 |
+
#: admin/class-fts-settings-page-options.php:1736
|
1580 |
+
msgid "Reviews"
|
1581 |
+
msgstr ""
|
1582 |
+
|
1583 |
+
#: admin/class-fts-settings-page-options.php:1738
|
1584 |
+
msgid "Reviews to Show"
|
1585 |
+
msgstr ""
|
1586 |
+
|
1587 |
+
#: admin/class-fts-settings-page-options.php:1744
|
1588 |
+
msgid "Show all Reviews"
|
1589 |
+
msgstr ""
|
1590 |
+
|
1591 |
+
#: admin/class-fts-settings-page-options.php:1748
|
1592 |
+
msgid "5 Star Reviews only"
|
1593 |
+
msgstr ""
|
1594 |
+
|
1595 |
+
#: admin/class-fts-settings-page-options.php:1752
|
1596 |
+
msgid "4 and 5 Stars Reviews only"
|
1597 |
+
msgstr ""
|
1598 |
+
|
1599 |
+
#: admin/class-fts-settings-page-options.php:1756
|
1600 |
+
msgid "3, 4 and 5 Star Reviews only"
|
1601 |
+
msgstr ""
|
1602 |
+
|
1603 |
+
#: admin/class-fts-settings-page-options.php:1760
|
1604 |
+
msgid "2, 3, 4, and 5 Star Reviews only"
|
1605 |
+
msgstr ""
|
1606 |
+
|
1607 |
+
#: admin/class-fts-settings-page-options.php:1777
|
1608 |
+
msgid "Rating Format"
|
1609 |
+
msgstr ""
|
1610 |
+
|
1611 |
+
#: admin/class-fts-settings-page-options.php:1777
|
1612 |
+
msgid ""
|
1613 |
+
"8/17/2018: Facebook has moved to what are called \"recommendations\" so for "
|
1614 |
+
"some people this option may not be necessary."
|
1615 |
+
msgstr ""
|
1616 |
+
|
1617 |
+
#: admin/class-fts-settings-page-options.php:1783
|
1618 |
+
msgid "5 star - ★★★★★"
|
1619 |
+
msgstr ""
|
1620 |
+
|
1621 |
+
#: admin/class-fts-settings-page-options.php:1787
|
1622 |
+
msgid "5 star ★"
|
1623 |
+
msgstr ""
|
1624 |
+
|
1625 |
+
#: admin/class-fts-settings-page-options.php:1791
|
1626 |
+
msgid "5 star"
|
1627 |
+
msgstr ""
|
1628 |
+
|
1629 |
+
#: admin/class-fts-settings-page-options.php:1795
|
1630 |
+
msgid "5 ★"
|
1631 |
+
msgstr ""
|
1632 |
+
|
1633 |
+
#: admin/class-fts-settings-page-options.php:1799
|
1634 |
+
msgid "★★★★★"
|
1635 |
+
msgstr ""
|
1636 |
+
|
1637 |
+
#: admin/class-fts-settings-page-options.php:1813
|
1638 |
+
msgid "Overall Rating above Feed"
|
1639 |
+
msgstr ""
|
1640 |
+
|
1641 |
+
#: admin/class-fts-settings-page-options.php:1813
|
1642 |
+
msgid ""
|
1643 |
+
"More settings: <a href=\"admin.php?page=fts-facebook-feed-styles-submenu-"
|
1644 |
+
"page#overall-rating-options\">Facebook Options</a> page."
|
1645 |
+
msgstr ""
|
1646 |
+
|
1647 |
+
#: admin/class-fts-settings-page-options.php:1837
|
1648 |
+
msgid "Hide Reviews with no description"
|
1649 |
+
msgstr ""
|
1650 |
+
|
1651 |
+
#: admin/class-fts-settings-page-options.php:1861
|
1652 |
+
msgid "Hide the text \"See More Reviews\""
|
1653 |
+
msgstr ""
|
1654 |
+
|
1655 |
+
#: admin/class-fts-settings-page-options.php:1890
|
1656 |
+
msgid "Hide Like Box or Button"
|
1657 |
+
msgstr ""
|
1658 |
+
|
1659 |
+
#: admin/class-fts-settings-page-options.php:1890
|
1660 |
+
msgid ""
|
1661 |
+
"Turn on from <a href=\"admin.php?page=fts-facebook-feed-styles-submenu-page"
|
1662 |
+
"\">Facebook Options</a> page"
|
1663 |
+
msgstr ""
|
1664 |
+
|
1665 |
+
#: admin/class-fts-settings-page-options.php:1923
|
1666 |
+
msgid "Position of Like Box or Button"
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: admin/class-fts-settings-page-options.php:1929
|
1670 |
+
msgid "Above Title"
|
1671 |
+
msgstr ""
|
1672 |
+
|
1673 |
+
#: admin/class-fts-settings-page-options.php:1933
|
1674 |
+
msgid "Below Title"
|
1675 |
+
msgstr ""
|
1676 |
+
|
1677 |
+
#: admin/class-fts-settings-page-options.php:1937
|
1678 |
+
msgid "Bottom of Feed"
|
1679 |
+
msgstr ""
|
1680 |
+
|
1681 |
+
#: admin/class-fts-settings-page-options.php:1957
|
1682 |
+
msgid "Align Like Box or Button"
|
1683 |
+
msgstr ""
|
1684 |
+
|
1685 |
+
#: admin/class-fts-settings-page-options.php:1988
|
1686 |
+
msgid "Width of Like Box"
|
1687 |
+
msgstr ""
|
1688 |
+
|
1689 |
+
#: admin/class-fts-settings-page-options.php:1988
|
1690 |
+
msgid "This only works for the Like Box"
|
1691 |
+
msgstr ""
|
1692 |
+
|
1693 |
+
#: admin/class-fts-settings-page-options.php:1992
|
1694 |
+
msgid "500px max"
|
1695 |
+
msgstr ""
|
1696 |
+
|
1697 |
+
#: admin/class-fts-settings-page-options.php:2013
|
1698 |
+
#: admin/class-fts-settings-page-options.php:4079
|
1699 |
+
#: admin/class-fts-settings-page-options.php:5043
|
1700 |
+
msgid "Popup"
|
1701 |
+
msgstr ""
|
1702 |
+
|
1703 |
+
#: admin/class-fts-settings-page-options.php:2015
|
1704 |
+
#: includes/feed-them-functions.php:2438
|
1705 |
+
msgid "Display Photos in Popup"
|
1706 |
+
msgstr ""
|
1707 |
+
|
1708 |
+
#: admin/class-fts-settings-page-options.php:2043
|
1709 |
+
msgid "Hide Comments in Popup"
|
1710 |
+
msgstr ""
|
1711 |
+
|
1712 |
+
#: admin/class-fts-settings-page-options.php:2074
|
1713 |
+
#: admin/class-fts-settings-page-options.php:3450
|
1714 |
+
#: admin/class-fts-settings-page-options.php:4110
|
1715 |
+
#: admin/class-fts-settings-page-options.php:4912
|
1716 |
+
#: feeds/instagram/class-fts-instagram-feed.php:371
|
1717 |
+
#: feeds/twitter/class-fts-twitter-feed.php:329
|
1718 |
+
#: feeds/youtube/class-youtube-feed-free.php:566
|
1719 |
+
msgid "Load More"
|
1720 |
+
msgstr ""
|
1721 |
+
|
1722 |
+
#: admin/class-fts-settings-page-options.php:2076
|
1723 |
+
#: admin/class-fts-settings-page-options.php:3452
|
1724 |
+
#: admin/class-fts-settings-page-options.php:4112
|
1725 |
+
msgid "Load More Button"
|
1726 |
+
msgstr ""
|
1727 |
+
|
1728 |
+
#: admin/class-fts-settings-page-options.php:2108
|
1729 |
+
#: admin/class-fts-settings-page-options.php:3481
|
1730 |
+
#: admin/class-fts-settings-page-options.php:4141
|
1731 |
+
msgid "Load More Style"
|
1732 |
+
msgstr ""
|
1733 |
+
|
1734 |
+
#: admin/class-fts-settings-page-options.php:2112
|
1735 |
+
#: admin/class-fts-settings-page-options.php:3485
|
1736 |
+
#: admin/class-fts-settings-page-options.php:4145
|
1737 |
+
#: admin/class-fts-settings-page-options.php:4948
|
1738 |
+
msgid ""
|
1739 |
+
"The Button option will show a \"Load More Posts\" button under your feed. "
|
1740 |
+
"The AutoScroll option will load more posts when you reach the bottom of the "
|
1741 |
+
"feed. AutoScroll ONLY works if you've filled in a Fixed Height for your feed."
|
1742 |
+
msgstr ""
|
1743 |
+
|
1744 |
+
#: admin/class-fts-settings-page-options.php:2115
|
1745 |
+
#: admin/class-fts-settings-page-options.php:3488
|
1746 |
+
#: admin/class-fts-settings-page-options.php:4148
|
1747 |
+
#: admin/class-fts-settings-page-options.php:4951
|
1748 |
+
msgid "Button"
|
1749 |
+
msgstr ""
|
1750 |
+
|
1751 |
+
#: admin/class-fts-settings-page-options.php:2119
|
1752 |
+
#: admin/class-fts-settings-page-options.php:3492
|
1753 |
+
#: admin/class-fts-settings-page-options.php:4152
|
1754 |
+
#: admin/class-fts-settings-page-options.php:4955
|
1755 |
+
msgid "AutoScroll"
|
1756 |
+
msgstr ""
|
1757 |
+
|
1758 |
+
#: admin/class-fts-settings-page-options.php:2142
|
1759 |
+
#: admin/class-fts-settings-page-options.php:3538
|
1760 |
+
#: admin/class-fts-settings-page-options.php:4198
|
1761 |
+
#: admin/class-fts-settings-page-options.php:5003
|
1762 |
+
msgid "Load more Button Width"
|
1763 |
+
msgstr ""
|
1764 |
+
|
1765 |
+
#: admin/class-fts-settings-page-options.php:2142
|
1766 |
+
#: admin/class-fts-settings-page-options.php:3538
|
1767 |
+
#: admin/class-fts-settings-page-options.php:4198
|
1768 |
+
#: admin/class-fts-settings-page-options.php:5003
|
1769 |
+
msgid "Leave blank for auto width"
|
1770 |
+
msgstr ""
|
1771 |
+
|
1772 |
+
#: admin/class-fts-settings-page-options.php:2170
|
1773 |
+
#: admin/class-fts-settings-page-options.php:3559
|
1774 |
+
#: admin/class-fts-settings-page-options.php:4220
|
1775 |
+
#: admin/class-fts-settings-page-options.php:5023
|
1776 |
+
msgid "Load more Button Margin"
|
1777 |
+
msgstr ""
|
1778 |
+
|
1779 |
+
#: admin/class-fts-settings-page-options.php:2286
|
1780 |
+
msgid "Video Button Options"
|
1781 |
+
msgstr ""
|
1782 |
+
|
1783 |
+
#: admin/class-fts-settings-page-options.php:2288
|
1784 |
+
msgid "Video Play Button"
|
1785 |
+
msgstr ""
|
1786 |
+
|
1787 |
+
#: admin/class-fts-settings-page-options.php:2288
|
1788 |
+
msgid "Displays over Video Thumbnail"
|
1789 |
+
msgstr ""
|
1790 |
+
|
1791 |
+
#: admin/class-fts-settings-page-options.php:2320
|
1792 |
+
msgid "Size of the Play Button"
|
1793 |
+
msgstr ""
|
1794 |
+
|
1795 |
+
#: admin/class-fts-settings-page-options.php:2345
|
1796 |
+
msgid "Show Play Button in Front"
|
1797 |
+
msgstr ""
|
1798 |
+
|
1799 |
+
#: admin/class-fts-settings-page-options.php:2345
|
1800 |
+
msgid "Displays before hovering over thumbnail"
|
1801 |
+
msgstr ""
|
1802 |
+
|
1803 |
+
#: admin/class-fts-settings-page-options.php:2373
|
1804 |
+
msgid "Carousel/Slider"
|
1805 |
+
msgstr ""
|
1806 |
+
|
1807 |
+
#: admin/class-fts-settings-page-options.php:2375
|
1808 |
+
msgid "Create a Carousel or Slideshow with these options."
|
1809 |
+
msgstr ""
|
1810 |
+
|
1811 |
+
#: admin/class-fts-settings-page-options.php:2375
|
1812 |
+
msgid "View Demos"
|
1813 |
+
msgstr ""
|
1814 |
+
|
1815 |
+
#: admin/class-fts-settings-page-options.php:2375
|
1816 |
+
msgid "and copy easy to use shortcode examples."
|
1817 |
+
msgstr ""
|
1818 |
+
|
1819 |
+
#: admin/class-fts-settings-page-options.php:2377
|
1820 |
+
msgid "Carousel/Slideshow"
|
1821 |
+
msgstr ""
|
1822 |
+
|
1823 |
+
#: admin/class-fts-settings-page-options.php:2383
|
1824 |
+
msgid "Off"
|
1825 |
+
msgstr ""
|
1826 |
+
|
1827 |
+
#: admin/class-fts-settings-page-options.php:2387
|
1828 |
+
msgid "On"
|
1829 |
+
msgstr ""
|
1830 |
+
|
1831 |
+
#: admin/class-fts-settings-page-options.php:2410
|
1832 |
+
msgid "Type"
|
1833 |
+
msgstr ""
|
1834 |
+
|
1835 |
+
#: admin/class-fts-settings-page-options.php:2416
|
1836 |
+
msgid "Slideshow"
|
1837 |
+
msgstr ""
|
1838 |
+
|
1839 |
+
#: admin/class-fts-settings-page-options.php:2420
|
1840 |
+
msgid "Carousel"
|
1841 |
+
msgstr ""
|
1842 |
+
|
1843 |
+
#: admin/class-fts-settings-page-options.php:2441
|
1844 |
+
msgid "Carousel Slides Visible"
|
1845 |
+
msgstr ""
|
1846 |
+
|
1847 |
+
#: admin/class-fts-settings-page-options.php:2441
|
1848 |
+
msgid "Not for Slideshow. Example: 1-500"
|
1849 |
+
msgstr ""
|
1850 |
+
|
1851 |
+
#: admin/class-fts-settings-page-options.php:2445
|
1852 |
+
msgid "3 is the default number"
|
1853 |
+
msgstr ""
|
1854 |
+
|
1855 |
+
#: admin/class-fts-settings-page-options.php:2467
|
1856 |
+
msgid "Spacing in between Slides"
|
1857 |
+
msgstr ""
|
1858 |
+
|
1859 |
+
#: admin/class-fts-settings-page-options.php:2472
|
1860 |
+
msgid "2px"
|
1861 |
+
msgstr ""
|
1862 |
+
|
1863 |
+
#: admin/class-fts-settings-page-options.php:2490
|
1864 |
+
msgid "Carousel/Slideshow Margin"
|
1865 |
+
msgstr ""
|
1866 |
+
|
1867 |
+
#: admin/class-fts-settings-page-options.php:2490
|
1868 |
+
msgid "Center feed. Add space above/below."
|
1869 |
+
msgstr ""
|
1870 |
+
|
1871 |
+
#: admin/class-fts-settings-page-options.php:2495
|
1872 |
+
msgid "-6px auto 1px auto"
|
1873 |
+
msgstr ""
|
1874 |
+
|
1875 |
+
#: admin/class-fts-settings-page-options.php:2512
|
1876 |
+
msgid "Slider Speed"
|
1877 |
+
msgstr ""
|
1878 |
+
|
1879 |
+
#: admin/class-fts-settings-page-options.php:2512
|
1880 |
+
msgid "How fast the slider changes"
|
1881 |
+
msgstr ""
|
1882 |
+
|
1883 |
+
#: admin/class-fts-settings-page-options.php:2517
|
1884 |
+
#: admin/class-fts-settings-page-options.php:2539
|
1885 |
+
msgid "0-10000"
|
1886 |
+
msgstr ""
|
1887 |
+
|
1888 |
+
#: admin/class-fts-settings-page-options.php:2534
|
1889 |
+
msgid "Slider Timeout"
|
1890 |
+
msgstr ""
|
1891 |
+
|
1892 |
+
#: admin/class-fts-settings-page-options.php:2534
|
1893 |
+
msgid "Amount of Time before the next slide."
|
1894 |
+
msgstr ""
|
1895 |
+
|
1896 |
+
#: admin/class-fts-settings-page-options.php:2556
|
1897 |
+
msgid "Slider Controls"
|
1898 |
+
msgstr ""
|
1899 |
+
|
1900 |
+
#: admin/class-fts-settings-page-options.php:2562
|
1901 |
+
msgid "Dots above Feed"
|
1902 |
+
msgstr ""
|
1903 |
+
|
1904 |
+
#: admin/class-fts-settings-page-options.php:2566
|
1905 |
+
msgid "Dots and Arrows above Feed"
|
1906 |
+
msgstr ""
|
1907 |
+
|
1908 |
+
#: admin/class-fts-settings-page-options.php:2570
|
1909 |
+
msgid "Dots and Numbers above Feed"
|
1910 |
+
msgstr ""
|
1911 |
+
|
1912 |
+
#: admin/class-fts-settings-page-options.php:2574
|
1913 |
+
msgid "Dots, Arrows and Numbers above Feed"
|
1914 |
+
msgstr ""
|
1915 |
+
|
1916 |
+
#: admin/class-fts-settings-page-options.php:2578
|
1917 |
+
msgid "Arrows and Numbers above feed"
|
1918 |
+
msgstr ""
|
1919 |
+
|
1920 |
+
#: admin/class-fts-settings-page-options.php:2582
|
1921 |
+
msgid "Arrows above Feed"
|
1922 |
+
msgstr ""
|
1923 |
+
|
1924 |
+
#: admin/class-fts-settings-page-options.php:2586
|
1925 |
+
msgid "Numbers above Feed"
|
1926 |
+
msgstr ""
|
1927 |
+
|
1928 |
+
#: admin/class-fts-settings-page-options.php:2590
|
1929 |
+
msgid "Dots below Feed"
|
1930 |
+
msgstr ""
|
1931 |
+
|
1932 |
+
#: admin/class-fts-settings-page-options.php:2594
|
1933 |
+
msgid "Dots and Arrows below Feed"
|
1934 |
+
msgstr ""
|
1935 |
+
|
1936 |
+
#: admin/class-fts-settings-page-options.php:2598
|
1937 |
+
msgid "Dots and Numbers below Feed"
|
1938 |
+
msgstr ""
|
1939 |
+
|
1940 |
+
#: admin/class-fts-settings-page-options.php:2602
|
1941 |
+
msgid "Dots, Arrows and Numbers below Feed"
|
1942 |
+
msgstr ""
|
1943 |
+
|
1944 |
+
#: admin/class-fts-settings-page-options.php:2606
|
1945 |
+
msgid "Arrows below Feed"
|
1946 |
+
msgstr ""
|
1947 |
+
|
1948 |
+
#: admin/class-fts-settings-page-options.php:2610
|
1949 |
+
msgid "Numbers Below Feed"
|
1950 |
+
msgstr ""
|
1951 |
+
|
1952 |
+
#: admin/class-fts-settings-page-options.php:2628
|
1953 |
+
msgid "Slider Controls Text Color"
|
1954 |
+
msgstr ""
|
1955 |
+
|
1956 |
+
#: admin/class-fts-settings-page-options.php:2651
|
1957 |
+
msgid "Slider Controls Bar Color"
|
1958 |
+
msgstr ""
|
1959 |
+
|
1960 |
+
#: admin/class-fts-settings-page-options.php:2674
|
1961 |
+
msgid "Slider Controls Max Width"
|
1962 |
+
msgstr ""
|
1963 |
+
|
1964 |
+
#: admin/class-fts-settings-page-options.php:2812
|
1965 |
+
msgid "Facebook Page Feed Shortcode"
|
1966 |
+
msgstr ""
|
1967 |
+
|
1968 |
+
#: admin/class-fts-settings-page-options.php:2821
|
1969 |
+
msgid "Youtube Shortcode Generator"
|
1970 |
+
msgstr ""
|
1971 |
+
|
1972 |
+
#: admin/class-fts-settings-page-options.php:2830
|
1973 |
+
msgid "See Example Demos"
|
1974 |
+
msgstr ""
|
1975 |
+
|
1976 |
+
#: admin/class-fts-settings-page-options.php:2841
|
1977 |
+
msgid ""
|
1978 |
+
"<strong>STEP 1:</strong> Please add your API Token or Access Token to our <a "
|
1979 |
+
"href=\"admin.php?page=fts-youtube-feed-styles-submenu-page\">Youtube "
|
1980 |
+
"Options</a> page before getting started. "
|
1981 |
+
msgstr ""
|
1982 |
+
|
1983 |
+
#: admin/class-fts-settings-page-options.php:2875
|
1984 |
+
msgid "Single Video with title, date & description"
|
1985 |
+
msgstr ""
|
1986 |
+
|
1987 |
+
#: admin/class-fts-settings-page-options.php:2889
|
1988 |
+
msgid "Youtube Username (required)"
|
1989 |
+
msgstr ""
|
1990 |
+
|
1991 |
+
#: admin/class-fts-settings-page-options.php:2890
|
1992 |
+
msgid ""
|
1993 |
+
"You must copy your YouTube <strong>Username</strong> url and paste it below. "
|
1994 |
+
"Your url should look similar to our Example url.<br/><strong>Example:</"
|
1995 |
+
"strong>"
|
1996 |
+
msgstr ""
|
1997 |
+
|
1998 |
+
#: admin/class-fts-settings-page-options.php:2912
|
1999 |
+
#: admin/class-fts-settings-page-options.php:2936
|
2000 |
+
msgid "Youtube Playlist ID (required)"
|
2001 |
+
msgstr ""
|
2002 |
+
|
2003 |
+
#: admin/class-fts-settings-page-options.php:2913
|
2004 |
+
msgid ""
|
2005 |
+
"You must copy your YouTube <strong>Playlist</strong> and <strong>Channel</"
|
2006 |
+
"strong> url link and paste them below. Your urls should look similar to our "
|
2007 |
+
"Example urls below. <br/><br/><strong>Playlist ID:</strong>"
|
2008 |
+
msgstr ""
|
2009 |
+
|
2010 |
+
#: admin/class-fts-settings-page-options.php:2913
|
2011 |
+
msgid "Channel ID:"
|
2012 |
+
msgstr ""
|
2013 |
+
|
2014 |
+
#: admin/class-fts-settings-page-options.php:2937
|
2015 |
+
msgid ""
|
2016 |
+
"You must copy your YouTube <strong>Playlist</strong> and <strong>Username</"
|
2017 |
+
"strong> url and paste them below. Your urls should look similar to our "
|
2018 |
+
"Example urls below.<br/><br/><strong>Playlist ID:</strong>"
|
2019 |
+
msgstr ""
|
2020 |
+
|
2021 |
+
#: admin/class-fts-settings-page-options.php:2937
|
2022 |
+
msgid "Username:"
|
2023 |
+
msgstr ""
|
2024 |
+
|
2025 |
+
#: admin/class-fts-settings-page-options.php:2960
|
2026 |
+
msgid ""
|
2027 |
+
"Youtube Username<br/><small>Required if showing <a href=\"admin.php?page=fts-"
|
2028 |
+
"youtube-feed-styles-submenu-page\">Subscribe button</a></small>"
|
2029 |
+
msgstr ""
|
2030 |
+
|
2031 |
+
#: admin/class-fts-settings-page-options.php:2981
|
2032 |
+
msgid "Youtube Channel ID (required)"
|
2033 |
+
msgstr ""
|
2034 |
+
|
2035 |
+
#: admin/class-fts-settings-page-options.php:2982
|
2036 |
+
msgid ""
|
2037 |
+
"You must copy your YouTube <strong>Channel</strong> url and paste it below. "
|
2038 |
+
"Your url should look similar to our Example url.<br/><strong>Example:</"
|
2039 |
+
"strong>"
|
2040 |
+
msgstr ""
|
2041 |
+
|
2042 |
+
#: admin/class-fts-settings-page-options.php:3004
|
2043 |
+
msgid ""
|
2044 |
+
"Youtube Channel ID<br/><small>Required if showing <a href=\"admin.php?"
|
2045 |
+
"page=fts-youtube-feed-styles-submenu-page\">Subscribe button</a></small>"
|
2046 |
+
msgstr ""
|
2047 |
+
|
2048 |
+
#: admin/class-fts-settings-page-options.php:3025
|
2049 |
+
msgid "Single Youtube Video ID (required)"
|
2050 |
+
msgstr ""
|
2051 |
+
|
2052 |
+
#: admin/class-fts-settings-page-options.php:3026
|
2053 |
+
msgid ""
|
2054 |
+
"You must copy your <strong>YouTube Video</strong> url link and paste it "
|
2055 |
+
"below. Your url should look similar to our Example url below. <br/"
|
2056 |
+
"><strong>Video URL:</strong>"
|
2057 |
+
msgstr ""
|
2058 |
+
|
2059 |
+
#: admin/class-fts-settings-page-options.php:3048
|
2060 |
+
#: includes/feed-them-functions.php:2646
|
2061 |
+
msgid "# of videos"
|
2062 |
+
msgstr ""
|
2063 |
+
|
2064 |
+
#: admin/class-fts-settings-page-options.php:3052
|
2065 |
+
msgid "4 is the default value"
|
2066 |
+
msgstr ""
|
2067 |
+
|
2068 |
+
#: admin/class-fts-settings-page-options.php:3069
|
2069 |
+
msgid "First Video Display"
|
2070 |
+
msgstr ""
|
2071 |
+
|
2072 |
+
#: admin/class-fts-settings-page-options.php:3072
|
2073 |
+
#: includes/feed-them-functions.php:2648
|
2074 |
+
msgid "Display First video full size"
|
2075 |
+
msgstr ""
|
2076 |
+
|
2077 |
+
#: admin/class-fts-settings-page-options.php:3096
|
2078 |
+
msgid "Show the Large Video Title"
|
2079 |
+
msgstr ""
|
2080 |
+
|
2081 |
+
#: admin/class-fts-settings-page-options.php:3119
|
2082 |
+
msgid "Show the Large Video Description"
|
2083 |
+
msgstr ""
|
2084 |
+
|
2085 |
+
#: admin/class-fts-settings-page-options.php:3140
|
2086 |
+
msgid "Video Thumbnails"
|
2087 |
+
msgstr ""
|
2088 |
+
|
2089 |
+
#: admin/class-fts-settings-page-options.php:3143
|
2090 |
+
msgid "Click thumb to play Video"
|
2091 |
+
msgstr ""
|
2092 |
+
|
2093 |
+
#: admin/class-fts-settings-page-options.php:3149
|
2094 |
+
msgid "Play on Page"
|
2095 |
+
msgstr ""
|
2096 |
+
|
2097 |
+
#: admin/class-fts-settings-page-options.php:3153
|
2098 |
+
msgid "Open in YouTube"
|
2099 |
+
msgstr ""
|
2100 |
+
|
2101 |
+
#: admin/class-fts-settings-page-options.php:3157
|
2102 |
+
msgid "Open in Popup (Premium Version Required)"
|
2103 |
+
msgstr ""
|
2104 |
+
|
2105 |
+
#: admin/class-fts-settings-page-options.php:3170
|
2106 |
+
#: includes/feed-them-functions.php:2647
|
2107 |
+
msgid "# of videos in each row"
|
2108 |
+
msgstr ""
|
2109 |
+
|
2110 |
+
#: admin/class-fts-settings-page-options.php:3177
|
2111 |
+
#: admin/class-fts-settings-page-options.php:4781
|
2112 |
+
msgid "1"
|
2113 |
+
msgstr ""
|
2114 |
+
|
2115 |
+
#: admin/class-fts-settings-page-options.php:3181
|
2116 |
+
#: admin/class-fts-settings-page-options.php:4785
|
2117 |
+
msgid "2"
|
2118 |
+
msgstr ""
|
2119 |
+
|
2120 |
+
#: admin/class-fts-settings-page-options.php:3185
|
2121 |
+
#: admin/class-fts-settings-page-options.php:4789
|
2122 |
+
msgid "3"
|
2123 |
+
msgstr ""
|
2124 |
+
|
2125 |
+
#: admin/class-fts-settings-page-options.php:3189
|
2126 |
+
#: admin/class-fts-settings-page-options.php:4793
|
2127 |
+
msgid "4"
|
2128 |
+
msgstr ""
|
2129 |
+
|
2130 |
+
#: admin/class-fts-settings-page-options.php:3193
|
2131 |
+
#: admin/class-fts-settings-page-options.php:4797
|
2132 |
+
msgid "5"
|
2133 |
+
msgstr ""
|
2134 |
+
|
2135 |
+
#: admin/class-fts-settings-page-options.php:3197
|
2136 |
+
#: admin/class-fts-settings-page-options.php:4801
|
2137 |
+
msgid "6"
|
2138 |
+
msgstr ""
|
2139 |
+
|
2140 |
+
#: admin/class-fts-settings-page-options.php:3210
|
2141 |
+
msgid "Hide the first thumbnail"
|
2142 |
+
msgstr ""
|
2143 |
+
|
2144 |
+
#: admin/class-fts-settings-page-options.php:3210
|
2145 |
+
msgid "Useful if playing videos on the page."
|
2146 |
+
msgstr ""
|
2147 |
+
|
2148 |
+
#: admin/class-fts-settings-page-options.php:3234
|
2149 |
+
msgid "Space between video thumbnails"
|
2150 |
+
msgstr ""
|
2151 |
+
|
2152 |
+
#: admin/class-fts-settings-page-options.php:3252
|
2153 |
+
msgid "Force thumbnails rows"
|
2154 |
+
msgstr ""
|
2155 |
+
|
2156 |
+
#: admin/class-fts-settings-page-options.php:3252
|
2157 |
+
msgid ""
|
2158 |
+
"No, will allow the video images to be responsive for smaller devices. Yes, "
|
2159 |
+
"will force the selected rows."
|
2160 |
+
msgstr ""
|
2161 |
+
|
2162 |
+
#: admin/class-fts-settings-page-options.php:3276
|
2163 |
+
msgid "High quality thumbnail images"
|
2164 |
+
msgstr ""
|
2165 |
+
|
2166 |
+
#: admin/class-fts-settings-page-options.php:3300
|
2167 |
+
msgid "Container Background color "
|
2168 |
+
msgstr ""
|
2169 |
+
|
2170 |
+
#: admin/class-fts-settings-page-options.php:3319
|
2171 |
+
msgid "Align Thumbs"
|
2172 |
+
msgstr ""
|
2173 |
+
|
2174 |
+
#: admin/class-fts-settings-page-options.php:3319
|
2175 |
+
msgid "Bottom (default), Right, or left of Videoo"
|
2176 |
+
msgstr ""
|
2177 |
+
|
2178 |
+
#: admin/class-fts-settings-page-options.php:3325
|
2179 |
+
#: admin/class-fts-settings-page-options.php:3356
|
2180 |
+
msgid "Below Video"
|
2181 |
+
msgstr ""
|
2182 |
+
|
2183 |
+
#: admin/class-fts-settings-page-options.php:3350
|
2184 |
+
msgid "Align Title, Description etc."
|
2185 |
+
msgstr ""
|
2186 |
+
|
2187 |
+
#: admin/class-fts-settings-page-options.php:3350
|
2188 |
+
msgid "Bottom (default), Right, or left of Video"
|
2189 |
+
msgstr ""
|
2190 |
+
|
2191 |
+
#: admin/class-fts-settings-page-options.php:3381
|
2192 |
+
msgid "Video/Thumbs width options"
|
2193 |
+
msgstr ""
|
2194 |
+
|
2195 |
+
#: admin/class-fts-settings-page-options.php:3381
|
2196 |
+
#: admin/class-fts-settings-page-options.php:3416
|
2197 |
+
msgid "Sizes: 80/20, 60/40 or 50/50"
|
2198 |
+
msgstr ""
|
2199 |
+
|
2200 |
+
#: admin/class-fts-settings-page-options.php:3387
|
2201 |
+
#: admin/class-fts-settings-page-options.php:3422
|
2202 |
+
msgid "None"
|
2203 |
+
msgstr ""
|
2204 |
+
|
2205 |
+
#: admin/class-fts-settings-page-options.php:3391
|
2206 |
+
msgid "Option 1 (Video 80%, Thumbs Container 20%)"
|
2207 |
+
msgstr ""
|
2208 |
+
|
2209 |
+
#: admin/class-fts-settings-page-options.php:3395
|
2210 |
+
msgid "Option 1 (Video 60%, Thumbs Container 40%)"
|
2211 |
+
msgstr ""
|
2212 |
+
|
2213 |
+
#: admin/class-fts-settings-page-options.php:3399
|
2214 |
+
msgid "Option 1 (Video 50%, Thumbs Container 50%)"
|
2215 |
+
msgstr ""
|
2216 |
+
|
2217 |
+
#: admin/class-fts-settings-page-options.php:3416
|
2218 |
+
msgid "Video/Info width options"
|
2219 |
+
msgstr ""
|
2220 |
+
|
2221 |
+
#: admin/class-fts-settings-page-options.php:3426
|
2222 |
+
msgid "Option 1 (Video 80%, Info Container 20%)"
|
2223 |
+
msgstr ""
|
2224 |
+
|
2225 |
+
#: admin/class-fts-settings-page-options.php:3430
|
2226 |
+
msgid "Option 1 (Video 60%, Info Container 40%)"
|
2227 |
+
msgstr ""
|
2228 |
+
|
2229 |
+
#: admin/class-fts-settings-page-options.php:3434
|
2230 |
+
msgid "Option 1 (Video 50%, Info Container 50%)"
|
2231 |
+
msgstr ""
|
2232 |
+
|
2233 |
+
#: admin/class-fts-settings-page-options.php:3513
|
2234 |
+
#: admin/class-fts-settings-page-options.php:4173
|
2235 |
+
#: admin/class-fts-settings-page-options.php:4976
|
2236 |
+
msgid "Load more Amount"
|
2237 |
+
msgstr ""
|
2238 |
+
|
2239 |
+
#: admin/class-fts-settings-page-options.php:3513
|
2240 |
+
msgid "How many more videos will load at a time."
|
2241 |
+
msgstr ""
|
2242 |
+
|
2243 |
+
#: admin/class-fts-settings-page-options.php:3517
|
2244 |
+
#: admin/class-fts-settings-page-options.php:4177
|
2245 |
+
#: admin/class-fts-settings-page-options.php:4980
|
2246 |
+
msgid "5 is the default number"
|
2247 |
+
msgstr ""
|
2248 |
+
|
2249 |
+
#: admin/class-fts-settings-page-options.php:3579
|
2250 |
+
msgid "Comments"
|
2251 |
+
msgstr ""
|
2252 |
+
|
2253 |
+
#: admin/class-fts-settings-page-options.php:3581
|
2254 |
+
msgid "# of Comments"
|
2255 |
+
msgstr ""
|
2256 |
+
|
2257 |
+
#: admin/class-fts-settings-page-options.php:3581
|
2258 |
+
msgid "Maximum amount is 50"
|
2259 |
+
msgstr ""
|
2260 |
+
|
2261 |
+
#: admin/class-fts-settings-page-options.php:3643
|
2262 |
+
msgid "YouTube Feed Shortcode"
|
2263 |
+
msgstr ""
|
2264 |
+
|
2265 |
+
#: admin/class-fts-settings-page-options.php:3652
|
2266 |
+
msgid "Pinterest Shortcode Generator"
|
2267 |
+
msgstr ""
|
2268 |
+
|
2269 |
+
#: admin/class-fts-settings-page-options.php:3672
|
2270 |
+
msgid ""
|
2271 |
+
"<strong>STEP 1:</strong> Please add a Pinterest API Token to our <a href="
|
2272 |
+
"\"admin.php?page=fts-pinterest-feed-styles-submenu-page\">Pinterest Options</"
|
2273 |
+
"a> page before getting started. "
|
2274 |
+
msgstr ""
|
2275 |
+
|
2276 |
+
#: admin/class-fts-settings-page-options.php:3682
|
2277 |
+
msgid "Board List"
|
2278 |
+
msgstr ""
|
2279 |
+
|
2280 |
+
#: admin/class-fts-settings-page-options.php:3723
|
2281 |
+
msgid "Pinterest Board Name (required)"
|
2282 |
+
msgstr ""
|
2283 |
+
|
2284 |
+
#: admin/class-fts-settings-page-options.php:3728
|
2285 |
+
msgid "Pinterest and Board Name"
|
2286 |
+
msgstr ""
|
2287 |
+
|
2288 |
+
#: admin/class-fts-settings-page-options.php:3728
|
2289 |
+
msgid "and paste them below."
|
2290 |
+
msgstr ""
|
2291 |
+
|
2292 |
+
#: admin/class-fts-settings-page-options.php:3749
|
2293 |
+
msgid "Pinterest Username (required)"
|
2294 |
+
msgstr ""
|
2295 |
+
|
2296 |
+
#: admin/class-fts-settings-page-options.php:3769
|
2297 |
+
msgid "# of Boards"
|
2298 |
+
msgstr ""
|
2299 |
+
|
2300 |
+
#: admin/class-fts-settings-page-options.php:3776
|
2301 |
+
#: admin/class-fts-settings-page-options.php:3800
|
2302 |
+
#: admin/class-fts-settings-page-options.php:3959
|
2303 |
+
#: admin/class-fts-settings-page-options.php:4562
|
2304 |
+
msgid "6 is the default value"
|
2305 |
+
msgstr ""
|
2306 |
+
|
2307 |
+
#: admin/class-fts-settings-page-options.php:3793
|
2308 |
+
msgid "# of Pins"
|
2309 |
+
msgstr ""
|
2310 |
+
|
2311 |
+
#: admin/class-fts-settings-page-options.php:3840
|
2312 |
+
msgid "Pinterest Feed Shortcode"
|
2313 |
+
msgstr ""
|
2314 |
+
|
2315 |
+
#: admin/class-fts-settings-page-options.php:3849
|
2316 |
+
msgid "Twitter Shortcode Generator"
|
2317 |
+
msgstr ""
|
2318 |
+
|
2319 |
+
#: admin/class-fts-settings-page-options.php:3860
|
2320 |
+
msgid ""
|
2321 |
+
"<strong>STEP 1:</strong> Please add Twitter API Tokens to our <a href="
|
2322 |
+
"\"admin.php?page=fts-twitter-feed-styles-submenu-page\">Twitter Options</a> "
|
2323 |
+
"page before getting started. "
|
2324 |
+
msgstr ""
|
2325 |
+
|
2326 |
+
#: admin/class-fts-settings-page-options.php:3902
|
2327 |
+
msgid ""
|
2328 |
+
"You can use #hashtag, @person, or single words. For example, weather or "
|
2329 |
+
"weather-channel.<br/><br/>If you want to filter a specific users hashtag "
|
2330 |
+
"copy this example into the first input below and replace the user_name and "
|
2331 |
+
"YourHashtag name. DO NOT remove the from: or %# characters. NOTE: Only "
|
2332 |
+
"displays last 7 days worth of Tweets. <strong style=\"color:#225DE2;\">from:"
|
2333 |
+
"user_name%#YourHashtag</strong>"
|
2334 |
+
msgstr ""
|
2335 |
+
|
2336 |
+
#: admin/class-fts-settings-page-options.php:3933
|
2337 |
+
msgid "Twitter Name is only required if you want to show a"
|
2338 |
+
msgstr ""
|
2339 |
+
|
2340 |
+
#: admin/class-fts-settings-page-options.php:3933
|
2341 |
+
msgid "Follow Button"
|
2342 |
+
msgstr ""
|
2343 |
+
|
2344 |
+
#: admin/class-fts-settings-page-options.php:3952
|
2345 |
+
msgid "# of Tweets (optional)"
|
2346 |
+
msgstr ""
|
2347 |
+
|
2348 |
+
#: admin/class-fts-settings-page-options.php:3975
|
2349 |
+
msgid "Twitter Fixed Height"
|
2350 |
+
msgstr ""
|
2351 |
+
|
2352 |
+
#: admin/class-fts-settings-page-options.php:3992
|
2353 |
+
msgid "Show Cover Photo"
|
2354 |
+
msgstr ""
|
2355 |
+
|
2356 |
+
#: admin/class-fts-settings-page-options.php:4014
|
2357 |
+
msgid "Stats Bar"
|
2358 |
+
msgstr ""
|
2359 |
+
|
2360 |
+
#: admin/class-fts-settings-page-options.php:4036
|
2361 |
+
msgid "Show Retweets"
|
2362 |
+
msgstr ""
|
2363 |
+
|
2364 |
+
#: admin/class-fts-settings-page-options.php:4058
|
2365 |
+
msgid "Show Replies"
|
2366 |
+
msgstr ""
|
2367 |
+
|
2368 |
+
#: admin/class-fts-settings-page-options.php:4081
|
2369 |
+
#: admin/class-fts-settings-page-options.php:5045
|
2370 |
+
#: includes/feed-them-functions.php:2597
|
2371 |
+
msgid "Display Photos & Videos in Popup"
|
2372 |
+
msgstr ""
|
2373 |
+
|
2374 |
+
#: admin/class-fts-settings-page-options.php:4173
|
2375 |
+
#: admin/class-fts-settings-page-options.php:4976
|
2376 |
+
msgid "How many more posts will load at a time."
|
2377 |
+
msgstr ""
|
2378 |
+
|
2379 |
+
#: admin/class-fts-settings-page-options.php:4363
|
2380 |
+
msgid "Twitter Feed Shortcode"
|
2381 |
+
msgstr ""
|
2382 |
+
|
2383 |
+
#: admin/class-fts-settings-page-options.php:4372
|
2384 |
+
msgid "Instagram Shortcode Generator"
|
2385 |
+
msgstr ""
|
2386 |
+
|
2387 |
+
#: admin/class-fts-settings-page-options.php:4383
|
2388 |
+
msgid ""
|
2389 |
+
"<strong>STEP 1:</strong> Please get your Access Token on the <a href=\"admin."
|
2390 |
+
"php?page=fts-instagram-feed-styles-submenu-page\">Instagram Options</a> page "
|
2391 |
+
"before getting started. "
|
2392 |
+
msgstr ""
|
2393 |
+
|
2394 |
+
#: admin/class-fts-settings-page-options.php:4449
|
2395 |
+
msgid "Location ID (required)"
|
2396 |
+
msgstr ""
|
2397 |
+
|
2398 |
+
#: admin/class-fts-settings-page-options.php:4463
|
2399 |
+
msgid ""
|
2400 |
+
"<strong>NOTE:</strong> The post count may not count proper in some location "
|
2401 |
+
"instances because private instagram photos are in the mix. We cannot pull "
|
2402 |
+
"private accounts photos in any location feed. Add your Location ID below."
|
2403 |
+
msgstr ""
|
2404 |
+
|
2405 |
+
#: admin/class-fts-settings-page-options.php:4493
|
2406 |
+
msgid ""
|
2407 |
+
"Add your hashtag below. <strong>DO NOT</strong> add the #, just the name. "
|
2408 |
+
"Only one hashtag allowed at this time. Hashtag media only stays on Instagram "
|
2409 |
+
"for 24 hours and the API does not give us a date/time. In order to use the "
|
2410 |
+
"Instagram hashtag feed you must have your Instagram account linked to a "
|
2411 |
+
"Facebook Business Page. <a target=\"_blank\" href=\"https://www.slickremix."
|
2412 |
+
"com/docs/link-instagram-account-to-facebook/\">Read Instructions.</a>"
|
2413 |
+
msgstr ""
|
2414 |
+
|
2415 |
+
#: admin/class-fts-settings-page-options.php:4555
|
2416 |
+
msgid "# of Pics (optional)"
|
2417 |
+
msgstr ""
|
2418 |
+
|
2419 |
+
#: admin/class-fts-settings-page-options.php:4589
|
2420 |
+
msgid "Gallery Width"
|
2421 |
+
msgstr ""
|
2422 |
+
|
2423 |
+
#: admin/class-fts-settings-page-options.php:4611
|
2424 |
+
msgid "Gallery Fixed Height"
|
2425 |
+
msgstr ""
|
2426 |
+
|
2427 |
+
#: admin/class-fts-settings-page-options.php:4611
|
2428 |
+
msgid "Use this option to create a scrolling feed."
|
2429 |
+
msgstr ""
|
2430 |
+
|
2431 |
+
#: admin/class-fts-settings-page-options.php:4633
|
2432 |
+
msgid "Profile"
|
2433 |
+
msgstr ""
|
2434 |
+
|
2435 |
+
#: admin/class-fts-settings-page-options.php:4635
|
2436 |
+
msgid "Show Profile Info"
|
2437 |
+
msgstr ""
|
2438 |
+
|
2439 |
+
#: admin/class-fts-settings-page-options.php:4658
|
2440 |
+
msgid "Show Profile Photo"
|
2441 |
+
msgstr ""
|
2442 |
+
|
2443 |
+
#: admin/class-fts-settings-page-options.php:4682
|
2444 |
+
msgid "Show Profile Stats"
|
2445 |
+
msgstr ""
|
2446 |
+
|
2447 |
+
#: admin/class-fts-settings-page-options.php:4703
|
2448 |
+
msgid "Show Profile Name"
|
2449 |
+
msgstr ""
|
2450 |
+
|
2451 |
+
#: admin/class-fts-settings-page-options.php:4724
|
2452 |
+
msgid "Show Profile Description"
|
2453 |
+
msgstr ""
|
2454 |
+
|
2455 |
+
#: admin/class-fts-settings-page-options.php:4749
|
2456 |
+
msgid "Gallery Options"
|
2457 |
+
msgstr ""
|
2458 |
+
|
2459 |
+
#: admin/class-fts-settings-page-options.php:4751
|
2460 |
+
msgid "Gallery Style"
|
2461 |
+
msgstr ""
|
2462 |
+
|
2463 |
+
#: admin/class-fts-settings-page-options.php:4757
|
2464 |
+
msgid "Responsive Gallery"
|
2465 |
+
msgstr ""
|
2466 |
+
|
2467 |
+
#: admin/class-fts-settings-page-options.php:4773
|
2468 |
+
msgid "Number of Columns"
|
2469 |
+
msgstr ""
|
2470 |
+
|
2471 |
+
#: admin/class-fts-settings-page-options.php:4775
|
2472 |
+
msgid ""
|
2473 |
+
"Using the Columns option will make this gallery fully responsive and it will "
|
2474 |
+
"adapt in size to your containers width. Choose the Number of Columns and "
|
2475 |
+
"Space between each image below. Please add px after any number."
|
2476 |
+
msgstr ""
|
2477 |
+
|
2478 |
+
#: admin/class-fts-settings-page-options.php:4775
|
2479 |
+
msgid "View demo"
|
2480 |
+
msgstr ""
|
2481 |
+
|
2482 |
+
#: admin/class-fts-settings-page-options.php:4805
|
2483 |
+
msgid "7"
|
2484 |
+
msgstr ""
|
2485 |
+
|
2486 |
+
#: admin/class-fts-settings-page-options.php:4809
|
2487 |
+
msgid "8"
|
2488 |
+
msgstr ""
|
2489 |
+
|
2490 |
+
#: admin/class-fts-settings-page-options.php:4826
|
2491 |
+
msgid "Force Columns"
|
2492 |
+
msgstr ""
|
2493 |
+
|
2494 |
+
#: admin/class-fts-settings-page-options.php:4826
|
2495 |
+
msgid ""
|
2496 |
+
"No, will allow the images to be responsive for smaller devices. Yes, will "
|
2497 |
+
"force columns."
|
2498 |
+
msgstr ""
|
2499 |
+
|
2500 |
+
#: admin/class-fts-settings-page-options.php:4868
|
2501 |
+
msgid "Size of the Instagram Icon"
|
2502 |
+
msgstr ""
|
2503 |
+
|
2504 |
+
#: admin/class-fts-settings-page-options.php:4869
|
2505 |
+
msgid "Visible when you hover over photo"
|
2506 |
+
msgstr ""
|
2507 |
+
|
2508 |
+
#: admin/class-fts-settings-page-options.php:4886
|
2509 |
+
msgid "Date, Heart & Comment icon"
|
2510 |
+
msgstr ""
|
2511 |
+
|
2512 |
+
#: admin/class-fts-settings-page-options.php:4886
|
2513 |
+
msgid "Heart and Comment counts only work when using Feed Type: Business Feed."
|
2514 |
+
msgstr ""
|
2515 |
+
|
2516 |
+
#: admin/class-fts-settings-page-options.php:4893
|
2517 |
+
msgid "Show"
|
2518 |
+
msgstr ""
|
2519 |
+
|
2520 |
+
#: admin/class-fts-settings-page-options.php:4897
|
2521 |
+
msgid "Hide"
|
2522 |
+
msgstr ""
|
2523 |
+
|
2524 |
+
#: admin/class-fts-settings-page-options.php:4914
|
2525 |
+
msgid "Load more posts"
|
2526 |
+
msgstr ""
|
2527 |
+
|
2528 |
+
#: admin/class-fts-settings-page-options.php:4944
|
2529 |
+
msgid "Load more style"
|
2530 |
+
msgstr ""
|
2531 |
+
|
2532 |
+
#: admin/class-fts-settings-page-options.php:5106
|
2533 |
+
msgid "Instagram Feed Shortcode"
|
2534 |
+
msgstr ""
|
2535 |
+
|
2536 |
+
#: admin/class-fts-settings-page.php:44
|
2537 |
+
msgid ""
|
2538 |
+
"Warning: cURL is not installed on this server. It is required to use this "
|
2539 |
+
"plugin. Please contact your host provider to install this."
|
2540 |
+
msgstr ""
|
2541 |
+
|
2542 |
+
#: admin/class-fts-settings-page.php:55 includes/feed-them-functions.php:2940
|
2543 |
+
msgid "Feed Them Social"
|
2544 |
+
msgstr ""
|
2545 |
+
|
2546 |
+
#: admin/class-fts-settings-page.php:65
|
2547 |
+
msgid "View Extensions & Demos"
|
2548 |
+
msgstr ""
|
2549 |
+
|
2550 |
+
#: admin/class-fts-settings-page.php:72
|
2551 |
+
msgid "Create Shortcode"
|
2552 |
+
msgstr ""
|
2553 |
+
|
2554 |
+
#: admin/class-fts-settings-page.php:76 includes/feed-them-functions.php:2989
|
2555 |
+
msgid "Global Options"
|
2556 |
+
msgstr ""
|
2557 |
+
|
2558 |
+
#: admin/class-fts-settings-page.php:82
|
2559 |
+
msgid "Create Shortcode for Social Network"
|
2560 |
+
msgstr ""
|
2561 |
+
|
2562 |
+
#: admin/class-fts-settings-page.php:83
|
2563 |
+
msgid ""
|
2564 |
+
"Please select what type of feed you would like using the select option "
|
2565 |
+
"below. After setting your options click the green Generate Shortcode button, "
|
2566 |
+
"then copy and paste the shortcode to a page, post or widget."
|
2567 |
+
msgstr ""
|
2568 |
+
|
2569 |
+
#: admin/class-fts-settings-page.php:87
|
2570 |
+
msgid "Select a Social Network"
|
2571 |
+
msgstr ""
|
2572 |
+
|
2573 |
+
#: admin/class-fts-settings-page.php:88
|
2574 |
+
msgid "Facebook Feed"
|
2575 |
+
msgstr ""
|
2576 |
+
|
2577 |
+
#: admin/class-fts-settings-page.php:89
|
2578 |
+
msgid "Combine Streams Feed"
|
2579 |
+
msgstr ""
|
2580 |
+
|
2581 |
+
#: admin/class-fts-settings-page.php:90
|
2582 |
+
msgid "Twitter Feed"
|
2583 |
+
msgstr ""
|
2584 |
+
|
2585 |
+
#: admin/class-fts-settings-page.php:91
|
2586 |
+
msgid "Instagram Feed"
|
2587 |
+
msgstr ""
|
2588 |
+
|
2589 |
+
#: admin/class-fts-settings-page.php:92
|
2590 |
+
msgid "YouTube Feed"
|
2591 |
+
msgstr ""
|
2592 |
+
|
2593 |
+
#: admin/class-fts-settings-page.php:93
|
2594 |
+
msgid "Pinterest Feed"
|
2595 |
+
msgstr ""
|
2596 |
+
|
2597 |
+
#: admin/class-fts-settings-page.php:99
|
2598 |
+
msgid ""
|
2599 |
+
"<br/><strong>STEP 2:</strong> Generate your custom shortcode using the "
|
2600 |
+
"options below, then click generate shortcode and paste that to a Page, Post "
|
2601 |
+
"or widget."
|
2602 |
+
msgstr ""
|
2603 |
+
|
2604 |
+
#: admin/class-fts-settings-page.php:108 admin/class-fts-settings-page.php:135
|
2605 |
+
#, php-format
|
2606 |
+
msgid ""
|
2607 |
+
"%1$sSTEP 1:%2$s Please get your API Token on our %3$sFacebook Options%4$s "
|
2608 |
+
"page before getting started.%5$s"
|
2609 |
+
msgstr ""
|
2610 |
+
|
2611 |
+
#: admin/class-fts-settings-page.php:119
|
2612 |
+
#, php-format
|
2613 |
+
msgid ""
|
2614 |
+
"%1$sSTEP 1:%2$s Please add a Facebook Page Reviews API Token to our "
|
2615 |
+
"%3$sFacebook Options%4$s page before getting started.%5$s"
|
2616 |
+
msgstr ""
|
2617 |
+
|
2618 |
+
#: admin/class-fts-settings-page.php:187
|
2619 |
+
msgid "Clear All Cache Options"
|
2620 |
+
msgstr ""
|
2621 |
+
|
2622 |
+
#: admin/class-fts-settings-page.php:188
|
2623 |
+
msgid ""
|
2624 |
+
"Please Clear Cache if you have changed a Feed Them Social Shortcode. This "
|
2625 |
+
"will Allow you to see the changes right away."
|
2626 |
+
msgstr ""
|
2627 |
+
|
2628 |
+
#: admin/class-fts-settings-page.php:199
|
2629 |
+
msgid "Clear All FTS Feeds Cache"
|
2630 |
+
msgstr ""
|
2631 |
+
|
2632 |
+
#: admin/class-fts-settings-page.php:205
|
2633 |
+
msgid "Cache Time"
|
2634 |
+
msgstr ""
|
2635 |
+
|
2636 |
+
#: admin/class-fts-settings-page.php:207
|
2637 |
+
msgid "Please choose an option"
|
2638 |
+
msgstr ""
|
2639 |
+
|
2640 |
+
#: admin/class-fts-settings-page.php:208
|
2641 |
+
msgid "1 Day ago (Suggested Default)"
|
2642 |
+
msgstr ""
|
2643 |
+
|
2644 |
+
#: admin/class-fts-settings-page.php:209 includes/feed-them-functions.php:3012
|
2645 |
+
msgid "2 Days"
|
2646 |
+
msgstr ""
|
2647 |
+
|
2648 |
+
#: admin/class-fts-settings-page.php:210 includes/feed-them-functions.php:3015
|
2649 |
+
msgid "3 Days"
|
2650 |
+
msgstr ""
|
2651 |
+
|
2652 |
+
#: admin/class-fts-settings-page.php:211 includes/feed-them-functions.php:3018
|
2653 |
+
msgid "1 Week"
|
2654 |
+
msgstr ""
|
2655 |
+
|
2656 |
+
#: admin/class-fts-settings-page.php:212 includes/feed-them-functions.php:3021
|
2657 |
+
msgid "2 Weeks"
|
2658 |
+
msgstr ""
|
2659 |
+
|
2660 |
+
#: admin/class-fts-settings-page.php:213
|
2661 |
+
msgid "(Developers Only) Clear cache on every page load"
|
2662 |
+
msgstr ""
|
2663 |
+
|
2664 |
+
#: admin/class-fts-settings-page.php:216
|
2665 |
+
msgid "Admin Bar"
|
2666 |
+
msgstr ""
|
2667 |
+
|
2668 |
+
#: admin/class-fts-settings-page.php:219
|
2669 |
+
msgid "Show Admin Bar Menu"
|
2670 |
+
msgstr ""
|
2671 |
+
|
2672 |
+
#: admin/class-fts-settings-page.php:222
|
2673 |
+
msgid "Hide Admin Bar Menu"
|
2674 |
+
msgstr ""
|
2675 |
+
|
2676 |
+
#: admin/class-fts-settings-page.php:240
|
2677 |
+
msgid "FaceBook & Twitter Date Format"
|
2678 |
+
msgstr ""
|
2679 |
+
|
2680 |
+
#: admin/class-fts-settings-page.php:281
|
2681 |
+
msgid "One Day Ago"
|
2682 |
+
msgstr ""
|
2683 |
+
|
2684 |
+
#: admin/class-fts-settings-page.php:284
|
2685 |
+
msgid "Use Custom Date and Time Option Below"
|
2686 |
+
msgstr ""
|
2687 |
+
|
2688 |
+
#: admin/class-fts-settings-page.php:309
|
2689 |
+
msgid "Translate words for 1 day ago option."
|
2690 |
+
msgstr ""
|
2691 |
+
|
2692 |
+
#: admin/class-fts-settings-page.php:310 includes/feed-them-functions.php:3059
|
2693 |
+
msgid "second"
|
2694 |
+
msgstr ""
|
2695 |
+
|
2696 |
+
#: admin/class-fts-settings-page.php:313 includes/feed-them-functions.php:3063
|
2697 |
+
msgid "seconds"
|
2698 |
+
msgstr ""
|
2699 |
+
|
2700 |
+
#: admin/class-fts-settings-page.php:316 includes/feed-them-functions.php:3067
|
2701 |
+
msgid "minute"
|
2702 |
+
msgstr ""
|
2703 |
+
|
2704 |
+
#: admin/class-fts-settings-page.php:319 includes/feed-them-functions.php:3071
|
2705 |
+
msgid "minutes"
|
2706 |
+
msgstr ""
|
2707 |
+
|
2708 |
+
#: admin/class-fts-settings-page.php:322 includes/feed-them-functions.php:3075
|
2709 |
+
msgid "hour"
|
2710 |
+
msgstr ""
|
2711 |
+
|
2712 |
+
#: admin/class-fts-settings-page.php:325 includes/feed-them-functions.php:3079
|
2713 |
+
msgid "hours"
|
2714 |
+
msgstr ""
|
2715 |
+
|
2716 |
+
#: admin/class-fts-settings-page.php:328 includes/feed-them-functions.php:3083
|
2717 |
+
msgid "day"
|
2718 |
+
msgstr ""
|
2719 |
+
|
2720 |
+
#: admin/class-fts-settings-page.php:331 includes/feed-them-functions.php:3088
|
2721 |
+
msgid "days"
|
2722 |
+
msgstr ""
|
2723 |
+
|
2724 |
+
#: admin/class-fts-settings-page.php:334 includes/feed-them-functions.php:3092
|
2725 |
+
msgid "week"
|
2726 |
+
msgstr ""
|
2727 |
+
|
2728 |
+
#: admin/class-fts-settings-page.php:337 includes/feed-them-functions.php:3096
|
2729 |
+
msgid "weeks"
|
2730 |
+
msgstr ""
|
2731 |
+
|
2732 |
+
#: admin/class-fts-settings-page.php:340 includes/feed-them-functions.php:3100
|
2733 |
+
msgid "month"
|
2734 |
+
msgstr ""
|
2735 |
+
|
2736 |
+
#: admin/class-fts-settings-page.php:343 includes/feed-them-functions.php:3104
|
2737 |
+
msgid "months"
|
2738 |
+
msgstr ""
|
2739 |
+
|
2740 |
+
#: admin/class-fts-settings-page.php:346 includes/feed-them-functions.php:3108
|
2741 |
+
msgid "year"
|
2742 |
+
msgstr ""
|
2743 |
+
|
2744 |
+
#: admin/class-fts-settings-page.php:349 includes/feed-them-functions.php:3112
|
2745 |
+
msgid "years"
|
2746 |
+
msgstr ""
|
2747 |
+
|
2748 |
+
#: admin/class-fts-settings-page.php:352 includes/feed-them-functions.php:3116
|
2749 |
+
msgid "ago"
|
2750 |
+
msgstr ""
|
2751 |
+
|
2752 |
+
#: admin/class-fts-settings-page.php:375
|
2753 |
+
msgid "Custom Date and Time"
|
2754 |
+
msgstr ""
|
2755 |
+
|
2756 |
+
#: admin/class-fts-system-info-page.php:41
|
2757 |
+
msgid "Get Extensions Here!"
|
2758 |
+
msgstr ""
|
2759 |
+
|
2760 |
+
#: admin/class-fts-system-info-page.php:44
|
2761 |
+
msgid "System Info"
|
2762 |
+
msgstr ""
|
2763 |
+
|
2764 |
+
#: admin/class-fts-system-info-page.php:47
|
2765 |
+
msgid ""
|
2766 |
+
"Please click the box below and copy the report. You will need to paste this "
|
2767 |
+
"information along with your question when requesting"
|
2768 |
+
msgstr ""
|
2769 |
+
|
2770 |
+
#: admin/class-fts-system-info-page.php:49 feed-them.php:353
|
2771 |
+
msgid "Support"
|
2772 |
+
msgstr ""
|
2773 |
+
|
2774 |
+
#: admin/class-fts-system-info-page.php:51
|
2775 |
+
msgid ""
|
2776 |
+
"To copy the system info, click below then press Ctrl + C (PC) or Cmd + C "
|
2777 |
+
"(Mac)."
|
2778 |
+
msgstr ""
|
2779 |
+
|
2780 |
+
#: admin/class-fts-system-info-page.php:54
|
2781 |
+
msgid ""
|
2782 |
+
"To copy the system info, click here then press Ctrl + C (PC) or Cmd + C "
|
2783 |
+
"(Mac)."
|
2784 |
+
msgstr ""
|
2785 |
+
|
2786 |
+
#: admin/class-fts-twitter-options-page.php:67
|
2787 |
+
msgid "Twitter Feed Options"
|
2788 |
+
msgstr ""
|
2789 |
+
|
2790 |
+
#: admin/class-fts-twitter-options-page.php:70
|
2791 |
+
msgid "Change the color of your twitter feed and more using the options below."
|
2792 |
+
msgstr ""
|
2793 |
+
|
2794 |
+
#: admin/class-fts-twitter-options-page.php:143
|
2795 |
+
msgid "Twitter API Token"
|
2796 |
+
msgstr ""
|
2797 |
+
|
2798 |
+
#: admin/class-fts-twitter-options-page.php:146
|
2799 |
+
msgid ""
|
2800 |
+
"This is required to make the feed work. Simply click the button below and it "
|
2801 |
+
"will connect to your Twitter account to get an access token and access token "
|
2802 |
+
"secret, and it will return it in the input below. Then just click the save "
|
2803 |
+
"button and you will now be able to generate your Twitter feed."
|
2804 |
+
msgstr ""
|
2805 |
+
|
2806 |
+
#: admin/class-fts-twitter-options-page.php:151
|
2807 |
+
#, php-format
|
2808 |
+
msgid "%1$sLogin and get my Access Tokens%2$s"
|
2809 |
+
msgstr ""
|
2810 |
+
|
2811 |
+
#: admin/class-fts-twitter-options-page.php:170
|
2812 |
+
msgid "Add your own tokens?"
|
2813 |
+
msgstr ""
|
2814 |
+
|
2815 |
+
#: admin/class-fts-twitter-options-page.php:178
|
2816 |
+
#, php-format
|
2817 |
+
msgid ""
|
2818 |
+
"Learn how to manually create the Consumer Key/Secret and the Access Token/"
|
2819 |
+
"Secret %1$shere%2$s."
|
2820 |
+
msgstr ""
|
2821 |
+
|
2822 |
+
#: admin/class-fts-twitter-options-page.php:186
|
2823 |
+
msgid "Consumer Key (API Key)"
|
2824 |
+
msgstr ""
|
2825 |
+
|
2826 |
+
#: admin/class-fts-twitter-options-page.php:193
|
2827 |
+
msgid "Consumer Secret (API Secret)"
|
2828 |
+
msgstr ""
|
2829 |
+
|
2830 |
+
#: admin/class-fts-twitter-options-page.php:213
|
2831 |
+
#: admin/class-fts-youtube-options-page.php:140
|
2832 |
+
#: admin/class-fts-youtube-options-page.php:223
|
2833 |
+
#: includes/feed-them-functions.php:3351
|
2834 |
+
msgid "Access Token"
|
2835 |
+
msgstr ""
|
2836 |
+
|
2837 |
+
#: admin/class-fts-twitter-options-page.php:221
|
2838 |
+
msgid "Access Token Secret"
|
2839 |
+
msgstr ""
|
2840 |
+
|
2841 |
+
#: admin/class-fts-twitter-options-page.php:233
|
2842 |
+
#, php-format
|
2843 |
+
msgid "%1$sOh No, something's wrong. "
|
2844 |
+
msgstr ""
|
2845 |
+
|
2846 |
+
#: admin/class-fts-twitter-options-page.php:238
|
2847 |
+
#, php-format
|
2848 |
+
msgid ""
|
2849 |
+
"%1$s%2$s%3$s You may have entered in the Access information incorrectly "
|
2850 |
+
"please re-enter and try again.%4$s"
|
2851 |
+
msgstr ""
|
2852 |
+
|
2853 |
+
#: admin/class-fts-twitter-options-page.php:247
|
2854 |
+
#, php-format
|
2855 |
+
msgid ""
|
2856 |
+
"%1$sYour access token is working! Generate your shortcode on the "
|
2857 |
+
"%2$sSettings Page%3$s.%4$s"
|
2858 |
+
msgstr ""
|
2859 |
+
|
2860 |
+
#: admin/class-fts-twitter-options-page.php:278
|
2861 |
+
msgid "Show Follow Count"
|
2862 |
+
msgstr ""
|
2863 |
+
|
2864 |
+
#: admin/class-fts-twitter-options-page.php:310
|
2865 |
+
msgid "Placement of Follow Button"
|
2866 |
+
msgstr ""
|
2867 |
+
|
2868 |
+
#: admin/class-fts-twitter-options-page.php:330
|
2869 |
+
msgid "Video Player Options"
|
2870 |
+
msgstr ""
|
2871 |
+
|
2872 |
+
#: admin/class-fts-twitter-options-page.php:334
|
2873 |
+
msgid "Show videos"
|
2874 |
+
msgstr ""
|
2875 |
+
|
2876 |
+
#: admin/class-fts-twitter-options-page.php:352
|
2877 |
+
#, php-format
|
2878 |
+
msgid ""
|
2879 |
+
"Convert shortlinks for video%1$sLike bitly etc. May slow load time slightly"
|
2880 |
+
"%2$s."
|
2881 |
+
msgstr ""
|
2882 |
+
|
2883 |
+
#: admin/class-fts-twitter-options-page.php:374
|
2884 |
+
msgid "Profile Photo Option"
|
2885 |
+
msgstr ""
|
2886 |
+
|
2887 |
+
#: admin/class-fts-twitter-options-page.php:378
|
2888 |
+
msgid "Hide Profile Photo"
|
2889 |
+
msgstr ""
|
2890 |
+
|
2891 |
+
#: admin/class-fts-twitter-options-page.php:396
|
2892 |
+
msgid "Style Options"
|
2893 |
+
msgstr ""
|
2894 |
+
|
2895 |
+
#: admin/class-fts-twitter-options-page.php:421
|
2896 |
+
msgid "Max-width for Feed Images"
|
2897 |
+
msgstr ""
|
2898 |
+
|
2899 |
+
#: admin/class-fts-twitter-options-page.php:477
|
2900 |
+
#, php-format
|
2901 |
+
msgid "Feed Margin %1$sTo center feed type auto%2$s"
|
2902 |
+
msgstr ""
|
2903 |
+
|
2904 |
+
#: admin/class-fts-youtube-options-page.php:46
|
2905 |
+
msgid "Feed Options"
|
2906 |
+
msgstr ""
|
2907 |
+
|
2908 |
+
#: admin/class-fts-youtube-options-page.php:49
|
2909 |
+
msgid ""
|
2910 |
+
"Add a follow button and position it using the options below. This option "
|
2911 |
+
"will not work for combined feeds."
|
2912 |
+
msgstr ""
|
2913 |
+
|
2914 |
+
#: admin/class-fts-youtube-options-page.php:81
|
2915 |
+
msgid "YouTube API Key"
|
2916 |
+
msgstr ""
|
2917 |
+
|
2918 |
+
#: admin/class-fts-youtube-options-page.php:83
|
2919 |
+
msgid ""
|
2920 |
+
"This is required to make the feed work. Simply click the button below and it "
|
2921 |
+
"will connect to your YouTube account to get an access token and access token "
|
2922 |
+
"secret, and it will return it in the input below. Then just click the save "
|
2923 |
+
"button and you will now be able to generate your YouTube feed."
|
2924 |
+
msgstr ""
|
2925 |
+
|
2926 |
+
#: admin/class-fts-youtube-options-page.php:88
|
2927 |
+
#, php-format
|
2928 |
+
msgid "%1$sLogin and get my Access Token (API key)%2$s"
|
2929 |
+
msgstr ""
|
2930 |
+
|
2931 |
+
#: admin/class-fts-youtube-options-page.php:117
|
2932 |
+
msgid "Learn how to manually create your own YouTube API Key"
|
2933 |
+
msgstr ""
|
2934 |
+
|
2935 |
+
#: admin/class-fts-youtube-options-page.php:118
|
2936 |
+
msgid "here"
|
2937 |
+
msgstr ""
|
2938 |
+
|
2939 |
+
#: admin/class-fts-youtube-options-page.php:122
|
2940 |
+
msgid "API Key Required"
|
2941 |
+
msgstr ""
|
2942 |
+
|
2943 |
+
#: admin/class-fts-youtube-options-page.php:133
|
2944 |
+
msgid "Refresh Token"
|
2945 |
+
msgstr ""
|
2946 |
+
|
2947 |
+
#: admin/class-fts-youtube-options-page.php:155
|
2948 |
+
msgid "Expiration Time for Access Token"
|
2949 |
+
msgstr ""
|
2950 |
+
|
2951 |
+
#: admin/class-fts-youtube-options-page.php:221
|
2952 |
+
#: includes/feed-them-functions.php:3349
|
2953 |
+
msgid "API key"
|
2954 |
+
msgstr ""
|
2955 |
+
|
2956 |
+
#: admin/class-fts-youtube-options-page.php:229
|
2957 |
+
#, php-format
|
2958 |
+
msgid ""
|
2959 |
+
"%1$s Your %2$s is working! Generate your shortcode on the %3$s settings page."
|
2960 |
+
"%4$s %5$s"
|
2961 |
+
msgstr ""
|
2962 |
+
|
2963 |
+
#: admin/class-fts-youtube-options-page.php:238
|
2964 |
+
#, php-format
|
2965 |
+
msgid ""
|
2966 |
+
"%1$s This %2$s does not appear to be valid. YouTube responded with: %3$s "
|
2967 |
+
"%4$s "
|
2968 |
+
msgstr ""
|
2969 |
+
|
2970 |
+
#: admin/class-fts-youtube-options-page.php:247
|
2971 |
+
#, php-format
|
2972 |
+
msgid ""
|
2973 |
+
"%1$s You must click the button above or register for an API token to use the "
|
2974 |
+
"YouTube feed.%2$s"
|
2975 |
+
msgstr ""
|
2976 |
+
|
2977 |
+
#: feed-them.php:172
|
2978 |
+
msgid ""
|
2979 |
+
"Thanks for updating Feed Them Social. We have deleted the cache in our "
|
2980 |
+
"plugin so you can view any changes we have made."
|
2981 |
+
msgstr ""
|
2982 |
+
|
2983 |
+
#: feed-them.php:188
|
2984 |
+
#, php-format
|
2985 |
+
msgid ""
|
2986 |
+
"Thanks for installing Feed Them Social. To get started please view our "
|
2987 |
+
"%1$sSettings%2$s page."
|
2988 |
+
msgstr ""
|
2989 |
+
|
2990 |
+
#: feed-them.php:327
|
2991 |
+
#, php-format
|
2992 |
+
msgid ""
|
2993 |
+
"%1$s Feed Them Social Warning:%2$s Your php version is %1$s%3$s%2$s. You "
|
2994 |
+
"need to be running at least %1$s5.3%2$s or greater to use this plugin. "
|
2995 |
+
"Please upgrade the php by contacting your host provider. Some host providers "
|
2996 |
+
"will allow you to change this yourself in the hosting control panel too. "
|
2997 |
+
"%4$s If you are hosting with BlueHost or Godaddy and the php version above "
|
2998 |
+
"is saying you are running %1$s5.2.17%2$s but you are really running "
|
2999 |
+
"something higher please %5$sclick here for the fix%6$s. If you cannot get it "
|
3000 |
+
"to work using the method described in the link please contact your host "
|
3001 |
+
"provider and explain the problem so they can fix it."
|
3002 |
+
msgstr ""
|
3003 |
+
|
3004 |
+
#: feed-them.php:353 includes/feed-them-functions.php:2981
|
3005 |
+
msgid "Settings"
|
3006 |
+
msgstr ""
|
3007 |
+
|
3008 |
+
#: feed-them.php:370
|
3009 |
+
msgid "Rate Plugin"
|
3010 |
+
msgstr ""
|
3011 |
+
|
3012 |
+
#: feed-them.php:500
|
3013 |
+
msgid ""
|
3014 |
+
"It's great to see that you've been using our Feed Them Social plugin for a "
|
3015 |
+
"while now. Hopefully you're happy with it! If so, would you consider "
|
3016 |
+
"leaving a positive review? It really helps support the plugin and helps "
|
3017 |
+
"others discover it too!"
|
3018 |
+
msgstr ""
|
3019 |
+
|
3020 |
+
#: feed-them.php:502
|
3021 |
+
msgid "Sure, I'd love to"
|
3022 |
+
msgstr ""
|
3023 |
+
|
3024 |
+
#: feed-them.php:503
|
3025 |
+
msgid "I've already given a review"
|
3026 |
+
msgstr ""
|
3027 |
+
|
3028 |
+
#: feed-them.php:504
|
3029 |
+
msgid "Ask me later"
|
3030 |
+
msgstr ""
|
3031 |
+
|
3032 |
+
#: feed-them.php:505
|
3033 |
+
msgid "Not working, I need support"
|
3034 |
+
msgstr ""
|
3035 |
+
|
3036 |
+
#: feed-them.php:506
|
3037 |
+
msgid "No thanks"
|
3038 |
+
msgstr ""
|
3039 |
+
|
3040 |
+
#: feeds/facebook/class-fts-facebook-feed-post-types.php:218
|
3041 |
+
msgid "Picture from Facebook"
|
3042 |
+
msgstr ""
|
3043 |
+
|
3044 |
+
#: feeds/facebook/class-fts-facebook-feed-post-types.php:444
|
3045 |
+
msgid "View Album"
|
3046 |
+
msgstr ""
|
3047 |
+
|
3048 |
+
#: feeds/facebook/class-fts-facebook-feed-post-types.php:469
|
3049 |
+
msgid "View more for this Album"
|
3050 |
+
msgstr ""
|
3051 |
+
|
3052 |
+
#: feeds/facebook/class-fts-facebook-feed-post-types.php:470
|
3053 |
+
msgid "of"
|
3054 |
+
msgstr ""
|
3055 |
+
|
3056 |
+
#: feeds/facebook/class-fts-facebook-feed-post-types.php:470
|
3057 |
+
msgid "Photos"
|
3058 |
+
msgstr ""
|
3059 |
+
|
3060 |
+
#: feeds/facebook/class-fts-facebook-feed-post-types.php:487
|
3061 |
+
#: feeds/facebook/class-fts-facebook-feed-post-types.php:505
|
3062 |
+
msgid "View Photo"
|
3063 |
+
msgstr ""
|
3064 |
+
|
3065 |
+
#: feeds/facebook/class-fts-facebook-feed-post-types.php:494
|
3066 |
+
msgid "View Video"
|
3067 |
+
msgstr ""
|
3068 |
+
|
3069 |
+
#: feeds/facebook/class-fts-facebook-feed.php:2010
|
3070 |
+
msgid "..."
|
3071 |
+
msgstr ""
|
3072 |
+
|
3073 |
+
#: feeds/instagram/class-fts-instagram-feed.php:266
|
3074 |
+
msgid "View on Instagram"
|
3075 |
+
msgstr ""
|
3076 |
+
|
3077 |
+
#: feeds/instagram/class-fts-instagram-feed.php:372
|
3078 |
+
msgid "No More Photos"
|
3079 |
+
msgstr ""
|
3080 |
+
|
3081 |
+
#: feeds/instagram/class-fts-instagram-feed.php:433
|
3082 |
+
#: feeds/instagram/class-fts-instagram-feed.php:503
|
3083 |
+
#: feeds/instagram/class-fts-instagram-feed.php:561
|
3084 |
+
msgid "Array Check Cached"
|
3085 |
+
msgstr ""
|
3086 |
+
|
3087 |
+
#: feeds/instagram/class-fts-instagram-feed.php:586
|
3088 |
+
msgid "Array Check"
|
3089 |
+
msgstr ""
|
3090 |
+
|
3091 |
+
#: feeds/instagram/class-fts-instagram-feed.php:601
|
3092 |
+
msgid "Cached"
|
3093 |
+
msgstr ""
|
3094 |
+
|
3095 |
+
#: feeds/instagram/class-fts-instagram-feed.php:608
|
3096 |
+
msgid ""
|
3097 |
+
"The Legacy API is depreciated as of March 31st, 2020 in favor of the new "
|
3098 |
+
"Instagram Graph API and the Instagram Basic Display API. Please go to the "
|
3099 |
+
"instagram Options page of our plugin and reconnect your account and generate "
|
3100 |
+
"a new shortcode and replace your existing one."
|
3101 |
+
msgstr ""
|
3102 |
+
|
3103 |
+
#: feeds/instagram/class-fts-instagram-feed.php:614
|
3104 |
+
msgid ""
|
3105 |
+
"Please go to the Feed Them > Instagram Options page of our Feed Them Social "
|
3106 |
+
"plugin a double check your Instagram ID matches the one used in your "
|
3107 |
+
"shortcode on this page."
|
3108 |
+
msgstr ""
|
3109 |
+
|
3110 |
+
#: feeds/instagram/class-fts-instagram-feed.php:617
|
3111 |
+
msgid "Feed Them Social (Notice visible to Admin only). Instagram returned:"
|
3112 |
+
msgstr ""
|
3113 |
+
|
3114 |
+
#: feeds/instagram/class-fts-instagram-feed.php:626
|
3115 |
+
msgid "Not Cached"
|
3116 |
+
msgstr ""
|
3117 |
+
|
3118 |
+
#: feeds/pinterest/class-fts-pinterest-feed.php:117
|
3119 |
+
msgid "View on Pinterest"
|
3120 |
+
msgstr ""
|
3121 |
+
|
3122 |
+
#: feeds/pinterest/class-fts-pinterest-feed.php:364
|
3123 |
+
msgid "Pinterest Photo"
|
3124 |
+
msgstr ""
|
3125 |
+
|
3126 |
+
#: feeds/pinterest/class-fts-pinterest-feed.php:375
|
3127 |
+
msgid "Pinterest Attribution Icon"
|
3128 |
+
msgstr ""
|
3129 |
+
|
3130 |
+
#: feeds/twitter/class-fts-twitter-feed.php:330
|
3131 |
+
msgid "No More Tweets"
|
3132 |
+
msgstr ""
|
3133 |
+
|
3134 |
+
#: feeds/twitter/class-fts-twitter-feed.php:529
|
3135 |
+
msgid "Oops, Somethings wrong. "
|
3136 |
+
msgstr ""
|
3137 |
+
|
3138 |
+
#: feeds/twitter/class-fts-twitter-feed.php:531
|
3139 |
+
msgid ""
|
3140 |
+
" Please check that you have entered your Twitter API token information "
|
3141 |
+
"correctly on the Twitter Options page of Feed Them Social."
|
3142 |
+
msgstr ""
|
3143 |
+
|
3144 |
+
#: feeds/twitter/class-fts-twitter-feed.php:534
|
3145 |
+
msgid ""
|
3146 |
+
" Please check the Twitter Username you have entered is correct in your "
|
3147 |
+
"shortcode for Feed Them Social."
|
3148 |
+
msgstr ""
|
3149 |
+
|
3150 |
+
#: feeds/twitter/class-fts-twitter-feed.php:538
|
3151 |
+
msgid ""
|
3152 |
+
"No Access Tokens have been set. Please retrieve Twitter API tokens on the "
|
3153 |
+
"Twitter Options page of Feed Them Social."
|
3154 |
+
msgstr ""
|
3155 |
+
|
3156 |
+
#: feeds/twitter/class-fts-twitter-feed.php:541
|
3157 |
+
msgid ""
|
3158 |
+
" This account has no tweets. Please Tweet to see this feed. Feed Them Social."
|
3159 |
+
msgstr ""
|
3160 |
+
|
3161 |
+
#: feeds/twitter/class-fts-twitter-feed.php:547
|
3162 |
+
msgid ""
|
3163 |
+
"Rate Limited Exceeded. Please go to the Feed Them Social Plugin then the "
|
3164 |
+
"Twitter Options page for Feed Them Social and follow the instructions under "
|
3165 |
+
"the header Twitter API Token."
|
3166 |
+
msgstr ""
|
3167 |
+
|
3168 |
+
#: feeds/twitter/class-fts-twitter-feed.php:555
|
3169 |
+
msgid "No Tweets available. Login as Admin to see more details."
|
3170 |
+
msgstr ""
|
3171 |
+
|
3172 |
+
#: feeds/twitter/class-fts-twitter-feed.php:638
|
3173 |
+
msgid "Followers:"
|
3174 |
+
msgstr ""
|
3175 |
+
|
3176 |
+
#: feeds/twitter/class-fts-twitter-feed.php:644
|
3177 |
+
msgid "Tweets"
|
3178 |
+
msgstr ""
|
3179 |
+
|
3180 |
+
#: feeds/twitter/class-fts-twitter-feed.php:645
|
3181 |
+
msgid "Following"
|
3182 |
+
msgstr ""
|
3183 |
+
|
3184 |
+
#: feeds/twitter/class-fts-twitter-feed.php:646
|
3185 |
+
msgid "Followers"
|
3186 |
+
msgstr ""
|
3187 |
+
|
3188 |
+
#: feeds/twitter/class-fts-twitter-feed.php:647
|
3189 |
+
msgid "Likes"
|
3190 |
+
msgstr ""
|
3191 |
+
|
3192 |
+
#: feeds/youtube/class-youtube-feed-free.php:422
|
3193 |
+
#: feeds/youtube/class-youtube-feed-free.php:511
|
3194 |
+
#: feeds/youtube/class-youtube-feed-free.php:547
|
3195 |
+
msgid "View on YouTube"
|
3196 |
+
msgstr ""
|
3197 |
+
|
3198 |
+
#: feeds/youtube/class-youtube-feed-free.php:567
|
3199 |
+
msgid "No More Videos"
|
3200 |
+
msgstr ""
|
3201 |
+
|
3202 |
+
#: includes/error-handler.php:51
|
3203 |
+
msgid "Feed Them Premium"
|
3204 |
+
msgstr ""
|
3205 |
+
|
3206 |
+
#: includes/error-handler.php:55
|
3207 |
+
msgid "FTS Bar"
|
3208 |
+
msgstr ""
|
3209 |
+
|
3210 |
+
#: includes/error-handler.php:59
|
3211 |
+
msgid "Feed Them Social Facebook Reviews"
|
3212 |
+
msgstr ""
|
3213 |
+
|
3214 |
+
#: includes/error-handler.php:63
|
3215 |
+
msgid "Feed Them Carousel Premium"
|
3216 |
+
msgstr ""
|
3217 |
+
|
3218 |
+
#: includes/error-handler.php:67
|
3219 |
+
msgid "Feed Them Social Combined Streams"
|
3220 |
+
msgstr ""
|
3221 |
+
|
3222 |
+
#: includes/error-handler.php:85
|
3223 |
+
msgid ""
|
3224 |
+
"Please update ALL Premium Extensions for Feed Them Social because they will "
|
3225 |
+
"no longer work with this version of Feed Them Social. We have made some "
|
3226 |
+
"Major Changes to the Core of the plugin to help with plugin conflicts. "
|
3227 |
+
"Please update your extensions from your <a href=\"https://www.slickremix.com/"
|
3228 |
+
"my-account\" target=\"_blank\">My Account</a> page on our website if you are "
|
3229 |
+
"not receiving notifications for updates on the premium extensions. Thanks "
|
3230 |
+
"again for using our plugin!"
|
3231 |
+
msgstr ""
|
3232 |
+
|
3233 |
+
#: includes/feed-them-functions.php:198
|
3234 |
+
#, php-format
|
3235 |
+
msgid ""
|
3236 |
+
"%1$sOh No something's wrong. %2$s. Please try clicking the button again to "
|
3237 |
+
"get a new access token. If you need additional assistance please email us at "
|
3238 |
+
"support@slickremix.com %3$s."
|
3239 |
+
msgstr ""
|
3240 |
+
|
3241 |
+
#: includes/feed-them-functions.php:263
|
3242 |
+
msgid "Social Share Options"
|
3243 |
+
msgstr ""
|
3244 |
+
|
3245 |
+
#: includes/feed-them-functions.php:327
|
3246 |
+
msgid ""
|
3247 |
+
"Click on a page in the list below and it will add the Page ID and Access "
|
3248 |
+
"Token above, then click save."
|
3249 |
+
msgstr ""
|
3250 |
+
|
3251 |
+
#: includes/feed-them-functions.php:355 includes/feed-them-functions.php:415
|
3252 |
+
msgid "ID: "
|
3253 |
+
msgstr ""
|
3254 |
+
|
3255 |
+
#: includes/feed-them-functions.php:380
|
3256 |
+
msgid "Location for"
|
3257 |
+
msgstr ""
|
3258 |
+
|
3259 |
+
#: includes/feed-them-functions.php:380
|
3260 |
+
msgid "Locations for"
|
3261 |
+
msgstr ""
|
3262 |
+
|
3263 |
+
#: includes/feed-them-functions.php:420
|
3264 |
+
msgid "Location:"
|
3265 |
+
msgstr ""
|
3266 |
+
|
3267 |
+
#: includes/feed-them-functions.php:454
|
3268 |
+
msgid "Scroll to view more Locations"
|
3269 |
+
msgstr ""
|
3270 |
+
|
3271 |
+
#: includes/feed-them-functions.php:2598
|
3272 |
+
msgid "Load More Posts"
|
3273 |
+
msgstr ""
|
3274 |
+
|
3275 |
+
#: includes/feed-them-functions.php:2645
|
3276 |
+
msgid "YouTube Name"
|
3277 |
+
msgstr ""
|
3278 |
+
|
3279 |
+
#: includes/feed-them-functions.php:2949
|
3280 |
+
msgid "Cache clears on page refresh now"
|
3281 |
+
msgstr ""
|
3282 |
+
|
3283 |
+
#: includes/feed-them-functions.php:2958
|
3284 |
+
msgid "Clear Cache"
|
3285 |
+
msgstr ""
|
3286 |
+
|
3287 |
+
#: includes/feed-them-functions.php:2968
|
3288 |
+
#, php-format
|
3289 |
+
msgid "Set Cache Time %1$s%2$s%3$s"
|
3290 |
+
msgstr ""
|
3291 |
+
|
3292 |
+
#: includes/feed-them-functions.php:3005
|
3293 |
+
msgid "Clear cache on every page load"
|
3294 |
+
msgstr ""
|
3295 |
+
|
3296 |
+
#: includes/feed-them-functions.php:3009
|
3297 |
+
msgid "1 Day (Default)"
|
3298 |
+
msgstr ""
|
3299 |
+
|
3300 |
+
#: updater/updater-check-class.php:84
|
3301 |
+
#, php-format
|
3302 |
+
msgid ""
|
3303 |
+
"%1$s needs a valid License Key! %2$sClick here to add one%4$s or you will "
|
3304 |
+
"not receive update notices in WordPress. - %3$sGet your License Key Here%4$s."
|
3305 |
+
msgstr ""
|
3306 |
+
|
3307 |
+
#: updater/updater-check-class.php:109
|
3308 |
+
#, php-format
|
3309 |
+
msgid ""
|
3310 |
+
"%1$s - Your License Key is not active, expired, or is invalid. %2$sClick "
|
3311 |
+
"here to add one%4$s or you will not receive update notices in WordPress. - "
|
3312 |
+
"%3$sGet your License Key Here%4$s."
|
3313 |
+
msgstr ""
|
3314 |
+
|
3315 |
+
#: updater/updater-check-class.php:281
|
3316 |
+
#, php-format
|
3317 |
+
msgid ""
|
3318 |
+
"There is a new version of %1$s available. %2$sView version %3$s details%4$s."
|
3319 |
+
msgstr ""
|
3320 |
+
|
3321 |
+
#: updater/updater-check-class.php:289
|
3322 |
+
#, php-format
|
3323 |
+
msgid ""
|
3324 |
+
"There is a new version of %1$s available. %2$sView version %3$s details%4$s "
|
3325 |
+
"or %5$supdate now%6$s."
|
3326 |
+
msgstr ""
|
3327 |
+
|
3328 |
+
#: updater/updater-check-class.php:453
|
3329 |
+
msgid "You do not have permission to install plugin updates"
|
3330 |
+
msgstr ""
|
3331 |
+
|
3332 |
+
#: updater/updater-check-class.php:453
|
3333 |
+
msgid "Error"
|
3334 |
+
msgstr ""
|
3335 |
+
|
3336 |
+
#: updater/updater-license-page.php:139
|
3337 |
+
msgid "License Key Active."
|
3338 |
+
msgstr ""
|
3339 |
+
|
3340 |
+
#: updater/updater-license-page.php:149
|
3341 |
+
msgid "To receive updates notifications, please enter your valid license key."
|
3342 |
+
msgstr ""
|
3343 |
+
|
3344 |
+
#: updater/updater-license-page.php:174
|
3345 |
+
msgid "Plugin License"
|
3346 |
+
msgstr ""
|
3347 |
+
|
3348 |
+
#: updater/updater-license-page.php:186
|
3349 |
+
msgid "Plugin License Options"
|
3350 |
+
msgstr ""
|
3351 |
+
|
3352 |
+
#: updater/updater-license-page.php:190
|
3353 |
+
#, php-format
|
3354 |
+
msgid ""
|
3355 |
+
"If you need more licenses or your key has expired, please go to the %1$sMY "
|
3356 |
+
"ACCOUNT%2$s page on our website to upgrade or renew your license.%3$sTo get "
|
3357 |
+
"started follow the instructions below."
|
3358 |
+
msgstr ""
|
3359 |
+
|
3360 |
+
#: updater/updater-license-page.php:203
|
3361 |
+
#, php-format
|
3362 |
+
msgid ""
|
3363 |
+
"Install the zip file of the plugin you should have received after purchase "
|
3364 |
+
"on the %1$splugins page%2$s and leave the free version active too."
|
3365 |
+
msgstr ""
|
3366 |
+
|
3367 |
+
#: updater/updater-license-page.php:212
|
3368 |
+
#, php-format
|
3369 |
+
msgid "Now Enter your License Key and Click the %1$sSave Changes button%2$s."
|
3370 |
+
msgstr ""
|
3371 |
+
|
3372 |
+
#: updater/updater-license-page.php:403 updater/updater-license-page.php:441
|
3373 |
+
#: updater/updater-license-page.php:494
|
3374 |
+
msgid "An error occurred, please try again."
|
3375 |
+
msgstr ""
|
3376 |
+
|
3377 |
+
#: updater/updater-license-page.php:414
|
3378 |
+
#, php-format
|
3379 |
+
msgid "Your license key expired on %s."
|
3380 |
+
msgstr ""
|
3381 |
+
|
3382 |
+
#: updater/updater-license-page.php:420
|
3383 |
+
msgid "Your license key has been disabled."
|
3384 |
+
msgstr ""
|
3385 |
+
|
3386 |
+
#: updater/updater-license-page.php:424
|
3387 |
+
msgid "Invalid license."
|
3388 |
+
msgstr ""
|
3389 |
+
|
3390 |
+
#: updater/updater-license-page.php:429
|
3391 |
+
msgid "Your license is not active for this URL."
|
3392 |
+
msgstr ""
|
3393 |
+
|
3394 |
+
#: updater/updater-license-page.php:433
|
3395 |
+
#, php-format
|
3396 |
+
msgid "This appears to be an invalid license key for %s."
|
3397 |
+
msgstr ""
|
3398 |
+
|
3399 |
+
#: updater/updater-license-page.php:437
|
3400 |
+
msgid "Your license key has reached its activation limit."
|
3401 |
+
msgstr ""
|
3402 |
+
|
3403 |
+
#. Plugin Name of the plugin/theme
|
3404 |
+
msgid "Feed Them Social - for Twitter feed, Youtube, and more"
|
3405 |
+
msgstr ""
|
3406 |
+
|
3407 |
+
#. Plugin URI of the plugin/theme
|
3408 |
+
msgid "https://feedthemsocial.com/"
|
3409 |
+
msgstr ""
|
3410 |
+
|
3411 |
+
#. Description of the plugin/theme
|
3412 |
+
msgid ""
|
3413 |
+
"Display a Custom Facebook feed, Instagram feed, Twitter feed and YouTube "
|
3414 |
+
"feed on pages, posts or widgets."
|
3415 |
+
msgstr ""
|
3416 |
+
|
3417 |
+
#. Author of the plugin/theme
|
3418 |
+
msgid "SlickRemix"
|
3419 |
+
msgstr ""
|
3420 |
+
|
3421 |
+
#. Author URI of the plugin/theme
|
3422 |
+
msgid "https://www.slickremix.com/"
|
3423 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
=== Feed Them Social - for Twitter feed, Youtube
|
2 |
Contributors: slickremix, slickchris
|
3 |
Tags: Facebook, Instagram, Twitter, YouTube, Feed
|
4 |
Requires at least: 3.6.0
|
5 |
Tested up to: 5.6.0
|
6 |
-
Stable tag: 2.9.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
-
Display a Custom Facebook feed, Instagram feed, Twitter feed,
|
10 |
|
11 |
== Description ==
|
12 |
-
Create and Display Responsive Social Feeds for your Facebook Pages, Instagram, Twitter,
|
13 |
|
14 |
= Features include the following: =
|
15 |
* Easy to Install and Setup.
|
@@ -19,7 +19,7 @@ Create and Display Responsive Social Feeds for your Facebook Pages, Instagram, T
|
|
19 |
* Easily generate all the shortcodes you need for any feed with our SUPER SIMPLE shortcode generator.
|
20 |
* Responsive Social Feeds.
|
21 |
* Customize Font Colors.
|
22 |
-
* Share options for the Facebook, Instagram, Twitter,
|
23 |
* Add Like and/or Follow Buttons above or below any feeds.
|
24 |
* With our [Premium Extension](https://www.slickremix.com/product/feed-them-social-premium-extension/) you can set how many posts, pictures, tweets, or videos for each individual social feed. [See Example Demo](https://feedthemsocial.com/)
|
25 |
* Facebook, Instagram, Twitter and YouTube feeds have a Load More Button option and Auto Load more posts when you get done scrolling to the end of the feed. These features and much more are available in the Premium Version and they are mobile friendly.
|
@@ -40,9 +40,6 @@ Create and Display Responsive Social Feeds for your Facebook Pages, Instagram, T
|
|
40 |
* [Facebook Album Covers Feed Demo](https://feedthemsocial.com/facebook-album-covers/)
|
41 |
* [Instagram Feed Demo](https://feedthemsocial.com/instagram-feed-demo/)
|
42 |
* [Twitter Feed Demo](https://feedthemsocial.com/twitter-feed-demo/)
|
43 |
-
* [Pinterest Boards Demo](https://feedthemsocial.com/pinterest/)
|
44 |
-
* [Pinterest Pins from a single Board](https://feedthemsocial.com/pinterest-pins-from-a-single-board/)
|
45 |
-
* [Pinterest Latest Pins from a User](https://feedthemsocial.com/instagram-feed-demo/)
|
46 |
* [YouTube Feed Demo](https://feedthemsocial.com/youtube-feed-demo/)
|
47 |
|
48 |
= PREMIUM Demos =
|
@@ -75,16 +72,21 @@ 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.9.
|
|
|
|
|
|
|
|
|
|
|
79 |
* NOTE: Pinterest Feed: We will be removing this feed and options page on our next update temporarily until they get the API complete.
|
80 |
* TESTED: Tested plugin with WordPress version 5.6.0.
|
81 |
|
82 |
-
Version 2.9.0 Thursday, October 29th, 2020 =
|
83 |
* FIX: INSTAGRAM FEED: Missing images for videos.
|
84 |
* PREMIUM FIX: INSTAGRAM FEED: Pop for images.
|
85 |
* PREMIUM FIX COMING: INSTAGRAM HASHTAG FEED: Images for Videos are missing.
|
86 |
|
87 |
-
Version 2.8.9 Friday, September 18th, 2020 =
|
88 |
* FIX: FACEBOOK & INSTAGRAM OPTIONS PAGE: missing pages_read_engagement scope so non admins of our APP can gain access to pages they manage.
|
89 |
|
90 |
= Version 2.8.8 Thursday, September 17th, 2020 =
|
1 |
+
=== Feed Them Social - for Twitter feed, Youtube and more ===
|
2 |
Contributors: slickremix, slickchris
|
3 |
Tags: Facebook, Instagram, Twitter, YouTube, Feed
|
4 |
Requires at least: 3.6.0
|
5 |
Tested up to: 5.6.0
|
6 |
+
Stable tag: 2.9.2
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
+
Display a Custom Facebook feed, Instagram feed, Twitter feed, and YouTube feed on pages, posts or widgets.
|
10 |
|
11 |
== Description ==
|
12 |
+
Create and Display Responsive Social Feeds for your Facebook Pages, Instagram, Twitter, and YouTube feeds while keeping people on your website.
|
13 |
|
14 |
= Features include the following: =
|
15 |
* Easy to Install and Setup.
|
19 |
* Easily generate all the shortcodes you need for any feed with our SUPER SIMPLE shortcode generator.
|
20 |
* Responsive Social Feeds.
|
21 |
* Customize Font Colors.
|
22 |
+
* Share options for the Facebook, Instagram, Twitter, and YouTube Feeds.
|
23 |
* Add Like and/or Follow Buttons above or below any feeds.
|
24 |
* With our [Premium Extension](https://www.slickremix.com/product/feed-them-social-premium-extension/) you can set how many posts, pictures, tweets, or videos for each individual social feed. [See Example Demo](https://feedthemsocial.com/)
|
25 |
* Facebook, Instagram, Twitter and YouTube feeds have a Load More Button option and Auto Load more posts when you get done scrolling to the end of the feed. These features and much more are available in the Premium Version and they are mobile friendly.
|
40 |
* [Facebook Album Covers Feed Demo](https://feedthemsocial.com/facebook-album-covers/)
|
41 |
* [Instagram Feed Demo](https://feedthemsocial.com/instagram-feed-demo/)
|
42 |
* [Twitter Feed Demo](https://feedthemsocial.com/twitter-feed-demo/)
|
|
|
|
|
|
|
43 |
* [YouTube Feed Demo](https://feedthemsocial.com/youtube-feed-demo/)
|
44 |
|
45 |
= PREMIUM Demos =
|
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.2 Wednesday, January 6th, 2021 =
|
76 |
+
* NOTE: Pinterest Feed: Removed options until Pinterest starts approving apps for the new API.
|
77 |
+
* NEW: A feed-them-social.pot file is in the languages folder of our plugin along with our latest translatable strings.
|
78 |
+
* FIX: FACEBOOK, INSTAGRAM & YOUTUBE OPTIONS PAGE: access_token in the url was causing some websites to return a "The link you followed has expired" message making it impossible to get an access token.
|
79 |
+
|
80 |
+
= Version 2.9.1 Wednesday, December 9th, 2020 =
|
81 |
* NOTE: Pinterest Feed: We will be removing this feed and options page on our next update temporarily until they get the API complete.
|
82 |
* TESTED: Tested plugin with WordPress version 5.6.0.
|
83 |
|
84 |
+
= Version 2.9.0 Thursday, October 29th, 2020 =
|
85 |
* FIX: INSTAGRAM FEED: Missing images for videos.
|
86 |
* PREMIUM FIX: INSTAGRAM FEED: Pop for images.
|
87 |
* PREMIUM FIX COMING: INSTAGRAM HASHTAG FEED: Images for Videos are missing.
|
88 |
|
89 |
+
= Version 2.8.9 Friday, September 18th, 2020 =
|
90 |
* FIX: FACEBOOK & INSTAGRAM OPTIONS PAGE: missing pages_read_engagement scope so non admins of our APP can gain access to pages they manage.
|
91 |
|
92 |
= Version 2.8.8 Thursday, September 17th, 2020 =
|
updater/updater-check-class.php
CHANGED
@@ -81,7 +81,7 @@ class updater_check_class {
|
|
81 |
<p>
|
82 |
<?php
|
83 |
echo sprintf(
|
84 |
-
|
85 |
esc_html( $this->plugin_name ),
|
86 |
'<a href="' . esc_url( 'admin.php?page=fts-license-page' ) . '">',
|
87 |
'<a href="' . esc_url( 'https://www.slickremix.com/my-account/' ) . '" target="_blank">',
|
@@ -106,7 +106,7 @@ class updater_check_class {
|
|
106 |
<p>
|
107 |
<?php
|
108 |
echo sprintf(
|
109 |
-
|
110 |
esc_html( $this->plugin_name ),
|
111 |
'<a href="' . esc_url( 'admin.php?page=fts-license-page' ) . '">',
|
112 |
'<a href="' . esc_url( 'https://www.slickremix.com/my-account/' ) . '" target="_blank">',
|
@@ -278,7 +278,7 @@ class updater_check_class {
|
|
278 |
|
279 |
if ( empty( $version_info->download_link ) ) {
|
280 |
printf(
|
281 |
-
|
282 |
esc_html( $version_info->name ),
|
283 |
'<a target="_blank" class="thickbox" href="' . esc_url( $changelog_link ) . '">',
|
284 |
esc_html( $version_info->new_version ),
|
@@ -286,7 +286,7 @@ class updater_check_class {
|
|
286 |
);
|
287 |
} else {
|
288 |
printf(
|
289 |
-
|
290 |
esc_html( $version_info->name ),
|
291 |
'<a target="_blank" class="thickbox" href="' . esc_url( $changelog_link ) . '">',
|
292 |
esc_html( $version_info->new_version ),
|
@@ -450,7 +450,7 @@ class updater_check_class {
|
|
450 |
}
|
451 |
|
452 |
if ( ! current_user_can( 'update_plugins' ) ) {
|
453 |
-
wp_die(
|
454 |
}
|
455 |
|
456 |
$data = $edd_plugin_data[ $_REQUEST['slug'] ];
|
81 |
<p>
|
82 |
<?php
|
83 |
echo sprintf(
|
84 |
+
esc_html__( '%1$s needs a valid License Key! %2$sClick here to add one%4$s or you will not receive update notices in WordPress. - %3$sGet your License Key Here%4$s.', 'feed-them-social' ),
|
85 |
esc_html( $this->plugin_name ),
|
86 |
'<a href="' . esc_url( 'admin.php?page=fts-license-page' ) . '">',
|
87 |
'<a href="' . esc_url( 'https://www.slickremix.com/my-account/' ) . '" target="_blank">',
|
106 |
<p>
|
107 |
<?php
|
108 |
echo sprintf(
|
109 |
+
esc_html__( '%1$s - Your License Key is not active, expired, or is invalid. %2$sClick here to add one%4$s or you will not receive update notices in WordPress. - %3$sGet your License Key Here%4$s.', 'feed-them-social' ),
|
110 |
esc_html( $this->plugin_name ),
|
111 |
'<a href="' . esc_url( 'admin.php?page=fts-license-page' ) . '">',
|
112 |
'<a href="' . esc_url( 'https://www.slickremix.com/my-account/' ) . '" target="_blank">',
|
278 |
|
279 |
if ( empty( $version_info->download_link ) ) {
|
280 |
printf(
|
281 |
+
esc_html__( 'There is a new version of %1$s available. %2$sView version %3$s details%4$s.', 'feed-them-social' ),
|
282 |
esc_html( $version_info->name ),
|
283 |
'<a target="_blank" class="thickbox" href="' . esc_url( $changelog_link ) . '">',
|
284 |
esc_html( $version_info->new_version ),
|
286 |
);
|
287 |
} else {
|
288 |
printf(
|
289 |
+
esc_html__( 'There is a new version of %1$s available. %2$sView version %3$s details%4$s or %5$supdate now%6$s.', 'feed-them-social' ),
|
290 |
esc_html( $version_info->name ),
|
291 |
'<a target="_blank" class="thickbox" href="' . esc_url( $changelog_link ) . '">',
|
292 |
esc_html( $version_info->new_version ),
|
450 |
}
|
451 |
|
452 |
if ( ! current_user_can( 'update_plugins' ) ) {
|
453 |
+
wp_die( esc_html__( 'You do not have permission to install plugin updates', 'feed-them-social' ), esc_html__( 'Error', 'feed-them-social' ), array( 'response' => 403 ) );
|
454 |
}
|
455 |
|
456 |
$data = $edd_plugin_data[ $_REQUEST['slug'] ];
|
updater/updater-license-page.php
CHANGED
@@ -136,7 +136,7 @@ class updater_license_page {
|
|
136 |
<?php wp_nonce_field( 'license_page_nonce', 'license_page_nonce' ); ?>
|
137 |
<input type="submit" class="button-secondary" name="<?php echo esc_html( $key ); ?>_license_deactivate" value="<?php echo esc_html( ( 'Deactivate License' ) ); ?>"/>
|
138 |
|
139 |
-
<div class="edd-license-data"><p><?php echo
|
140 |
|
141 |
<?php
|
142 |
} else {
|
@@ -146,7 +146,7 @@ class updater_license_page {
|
|
146 |
<p><?php echo esc_html( $license_error ); ?>
|
147 |
<?php
|
148 |
$this->update_admin_notices();
|
149 |
-
echo
|
150 |
?>
|
151 |
</p>
|
152 |
</div>
|
@@ -183,11 +183,11 @@ class updater_license_page {
|
|
183 |
|
184 |
?>
|
185 |
<div class="wrap">
|
186 |
-
<h2><?php echo
|
187 |
<div class="license-note">
|
188 |
<?php
|
189 |
echo sprintf(
|
190 |
-
|
191 |
'<a href="' . esc_url( 'https://www.slickremix.com/my-account/' ) . '" target="_blank">',
|
192 |
'</a>',
|
193 |
'<br/>'
|
@@ -200,7 +200,7 @@ class updater_license_page {
|
|
200 |
<li>
|
201 |
<?php
|
202 |
echo sprintf(
|
203 |
-
|
204 |
'<a href="' . esc_url( 'plugin-install.php' ) . '" target="_blank">',
|
205 |
'</a>'
|
206 |
);
|
@@ -209,7 +209,7 @@ class updater_license_page {
|
|
209 |
<li>
|
210 |
<?php
|
211 |
echo sprintf(
|
212 |
-
|
213 |
'<strong>',
|
214 |
'</strong>'
|
215 |
);
|
@@ -411,7 +411,7 @@ class updater_license_page {
|
|
411 |
|
412 |
case 'expired':
|
413 |
$message = sprintf(
|
414 |
-
|
415 |
date_i18n( get_option( 'date_format' ), strtotime( $license_data->expires, time() ) )
|
416 |
);
|
417 |
break;
|
@@ -430,7 +430,7 @@ class updater_license_page {
|
|
430 |
break;
|
431 |
|
432 |
case 'item_name_mismatch':
|
433 |
-
$message = sprintf(
|
434 |
break;
|
435 |
|
436 |
case 'no_activations_left':
|
136 |
<?php wp_nonce_field( 'license_page_nonce', 'license_page_nonce' ); ?>
|
137 |
<input type="submit" class="button-secondary" name="<?php echo esc_html( $key ); ?>_license_deactivate" value="<?php echo esc_html( ( 'Deactivate License' ) ); ?>"/>
|
138 |
|
139 |
+
<div class="edd-license-data"><p><?php echo esc_html__( 'License Key Active.', 'feed-them-social' ); ?></p></div>
|
140 |
|
141 |
<?php
|
142 |
} else {
|
146 |
<p><?php echo esc_html( $license_error ); ?>
|
147 |
<?php
|
148 |
$this->update_admin_notices();
|
149 |
+
echo esc_html__( 'To receive updates notifications, please enter your valid license key.', 'feed-them-social' );
|
150 |
?>
|
151 |
</p>
|
152 |
</div>
|
183 |
|
184 |
?>
|
185 |
<div class="wrap">
|
186 |
+
<h2><?php echo esc_html__( 'Plugin License Options', 'feed-them-social' ); ?></h2>
|
187 |
<div class="license-note">
|
188 |
<?php
|
189 |
echo sprintf(
|
190 |
+
esc_html__( 'If you need more licenses or your key has expired, please go to the %1$sMY ACCOUNT%2$s page on our website to upgrade or renew your license.%3$sTo get started follow the instructions below.', 'feed-them-social' ),
|
191 |
'<a href="' . esc_url( 'https://www.slickremix.com/my-account/' ) . '" target="_blank">',
|
192 |
'</a>',
|
193 |
'<br/>'
|
200 |
<li>
|
201 |
<?php
|
202 |
echo sprintf(
|
203 |
+
esc_html__( 'Install the zip file of the plugin you should have received after purchase on the %1$splugins page%2$s and leave the free version active too.', 'feed-them-social' ),
|
204 |
'<a href="' . esc_url( 'plugin-install.php' ) . '" target="_blank">',
|
205 |
'</a>'
|
206 |
);
|
209 |
<li>
|
210 |
<?php
|
211 |
echo sprintf(
|
212 |
+
esc_html__( 'Now Enter your License Key and Click the %1$sSave Changes button%2$s.', 'feed-them-social' ),
|
213 |
'<strong>',
|
214 |
'</strong>'
|
215 |
);
|
411 |
|
412 |
case 'expired':
|
413 |
$message = sprintf(
|
414 |
+
esc_html__( 'Your license key expired on %s.', 'feed-them-social' ),
|
415 |
date_i18n( get_option( 'date_format' ), strtotime( $license_data->expires, time() ) )
|
416 |
);
|
417 |
break;
|
430 |
break;
|
431 |
|
432 |
case 'item_name_mismatch':
|
433 |
+
$message = sprintf( esc_html__( 'This appears to be an invalid license key for %s.', 'feed-them-social' ), $this->prem_plugins[ $key ]['title'] );
|
434 |
break;
|
435 |
|
436 |
case 'no_activations_left':
|