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

Version Description

Download this release

Release Info

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

Code changes from version 2.5.8 to 2.5.9

Files changed (60) hide show
  1. admin/class-fts-facebook-options-page.php +18 -1
  2. admin/class-fts-instagram-options-page.php +19 -27
  3. admin/class-fts-pinterest-options-page.php +4 -16
  4. admin/class-fts-settings-page.php +4 -3
  5. admin/class-fts-system-info-page.php +5 -7
  6. admin/class-fts-youtube-options-page.php +1 -1
  7. feed-them.php +61 -31
  8. feeds/css/styles.css +1 -1
  9. feeds/facebook/class-fts-facebook-feed-post-types.php +7 -11
  10. feeds/facebook/class-fts-facebook-feed.php +6 -5
  11. feeds/instagram/class-fts-instagram-feed.php +1 -1
  12. feeds/youtube/class-youtube-feed-free.php +26 -21
  13. includes/error-handler.php +13 -2
  14. includes/feed-them-functions.php +77 -48
  15. readme.txt +9 -1
  16. trunk/SUPPORT.md +0 -13
  17. trunk/admin/class-fts-facebook-options-page.php +0 -997
  18. trunk/admin/class-fts-instagram-options-page.php +0 -263
  19. trunk/admin/class-fts-pinterest-options-page.php +0 -210
  20. trunk/admin/class-fts-settings-page-options.php +0 -4990
  21. trunk/admin/class-fts-settings-page.php +0 -1989
  22. trunk/admin/class-fts-system-info-page.php +0 -224
  23. trunk/admin/class-fts-twitter-options-page.php +0 -580
  24. trunk/admin/class-fts-youtube-options-page.php +0 -356
  25. trunk/admin/css/admin-settings.css +0 -1
  26. trunk/admin/css/admin.css +0 -1
  27. trunk/admin/css/fonts/SlickRemix.eot +0 -0
  28. trunk/admin/css/fonts/SlickRemix.svg +0 -11
  29. trunk/admin/css/fonts/SlickRemix.ttf +0 -0
  30. trunk/admin/css/fonts/SlickRemix.woff +0 -0
  31. trunk/admin/css/settings-page.css +0 -1
  32. trunk/admin/images/facebook-icon.png +0 -0
  33. trunk/admin/images/facebook-logo-admin.jpg +0 -0
  34. trunk/admin/images/feed-them-social-logo.png +0 -0
  35. trunk/admin/images/footer-logo.png +0 -0
  36. trunk/admin/images/ft-gallery-promo-fts.jpg +0 -0
  37. trunk/admin/images/ft-gallery-promo.jpg +0 -0
  38. trunk/admin/images/fts-help-icon.png +0 -0
  39. trunk/admin/images/instagram-backg.jpg +0 -0
  40. trunk/admin/images/instagram-icon.png +0 -0
  41. trunk/admin/images/instagram-logo-admin.png +0 -0
  42. trunk/admin/images/pinterest-icon.png +0 -0
  43. trunk/admin/images/pinterest-logo-admin.jpg +0 -0
  44. trunk/admin/images/slickremix-icon-sprite.png +0 -0
  45. trunk/admin/images/twitter-icon.png +0 -0
  46. trunk/admin/images/twitter-logo-admin.jpg +0 -0
  47. trunk/admin/images/vine-icon.png +0 -0
  48. trunk/admin/images/youtube-icon.png +0 -0
  49. trunk/admin/images/youtube-logo-admin.jpg +0 -0
  50. trunk/admin/js/admin.js +0 -22
  51. trunk/admin/js/developer-admin.js +0 -19
  52. trunk/admin/js/jscolor/arrow.gif +0 -0
  53. trunk/admin/js/jscolor/cross.gif +0 -0
  54. trunk/admin/js/jscolor/hs.png +0 -0
  55. trunk/admin/js/jscolor/hv.png +0 -0
  56. trunk/admin/js/jscolor/jscolor.js +0 -1902
  57. trunk/feed-them.php +0 -527
  58. trunk/feeds/css/font/FontAwesome.otf +0 -0
  59. trunk/feeds/css/font/fontawesome-webfont.eot +0 -0
  60. trunk/feeds/css/font/fontawesome-webfont.svg +0 -456
admin/class-fts-facebook-options-page.php CHANGED
@@ -527,7 +527,24 @@ class FTS_Facebook_Options_Page {
527
  </div>
528
  <!--/fts-twitter-feed-styles-input-wrap-->
529
 
530
- <div class="feed-them-social-admin-input-wrap">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
531
  <div class="fts-title-description-settings-page">
532
  <h3>
533
  <?php esc_html_e( 'Like Button or Box Options', 'feed-them-social' ); ?>
527
  </div>
528
  <!--/fts-twitter-feed-styles-input-wrap-->
529
 
530
+
531
+
532
+ <div class="feed-them-social-admin-input-wrap">
533
+ <div class="feed-them-social-admin-input-label fts-fb-text-color-label">
534
+ <?php esc_html_e( 'View on Facebook', 'feed-them-social' ); ?>
535
+ </div>
536
+ <input type="text" name="fb_view_on_fb_fts" class="feed-them-social-admin-input" placeholder="" value="<?php echo esc_attr( get_option( 'fb_view_on_fb_fts' ) ); ?>"/>
537
+ <div class="clear"></div>
538
+
539
+
540
+
541
+ <div class="clear"></div>
542
+ </div>
543
+ <!--/fts-twitter-feed-styles-input-wrap-->
544
+
545
+
546
+
547
+ <div class="feed-them-social-admin-input-wrap">
548
  <div class="fts-title-description-settings-page">
549
  <h3>
550
  <?php esc_html_e( 'Like Button or Box Options', 'feed-them-social' ); ?>
admin/class-fts-instagram-options-page.php CHANGED
@@ -40,8 +40,22 @@ class FTS_Instagram_Options_Page {
40
  $fts_instagram_custom_id = get_option( 'fts_instagram_custom_id' );
41
  $fts_instagram_show_follow_btn = get_option( 'instagram_show_follow_btn' );
42
  $fts_instagram_show_follow_btn_where = get_option( 'instagram_show_follow_btn_where' );
 
43
 
44
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  <div class="feed-them-social-admin-wrap">
46
  <h1>
47
  <?php esc_html_e( 'Instagram Feed Options', 'feed-them-social' ); ?>
@@ -87,12 +101,12 @@ class FTS_Instagram_Options_Page {
87
  <?php
88
  echo sprintf(
89
  esc_html( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
90
- '<a href="' . esc_url( 'https://instagram.com/oauth/authorize/?client_id=da06fb6699f1497bb0d5d4234a50da75&redirect_uri=http://www.slickremix.com/instagram-token-plugin/?return_uri=' . admin_url( 'admin.php?page=fts-instagram-feed-styles-submenu-page' ) . '&response_type=token&scope=public_content' ) . '" class="fts-instagram-get-access-token">',
91
  '</a>'
92
  );
93
  ?>
94
  </p>
95
- <a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" target="_blank" class="fts-admin-button-no-work"><?php esc_html_e( 'Button not working?', 'feed-them-social' ); ?></a>
96
  </div>
97
 
98
  <div class="fts-clear"></div>
@@ -109,30 +123,8 @@ class FTS_Instagram_Options_Page {
109
  <div class="feed-them-social-admin-input-label fts-instagram-border-bottom-color-label">
110
  <?php esc_html_e( 'Access Token Required', 'feed-them-social' ); ?>
111
  </div>
112
- <script>
113
- jQuery(document).ready(function ($) {
114
- function getQueryString(Param) {
115
- return decodeURI(
116
- (RegExp('[#|&]' + Param + '=' + '(.+?)(&|$)').exec(location.hash) || [, null])[1]
117
- );
118
- }
119
-
120
- if (window.location.hash) {
121
-
122
- $('select').find('option[value=5]').attr('selected', 'selected');
123
-
124
- $('#fts_instagram_custom_api_token').val('');
125
- $('#fts_instagram_custom_api_token').val($('#fts_instagram_custom_api_token').val() + getQueryString('access_token'));
126
-
127
-
128
- $('#fts_instagram_custom_id').val('');
129
- var str = getQueryString('access_token');
130
- $('#fts_instagram_custom_id').val($('#fts_instagram_custom_id').val() + str.split('.', 1));
131
 
132
- }
133
- });
134
- </script>
135
- <input type="text" name="fts_instagram_custom_api_token" class="feed-them-social-admin-input" id="fts_instagram_custom_api_token" value="<?php echo esc_attr( $fts_instagram_access_token ); ?>"/>
136
  <div class="fts-clear"></div>
137
  </div>
138
  <?php
@@ -161,7 +153,7 @@ class FTS_Instagram_Options_Page {
161
  }
162
  if ( empty( $fts_instagram_access_token ) ) {
163
  echo sprintf(
164
- esc_html( '%1$sYou are required to get an access token to view your photos. Click Save all Changes after getting your Access Token.%2$s.', 'feed-them-social' ),
165
  '<div class="fts-failed-api-token">',
166
  '</div>'
167
  );
40
  $fts_instagram_custom_id = get_option( 'fts_instagram_custom_id' );
41
  $fts_instagram_show_follow_btn = get_option( 'instagram_show_follow_btn' );
42
  $fts_instagram_show_follow_btn_where = get_option( 'instagram_show_follow_btn_where' );
43
+ $access_token = isset( $_GET['access_token'] ) ? sanitize_text_field( $_GET['access_token'] ) : get_option( 'fts_instagram_custom_api_token' );
44
 
45
+ if ( isset( $_GET['access_token'] ) ) { ?>
46
+ <script>
47
+ jQuery(document).ready(function ($) {
48
+
49
+ $('#fts_instagram_custom_api_token').val('');
50
+ $('#fts_instagram_custom_api_token').val($('#fts_instagram_custom_api_token').val() + '<?php echo esc_js( $access_token ); ?>');
51
+
52
+
53
+ $('#fts_instagram_custom_id').val('');
54
+ var str = '<?php echo esc_js( $access_token ); ?>';
55
+ $('#fts_instagram_custom_id').val($('#fts_instagram_custom_id').val() + str.split('.', 1));
56
+ });
57
+ </script>
58
+ <?php } ?>
59
  <div class="feed-them-social-admin-wrap">
60
  <h1>
61
  <?php esc_html_e( 'Instagram Feed Options', 'feed-them-social' ); ?>
101
  <?php
102
  echo sprintf(
103
  esc_html( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
104
+ '<a href="' . esc_url( 'https://instagram.com/oauth/authorize/?client_id=da06fb6699f1497bb0d5d4234a50da75&redirect_uri=https://www.slickremix.com/instagram-token-plugin/?return_uri=' . admin_url( 'admin.php?page=fts-instagram-feed-styles-submenu-page' ) . '&response_type=token&scope=public_content' ) . '" class="fts-instagram-get-access-token">',
105
  '</a>'
106
  );
107
  ?>
108
  </p>
109
+ <a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" class="fts-admin-button-no-work" style="margin-top: 14px; display: inline-block"><?php esc_html_e( 'Button not working?', 'feed-them-social' ); ?></a>
110
  </div>
111
 
112
  <div class="fts-clear"></div>
123
  <div class="feed-them-social-admin-input-label fts-instagram-border-bottom-color-label">
124
  <?php esc_html_e( 'Access Token Required', 'feed-them-social' ); ?>
125
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
 
127
+ <input type="text" name="fts_instagram_custom_api_token" class="feed-them-social-admin-input" id="fts_instagram_custom_api_token" value="<?php echo esc_attr( $access_token ); ?>"/>
 
 
 
128
  <div class="fts-clear"></div>
129
  </div>
130
  <?php
153
  }
154
  if ( empty( $fts_instagram_access_token ) ) {
155
  echo sprintf(
156
+ esc_html( '%1$sYou are required to get an access token to view your photos. Click Save all Changes after getting your Access Token.%2$s', 'feed-them-social' ),
157
  '<div class="fts-failed-api-token">',
158
  '</div>'
159
  );
admin/class-fts-pinterest-options-page.php CHANGED
@@ -35,6 +35,7 @@ class FTS_Pinterest_Options_Page {
35
  $fts_pinterest_access_token = get_option( 'fts_pinterest_custom_api_token' );
36
  $fts_pinterest_show_follow_btn = get_option( 'pinterest_show_follow_btn' );
37
  $fts_pinterest_show_follow_btn_where = get_option( 'pinterest_show_follow_btn_where' );
 
38
  ?>
39
  <div class="feed-them-social-admin-wrap">
40
  <h1>
@@ -71,7 +72,7 @@ class FTS_Pinterest_Options_Page {
71
  );
72
  ?>
73
  </p>
74
- <a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" target="_blank" style="margin-top:14px;display:inline-block" class="fts-admin-button-no-work"><?php echo esc_html( 'Button not working?', 'feed-them-social' ); ?></a>
75
  </div>
76
 
77
  <div class="fts-clear"></div>
@@ -80,21 +81,8 @@ class FTS_Pinterest_Options_Page {
80
  <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
81
  <?php echo esc_html( 'Access Token Required', 'feed-them-social' ); ?>
82
  </div>
83
- <script>
84
- jQuery(document).ready(function ($) {
85
- function getQueryString(Param) {
86
- return decodeURI(
87
- (RegExp('[#|&]' + Param + '=' + '(.+?)(&|$)').exec(location.hash) || [, null])[1]
88
- );
89
- }
90
-
91
- if (window.location.hash) {
92
- $('#fts_pinterest_custom_api_token').val('');
93
- $('#fts_pinterest_custom_api_token').val($('#fts_pinterest_custom_api_token').val() + getQueryString('access_token'));
94
- }
95
- });
96
- </script>
97
- <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( get_option( 'fts_pinterest_custom_api_token' ) ); ?>"/>
98
  <div class="fts-clear"></div>
99
  </div>
100
 
35
  $fts_pinterest_access_token = get_option( 'fts_pinterest_custom_api_token' );
36
  $fts_pinterest_show_follow_btn = get_option( 'pinterest_show_follow_btn' );
37
  $fts_pinterest_show_follow_btn_where = get_option( 'pinterest_show_follow_btn_where' );
38
+ $access_token = isset( $_GET['access_token'] ) ? sanitize_text_field( $_GET['access_token'] ) : get_option( 'fts_pinterest_custom_api_token' );
39
  ?>
40
  <div class="feed-them-social-admin-wrap">
41
  <h1>
72
  );
73
  ?>
74
  </p>
75
+ <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>
76
  </div>
77
 
78
  <div class="fts-clear"></div>
81
  <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
82
  <?php echo esc_html( 'Access Token Required', 'feed-them-social' ); ?>
83
  </div>
84
+
85
+ <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 ); ?>"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  <div class="fts-clear"></div>
87
  </div>
88
 
admin/class-fts-settings-page.php CHANGED
@@ -205,12 +205,12 @@ class FTS_Settings_Page {
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 (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>
@@ -1985,4 +1985,5 @@ class FTS_Settings_Page {
1985
  <?php
1986
  }
1987
  }
1988
- }//end class
 
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>
1985
  <?php
1986
  }
1987
  }
1988
+ }
1989
+ // end class.
admin/class-fts-system-info-page.php CHANGED
@@ -44,11 +44,11 @@ class FTS_System_Info_Page extends feed_them_social_functions {
44
  <?php esc_html_e( 'System Info', 'feed-them-social' ); ?>
45
  </h2>
46
  <p>
47
- <?php esc_html_e( 'Please click the box below and copy the report. You will need to paste this information along with your question in our', 'feed-them-social' ); ?>
48
  <a href="https://www.slickremix.com/support/" target="_blank">
49
- <?php esc_html_e( 'Support Forum', 'feed-them-social' ); ?>
50
  </a>.
51
- <?php esc_html_e( 'Ask your question then paste the copied text below it. To copy the system info, click below then press Ctrl + C (PC) or Cmd + C (Mac).', 'feed-them-social' ); ?>
52
  </p>
53
  <form action="<?php echo esc_url( admin_url( 'admin.php?page=fts-system-info-submenu-page' ) ); ?>" method="post" dir="ltr" >
54
  <textarea readonly="readonly" onclick="this.focus();this.select()" id="system-info-textarea" name="fts-sysinfo" title="<?php esc_html_e( 'To copy the system info, click here then press Ctrl + C (PC) or Cmd + C (Mac).', 'feed-them-social' ); ?>">
@@ -193,9 +193,9 @@ Fix: <?php echo isset( $fts_fix_twitter_time ) && 1 === $fts_fix_twitter_time ?
193
  Fix: <?php echo isset( $fts_disable_magnific_css ) && 1 === $fts_disable_magnific_css ? 'Yes' . "\n" : 'No' . "\n"; ?>
194
 
195
  -- Fix Internal Server Error:
196
- <?php if ( is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) || is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) || is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) || is_plugin_active( 'fts-bar/fts-bar.php' ) || is_plugin_active( 'feed-them-carousel-premium/feed-them-carousel-premium.php' ) ) { ?>
197
 
198
  Fix: <?php echo isset( $fts_fix_time_out ) && 1 === $fts_fix_time_out ? 'Yes' . "\n" : 'No' . "\n"; ?>
 
199
 
200
  -- Load More Options:
201
 
@@ -208,9 +208,7 @@ FTS Combined Streams: <?php echo isset( $feed_them_social_combined_streams_li
208
  Premium Active: <?php echo isset( $feed_them_social_premium_license_key ) && '' !== $feed_them_social_premium_license_key ? 'Yes' . "\n" : 'No' . "\n"; }if ( is_plugin_active( 'fts-bar/fts-bar.php' ) ) { ?>
209
  FTS Bar Active: <?php echo isset( $fts_bar_license_key ) && '' !== $fts_bar_license_key ? 'Yes' . "\n" : 'No' . "\n"; }if ( is_plugin_active( 'feed-them-carousel-premium/feed-them-carousel-premium.php' ) ) { ?>
210
  FTS Carousel Premium: <?php echo isset( $feed_them_carousel_premium_license_key ) && '' !== $feed_them_carousel_premium_license_key ? 'Yes' . "\n" : 'No' . "\n"; }if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) { ?>
211
- Facebook Reviews Active: <?php echo isset( $fb_reviews_token ) && '' !== $fb_reviews_token ? 'Yes' . "\n" : 'No' . "\n"; }
212
- }
213
- ?>
214
  ### End System Info ###</textarea>
215
  <?php
216
  // -- Pages or Posts with Shortcode(s).
44
  <?php esc_html_e( 'System Info', 'feed-them-social' ); ?>
45
  </h2>
46
  <p>
47
+ <?php esc_html_e( 'Please click the box below and copy the report. You will need to paste this information along with your question when requesting', 'feed-them-social' ); ?>
48
  <a href="https://www.slickremix.com/support/" target="_blank">
49
+ <?php esc_html_e( 'Support', 'feed-them-social' ); ?>
50
  </a>.
51
+ <?php esc_html_e( 'To copy the system info, click below then press Ctrl + C (PC) or Cmd + C (Mac).', 'feed-them-social' ); ?>
52
  </p>
53
  <form action="<?php echo esc_url( admin_url( 'admin.php?page=fts-system-info-submenu-page' ) ); ?>" method="post" dir="ltr" >
54
  <textarea readonly="readonly" onclick="this.focus();this.select()" id="system-info-textarea" name="fts-sysinfo" title="<?php esc_html_e( 'To copy the system info, click here then press Ctrl + C (PC) or Cmd + C (Mac).', 'feed-them-social' ); ?>">
193
  Fix: <?php echo isset( $fts_disable_magnific_css ) && 1 === $fts_disable_magnific_css ? 'Yes' . "\n" : 'No' . "\n"; ?>
194
 
195
  -- Fix Internal Server Error:
 
196
 
197
  Fix: <?php echo isset( $fts_fix_time_out ) && 1 === $fts_fix_time_out ? 'Yes' . "\n" : 'No' . "\n"; ?>
198
+ <?php if ( is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) || is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) || is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) || is_plugin_active( 'fts-bar/fts-bar.php' ) || is_plugin_active( 'feed-them-carousel-premium/feed-them-carousel-premium.php' ) ) { ?>
199
 
200
  -- Load More Options:
201
 
208
  Premium Active: <?php echo isset( $feed_them_social_premium_license_key ) && '' !== $feed_them_social_premium_license_key ? 'Yes' . "\n" : 'No' . "\n"; }if ( is_plugin_active( 'fts-bar/fts-bar.php' ) ) { ?>
209
  FTS Bar Active: <?php echo isset( $fts_bar_license_key ) && '' !== $fts_bar_license_key ? 'Yes' . "\n" : 'No' . "\n"; }if ( is_plugin_active( 'feed-them-carousel-premium/feed-them-carousel-premium.php' ) ) { ?>
210
  FTS Carousel Premium: <?php echo isset( $feed_them_carousel_premium_license_key ) && '' !== $feed_them_carousel_premium_license_key ? 'Yes' . "\n" : 'No' . "\n"; }if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) { ?>
211
+ Facebook Reviews Active: <?php echo isset( $fb_reviews_token ) && '' !== $fb_reviews_token ? 'Yes' . "\n" : 'No' . "\n"; }}?>
 
 
212
  ### End System Info ###</textarea>
213
  <?php
214
  // -- Pages or Posts with Shortcode(s).
admin/class-fts-youtube-options-page.php CHANGED
@@ -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
- esc_html( '%1$s Your %2$s is working! Generate your shortcode on the %3$ ssettings 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' ) . '">',
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' ) . '">',
feed-them.php CHANGED
@@ -7,18 +7,18 @@
7
  * Plugin Name: Feed Them Social (Facebook, Instagram, Twitter, etc)
8
  * Plugin URI: https://feedthemsocial.com/
9
  * Description: Customize feeds for Facebook Pages, Album Photos, Videos & Covers, Instagram, Twitter, Pinterest & YouTube on pages, posts or widgets.
10
- * Version: 2.5.7
11
  * Author: SlickRemix
12
  * Author URI: https://www.slickremix.com/
13
  * Text Domain: feed-them-social
14
  * Domain Path: /languages
15
  * Requires at least: WordPress 4.0.0
16
  * Tested up to: WordPress 4.9.8
17
- * Stable tag: 2.5.7
18
  * License: GPLv2 or later
19
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
20
  *
21
- * @version 2.5.7
22
  * @package FeedThemSocial/Core
23
  * @copyright Copyright (c) 2012-2018 SlickRemix
24
  *
@@ -31,7 +31,11 @@
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.5.7' );
 
 
 
 
35
 
36
  /**
37
  * Class Feed_Them_Social
@@ -92,10 +96,8 @@ final class Feed_Them_Social {
92
  add_action( 'admin_init', array( self::$instance, 'fts_check_nag_get' ) );
93
  add_action( 'admin_init', array( self::$instance, 'fts_maybe_set_transient' ) );
94
 
95
- $notice_status = get_option( 'fts_slick_rating_notice', false );
96
-
97
  // only display the notice if the time offset has passed and the user hasn't already dismissed it!
98
- if ( 'fts-review-waiting' !== get_transient( 'fts_slick_rating_notice_waiting' ) && 'dismissed' !== $notice_status ) {
99
  add_action( 'admin_notices', array( self::$instance, 'fts_rating_notice_html' ) );
100
  }
101
 
@@ -223,6 +225,7 @@ final class Feed_Them_Social {
223
 
224
  $plugin_data = get_plugin_data( __FILE__ );
225
  $plugin_version = $plugin_data['Version'];
 
226
  // Free Version Plugin version!
227
  if ( ! defined( 'FEED_THEM_SOCIAL_VERSION' ) ) {
228
  define( 'FEED_THEM_SOCIAL_VERSION', $plugin_version );
@@ -361,7 +364,7 @@ final class Feed_Them_Social {
361
  */
362
  public function fts_leave_feedback_link( $links, $file ) {
363
  if ( plugin_basename( __FILE__ ) === $file ) {
364
- $links['feedback'] = '<a href="' . esc_url( 'http://wordpress.org/support/view/plugin-reviews/feed-them-social', 'feed-them-social' ) . '" target="_blank">' . esc_html( 'Rate Plugin', 'feed-them-social' ) . '</a>';
365
  }
366
  return $links;
367
  }
@@ -400,18 +403,27 @@ final class Feed_Them_Social {
400
  public function fts_check_nag_get() {
401
  $fts_nag_nonce = wp_create_nonce( 'fts-nag-nonce' );
402
 
 
 
 
403
  if ( wp_verify_nonce( $fts_nag_nonce, 'fts-nag-nonce' ) ) {
404
- $transient = 'fts_slick_rating_notice_waiting';
405
- $option = 'fts_slick_rating_notice';
406
- $nag = 'fts_slick_ignore_rating_notice_nag';
407
 
408
- if ( isset( $_GET[ $nag ] ) && '1' === $_GET[ $nag ] ) {
 
 
 
 
 
 
409
  update_option( $option, 'dismissed' );
 
410
  } elseif ( isset( $_GET[ $nag ] ) && 'later' === $_GET[ $nag ] ) {
411
  $time = 2 * WEEK_IN_SECONDS;
 
412
  set_transient( $transient, 'fts-review-waiting', $time );
413
  update_option( $option, 'pending' );
414
  }
 
415
  return;
416
  }
417
  }
@@ -419,26 +431,40 @@ final class Feed_Them_Social {
419
  /**
420
  * FTS Set Review Transient
421
  *
422
- * Set a transient if the notice has not been dismissed or has not been set yet
423
  *
424
  * @since 2.4.5
425
  */
426
  public function fts_maybe_set_transient() {
 
427
  $fts_set_transient_nonce = wp_create_nonce( 'fts-set-transient-nonce' );
428
 
429
  if ( wp_verify_nonce( $fts_set_transient_nonce, 'fts-set-transient-nonce' ) ) {
430
  // Variables to define specific terms!
431
- $transient = 'fts_slick_rating_notice_waiting';
432
- $option = 'fts_slick_rating_notice';
433
 
434
  $fts_rating_notice_waiting = get_transient( $transient );
435
  $notice_status = get_option( $option, false );
436
 
437
- if ( ! $fts_rating_notice_waiting && ! ( 'dismissed' === $notice_status || 'pending' === $notice_status ) ) {
 
 
 
438
  $time = 2 * WEEK_IN_SECONDS;
439
  set_transient( $transient, 'fts-review-waiting', $time );
440
  update_option( $option, 'pending' );
 
441
  }
 
 
 
 
 
 
 
 
 
442
  return;
443
  }
444
  }
@@ -458,23 +484,27 @@ final class Feed_Them_Social {
458
  global $current_user;
459
  $user_id = $current_user->ID;
460
 
 
 
 
461
  /* Has the user already clicked to ignore the message? */
462
- if ( ! get_user_meta( $user_id, 'fts_slick_ignore_rating_notice' ) ) {
 
463
  ?>
464
- <div class="fts_notice fts_review_notice">
465
- <img src="<?php echo esc_url( plugins_url( 'feed-them-social/admin/images/feed-them-social-logo.png' ) ); ?>" alt="Feed Them Social">
466
- <div class="fts-notice-text">
467
- <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>
468
- <p class="fts-links">
469
- <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\'de love to', 'feed-them-social' ); ?></a>
470
- <a class="fts_notice_dismiss" href="<?php echo esc_url( add_query_arg( 'fts_slick_ignore_rating_notice_nag', '1' ) ); ?>"><?php echo esc_html( 'I\'ve already given a review', 'feed-them-social' ); ?></a>
471
- <a class="fts_notice_dismiss" href="<?php echo esc_url( add_query_arg( 'fts_slick_ignore_rating_notice_nag', 'later' ) ); ?>"><?php echo esc_html( 'Ask me later', 'feed-them-social' ); ?></a>
472
- <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>
473
- <a class="fts_notice_dismiss" href="<?php echo esc_url( add_query_arg( 'fts_slick_ignore_rating_notice_nag', '1' ) ); ?>"><?php echo esc_html( 'No thanks', 'feed-them-social' ); ?></a>
474
- </p>
475
- </div>
476
- </div>
477
- <?php
478
  }
479
  }
480
  }
7
  * Plugin Name: Feed Them Social (Facebook, Instagram, Twitter, etc)
8
  * Plugin URI: https://feedthemsocial.com/
9
  * Description: Customize feeds for Facebook Pages, Album Photos, Videos & Covers, Instagram, Twitter, Pinterest & YouTube on pages, posts or widgets.
10
+ * Version: 2.5.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 4.9.8
17
+ * Stable tag: 2.5.9
18
  * License: GPLv2 or later
19
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
20
  *
21
+ * @version 2.5.9
22
  * @package FeedThemSocial/Core
23
  * @copyright Copyright (c) 2012-2018 SlickRemix
24
  *
31
  *
32
  * Makes sure any js or css changes are reloaded properly. Added to enqued css and js files throughout!
33
  */
34
+ define( 'FTS_CURRENT_VERSION', '2.5.9' );
35
+
36
+ define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
37
+
38
+
39
 
40
  /**
41
  * Class Feed_Them_Social
96
  add_action( 'admin_init', array( self::$instance, 'fts_check_nag_get' ) );
97
  add_action( 'admin_init', array( self::$instance, 'fts_maybe_set_transient' ) );
98
 
 
 
99
  // only display the notice if the time offset has passed and the user hasn't already dismissed it!
100
+ if ( 'fts-review-waiting' !== get_transient( 'rating_fts_slick_notice_waiting' ) && 'dismissed' !== FEED_THEM_SOCIAL_NOTICE_STATUS ) {
101
  add_action( 'admin_notices', array( self::$instance, 'fts_rating_notice_html' ) );
102
  }
103
 
225
 
226
  $plugin_data = get_plugin_data( __FILE__ );
227
  $plugin_version = $plugin_data['Version'];
228
+
229
  // Free Version Plugin version!
230
  if ( ! defined( 'FEED_THEM_SOCIAL_VERSION' ) ) {
231
  define( 'FEED_THEM_SOCIAL_VERSION', $plugin_version );
364
  */
365
  public function fts_leave_feedback_link( $links, $file ) {
366
  if ( plugin_basename( __FILE__ ) === $file ) {
367
+ $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>';
368
  }
369
  return $links;
370
  }
403
  public function fts_check_nag_get() {
404
  $fts_nag_nonce = wp_create_nonce( 'fts-nag-nonce' );
405
 
406
+ global $current_user;
407
+ $user_id = $current_user->ID;
408
+ // Used for testing: delete_user_meta( $user_id, 'fts_slick_ignore_rating_notice' );
409
  if ( wp_verify_nonce( $fts_nag_nonce, 'fts-nag-nonce' ) ) {
 
 
 
410
 
411
+ $transient = 'rating_fts_slick_notice_waiting';
412
+ $option = 'rating_fts_slick_notice';
413
+ $nag = 'rating_fts_slick_ignore_notice_nag';
414
+
415
+ // Used for testing: echo isset( $_GET[ $nag ] ) ? $_GET[ $nag ] : 'no set nag';.
416
+ if ( isset( $_GET[ $nag ] ) && '1' === $_GET[ $nag ] && ! get_user_meta( $user_id, 'fts_slick_ignore_rating_notice' ) ) {
417
+
418
  update_option( $option, 'dismissed' );
419
+ update_user_meta( $user_id, 'fts_slick_ignore_rating_notice', '1' );
420
  } elseif ( isset( $_GET[ $nag ] ) && 'later' === $_GET[ $nag ] ) {
421
  $time = 2 * WEEK_IN_SECONDS;
422
+ // Used for testin: echo $time;.
423
  set_transient( $transient, 'fts-review-waiting', $time );
424
  update_option( $option, 'pending' );
425
  }
426
+ // Used for testin: echo 'no hit';.
427
  return;
428
  }
429
  }
431
  /**
432
  * FTS Set Review Transient
433
  *
434
+ * Set a transient if the notice has not been dismissed or has not been set yet.
435
  *
436
  * @since 2.4.5
437
  */
438
  public function fts_maybe_set_transient() {
439
+
440
  $fts_set_transient_nonce = wp_create_nonce( 'fts-set-transient-nonce' );
441
 
442
  if ( wp_verify_nonce( $fts_set_transient_nonce, 'fts-set-transient-nonce' ) ) {
443
  // Variables to define specific terms!
444
+ $transient = 'rating_fts_slick_notice_waiting';
445
+ $option = 'rating_fts_slick_notice';
446
 
447
  $fts_rating_notice_waiting = get_transient( $transient );
448
  $notice_status = get_option( $option, false );
449
 
450
+ global $current_user;
451
+ $user_id = $current_user->ID;
452
+
453
+ if ( ! $fts_rating_notice_waiting && ! ( 'dismissed' === $notice_status || 'pending' === $notice_status ) && ! get_user_meta( $user_id, 'fts_slick_ignore_rating_notice' ) ) {
454
  $time = 2 * WEEK_IN_SECONDS;
455
  set_transient( $transient, 'fts-review-waiting', $time );
456
  update_option( $option, 'pending' );
457
+ // Used for testing: print 'waiting';.
458
  }
459
+ // Used for testing:
460
+ // print get_transient( $transient );
461
+ // Used for testing: print ' & ';
462
+ // Used for testing: print $notice_status;
463
+ // Used for testing:
464
+ // update_option( $option, '' );
465
+ // Used for testing:
466
+ // set_transient( $transient, '', '' );
467
+ // Used for testing: echo 'no hit2';.
468
  return;
469
  }
470
  }
484
  global $current_user;
485
  $user_id = $current_user->ID;
486
 
487
+ // Used for testing: print_r( get_user_meta( $user_id, 'fts_slick_ignore_rating_notice' ) );
488
+ // Used for testing: $all_meta_for_user = get_user_meta( $user_id );
489
+ // Used for testing: print_r( $all_meta_for_user );.
490
  /* Has the user already clicked to ignore the message? */
491
+ if ( ! get_user_meta( $user_id, 'fts_slick_ignore_rating_notice' ) && ! isset( $_GET['rating_fts_slick_ignore_notice_nag'] ) ) {
492
+
493
  ?>
494
+ <div class="fts_notice fts_review_notice">
495
+ <img src="<?php echo esc_url( plugins_url( 'feed-them-social/admin/images/feed-them-social-logo.png' ) ); ?>" alt="Feed Them Social">
496
+ <div class="fts-notice-text">
497
+ <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>
498
+ <p class="fts-links">
499
+ <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\'de love to', 'feed-them-social' ); ?></a>
500
+ <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>
501
+ <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>
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( 'Not working, I need support', '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( 'No thanks', 'feed-them-social' ); ?></a>
504
+ </p>
505
+ </div>
506
+ </div>
507
+ <?php
508
  }
509
  }
510
  }
feeds/css/styles.css CHANGED
@@ -1 +1 @@
1
- /* If you think we have to many !important rules you have to consider that we are fighting with the themes CSS which in most cases overrides a plugins CSS. So if you see an !important rule and are having trouble overriding it make sure and target the body, html or a wrapper ID before the CSS class you are trying to override. */ @charset "UTF-8";.entriestitle.fts-youtube-popup,.fts-yt-first-video{word-break:break-word}.fts-twitter-div a,.tweeter-info:hover a{-webkit-transition:all .3s ease-in-out;text-decoration:none!important}.tweeter-info,.tweeter-info:hover a{-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.fts-jal-fb-group-display,.fts-twitter-div{clear:both}@font-face{font-family:FontAwesomeSlick;src:url(../css/font/fontawesome-webfont.eot?v=3.2.1);src:url(../css/font/fontawesome-webfont.eot?#iefix&v=3.2.1) format("embedded-opentype"),url(../css/font/fontawesome-webfont.woff?v=3.2.1) format("woff"),url(../css/font/fontawesome-webfont.ttf?v=3.2.1) format("truetype"),url(../css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format("svg")}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.fts-twitter-text{padding:4px 0 0;display:block;line-height:19px}.fts-video-show-hide-btns-wrap a:focus,.fts-video-show-hide-btns-wrap a:link,.fts-video-show-hide-btns-wrap a:visited{outline:0!important;border:none!important}.fts-view-on-twitter-link:before{font-family:FontAwesomeSlick;content:"\f14c ";display:inline-block;margin-right:6px}.fts-video-show-hide-btns-wrap a:before{font-family:FontAwesomeSlick;content:'\f16a';display:inline-block;margin-right:5px}img.fts-twitter-description-image{margin:10px 0 0!important}.fts-twitter-favorites:before,.fts-twitter-retweet:before{margin-right:5px;font-family:FontAwesomeSlick;position:relative}.fts-twitter-retweet:before{content:'\f079'!important;font-size:17px!important;top:1px}.fts-twitter-favorites:before{content:'\f004 '!important;font-size:13px!important;top:0}.fts-twitter-reply:before{font-family:FontAwesomeSlick;content:'\f112'!important;position:relative;top:2px;font-size:14px}.fts-twitter-caption,blockquote.twitter-video{display:none}.fts-twitter-div *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fts-fb-slideshow,.fts-fb-slideshow *,.fts-slicker-facebook-photos *,.fts-yt-videolist *,.popup-video-gallery-fb .fts-fb-photo-post-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.fts-twitter-div{position:relative;padding:0}.tweeter-info:hover a{transition:all .3s ease-in-out}.widget .fts-twitter-div .fts-uppercase{width:auto}.fts-twitter-div p{margin:0 0 5px!important;line-height:20px!important;padding:0}.widget .fts-twitter-div p{margin:0 0 8px!important;padding:0!important;line-height:19px!important;font-size:12px!important}.fts-twitter-div img{margin:0 10px}.fts-twitter-div .fts-uppercase{margin:0 5px 0 0;font-size:13px;font-weight:700;text-align:left;display:inline-block}.widget .twitter-image{margin-right:10px!important}.widget .fts-twitter-div .fts-uppercase,.widget .tweeter-info .fts-right,.widget .tweeter-info .fts-twitter-full-width{text-align:left;font-size:11px;line-height:14px;font-weight:400!important}.fts-right .fts-uppercase,.fts-twitter-full-width .fts-uppercase{display:inline-block}.tweeter-info .fts-right{float:none!important;padding:0 7px 0 71px;line-height:15px!important}.tweeter-info .fts-twitter-full-width{padding:10px 10px 0}.fts-twitter-fade{display:none;width:321px;height:80px;position:absolute;top:137px;left:1px}.fts-twitter-image,.widget .fts-twitter-image{margin:0;float:left}.tweeter-info{padding:11px;background:#eee;box-shadow:0 1px 2px #555;clear:both;min-height:51px;line-height:13px;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-twitter-div a,.tweeter-info:hover{-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.widget .tweeter-info{min-height:42px}.tweeter-info:hover{background:#FFF;box-shadow:0 1px 2px #222;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tweeter-info img{border-radius:0;box-shadow:0!important}.fts-twitter-link{position:absolute;top:217px;left:0;font-size:22px;text-transform:uppercase;width:291px;height:36px;padding:15px 0 0 38px;border-top:1px solid #c1c2c3;color:#000}.fts-video-loading-notice{color:#000}a.fts-powered-by-text{padding-top:8px!important;width:100%;text-align:center!important;display:block}.fts-twitter-div a{transition:all .3s ease-in-out;color:#0084b4}.fts-twitter-div a:hover{color:#444;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-decoration:none!important}.tweeter-info .time{font-size:12px}.fts-tweeter-wrap .tweeter-info{padding:14px 0 8px;background:0 0;box-shadow:0 0 0 #555;border-bottom:1px solid #eee;word-wrap:break-word;clear:both;font-size:14px;line-height:13px;-webkit-transition:background 0;-webkit-transition:all 0 ease-in-out;-moz-transition:all 0 ease-in-out;-o-transition:all 0 ease-in-out;transition:all 0 ease-in-out}.fts-tweeter-wrap .fts-video-wrapper{margin:15px 0 0}.fts-video-wrapper-padding{display:none}.fts-tweeter-wrap .tweeter-info:hover{background:0 0!important;box-shadow:0 0 0 #222!important}.fts-tweeter-wrap .tweeter-info img{max-width:100%;box-shadow:none!important;border-radius:0}.fts-twitter-favorites,.fts-twitter-reply,.fts-twitter-retweet{font-size:13px!important}.fts-twitter-reply-wrap a{display:inline-block!important;opacity:1;padding-right:0;-webkit-transition:background 1s;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.fts-twitter-reply-wrap{font-size:16px;margin-right:0;margin-top:10px;font-style:normal!important}.fts-tweeter-wrap:hover a{opacity:1}@media (max-width:767px){.fts-tweeter-wrap a{opacity:1!important}}.fts-video-show-hide-btns-wrap{margin:7px 0 0!important}.fts-video-show-hide-btns-wrap a{font-size:13px!important}.fts-twitter-load-video-wrapper,a.fts-twitter-load-video-wrapper{margin:0!important;padding:0!important}.fts-show-media-text,a.fts-close-media{display:none}.fts-twitter-div iframe,.fts-video-wrapper iframe{margin:0!important}.twitter-social-btn-bottom{margin:15px 0}.fts-jal-fb-see-more .icon-thumbs-up:before{content:"\f164"!important;font-size:14px}.fts-jal-fb-see-more .icon-comments:before{content:"\f086"!important;top:0;position:relative;font-size:14px}.fts-jal-fb-see-more .icon-file:before{content:"\f064"!important;top:2px!important;position:relative;font-size:14px}.fts-events-list-wrap .icon-map-marker [class^=icon-thumbs-up],.fts-jal-fb-see-more [class*=" icon--thumbs-up"],.fts-jal-fb-see-more [class*=" icon--file"],.fts-jal-fb-see-more [class^=icon-comments],.fts-jal-fb-see-more [class^=icon-file],.fts-jal-fb-see-more [class^=icon-thumbs-up]{display:inline-block!important;font-style:normal!important}.fts-events-list-wrap [class^=icon-]:before,.fts-jal-fb-see-more [class^=icon-]:before,.fts-jal-single-fb-post [class^=icon-]:before{font-family:FontAwesomeSlick!important;-webkit-font-smoothing:antialiased;margin:0 0 0 7px!important}.fts-jal-fb-see-more [class^=icon-]:before [class^=icon-],.fts-jal-single-fb-post{float:none!important;margin:0!important;display:block;padding:0!important;text-align:right!important;width:auto!important;height:auto!important;line-height:normal!important;vertical-align:baseline!important;background:0 0!important;font-style:normal!important}.fts-jal-fb-group-display img{border-radius:0!important;box-shadow:0 0 0 transparent!important;display:block;max-width: 100%;}.fts-jal-fb-group-header-desc{width:100%;margin:7px 0 15px!important;line-height:20px}.fts-jal-fb-header{clear:both}.no-more-posts-fts-fb{cursor:auto}.fts-jal-single-fb-post .slicker-facebook-album-photoshadow{display:none}.fts-jal-fb-header a:hover,.fts-jal-single-fb-post a:hover{font-style:normal;text-decoration:none!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#313131}.fts-jal-fb-user-thumb a{display:block}.fts-fb-get-directions{text-align:left!important;margin:0}.fts-jal-fb-header a,.fts-jal-single-fb-post a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-decoration:none!important;word-break:break-word;border:none!important}.fts-jal-fb-header h1{font-size:1.9em;margin:0!important;line-height:normal!important;padding:0!important}.widget .fts-jal-fb-header h1{font-size:1.8em;line-height:22px}.fts-jal-single-fb-post{width:100%;padding:15px 0 7px!important;margin-bottom:0;border-bottom:1px solid rgba(184,184,184,.3);position:relative;line-height:17px;text-align:left}.fts-slicker-facebook-posts .fts-jal-single-fb-post{width:auto;padding:10px 10px 8px!important;border-bottom:1px solid rgba(184,184,184,.3);line-height:17px}.widget .fts-jal-single-fb-post{width:100%;padding:17px 0 10px!important}.fts-facebook-popup .fts-jal-fb-user-thumb{width:50px;height:50px;float:left;margin:0 0 0 20px!important}.fts-jal-fb-user-thumb,.fts-mashup-icon{height:50px;margin-right:11px;float:left}.fts-jal-fb-user-thumb{width:50px;margin-bottom:5px}.fts-mashup-icon{width:20px;margin-bottom:5px}.widget .fts-jal-fb-right-wrap{padding-left:0}.widget .fts-jal-fb-top-wrap{padding-bottom:5px;padding-left:0;margin-bottom:5px;min-height:50px}.fts-jal-fb-message{padding-top:10px;line-height:21px;word-wrap:break-word}.fts-jal-fb-link-wrap p,.fts-jal-fb-message p{padding:0!important;margin:0 0 10px!important}.fts-jal-fb-link-wrap p{line-height:19px!important}.fts-jal-fb-link-wrap{margin-top:0;border-radius:0;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.jal-fb-description{word-wrap:break-word!important}.fts-jal-fb-picture{float:left;display:block;margin:10px 10px 4px 0}.fts-jal-fb-link-wrap img{margin:0}.fts-jal-fb-vid-picture{position:relative;float:left;height:auto!important;margin:10px 0 0;line-height:normal!important;cursor:pointer}.fts-jal-fb-description-wrap{float:left;padding:15px 12px 0 17px!important;color:#757575;font-size:13px!important;font-weight:400;text-align:left}.popup-gallery-fb .fts-jal-fb-description-wrap,.popup-video-gallery-fb .fts-jal-fb-description-wrap{padding:15px 0 0!important}.fts-jal-single-fb-post .fts-jal-fb-vid-wrap .fts-jal-fb-description-wrap{padding:15px 15px 0!important}.widget .fts-jal-fb-description-wrap{float:left;overflow:hidden;max-width:90%;line-height:19px!important;color:#999;font-size:12px!important;font-weight:400}.entry-content .fts-jal-fb-picture img,.fts-yt-videolist li img,.widget .fts-jal-fb-picture img,.widget a.fts-pin-board-wrap img,a.fts-pin-board-wrap img{max-width:100%}.fts-jal-fb-description{padding:5px 0 10px;line-height:17px!important;font-size:13px;color:#919191;word-wrap:break-word}.fts-jal-fb-description p{font-size:13px!important}.fts-jal-fb-top-wrap{margin-bottom:10px;text-align:left}.fts-jal-fb-user-name{font-weight:700;color:#888;display:block;padding-top:6px;padding-right:5px;font-size:16px;line-height:18px}.fts-slicker-facebook-albums .fts-jal-fb-user-name a{color:#FFF}.fts-jal-fb-post-time{color:#999;padding-top:4px;font-size:12px;line-height:10px;display:block}.fts-jal-fb-name{font-weight:700;color:#C00;padding-bottom:5px;font-size:15px;display:inline-block;line-height:18px}.fts-events-list-wrap .fts-jal-fb-name{font-weight:400;color:#c52214;padding-bottom:5px;font-size:15px;display:block;line-height:21px}.fts-jal-fb-vid-play-btn{background:url(../images/video-play-btn.png) no-repeat;bottom:7px;height:26px;left:9px;position:absolute;width:35px}.fts-jal-fb-picture img,.fts-vid-div{width:100%}.fts-vid-div .fts-jal-fb-vid-play-btn,.fts-vid-div img{display:none}.fts-vid-div iframe{position:absolute;z-index:500}.fts-jal-fb-see-more .icon-file{font-size:10px}.fts-jal-fb-see-more{float:right;margin:10px 0 0;font-size:12px;width:100%;text-align:right;font-style:normal!important}.fts-fb-event-photo{float:left}.fts-fb-large-photo{margin-right:0!important;font-weight:inherit}.fts-slicker-facebook-photos .fts-fb-photo-post-wrap:hover .fts-likes-shares-etc-wrap,.fts-slicker-facebook-photos .slicker-facebook-album-photoshadow:hover .fts-jal-fb-see-more{display:block}.fts-slicker-facebook-photos .fts-fb-photo-post-wrap:hover .fts-jal-fb-top-wrap,.fts-slicker-facebook-photos .fts-fb-video-post-wrap .slicker-facebook-album-photoshadow:hover .fts-jal-fb-top-wrap{opacity:1}.fts-slicker-facebook-albums .fts-jal-fb-description-wrap,.fts-slicker-facebook-photos .fts-jal-fb-description,.fts-slicker-facebook-photos .fts-jal-fb-see-more:hover,.fts-slicker-facebook-photos .fts-jal-fb-user-name a:hover{color:#FFF}.fts-slicker-facebook-photos .fts-jal-fb-description-wrap{font-weight:inherit!important}.fts-slicker-facebook-photos *{-ms-box-sizing:border-box;box-sizing:border-box}.instagram-placeholder *,.slicker-instagram-placeholder *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fts-jal-fb-vid-wrap .slicker-facebook-album-photoshadow{position:absolute;top:0;right:0;height:auto;z-index:600;cursor:pointer;width:auto;opacity:1!important;background-color:rgba(0,0,0,.6)!important;display:none}.fts-jal-fb-vid-wrap .slicker-facebook-album-photoshadow:before{content:'info';color:#FFF;padding:5px 10px 7px;text-align:right;float:right;font-size:12px;display:none}.fts-fb-load-more,.fts-fb-spinner,.fts-instagram{text-align:center}.slicker-facebook-album-photoshadow{position:absolute;top:0;right:0;height:100%;width:100%;z-index:100}.fts-slicker-facebook-photos .fts-fb-photo-post-wrap .slicker-facebook-album-photoshadow:hover{background-color:rgba(0,0,0,.9);-webkit-transition:background-color .01s ease-out;-moz-transition:background-color .01s ease-out;-o-transition:background-color .01s ease-out;transition:background-color .01s ease-out;z-index:100;opacity:.8;top:0;right:0;height:100%;width:100%}.fts-slicker-facebook-photos .fts-fb-photo-post-wrap:hover .slicker-facebook-album-photoshadow{background-color:rgba(0,0,0,.9);-webkit-transition:background-color .01s ease-out;-moz-transition:background-color .01s ease-out;-o-transition:background-color .01s ease-out;transition:background-color .01s ease-out;z-index:100;opacity:.8;top:0;display:block;right:0;height:100%;width:100%}.fts-slicker-facebook-photos .fts-jal-fb-right-wrap{padding:0!important}.fts-slicker-facebook-photos .fts-jal-fb-user-thumb{display:none}.fts-slicker-facebook-photos .fts-jal-fb-top-wrap{color:#FFF!important;padding:12px 15px 0!important;z-index:600;position:absolute;width:100%;opacity:0;-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s}.fts-slicker-facebook-photos .fts-jal-fb-message{padding:15px 0 0;color:#FFF!important;position:relative;font-size:14px;z-index:100}.fts-slicker-facebook-photos .fts-jal-fb-post-time{color:#ddd;margin-top:0}.fts-slicker-facebook-albums .fts-jal-fb-description-wrap a:hover,.fts-slicker-facebook-albums .jal-fb-description a:hover,.fts-slicker-facebook-photos .jal-fb-description a:hover{color:#ccc}.fts-slicker-facebook-photos .fts-jal-fb-link-wrap,.fts-slicker-facebook-photos .fts-jal-fb-vid-wrap{line-height:12px!important}.fts-slicker-facebook-photos .fts-jal-fb-vid-wrap iframe{height:305px;width:305px}.fts-slicker-facebook-albums .fts-jal-fb-description-wrap{word-wrap:break-word;width:100%}.fts-slicker-facebook-albums .fts-jal-fb-description-wrap a{float:left;width:100%;line-height:19px;padding:0!important}.fts-slicker-facebook-albums .jal-fb-description a,.fts-slicker-facebook-photos .jal-fb-description a{float:none!important}.fts-slicker-facebook-photos .fts-jal-single-fb-post{position:relative;float:none;z-index:0;overflow:hidden;border:none!important;padding:0!important;font-family:proxima-nova,'Helvetica Neue',Arial,Helvetica,sans-serif!important;background:#000;vertical-align:top!important;display:inline-block!important}.fts-fb-get-directions:before,.slicker-instagram-image-likes:before,.slicker-instagram-placeholder .fts-instagram-icon:before{font-family:FontAwesomeSlick;-webkit-font-smoothing:antialiased}.fts-slicker-facebook-photos .fts-jal-fb-link-wrap,.fts-slicker-facebook-photos .fts-jal-fb-vid-wrap{border:none!important;margin:0!important;width:100%;height:100%}.fts-album-photos-wrap img{vertical-align:middle!important;display:inline-block!important}.fts-slicker-facebook-photos.fts-slicker-facebook-albums .fts-jal-single-fb-post{height:auto}.fts-slicker-facebook-photos{margin:auto;text-align:center}.fts-slicker-facebook-photos .fts-jal-fb-picture{display:block;margin:0;padding:0;float:none;width:auto;left:0;right:0;top:0;position:absolute;background-size:cover;background-position:center center;background-repeat:no-repeat}div.fts-fb-location{letter-spacing:1px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:21),only screen and (min-device-pixel-ratio:2){.fts-jal-fb-vid-wrap iframe{height:130px}}.fts-fb-spinner>div{width:10px;height:10px;background-color:#999;border-radius:100%;display:inline-block;-webkit-animation:fts-fb-bouncedelay 1.4s infinite ease-in-out;animation:fts-fb-bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fb-social-btn-below-description,.fb-social-btn-bottom,.fb-social-btn-top{width:100%;overflow:hidden}.fts-fb-spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.fts-fb-spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes fts-fb-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes fts-fb-bouncedelay{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.fts-fluid-videoWrapper-html5 video{object-fit:inherit;margin-bottom:0!important}.fts-fb-album-view-link a{color:#FFF}.fts-fb-album-view-link a:hover{color:#eee}.fts-instagram-fade .fts-fb-caption{display:block}.fts-view-album-photos-large:before,.fts-view-fb-videos-large:before,.fts-view-on-facebook-link:before,.view-on-facebook-albums-link:before{font-family:FontAwesomeSlick;content:"\f14c ";display:inline-block;margin-right:6px;-webkit-font-smoothing:antialiased}.fts-fb-get-directions:before{content:"\f041 ";display:inline-block;margin:0 5px 0 2px}.instagram-placeholder,.slicker-instagram-placeholder{font-family:proxima-nova,'Helvetica Neue',Arial,Helvetica,sans-serif!important}.fts-instagram-fade .fts-instagram-caption-content,.fts-instagram-fade .fts-jal-fb-description{color:#fff;padding:0;margin:0}.fts-instagram-fade .fts-fb-album-view-link{display:none}#facebook-sidebar .fts-fb-load-more-wrapper{max-width:100%!important;margin-top:-1px!important;z-index:9999;position:relative}.fb-social-btn-bottom{margin-top:15px!important}.fb-social-btn-top{display:block;margin-bottom:12px!important}.fb-social-btn-below-description{margin-top:5px!important;margin-bottom:5px!important}@media only screen and (max-width:640px){.fb-like.fb_iframe_widget,.fb-like.fb_iframe_widget>span,.fb-like.fb_iframe_widget>span>iframe{width:100%!important;position:relative!important}}.fts-events-list-wrap .fts-jal-fb-picture{float:left;display:block;margin:0}.fts-events-list-wrap a.fts-jal-fb-name{font-size:17px}.fts-events-list-wrap .fts-fb-event-time{font-size:15px}.fts-events-list-wrap .fts-fb-location{font-size:15px;display:block;margin:10px 0 5px}.fts-events-list-wrap .fts-fb-location-title{font-size:15px;display:block;padding:0;font-weight:700;font-style:normal;margin:12px 0 0}.fts-events-list-wrap .fts-jal-fb-message{clear:both;font-size:15px}.fts-fb-get-directions{font-size:15px;padding:0 0 20px;color:#4595f0}.fts-fb-load-more{border-radius:1px;padding:0;line-height:37px!important;width:100%;min-height:37px!important;font-size:13px!important;background:rgba(240,240,240,.45);cursor:pointer;color:#111;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-fb-load-more:hover{background:rgba(240,240,240,.85)}.instagram-image,.widget .instagram-image{background-color:#000;z-index:1;display:block}.flip360-fts-load-more{-moz-animation:spinY .5s linear;-ms-animation:spinY .5s linear;-o-animation:spinY .5s linear;animation:spinY .5s linear;-webkit-animation-name:spinY;-webkit-animation-duration:.5s;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode:both;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-moz-animation-timing-function:cubic-bezier(.75,0,.175,1);-ms-animation-timing-function:cubic-bezier(.75,0,.175,1);-o-animation-timing-function:cubic-bezier(.75,0,.175,1);animation-timing-function:cubic-bezier(.75,0,.175,1)}@-moz-keyframes spinY{0%{-moz-transform:rotateY(0);transform:rotateY(0)}100%{-moz-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes spinY{0%{-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transform-style:preserve-3d}100%{-webkit-transform:rotateY(360deg);transform:rotateY(360deg);-webkit-transform-style:preserve-3d}}@-o-keyframes spinY{0%{-o-transform:rotateY(0);transform:rotateY(0)}100%{-o-transform:rotateY(360deg);transform:rotateY(360deg)}}@-ms-keyframes spinY{0%{-ms-transform:rotateY(0);transform:rotateY(0)}100%{-ms-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes spinY{0%{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}}.clear{clear:both}.heart-comments-wrap li,ul.heart-comments-wrap{padding:0!important;margin:0!important;line-height:1.3em!important;border:none!important}.widget .instagram-placeholder li,.widget .instagram-placeholder ul{padding:0!important;margin:0!important;height:auto!important}.instagram-placeholder p{margin:0;padding:0}.instagram-placeholder{position:relative;z-index:0;display:inline-block;margin:0 20px 20px}.widget .instagram-placeholder{margin:-10px 9px 0 10px!important;width:104px!important;text-align:left!important}.instagram-image{width:150px;height:150px;position:relative}.widget .instagram-image{width:105px;height:100px;position:relative;background-size:100%!important}.instaG-photoshadow{background-color:rgba(0,0,0,.1);bottom:0;left:0;position:absolute;right:0;top:0;border:1px solid rgba(0,0,0,.12);z-index:1;-webkit-transition:background-color .05s ease-out;-moz-transition:background-color .05s ease-out;-o-transition:background-color .05s ease-out;transition:background-color .05s ease-out;width:148px;height:148px}.widget .instaG-photoshadow{width:103px;height:98px}.instagram-placeholder:hover .instaG-photoshadow{background-color:transparent;-webkit-transition:background-color .01s ease-out;-moz-transition:background-color .01s ease-out;-o-transition:background-color .01s ease-out;transition:background-color .01s ease-out;border:1px solid rgba(0,0,0,.12);width:148px;height:148px}.heart-comments-wrap li,.instagram-placeholder .date{color:#888;position:relative;z-index:1;-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s;text-shadow:0 1px 0 rgba(255,255,255,.8);opacity:0;pointer-events:none}.widget .instagram-placeholder:hover .instaG-photoshadow{width:103px;height:98px}a.instaG-backg-link{position:relative;display:block}.instagram-placeholder .date{text-align:center;margin-bottom:5px;font-size:12px;height:20px;line-height:20px;font-weight:700;transition:all .15s ease-out .1s}.widget .instagram-placeholder .date{text-align:center;margin-bottom:5px;font-size:11px;height:15px;line-height:20px;font-weight:400!important}.instagram-placeholder .heart-comments-wrap ul{height:20px;margin:10px 0 0!important}.widgets .instagram-placeholder .heart-comments-wrap ul{height:15px;margin:6px 0 0!important}.heart-comments-wrap li{display:inline-block;margin:10px 0 0 .5em!important;padding:0 0 0 16px!important;line-height:10px!important;font-size:12px!important;font-weight:400!important;transition:all .15s ease-out .1s}.instagram-placeholder .fts-backg,.slicker-instagram-placeholder .slicker-date{-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s}.widget .instagram-placeholder .heart-comments-wrap li{display:inline-block;margin:6px 0 5px 2px!important;pointer-events:none;padding:0 0 0 15px!important;line-height:10px!important;font-size:11px!important;border:none!important}.widget .instagram-placeholder .heart-comments-wrap .instagram-image-likes{margin-right:4px!important}.instagram-placeholder .fts-backg,.widget .instagram-placeholder .fts-backg{z-index:0;left:0;width:100%;margin:-5px;padding:5px;background:#FFF;position:absolute}.instagram-placeholder .fts-backg{top:25px;height:150px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);transition:all .15s ease-out .1s}.widget .instagram-placeholder .fts-backg{top:20px;height:100px;font-size:11px}.widget .date{font-size:11px}.instagram-placeholder:hover .fts-backg{margin:-28px -12px;padding:8px 12px;height:193px;-webkit-transition-delay:0;-moz-transition-delay:0;-o-transition-delay:0;transition-delay:0;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.2);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.2)}.widget .instagram-placeholder:hover .fts-backg{margin:-22px -10px;padding:5px 10px;height:135px}.instagram-image-likes{background:url(../images/hearts-instagram.jpg) no-repeat}.instagram-image-comments{background:url(../images/comments-instagram.jpg) no-repeat}.instagram-placeholder:hover .date,.instagram-placeholder:hover .instagram-image-comments,.instagram-placeholder:hover .instagram-image-likes{opacity:1;z-index:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.slicker-instagram-placeholder li,.slicker-instagram-placeholder ul{padding:0!important;margin:0!important;line-height:1.3em!important;border:none!important;width:auto!important;overflow:visible!important}.slicker-heart-comments-wrap{position:absolute;z-index:500;bottom:10px;right:12px}.slicker-instagram-placeholder p{margin:0;padding:0}.slicker-instagram-placeholder,.slicker-youtube-placeholder{position:relative;z-index:0;display:inline-block;overflow:hidden;background-size:cover;background-position:center center;background-repeat:no-repeat;vertical-align:top}.slicker-instagram-image{line-height:0!important;position:relative;z-index:1;background-color:#000;display:block}.slicker-instagram-image img{line-height:normal!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:0 0 0 rgba(0,0,0,.175)!important;-moz-box-shadow:0 0 0 rgba(0,0,0,.175)!important;box-shadow:0 0 0 rgba(0,0,0,.175)!important;margin:0!important;padding:0!important;border:none!important;width:100%}.slicker-instaG-photoshadow{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1;-webkit-transition:background-color .05s ease-out;-moz-transition:background-color .05s ease-out;-o-transition:background-color .05s ease-out;transition:background-color .05s ease-out;vertical-align:middle}.slicker-instagram-placeholder:hover .slicker-instaG-photoshadow{background-color:rgba(0,0,0,.7);-webkit-transition:background-color .01s ease-out;-moz-transition:background-color .01s ease-out;-o-transition:background-color .01s ease-out;transition:background-color .01s ease-out;border:1px solid rgba(0,0,0,.12)}a.slicker-instaG-backg-link{position:relative;display:block}.slicker-instagram-placeholder .fts-share-wrap,.slicker-instagram-placeholder .slicker-date{margin-bottom:5px;font-size:13px;line-height:20px;font-weight:400;position:absolute;transition:all .15s ease-out .1s;height:20px;color:#FFF;opacity:0;text-align:center}.slicker-instagram-placeholder .fts-share-wrap{bottom:-10px;left:4px;z-index:50000000}.slicker-instagram-placeholder .slicker-date{top:10px;left:15px;z-index:500;pointer-events:none}.slicker-instagram-placeholder .slicker-heart-comments-wrap ul{height:20px;margin:10px 0 0!important}.fts-mashup-count-wrap .slicker-heart-comments-wrap li,.slicker-instagram-placeholder .slicker-heart-comments-wrap li{display:inline-block;margin:0!important;pointer-events:none;padding:0 0 0 10px!important;line-height:10px!important;font-size:12px!important;font-weight:400!important;color:#FFF;text-align:center;position:relative;z-index:1;opacity:0;-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s}body .fts-mashup-count-wrap li{opacity:1!important}.fts-mashup .fts-jal-fb-see-more,.fts-mashup .fts-single-pin-like-count,.fts-mashup .fts-single-pin-repin-count,.fts-mashup a.ft-gallery-link-popup,body .fts-mashup-count-wrap a,body .fts-mashup-count-wrap li{color:#777!important}a.fts-slicker-backg{height:68px;width:68px;line-height:68px;font-size:68px;top:0;bottom:0;left:0;right:0;margin:auto;z-index:700;position:absolute;text-align:center;vertical-align:middle;opacity:0;color:rgba(255,255,255,.27)}.slicker-instagram-placeholder .fts-instagram-icon:before{content:"\f16d";font-size:100%;display:inline-block;-webkit-transition:all 1s ease-out 0;-moz-transition:all 1s ease-out 0;-o-transition:all 1s ease-out 0}.slicker-instagram-placeholder a.fts-slicker-backg:hover{opacity:1;color:rgba(255,255,255,.55);-webkit-transition:all 0 ease-out 0;-moz-transition:all 0 ease-out 0;-o-transition:all 0 ease-out 0}.slicker-instagram-image-likes:before{content:"\f004";margin-right:5px}.fts-slicker-instagram{margin:auto;text-align:center}.instagram-placeholder:hover .fts-see-on-instagram,.slicker-instagram-placeholder:hover .fts-see-on-instagram,.slicker-instagram-placeholder:hover .fts-share-wrap,.slicker-instagram-placeholder:hover .fts-slicker-backg,.slicker-instagram-placeholder:hover .slicker-date,.slicker-instagram-placeholder:hover .slicker-instagram-image-comments,.slicker-instagram-placeholder:hover .slicker-instagram-image-likes{opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.fts-comment-instagram:before{font-family:FontAwesomeSlick!important;content:"\f075"!important;-webkit-font-smoothing:antialiased;margin-right:5px;font-size:13px!important;display:inline-block;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:FlipH;position:relative;top:-1px;right:-4px}.fts-see-on-instagram div:before,.fts-view-on-instagram-link:before{content:"\f138 ";font-family:FontAwesomeSlick}.fts-see-on-instagram{position:absolute;bottom:11px;right:12px;opacity:0;z-index:750;-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s}.widget .instagram-placeholder .fts-see-on-instagram{position:absolute;top:19px;right:6px;z-index:750;display:none}.instagram-placeholder .fts-see-on-instagram{position:absolute;bottom:2px;right:6px;opacity:0;z-index:750}.fts-see-on-instagram div{display:inline-block;cursor:pointer;font-weight:400!important}.instagram-placeholder .fts-see-on-instagram div{display:block;cursor:pointer;font-weight:400!important}.widget .instagram-placeholder .fts-see-on-instagram div:before{color:#FFF;font-size:14px}.instagram-placeholder .fts-see-on-instagram div:before{color:#888;font-size:13px}.slicker-instagram-placeholder .fts-see-on-instagram div:before{color:#FFF;font-size:14px}.fts-see-on-instagram div:before{display:inline-block}.fts-view-on-instagram-link:before{display:inline-block;margin-right:6px}.fts-instagram-caption{display:none}.fts-instagram-fade .mfp-title p{color:#fff!important;margin:0 0 10px!important;padding:0!important}.fts-instagram-fade .mfp-title a{color:#FFF;text-decoration:none!important}.fts-instagram-fade .mfp-title a:hover{color:#eee}.instagram-social-btn-bottom,.instagram-social-btn-top{text-align:center;font-size:14px!important;background:#517fa4;border-radius:4px;width:167px;color:#FFF;line-height:15px;padding:7px 0!important}.instagram-social-btn-top{margin:0 auto 15px}.instagram-social-btn-bottom{margin:15px auto 0}.instagram-social-btn-bottom:hover,.instagram-social-btn-top:hover{opacity:.9}#fts-social-bar-icons-wrap .instagram-social-btn-bottom a,#fts-social-bar-icons-wrap .instagram-social-btn-top a{color:#FFF!important;font-weight:100!important;display:inline-block;text-decoration:none!important}#fts-social-bar-icons-wrap .instagram-social-btn-top a:hover{color:#FFF!important}.instagram-social-btn-bottom a,.instagram-social-btn-top a{color:#FFF!important;font-weight:100!important;display:inline-block;text-decoration:none!important}.instagram-social-btn-bottom a:hover,.instagram-social-btn-top a:hover{color:#FFF;font-weight:100!important}.instagram-social-btn-bottom:before,.instagram-social-btn-top:before{font-family:FontAwesomeSlick;content:"\f16d ";display:inline-block;margin-right:6px;font-size:16px!important;-webkit-font-smoothing:antialiased}.fts-pinterest-boards-wrap *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fts-fb-slideshow,.fts-fb-slideshow *,.fts-yt-videolist *{box-sizing:border-box}.fts-pinterest-wrapper{text-align:center;margin:auto;position:relative}a.fts-pin-board-wrap:link{text-decoration:none!important;border-bottom:0}a.fts-pin-board-wrap{border-radius:10px!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.33);display:inline-block;text-decoration:none;padding:10px 9px 10px 10px;margin:8px 8px 0;text-align:left}a.fts-pin-board-wrap:hover{background:#fff;border-radius:10px}.fts-pin-board-wrap .label,.fts-single-pin-description a,.fts-single-pin-pinned-to-wrap{text-decoration:none!important}h3.fts-pin-board-board_title,h3.fts-pin-board-board_title span{-webkit-font-smoothing:antialiased!important;display:block!important}.fts-pin-board-wrap:hover .hoverMask,.pinterest-single-thumb-wrap:hover .hoverMask{background:rgba(255,255,255,.1)}h3.fts-pin-board-board_title{width:210px;color:#555!important;font-size:16px!important;font-weight:700!important;margin:7px 0 5px 7px!important;padding:0!important;position:relative!important;font-family:"Helvetica Neue",arial,sans-serif!important;line-height:15px!important;clear:both}div.fts-pin-board-img-wrap,div.pinterest-single-thumb-wrap{background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}h3.fts-pin-board-board_title span{white-space:nowrap!important;overflow:hidden!important;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:capitalize}a.fts-pin-board-wrap{-webkit-border-radius:0;overflow:hidden}div.fts-pin-board-img-wrap{vertical-align:top;border-radius:10px 10px 0 0!important;overflow:hidden;clear:both;height:115px;-moz-box-shadow:0 0 3px rgba(0,0,0,.33) inset}.fts-pin-board-thumbs-wrap div:last-child{margin-right:0;border-bottom-right-radius:10px!important;border-bottom-left-radius:0!important}.fts-pin-board-wrap{max-width:254px;width:100%}.fts-pin-board-thumbs-wrap{min-height:50px}div.pinterest-single-thumb-wrap{margin-right:2px;margin-top:2px;height:108px!important;border-bottom-left-radius:10px!important;width:49.58%;display:inline-block}.fts-pin-board-img-wrap .hoverMask,.pinterest-single-thumb-wrap .hoverMask{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.33) inset;-moz-box-shadow:0 0 3px rgba(0,0,0,.33) inset;box-shadow:0 0 3px rgba(0,0,0,.33) inset;bottom:0;left:0;position:absolute;right:0;top:0}.fts-pin-board-wrap .fts-pin-board-pin-count{-webkit-font-smoothing:antialiased;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.3);-moz-box-shadow:inset 0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.3);box-shadow:inset 0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.3);text-shadow:0 -1px 0 rgba(0,0,0,.7);background-color:#000;background-color:rgba(68,68,68,.7);bottom:3px;color:#fff;padding:0 6px;position:absolute;left:3px;font-family:"Helvetica Neue",arial,sans-serif!important;font-size:12px!important;font-weight:700;line-height:21px}.fts-pin-board-pin-count:before{content:'';width:7px;height:9px;background:url(../images/pinterest-icons.png) -137px -87px no-repeat;display:inline-block;margin-right:3px}.fts-pin-board-wrap .label{font-weight:700;text-align:left!important;line-height:1.1em!important;white-space:nowrap;display:inline-block;position:relative;margin-bottom:inherit;padding:0!important;font-size:.7875rem;background:0 0!important;color:#fff}.widget .fts-pin-board-thumbs-wrap,.widget h3.fts-pin-board-board_title{display:none!important}.widget div.fts-pin-board-img-wrap{position:relative;overflow:hidden;clear:both;min-height:100px;height:auto;width:auto;border-radius:10px!important}.widget a.fts-pin-board-wrap{width:40%;padding:6px;margin:4px 4px 0!important;border-radius:1px!important}.widget div.fts-pin-board-img-wrap{-webkit-box-shadow:0 0 1px rgba(0,0,0,.11) inset!important;-moz-box-shadow:0 0 1px rgba(0,0,0,.11) inset;box-shadow:0 0 0 transparent inset!important;margin-bottom:0}.pinterest-single-thumb-wrap .hoverMask,.widget .fts-pin-board-img-wrap .hoverMask{-webkit-box-shadow:0 0 0 rgba(0,0,0,.33) inset;-moz-box-shadow:0 0 0 rgba(0,0,0,.33) inset;box-shadow:0 0 0 rgba(0,0,0,.33) inset}.fts-single-pin-wrap{background:#FFF;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.22);box-shadow:0 1px 2px 0 rgba(0,0,0,.22);border-radius:6px;width:236px!important;margin:14px 7px 0;border:none!important;text-align:left;overflow:hidden}.fts-single-pin-description{margin:10px 15px;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-size:13px;line-height:17px;word-wrap:break-word}.fts-single-pin-img-wrap img{-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px;max-width:100%}.fts-single-pin-social-meta-wrap{font-family:Helvetica,sans-serif;font-size:11px;color:#999;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;margin:-13px 10px 7px 15px}.fts-single-pin-social-meta-wrap .fts-single-pin-repin-count{margin:10px 12px 0 0;display:inline-block;font-size:13px}.fts-single-pin-social-meta-wrap .fts-single-pin-repin-count:before{font-family:FontAwesomeSlick;margin-right:5px;font-size:12px!important;content:"\f08d"}.fts-single-pin-social-meta-wrap .fts-single-pin-like-count{font-size:13px!important}.fts-single-pin-social-meta-wrap .fts-single-pin-like-count:before{font-family:FontAwesomeSlick;content:"\f086"!important;margin-right:5px;font-size:13px!important}.fts-single-pin-pinned-to-title,.fts-single-pin-pinned-to-wrap{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;overflow:hidden}.fts-single-pin-pinned-to-wrap{line-height:15px;padding:10px;border-radius:0 0 6px 6px;border:none!important;border-top:1px solid #e7e7e7!important}.fts-single-pin-pinned-to-wrap:hover{background:#eee;cursor:pointer}.fts-single-pin-pinned-to-wrap div{color:#999;display:block;font-weight:700;font-size:11px;font-family:Helvetica,sans-serif}.fts-single-pin-pinned-to-text{color:#999}div.fts-single-pin-pinned-to-title{color:#717171}.fts-single-pin-pinned-to-wrap img{position:relative;border-radius:2px;height:30px;margin-right:5px;width:30px;float:left}.fts-single-pin-pinned-to-title{border-radius:0 0 6px 6px}.fts-single-attribution-wrap{white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-family:Helvetica,sans-serif;color:#666;margin:-2px 0 5px 15px!important;font-size:11px;display:block;border:none!important;line-height:1.6471}.fts-yt-vids-in-row1 .fts-yt-videolist ul li:first-child,.fts-yt-vids-in-row1 li .entriestitle{display:none}.fts-yt-vids-in-row3 li .entriestitle,.fts-yt-vids-in-row4 li .entriestitle{font-size:85%!important;line-height:100%!important}.fts-single-attribution-wrap img{height:16px;margin-right:5px;position:relative;width:16px;float:left}.pinterest-social-btn-top{margin-bottom:0;text-align:center}.widget .pinterest-social-btn-top{margin-bottom:5px;text-align:center}.pinterest-social-btn-bottom{margin-top:5px;text-align:center}.fts-yt-videolist iframe{width:100%}.fts-yt-vids-in-row1 div.fts-yt-videolist p{padding-bottom:25px;clear:both}.fts-yt-first-video p{margin:10px 10px 25px!important}.fts-yt-videolist ul,.fts-yt-vids-in-row1 ul li{margin:0!important;padding:0!important}#secondary .front-widgets .fts-yt-large iframe{height:100%!important;max-height:300px!important;min-height:300px!important}.widget .fts-yt-videolist ul li{margin-bottom:0!important;list-style:none!important}.fts-yt-videolist ul{width:100%!important}.fts-yt-videolist ul li{list-style:none!important}.fts-yt-vids-in-row1 li{width:100%!important;margin-bottom:5%}.fts-yt-vids-in-row2 li,.fts-yt-vids-in-row3 li,.fts-yt-vids-in-row4 li{float:left;border:none;position:relative;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:1%!important;margin:0!important}.fts-yt-vids-in-row1 li iframe{width:100%}.fts-yt-vids-in-row2 li{width:50%!important}.fts-yt-vids-in-row3 li{width:33.3%!important}.fts-yt-vids-in-row4 li{width:25%!important}.fts-yt-vids-in-row2 li .entriestitle,.fts-yt-vids-in-row3 li .entriestitle,.fts-yt-vids-in-row4 li .entriestitle{padding:0 5px;position:absolute;left:0;top:20%;opacity:0;width:87.5%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fts-yt-vids-in-row2 li:hover .entriestitle,.fts-yt-vids-in-row3 li:hover .entriestitle,.fts-yt-vids-in-row4 li:hover .entriestitle{background:#000;border-radius:0;color:#FFF;padding:5% 6%;opacity:.9;z-index:100;right:0;line-height:18px;font-size:90%;font-weight:700;box-shadow:0 4px 8px #333;display:block}.fts-yt-vids-in-row2 li:hover,.fts-yt-vids-in-row3 li:hover,.fts-yt-vids-in-row4 li:hover{background-color:rgba(0,0,0,.9);box-shadow:0 1px 10px #333;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-yt-overlay-wrap{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;z-index:-1!important;background-color:rgba(0,0,0,.75);text-align:center;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out;pointer-events:none;box-shadow:0 2px 500px #000}body .fts-yt-overlay-wrap.fts-yt-target{display:block;opacity:1;z-index:9999999!important;-webkit-transition:opacity .5s ease-in;-moz-transition:opacity .5 ss ease-in;transition:opacity .5s ease-in;pointer-events:auto}.fts-fb-video-icon,.fts-watermark-inside{pointer-events:none}.fts-yt-overlay{max-width:775px;opacity:1;z-index:300;position:absolute;top:0;bottom:0;right:0;left:0;max-height:472px;padding:10px;background:#444;margin:auto!important;box-shadow:0 2px 200px #000}.fts-yt-overlay-wrap iframe{margin:0;min-height:343px;background:#000!important;margin-bottom:0!important}.fts-yt-popup-close{display:block;position:absolute;top:-19px;right:0;background:#444;color:#FFF!important;text-decoration:none;font-size:85%;font-family:verdana;font-weight:400;padding:.5% 2.5% 0;line-height:20px}.widget .fts-yt-first-video p{font-size:12px!important;margin-bottom:10px!important;margin-top:5px}.widget .fts-yt-videolist li{margin:0!important;line-height:0!important}.widget .fts-yt-videolist ul{padding-bottom:15px!important;float:left}.fts-yt-vids-in-row1 ul li iframe{margin-bottom:12px!important}@media only screen and (max-width:775px){.fts-yt-overlay{background:0 0;box-shadow:0 0 0 #000}.fts-yt-popup-close{background:0 0}}.widget .fts-yt-large .fts-yt-first-video iframe,.widget .fts-yt-vids-in-row1 li iframe{width:100%;height:0!important;min-height:100%!important;max-height:160px!important;padding:0}.fts-fluid-videoWrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.fts-fluid-videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100%;background:#000;border:none}.fts-fluid-videoWrapper video{background:#000}.fts-jal-fb-vid-wrap{margin-top:10px;border-radius:0;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-jal-fb-vid-wrap iframe,.widget .fts-jal-fb-vid-wrap iframe{width:100%;margin:0!important;padding:0!important}.fts-vine-thumbnail .fts-vine-logo:before,.fts-vine-thumbnail-cover,.popup-video-gallery-fb span.fts-fb-video-icon:before{-webkit-transition:all .5s ease-out 0;-moz-transition:all .5s ease-out 0;-o-transition:all .5s ease-out 0;-webkit-font-smoothing:antialiased}.widget .fts-jal-fb-vid-wrap iframe{height:50%}.fts-yt-first-video h2{margin:0 0 7px!important}.youtube-social-btn-top{margin:0 0 5px!important}.youtube-social-btn-bottom{padding:10px 0 0 6px;clear:both}@keyframes fade{from,to{opacity:1}50%{opacity:.5}}@-webkit-keyframes fade{from,to{opacity:1}50%{opacity:.5}}.fts-vine-wrapper{text-align:center}.fts-vine-video-wrap{text-align:left;display:inline-block;max-width:290px;vertical-align:top}.fts-vine-video-wrap a.fts-vine-author{display:block;margin:5px 0 0;padding:0}.fts-vine-white-popup .mfp-close{margin-top:-40px;font-size:35px;margin-right:-10px;color:#FFF!important}.fts-vine-white-popup{position:relative;background:#FFF;padding:20px;width:auto;max-width:640px;margin:30px auto}.fts-iframe-vine{padding-top:262px}.fts-vine-author{font-size:18px;line-height:24px}.fts-vine-text{font-size:13px;line-height:18px;padding:0 15px 15px 0}.fts-vine-thumbnail{display:block;position:relative;background:0 0!important}.fts-vine-thumbnail-cover{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;opacity:0;display:inline-block;cursor:pointer}.fts-vine-logo{font-size:27px}.fts-vine-thumbnail .fts-vine-logo:before,.popup-video-gallery-fb span.fts-fb-video-icon:before{font-family:FontAwesomeSlick;font-size:100%}.fts-vine-thumbnail .fts-vine-logo:before{content:"\f1ca"!important;display:inline-block;position:absolute;z-index:200;right:12px;top:5px;line-height:1.5;color:#00bf8f}.fts-vine-thumbnail-cover:hover{opacity:.3;background:#000}.fts-vine-thumbnail:hover .fts-vine-logo:before{color:#FFF;text-shadow:2px 1px #555;-webkit-animation:wiggle .5s ease;animation:wiggle .5s ease}@-webkit-keyframes wiggle{0%,100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}60%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}80%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}}@keyframes wiggle{0%,100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}60%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}80%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}}@media only screen and (max-device-width:736px){.fts-iframe-vine{padding-bottom:14%!important}.fts-vine-white-popup{padding:0}}.post-5593 .entry-content{text-align:center}.fts-fb-video-popup{position:relative;background:0 0;padding:20px 60px;width:auto;max-width:1400px;margin:30px auto}.fts-fb-video-popup .mfp-close{color:#FFF!important;right:47px!important;top:-19px!important}@media only screen and (min-device-width:375px) and (max-device-width:667px){.fts-fb-video-popup{padding:20px!important}.fts-fb-video-popup .mfp-close{right:5px!important}}@media only screen and (min-device-width:414px) and (max-device-width:736px){.fts-fb-video-popup{padding:20px!important}.fts-fb-video-popup .mfp-close{right:5px!important}}@media only screen and (min-device-width:768px) and (max-device-width:1024px){.fts-fb-video-popup video{min-height:400px}.fts-fb-video-popup{padding:10px!important}.fts-fb-video-popup .mfp-close{right:-2px!important;top:-25px!important}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.fts-fb-video-popup video{min-height:600px}}.fts-view-fb-videos-largeeee:before{content:"";display:inline-block;margin-right:6px;-webkit-font-smoothing:antialiased;background:url(../images/fb-play-btn.png);height:80px;width:80px}.fts-fb-photo-post-wrap:hover a.fts-slicker-backg{opacity:1;outline:0!important;color:#FFF}.popup-video-gallery-fb span.fts-fb-video-icon:before{content:"\f144"!important;display:inline-block!important;opacity:.5!important;color:#FFF;outline:0!important}.popup-video-gallery-fb span.fts-fb-video-icon:hover:before{opacity:.8!important;color:#FFF}.popup-video-gallery-fb a.visible-video-button{opacity:9!important;outline:0!important;z-index:1500}.popup-video-gallery-fb .fts-fb-load-more{max-width:340px;margin:20px auto}.fts-fb-social-btn-center,.popup-video-gallery-align-center{text-align:center;font-size:0}.fts-fb-social-btn-right,.popup-video-gallery-align-right{text-align:right}.fts-fb-social-btn-left,.popup-video-gallery-align-left{text-align:left}.cycle-slideshow .fts-jal-fb-picture{max-width:100%!important}.popup-video-gallery-fb .fts-fb-photo-post-wrap{vertical-align:top!important;display:inline-block!important;float:none;text-align:left;border-radius:0;max-width:100%;max-height:100%;box-sizing:border-box}.popup-video-gallery-fb .fts-fb-photo-post-wrap .fts-jal-fb-user-name{padding-top:0!important}.fts-review-star,.fts-reviews-star{background:#4791FF;color:#FFF;font-weight:400;padding:2px 12px;border-radius:15px;border: none !important;}.fts-review-details-master-wrap .fts-review-star{background:#4791FF;color:#FFF;font-weight:400;padding:11px 12px 9px 17px;border-radius:30px;margin:0 12px 0 0;font-size:20px;float:left;vertical-align:top;line-height:22px}.fts-review-star{font-size:13px;margin-left:5px;font-style:normal;white-space:nowrap}.fts-review-star a{background:#4791FF;color:#FFF}.fts-reviews-feed .fts-jal-fb-post-time{padding-top:10px!important}.fts-review-star:after{content:"";font-size:14px}.fts-reviews-feed .fts-jal-fb-message{margin-top:5px}.fts-reviews-feed .fts-jal-fb-user-name{margin-top:0;font-size:14px}.fts-jal-fb-vid-picture .fts-fluid-videoWrapper-html5{display:none}.fts-fluid-videoWrapper .fluid-width-video-wrapper{position:initial}.fts-jal-fb-user-thumb img{width:50px;max-width:100%}.fts-jal-fb-description p{line-height:17px!important;white-space:normal!important}.fts-checked-in-text-link{display:inline-block;padding-bottom:0}.fts-checked-in-img{float:left;margin-right:10px;max-width:160px}.fts-checked-in-get-directions{margin-top:5px}.fts-instagram-fade .mfp-title,.fts-instagram-fade .mfp-title a{font-size:13px}.fts-fluid-videoWrapper-html5{margin-top:10px;width:100%}.fts-fb-slideshow.slideshow .fts-fb-photo-post-wrap{position:relative!important;float:none;display:inline-block}.fts-fb-slideshow{width:100%;padding:0;overflow:hidden}.fts-fb-slideshow>a{position:absolute;top:0;left:0;width:100%;padding:0;background-color:#222;display:block}.fts-fb-slideshow>a>img{width:100%;position:static;display:block}.fts-fb-slideshow>div{position:absolute;top:0;left:0;padding:0}.composite-example>div{background:#fff}.composite-example>div>img{display:block}.composite-example>div .cycle-overlay{color:#fff;background:#000;opacity:.6;filter:alpha(opacity=60);position:absolute;bottom:0;width:100%;padding:0}.fts-slider-center{text-align:center;padding:2px 0;background:#171717;position:relative;display:block;min-height:35px;font-size:15px;line-height:30px}.fts-slider-center span{display:inline-block;position:absolute;-webkit-text-size-adjust:none}.fts-cycle-slide p{margin:0;padding:0}.fts-prevControl-icon:before{content:'\f0a8';font-family:FontAwesomeSlick!important;font-size:24px}.fts-custom-caption{text-align:center;position:absolute;width:100%;left:0;top:2px;font-size:13px!important;line-height:30px;font-weight:700;z-index:0;letter-spacing:1px}.fts-nextControl-icon:before{font-size:24px;content:'\f0a9';font-family:FontAwesomeSlick!important}.fts-prevControl-icon{left:8px;z-index:1;cursor:pointer}.fts-nextControl-icon{right:7px;z-index:1;cursor:pointer}.fts-nextControl-icon:hover,.fts-prevControl-icon:hover{opacity:.8!important}.fb-social-btn-top{width:100%!important;overflow:hidden}.fts-instagram-fade.mfp-ready .mfp-figure{opacity:1!important}.page-id-6026 #main-header{display:none}.page-id-6026 #page-container{padding-top:0!important}.page-id-6026 .container{margin:0 auto!important;max-width:100%!important;width:100%!important}.fts-slider-icons-center{display:block;line-height:30px}.fts-pager-option{top:10px;position:relative}.fts-pager-option-top{bottom:0;position:relative;top:5px}.fts-pager-option,.fts-pager-option-top{text-align:center;width:100%;z-index:500;display:block}.fts-pager-option span{font-size:47px;width:15px;height:15px;line-height:10px;display:inline-block}.fts-pager-option span.cycle-pager-active,.fts-pager-option span:hover{opacity:.5}.fts-pager-option>*{cursor:pointer}.fts-fb-vid-popup .mfp-iframe-holder .mfp-close,.fts-fb-vid-popup .mfp-inline-holder .mfp-close{top:-50px!important;font-size:54px!important;font-weight:100;font-family:inherit}.fts-facebook-popup.mfp-bg,.fts-vine-vid-popup.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.fts-facebook-popup.mfp-bg.mfp-ready{opacity:.8;z-index:99999990}.fts-facebook-popup.mfp-bg.mfp-removing{opacity:0}.fts-facebook-popup.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.fts-facebook-popup.mfp-wrap.mfp-ready .mfp-content{opacity:1}.fts-facebook-popup.mfp-wrap.mfp-removing .mfp-content{opacity:0}.fts-facebook-popup .mfp-close{left:0!important;margin-left:4px!important;background:0 0!important;cursor:zoom-out!important;border:none!important;box-shadow:none!important;font-size:27px!important;font-family:'Open Sans',Arial,sans-serif!important;font-weight:600!important;top:-42px!important;opacity:.5!important}.fts-facebook-popup .mfp-close:before{display:none!important}.fts-facebook-popup .mfp-iframe-holder .mfp-content,.fts-facebook-popup .mfp-inline-holder .mfp-content{max-width:1400px}.fts-facebook-popup .mfp-iframe-scaler iframe,.fts-facebook-popup .mfp-iframe-scaler video{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:none!important;background:#000;right:0;margin:auto}.fts-facebook-popup .mfp-title{padding:20px;background:rgba(255,255,255,.11);margin-top:21px}.fts-facebook-popup .fts-popup-wrap{max-width:1400px;margin:0 auto;padding:0;vertical-align:middle;width:100%;position:relative}.fts-facebook-popup .fts-popup-half{width:75%;float:left;background:#000;text-align:center;vertical-align:middle;height:100%;position:relative;z-index:88888888}.fts-facebook-popup .fts-popup-second-half{height:100%;width:25%;position:relative;float:left}.fts-facebook-popup .fts-popup-second-half .mfp-bottom-bar{margin:0;position:absolute!important;top:0;right:0;width:100%;cursor:auto;color:#000;overflow:auto}.fts-facebook-popup .fts-popup-wrap img.mfp-img{width:auto;max-width:100%;display:initial;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;vertical-align:middle}.fts-facebook-popup .fts-popup-wrap .mfp-counter{position:relative;bottom:0;text-align:right;right:10px;color:#c1c1c1!important;font-size:12px;line-height:18px;white-space:nowrap;display:inline-block;float:right;top:initial;margin:5px 0}.fts-facebook-popup .fts-position-helper{display:inline-block;height:100%;vertical-align:middle}.fts-facebook-popup .fts-popup-image-position{min-height:527px;width:100%;background:#000;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.fts-facebook-popup .fts-popup-wrap .mfp-title{padding:0;background:rgba(255,255,255,.11);margin:0}.fts-facebook-popup .fts-popup-second-half .mfp-title a{color:#0f6fad;text-decoration:none!important}.fts-youtube-popup .fts-popup-second-half .mfp-title a{color:#0f6fad!important}.fts-facebook-popup .mfp-figure:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#FFF}.fts-facebook-popup .fts-popup-wrap .mfp-title p,.fts-instagram-caption-content .fts-popup-wrap .mfp-title p{color:#000!important;margin:0 0 10px!important;padding:0!important}.fts-facebook-popup .mfp-image-holder .mfp-content{max-width:1400px;width:100%}.fts-facebook-popup .fts-jal-fb-user-name{font-size:14px;margin-top:20px;padding-left:82px;display:block;padding-right:15px}.fts-facebook-popup .fts-fb-caption,.fts-facebook-popup .fts-non-popup-text,.hide-date-likes-comments-etc{display:none!important}.fts-facebook-popup .fts-jal-fb-post-time{padding-left:82px}.fts-facebook-popup .fts-instagram-caption-content,.fts-facebook-popup .fts-jal-fb-message{padding:20px 20px 0}.fts-facebook-popup .fts-fb-caption a{font-size:13px}.fts-facebook-popup i:before{margin-left:0!important;font-style:normal!important;font-size:15px!important}.fts-facebook-popup .icon-file:before{font-size:15px!important}#fts-photo-next:hover:after,#fts-photo-prev:hover:after,.fts-popup-half:hover #fts-photo-next:after,.fts-popup-half:hover #fts-photo-prev:after{opacity:1!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#fts-photo-next:after,#fts-photo-prev:after{font-family:FontAwesomeSlick;font-size:58px!important;font-weight:100;opacity:0;color:#FFF;border:none!important;margin-top:-20px!important}#fts-photo-next:after{content:"\f105"}#fts-photo-prev:after{content:"\f104"}.fts-facebook-popup .mfp-arrow{background:0 0!important;width:48px!important;height:28px!important;line-height:normal!important;margin:-32px 0!important}.fts-facebook-popup .mfp-arrow:after{margin:0!important;top:0!important;border:none!important;width:48px!important;height:24px!important}.twitter-followers-fts.fts-tweets-first,.twitter-followers-fts:hover{border-bottom:4px solid #1b95e0!important}.fts-facebook-popup .mfp-arrow-left{left:5px!important}.fts-facebook-popup .mfp-arrow-right{right:5px!important}.fts-facebook-popup .fts-jal-fb-description.fts-jal-fb-description-popup,.fts-facebook-popup .hide-date-likes-comments-etc{display:inline-block!important}.fts-facebook-popup .mfp-arrow:before,.fts-iframe-popup-element,.fts-video-popup-element{display:none}.fts-jal-fb-description-popup{color:#444}.fts-facebook-popup .fts-jal-fb-description-wrap{max-height:300px;overflow:auto;max-width:100%;padding-left:20px!important;width:100%}.fts-facebook-popup *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}body .fts-facebook-popup a.fts-powered-by-text{margin:2px 20px!important;text-align:left!important;float:left!important;font-size:12px;color:#c1c1c1!important;width:auto!important;font-weight:400!important;line-height:18px!important}.fts-powered-by-text-popup a.fts-powered-by-text{display:block!important}.fts-facebook-popup .mfp-iframe-holder .mfp-bottom-bar,.fts-facebook-popup .mfp-inline-holder .mfp-bottom-bar{overflow:auto}.fts-fb-comments-content{float:left;width:100%;max-width:100%;background:#f6f7f9;padding:0 20px 20px}.fts-facebook-popup .fts-fb-location-title{font-size:15px;display:block;padding:0;font-weight:700;font-style:normal;margin:12px 0 0;color:#333}.ft-gallery-share-wrap .fa,.fts-share-wrap i{font-style:normal!important}.fts-facebook-popup .fts-instagram-caption-content,.fts-facebook-popup .fts-jal-fb-message{clear:both;font-size:15px;color:#333}.fts-facebook-popup .fts-fb-get-directions{font-size:15px;display:inline-block;padding:0 0 20px;color:#4595f0!important}.fts-facebook-popup .fts-fb-ticket-info{color:#4595f0!important}.fts-event-title-wrap{font-size:24px;line-height:24px}.fts-fb-comments-wrap{display:none!important}.fts-fb-comment{clear:both;float:left;width:100%;color:#222;margin:0;padding:15px 0 0;font-size:13px}.fts-fb-comment-user-pic{float:left;width:32px;height:32px;margin:0;border-radius:50px}.fts-fb-comment-msg{padding-left:42px;font-size:12px}.fts-fb-comment-user-name{font-weight:700;display:inline-block;font-size:12px}@media all and (max-width:900px){.fts-facebook-styles-popup .fts-popup-half,.fts-facebook-styles-popup .fts-popup-second-half{height:100%;width:100%;position:relative;float:none}.fts-facebook-styles-popup .fts-popup-half{background:#000;text-align:center;vertical-align:middle;z-index:500}.fts-facebook-styles-popup .mfp-bottom-bar{background:#FFF;padding-bottom:10px}.fts-facebook-styles-popup .mfp-iframe-holder .mfp-content,.fts-facebook-styles-popup .mfp-inline-holder .mfp-content{top:0}.fts-facebook-styles-popup .mfp-iframe-holder .fts-popup-image-position,.fts-facebook-styles-popup .mfp-inline-holder .fts-popup-image-position{height:auto!important}.fts-facebook-styles-popup .mfp-container{padding-top:40px;padding-bottom:0}.fts-facebook-styles-popup .mfp-container:before{display:none}.fts-popup-image-position{min-height:50px!important}.fts-facebook-styles-popup .fts-popup-second-half .mfp-bottom-bar{height:auto!important;overflow:visible!important}}@media all and (max-width:640px){.fts-instagram-styles-popup .fts-popup-half,.fts-instagram-styles-popup .fts-popup-second-half{height:100%;width:100%!important;position:relative;float:none}.fts-instagram-styles-popup .fts-popup-half{background:#fff;text-align:center;vertical-align:middle;z-index:500}.fts-instagram-styles-popup .mfp-bottom-bar{background:#FFF;padding-bottom:10px}.fts-instagram-styles-popup .mfp-iframe-holder .mfp-content,.fts-instagram-styles-popup .mfp-inline-holder .mfp-content{top:0}.fts-instagram-styles-popup .mfp-iframe-holder .fts-popup-image-position{height:auto!important}.fts-instagram-styles-popup .mfp-container{padding-top:40px;padding-bottom:0}.fts-instagram-styles-popup .mfp-container:before{display:none}.fts-popup-image-position{min-height:50px!important}.fts-instagram-styles-popup .fts-popup-second-half .mfp-bottom-bar{height:auto!important;overflow:visible!important}}@media all and (min-width:1900px){.fts-facebook-popup .fts-popup-second-half.fts-instagram-popup-second-half{float:left!important}.fts-facebook-popup .fts-popup-second-half{height:100%;width:100%;position:relative;float:left}.fts-facebook-popup .fts-popup-half{background:#000;text-align:center;vertical-align:middle;z-index:500;width:100%}.fts-facebook-popup .mfp-bottom-bar{background:#FFF;padding-bottom:10px}.fts-facebook-popup .mfp-iframe-holder .mfp-content,.fts-facebook-popup .mfp-inline-holder .mfp-content{top:0}.fts-facebook-popup .mfp-iframe-holder .fts-popup-image-position,.fts-facebook-popup .mfp-inline-holder .fts-popup-image-position{height:auto!important}.fts-facebook-popup .mfp-container{padding-top:40px;padding-bottom:0}.fts-facebook-popup .mfp-container:before{display:none}.fts-popup-image-position{min-height:50px!important}.fts-facebook-popup .fts-popup-second-half .mfp-bottom-bar{height:auto!important;overflow:visible!important;min-height:auto!important}}.fts-twitter-backg-image,.fts-twitter-backg-image img{margin:0!important;padding:0!important;position:relative;z-index:99}.fts-instagram .image-overlay,.fts-instagram .image-overlay-inside,.fts-instagram .image-overlay.overlay-type-extern,.fts-jal-fb-group-display .image-overlay-inside,.fts-jal-single-fb-post .image-overlay,.fts-jal-single-fb-post .image-overlay-inside,.fts-jal-single-fb-post .image-overlay.overlay-type-extern,.fts-mashup .image-overlay,.fts-mashup .image-overlay.overlay-type-extern,.fts-pinterest-wrapper .image-overlay,.fts-pinterest-wrapper .image-overlay-inside,.fts-pinterest-wrapper .image-overlay.overlay-type-extern,.fts-profile-pic a .image-overlay,.fts-profile-pic a .image-overlay-inside,.fts-profile-pic a .image-overlay.overlay-type-extern,.fts-slicker-facebook-photos .image-overlay,.fts-slicker-facebook-photos .image-overlay-inside,.fts-slicker-facebook-photos .image-overlay.overlay-type-extern,.fts-tweeter-wrap .image-overlay,.fts-tweeter-wrap .image-overlay-inside,.fts-tweeter-wrap .image-overlay.overlay-type-extern,.fts-vine-content .image-overlay,.fts-vine-content .image-overlay-inside,.fts-vine-content .image-overlay.overlay-type-extern,.fts-yt-videolist .image-overlay,.fts-yt-videolist .image-overlay-inside,.fts-yt-videolist .image-overlay.overlay-type-extern{display:none!important}.fts-facebook-popup.mfp-ready .mfp-figure{opacity:1}ul.fts-sidebar-menu ul.fts-social-bar-icons-wrap ul li{margin:0!important}.fts-instagram-inline-block-centered{text-align:center;font-size:0;margin:auto}#facebook-sidebar .fts-fb-comments-wrap{display:none}.fts-twitter-backg-image img{display:block!important;width:100%}.fts-twitter-backg-image .twitter-social-btn-top{position:absolute!important;bottom:5px;left:10px;z-index:100}.fts-twitter-followers-wrap{background:#FFF;padding:1px 5px 0 0;margin-bottom:10px;text-align:center;color:#1b95e0!important}.twitter-followers-fts{text-align:center;display:inline-block;padding:5px 15px;font-size:18px;font-weight:600!important}.twitter-followers-fts a,.twitter-followers-fts-singular a{font-weight:400!important;letter-spacing:.02em;text-transform:uppercase}.twitter-followers-fts a{display:block;color:#66757f!important;font-size:11px;transition:color .15s ease-in-out}.twitter-followers-fts:hover{transition:border .15s ease-in-out}.fts-tweets-first,.fts-tweets-first a,.twitter-followers-fts:hover a{color:#1b95e0!important}.fts-tweet-others-right{margin-left:65px}.fts-tweet-reply-left{float:left;display:inline-block}.fts-twitter-reply-wrap a{color:rgba(144,147,148,.71)}body .fts-twitter-favorites-wrap:hover{color:#c32525!important}.fts-twitter-favorites-wrap{margin-left:20px}body .fts-twitter-reply-wrap.fts-twitter-full-width{margin-left:0!important;margin-top:0}.twitter-followers-fts-singular{font-size:15px;padding:5px 0 0}.twitter-followers-fts-singular a{color:#66757f!important;font-size:11px}.twitter-social-btn-top a,.twitter-social-btn-top iframe{color:#fff!important}@media (max-width:400px){.twitter-followers-fts{padding:5px 10px;font-size:15px!important;font-weight:500!important}}.fts-twitter-full-name{font-size:14px!important}a.fts-twitter-at-name{font-size:12px!important;color:#999!important;font-weight:400!important}.fts-profile-wrap{clear:both;display:block}.fts-clear{clear:both}.fts-profile-pic{float:left;margin:0 25px 20px 0;max-width:125px}.fts-profile-pic a:hover{opacity:.8}.fts-isnta-full-name{padding:0 0 10px;float:left;margin:4px 20px 0 0}.fts-profile-name-wrap .fts-follow-header-wrap{font-size:14px;display:inline-block;letter-spacing:0;padding:7px 10px;border-radius:4px;border:1px solid #5dba00;line-height:18px}.fts-profile-description{font-size:15px;line-height:22px}.fts-profile-name-wrap{font-size:32px;margin-bottom:18px;letter-spacing:2px;line-height:28px}.fts-profile-pic img{border-radius:50%;max-width:100%}.fts-profile-stats{margin:0 0 5px}.fts-profile-stats span{font-weight:700;display:inline-block}.fts-profile-stats div{font-size:15px;display:inline-block;margin-right:20px;margin-bottom:10px}.fts-profile-wrap{max-width:630px;margin:auto;padding:0 0 20px}.fts-facebook-popup .fts-instagram-caption-content a{color:#003569!important}.fts-facebook-popup a.ft-gallery-link-popup,.fts-facebook-popup a.fts-jal-fb-see-more{font-size:12px;text-align:right;margin-top:15px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:13px 20px 11px 40px;background:#f6f7f9;display:block!important;width:100%!important}.fts-instagram-popup-profile-wrap{display:none}.fts-facebook-popup.fts-instagram-styles-popup .fts-profile-pic{display:block;padding:15px 10px 0 15px;margin:0}.fts-facebook-popup.fts-instagram-styles-popup .fts-profile-pic img{display:block;width:40px}.fts-facebook-popup.fts-instagram-styles-popup .fts-isnta-full-name{font-size:17px;letter-spacing:normal;color:#333}.fts-facebook-popup.fts-instagram-styles-popup .fts-profile-name-wrap{padding-top:15px}.fts-follow-header-wrap{margin-right:15px;color:#5dba00}.fts-follow-header-wrap a{color:#5dba00!important}.fts-facebook-popup.fts-instagram-styles-popup .fts-insta-date-popup-grab{clear:both;text-align:right;margin:55px 15px -8px!important;color:#999;border-top:1px solid #eee;padding-top:12px;font-size:14px}.fts-facebook-popup.fts-instagram-styles-popup a.fts-view-on-instagram-link{margin:20px 15px 0;padding:10px 0!important;color:#9f9f9f!important}.fts-facebook-popup.fts-instagram-styles-popup .fts-view-on-instagram-link:before{font-size:15px;top:1px;position:relative;margin-left:5px}.fts-facebook-popup.fts-instagram-styles-popup .fts-follow-header-wrap{float:right;margin:0 15px 20px 0;color:#5dba00;font-size:12px}.fts-facebook-popup.fts-instagram-styles-popup .heart-comments-wrap,.fts-facebook-popup.fts-instagram-styles-popup .slicker-heart-comments-wrap{position:relative;color:#444!important;margin:0 0 0 15px!important;font-size:14px;width:auto!important;left:0}.fts-facebook-popup.fts-instagram-styles-popup .heart-comments-wrap li,.fts-facebook-popup.fts-instagram-styles-popup .slicker-heart-comments-wrap li{display:inline-block;margin-right:15px!important;margin-top:-5px!important;opacity:1}.fts-facebook-popup.fts-instagram-styles-popup .fts-comment-instagram:before{font-size:14px}.fts-facebook-popup.fts-instagram-styles-popup .fts-popup-half.fts-instagram-popup-half{width:64%}.fts-facebook-popup.fts-instagram-styles-popup .fts-popup-second-half.fts-instagram-popup-second-half{width:36%}.fts-facebook-popup.fts-instagram-styles-popup .fts-instagram-popup-half .fts-popup-image-position{min-height:auto!important}.fts-facebook-popup.fts-instagram-styles-popup .fts-popup-second-half .mfp-bottom-bar{margin:0;position:absolute!important;top:0;right:0;width:100%;cursor:auto;color:#000;overflow:auto;min-height:200px}.fts-facebook-popup.fts-instagram-styles-popup .mfp-iframe-holder .mfp-content,.fts-facebook-popup.fts-instagram-styles-popup .mfp-image-holder .mfp-content,.fts-facebook-popup.fts-instagram-styles-popup .mfp-inline-holder .mfp-content{max-width:1000px;width:100%}.fts-facebook-popup.fts-instagram-styles-popup .heart-comments-wrap{margin:-18px 0 0 15px!important}.fts-facebook-popup a.fts-view-on-instagram-link{font-size:12px;text-align:left;margin-top:15px;border-top:1px solid #eee;border-bottom:1px solid #eee;color:#555!important;padding:10px 20px;background:#FFF;display:block}.fts-mashup-post-wrap{padding:0!important;border-bottom:1px solid rgba(184,184,184,.3);line-height:17px;margin-bottom:10px;position:relative;display:inline-block;width:100%}.fts-mashup-type-name{clear:both;width:100%;display:block;background:#f7f7f7;margin-bottom:10px;box-shadow:1px 1px 0 #ddd}.fts-mashup-type-name span{display:block;padding:0 7px 3px 0;text-align:right;font-size:10px;color:#bfbfbf;line-height:14px}.fts-mashup-count-wrap{width:100%;clear:both;display:block;padding-top:12px;text-align:left;margin-bottom:6px;float:left}.fts-mashup-count-wrap a{display:inline-block;font-size:13px}.fts-mashup-count-wrap .fts-tweet-reply-left{float:none;display:inline-block}.fts-mashup-description-wrap{clear:both;padding-top:5px;line-height:18px}.fts-jal-fb-post-time{margin-bottom:8px}.twitter-video{min-width:200px!important}.fts-mashup .fts-mashup-image-and-video-wrap{margin-top:8px;position:relative;line-height:0}.fts-mashup-count-wrap .slicker-heart-comments-wrap{position:relative;top:inherit;bottom:inherit;margin:0!important}.fts-mashup-count-wrap .slicker-heart-comments-wrap li.slicker-instagram-image-likes{padding-left:0!important}.fts-mashup .fts-twitter-description-image{margin-top:0!important}.fts-mashup .fts-single-pin-social-meta-wrap{margin:0}.fts-mashup .fts-single-pin-social-meta-wrap span{margin-top:0;font-size:14px}.fts-mashup .fts-youtube-title{font-weight:700;font-size:12px;padding:8px 0 0;line-height:14px}.fts-mashup-post-wrap .fts-jal-single-fb-post{padding-top:0!important}.fts-mashup .fts-jal-single-fb-post{border-bottom:none}.fts-mashup .fts-jal-fb-picture,.fts-mashup .fts-jal-fb-vid-picture{margin-top:0}.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb a:before,.fts-mashup-instagram-icon a:before,.fts-mashup-pinterest-icon a:before,.fts-mashup-twitter-icon a:before,.fts-mashup-wp_gallery-icon a:before,.fts-mashup-youtube-icon a:before{font-family:FontAwesomeSlick;font-size:32px;font-weight:100!important}.fts-mashup-instagram-icon a:before{content:"\f16d";font-size:37px;top:2px;position:relative}.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb a:before{content:"\f09a";top:2px;position:relative;left:8px;font-size:30px}.fts-mashup-hide-fb-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb a:before{content:""}.fts-mashup-twitter-icon a:before{content:"\f099";top:0;position:relative;left:3px}.fts-mashup-pinterest-icon a:before{content:"\f231";position:relative;top:3px;left:5px}.fts-mashup-youtube-icon a:before{content:"\f167";position:relative;top:2px;left:4px}.fts-mashup-icon-wrap-left.fts-mashup-youtube-icon a:before{top:0;left:2px}.slicker-instagram-placeholder .ft-text-for-popup-content{padding:5px 15px;opacity:0;z-index:10;position:relative;color:#FFF}.slicker-instagram-placeholder .fts-mashup-count-wrap{opacity:0;z-index:10;position:absolute;bottom:-5px;left:5px;color:#FFF}.slicker-instagram-placeholder:hover .fts-mashup-count-wrap a{color:#FFF!important;font-size:12px}.slicker-instagram-placeholder .fts-mashup-count-wrap a{color:#FFF;font-size:12px}.slicker-instagram-placeholder:hover .ft-text-for-popup-content,.slicker-instagram-placeholder:hover .fts-mashup-count-wrap{opacity:1;color:rgba(255,255,255,.88)}.slicker-instagram-placeholder .ft-gallery-link-popup{font-size:14px;position:absolute;bottom:10px;left:10px}.ft-gallery-link-popup:before{font-family:FontAwesomeSlick;content:"\f14d ";display:inline-block;margin-right:6px;-webkit-font-smoothing:antialiased;font-size:16px;margin-top:1px;margin-left:1px}.fts-mashup-wp_gallery-icon a:before{content:"\f19a";position:relative;top:2px;left:4px}.fts-mashup-icon-wrap-left.fts-mashup-wp_gallery-icon a:before{top:0;left:2px}.fts-mashup-icon-wrap-right.fts-mashup-wp_gallery-icon{margin-top:3px;margin-right:5px}.slicker-instagram-placeholder .ft-wp-gallery-icon{margin-top:-12px;margin-right:0}.fts-mashup-icon-wrap-left.fts-mashup-twitter-icon a:before{top:0;left:3px}.fts-mashup-type-icon-spacer{clear:both;width:100%;display:block;background:#f7f7f7;margin-bottom:2px}.fts-feed-type-wp_gallery .fts-mashup-description-wrap{margin:0 0 15px}.fts-mashup .fts-feed-type-facebook .fts-jal-fb-user-thumb,.fts-mashup-hide-fb-thumb.fts-feed-type-facebook .fts-jal-fb-user-thumb{display:none!important}.fts-feed-type-facebook .fts-mashup-icon-wrap-left a:before,.fts-feed-type-facebook .fts-mashup-icon-wrap-right a:before{content:"\f09a";top:2px;position:relative;left:9px;font-size:28px!important}.fts-mashup-type-icon{float:left;height:40px;margin:15px 10px 0 0}.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb{width:40px;height:45px;float:left;margin:0}.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb a,.fts-mashup-icon-wrap{float:left;height:45px;width:40px;padding-top:13px;position:relative;margin-top:0!important;text-decoration:none!important}.fts-mashup-hide-fb-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb a{float:left;height:50px;width:50px;padding-top:0;position:relative;margin-top:0!important;text-decoration:none!important}.fts-mashup-hide-fb-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb{width:50px;height:50px;float:left;margin:0 15px 0 0}.fts-mashup .fts-jal-fb-message{line-height:18px;padding-top:5px}.fts-mashup-count-wrap a,.fts-mashup-icon-wrap a{text-decoration:none!important}.fts-mashup .fts-jal-fb-post-time{padding-top:3px}.fts-mashup .fts-likes-shares-etc-wrap{float:left;width:100%;padding:0}.fts-mashup .icon-thumbs-up:before,.fts-single-pin-social-meta-wrap,.fts-tweet-reply-left{margin-left:5px!important}.fts-mashup .fts-jal-fb-see-more,.fts-mashup .fts-mashup-count-wrap .slicker-heart-comments-wrap li,.fts-mashup .slicker-instagram-placeholder .slicker-heart-comments-wrap li{font-size:12px!important}.fts-mashup .fts-comment-instagram:before,.fts-mashup .fts-jal-fb-see-more .icon-comments:before,.fts-mashup .fts-jal-fb-see-more .icon-file-up:before,.fts-mashup .fts-jal-fb-see-more .icon-thumbs-up:before{font-size:14px}.fts-mashup-icon-wrap-right{float:right}.fts-mashup-icon-wrap-right a{text-decoration:none!important;font-size:12px}.fts-mashup-icon-wrap-left a:before,.fts-mashup-icon-wrap-right a:before{font-family:FontAwesomeSlick;font-weight:100!important;top:12px}.fts-mashup-icon-wrap-right.fts-mashup-facebook-icon{position: relative;right:18px;top:13px;z-index:1;}.fts-mashup-hide-fb-icon.fts-feed-type-facebook .fts-mashup-icon-wrap-right a:before{font-size:30px!important}.fts-mashup-icon-wrap-left{float:left;margin:16px 12px 0 0}.fts-feed-type-pinterest .fts-mashup-icon-wrap-left a:before{left:4px;top:0}.fts-mashup .fts-feed-type-facebook .fts-jal-fb-user-thumb a:before{font-family:FontAwesomeSlick!important;content:"\f09a"!important;top:2px!important;position:relative!important;left:8px!important;font-size:29px!important}.fts-mashup .fts-mashup-icon-left .fts-jal-fb-user-thumb{display: none!important;}.fts-feed-type-facebook.fts-mashup-hide-fb-thumb .fts-jal-fb-user-thumb,.fts-mashup .fts-mashup-hide-fb-icon-and-thumbnail.fts-feed-type-facebook .fts-jal-fb-user-thumb,.fts-mashup-hide-fb-icon-and-thumbnail .fts-jal-fb-user-thumb,.fts-mashup-icon-left .fts-jal-fb-user-thumb img{display:none!important}.fts-mashup-icon-left .fts-feed-type-facebook .fts-jal-fb-user-thumb a:before{content:''!important}.fts-mashup-icon-left.fts-feed-type-facebook.fts-mashup-hide-fb-thumb .fts-jal-fb-user-thumb{display:block!important}body div.fts-mashup-hide-fb-thumbnail-icon .fts-jal-fb-user-thumb a:before{display:none}body div.fts-mashup-hide-fb-thumbnail-icon .fts-jal-fb-user-thumb{width:50px!important;height:50px!important;margin-right:10px!important;margin-bottom:10px!important}body .fts-mashup .fts-mashup-hide-fb-thumbnail-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb a{width:50px!important;height:50px!important;margin-top:0!important;padding:0!important}.fts-mashup .fts-likes-shares-etc-wrap a{color:#777}.fts-mashup-error-notice{margin-bottom: 25px;}.fts-mashup-icon-left .fts-mashup-error-notice{margin-left:45px}.fts-mashup-icon-wrap-left a{text-decoration:none!important}.fts-mashup-icon-wrap-right.fts-mashup-youtube-icon a:before{left:-2px!important;top:15px}.fts-mashup-icon-wrap-right.fts-mashup-twitter-icon a:before{left:-2px!important}.fts-mashup-icon-wrap-right.fts-mashup-pinterest-icon a:before{left:0!important}.fts-mashup .fts-jal-fb-user-name{margin-right:23px}.fts-mashup-media-top.fts-mashup-post-wrap .fts-jal-fb-user-name{margin-left:10px;padding-top:0}.fts-mashup-media-top .fts-jal-fb-user-name{margin-left:10px}.fts-mashup .fts-jal-fb-message p,.fts-mashup-description-wrap p{margin:4px 0 5px!important;font-size:14px}.fts-single-pin-meta-wrap .fts-single-pin-social-meta-wrap{margin-left:15px!important}.fts-review-details-wrap{margin-top:0}.fts-review-details-master-wrap{display:block;clear:both;padding:10px 10px 15px;background:#FFF;border-bottom:1px solid rgba(184,184,184,.3)}.fts-reviews-overall-rating-stars{margin:auto}.fts-review-details-wrap{padding:5px 0 0;line-height:17px}.fts-review-details-master-wrap-no-background-or-border{background:0 0!important;border:none!important}.fts-slicker-twitter-posts .fts-tweeter-wrap .tweeter-info{padding:11px 0 7px}.fts-slicker-twitter-posts .fts-twitter-image{margin-left:11px!important}.fts-slicker-twitter-posts .tweeter-info .fts-twitter-full-width{padding:0 10px 10px}.fts-slicker-twitter-posts .tweeter-info .fts-twitter-full-width.fts-twitter-reply-wrap{padding:0 10px 2px}.tweeter-info .twitter-video{margin:0 -8px -5px!important}.fts-fb-get-directions,.fts-fb-ticket-info{display:inline-block}.fts-fb-ticket-info:before{content:'|';margin-left:10px;margin-right:10px}.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-post-time,.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-user-name,.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-description-wrap{padding-right:15px}.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-description-wrap{margin-top:20px;margin-bottom:25px;padding-left:20px!important}.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-user-name{margin-top:12px;padding-left:20px!important}.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-post-time{padding-left:20px!important}.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-icon-wrap-right.fts-mashup-wp_gallery-icon{margin-right:20px!important;margin-top:-1px}.fts-facebook-popup a.ft-gallery-link-popup{font-size:12px;text-align:left;margin-top:15px;border-top:0 solid #eee;border-bottom:0 solid #eee;padding:14px 20px 10px;background:0 0;display:inline-block;float:left}.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-description-wrap p{padding-top:0;line-height:21px;word-wrap:break-word;font-size:15px;color:#333}.ft-text-for-popup-content{text-align:left}.fts-slicker-facebook-photos .ft-text-for-popup-content .fts-jal-fb-post-time{color:#9d9d9d!important;margin-top:0}.ft-image-overlay{position:absolute;top:0;left:0;height:100%;width:100%}.fts-popup-second-half .fts-watermark-inside{display:none!important}.fts-watermark-inside-center{position:absolute;top:50%;text-align:center;transform:translateY(-50%);width:100%}.fts-watermark-inside-top-center{position:absolute;text-align:center;top:0;width:100%}.fts-watermark-inside-bottom-center{position:absolute;bottom:0;text-align:center;width:100%}.fts-watermark-inside-bottom-left{position:absolute;bottom:0}.fts-watermark-inside-bottom-right{position:absolute;text-align:right;bottom:0;width:100%}.fts-watermark-inside-top-right{position:absolute;width:100%;top:0;text-align:right}.fts-watermark-inside-top-left{position:absolute;text-align:left;top:0;width:100%}.fts-watermark-inside img{max-width:100%;height:auto;display:inline-block;margin:0}.fts-mashup-image-and-video-wrap .fts-watermark-inside img{max-width:75%!important}.ft-gallery-share-wrap{display:none;margin-top:0;position:absolute;left:20px;background:#fff;top:-8px;min-width:145px;box-shadow:2px -2px 3px 0 rgba(187,187,187,.8);width:100%;z-index:1000;text-align:left}.fts-popup-second-half .ft-gallery-share-wrap{left:50px;background:#f6f7f9;top:8px}.ft-gallery-share-wrap a{display:inline-block!important}.fts-share-wrap{padding:0;float:left;width:auto;margin:9px 0 0;display:inline-block;position:relative;z-index:1}a.fts-jal-fb-see-more{width:auto!important;display:inline-block!important;text-align:left}.ft-gallery-share-wrap .fa{display:inline-block!important;font-family:FontAwesomeSlick!important;font-weight:400!important;line-height:1!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ft-gallery-share-wrap .fa-facebook-square:before{content:"\f082";font-size:17px!important}.ft-gallery-share-wrap .fa-linkedin:before{content:"\f0e1";font-size:16px!important}.ft-gallery-share-wrap .fa-google-plus:before{content:"\f0d5";font-size:16px!important}.ft-gallery-share-wrap .fa-pinterest-plus:before{content:"\f0d2";font-size:15px!important}.ft-gallery-share-wrap .fa-twitter:before{content:"\f099";font-size:19px!important;top:1px;position:relative}.ft-gallery-share-wrap .fa-envelope:before{content:"\f0e0";font-size:16px!important}.ft-gallery-link-popup{margin:5px 0 0!important}.ft-gallery-share-wrap a:hover{opacity:.8}.fts-slicker-facebook-photos .fts-share-wrap a{color:#FFF!important}.fts-slicker-facebook-photos .fts-mashup-count-wrap{clear:both;display:block!important;top:-21px;left:16px}.fts-slicker-facebook-photos .fts-likes-shares-etc-wrap{outline:0;z-index:5000!important;color:#FFF;position:absolute;bottom:10px!important;display:none;width:100%;text-align:left}.fts-slicker-facebook-photos .fts-jal-fb-see-more{bottom:0!important;position:absolute;left:10px}.fts-mashup-post-wrap.fts-feed-type-facebook .fts-mashup-count-wrap.fts-share-wrap{margin:10px 3px 0 0;padding:0}.fts-mashup-post-wrap.fts-feed-type-facebook .fts-mashup-count-wrap.fts-share-wrap a.ft-gallery-link-popup{margin:0!important}.fts-mashup-post-wrap.fts-feed-type-facebook .ft-gallery-share-wrap{top:-7px}.fts-mashup-count-wrap.fts-share-wrap .ft-gallery-link-popup{margin-top:0!important}.fts-twitter-reply-wrap{float:left}.fts-instagram-reply-wrap-left,.fts-pinterest-reply-wrap-left,.fts-youtube-reply-wrap-left{float:right}.fts-tweeter-wrap .fts-share-wrap{padding:7px 0 0;margin-top:10px}.ft-gallery-share-wrap a{margin:7px 5px;font-size:13px}.fts-tweeter-wrap .ft-gallery-share-wrap{top:-10px}.fts-tweeter-wrap .fts-mashup-count-wrap a{display:inline-block;margin:7px 5px;font-size:13px}body .fts-slicker-facebook-photos .fts-tweeter-wrap .ft-gallery-share-wrap{max-width:132px!important;width:100%!important}.fts-tweeter-wrap .ft-gallery-link-popup{font-size:13px}.fts-twitter-reply-wrap-left{float:right;padding:10px 10px 0;margin-top:10px}.fts-tweet-others-right a{display:inline-block}.fts-twitter-reply-wrap .fts-share-wrap{margin-top:10px;padding:0}.fts-share-wrap .fts-share-wrap{margin-top:10px}.fts-twitter-reply-wrap .fts-share-wrap a.ft-gallery-link-popup{margin-top:0!important}.fts-slicker-twitter-posts .fts-twitter-reply-wrap-left{padding:0 10px 2px!important;margin:10px 0 0!important}.ft-galleryfacebook-icon{margin-left:11px!important}.fts-mashup-post-wrap .fts-tweet-reply-left{margin-right:35px;padding:0 5px}.fts-mashup-post-wrap .fts-twitter-reply-wrap-left{padding:0;margin-top:0}.fts-share-wrap .ft-gallery-link-popup{margin:0!important;font-size:12px}.fts-mashup-count-wrap .fts-share-wrap{margin:0!important}.fts-instagram-reply-wrap-left{margin-right:8px}.fts-popup-second-half .fts-share-wrap{margin:15px 0 -64px}.fts-popup-second-half .mfp-title .ft-gallery-share-wrap a{color:#137fc4}.fts-instagram-styles-popup .fts-share-wrap .ft-gallery-share-wrap a,.fts-instagram-styles-popup .fts-share-wrap a.ft-gallery-link-popup{color:#444}.fts-youtube-reply-wrap-left a{font-size:12px}.fts-mashup-post-wrap.fts-feed-type-facebook .fts-jal-fb-see-more{margin-bottom:-1px;text-transform:none!important}.fts-instagram-styles-popup .ft-gallery-link-popup,.fts-instagram-styles-popup .fts-share-wrap{margin:0!important;padding:0!important}.fts-instagram-styles-popup .fts-instagram-reply-wrap-left{float:left;margin-left:20px}.fts-instagram-styles-popup .fts-share-wrap{background:#fff;top:-11px;left:19px;position:relative;z-index:1000}.fts-instagram-styles-popup .ft-gallery-share-wrap{top:-6px;left:25px;background:#FFF}.fts-instagram-styles-popup .ft-gallery-link-popup:before{content:"\f064";margin-right:10px}.slicker-instagram-placeholder .ft-gallery-link-popup:before{content:"\f064";color:#FFF;font-size:15px;position:relative;top:2px}.slicker-instagram-placeholder .ft-gallery-share-wrap{top:-19px;left:35px;box-shadow:2px -2px 3px 0 #222!important;background:#000}.slicker-instagram-placeholder .ft-gallery-share-wrap a{color:#FFF}.fts-facebook-popup .ft-gallery-link-popup:before{font-family:FontAwesomeSlick;content:"\f064 ";margin-left:8px}.fts-mashup-count-wrap .fts-instagram-reply-wrap-left{margin-right:-8px}.fts-facebook-thumb-one,.fts-facebook-thumb-zero{margin-right:1px!important;display:inline-block;margin-bottom:1px!important}a.fts-facebook-thumbs-wrap{display:inline-block;max-width:515px}.fts-facebook-thumb-two{display:inline-block}.fts-image-count-tint-underlay{position:absolute;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5)}.fts-fb-thumbs-wrap,.fts-more-photos-auto-width .fts-fb-thumbs-wrap{position:relative;background-size:cover!important;background-position:center center!important;display:inline-block!important;overflow:hidden}.fts-fb-thumbs-wrap{margin-right:.233333%!important}.fts-2-photos.fts-fb-thumbs-wrap,.fts-more-photos-3-photos .fts-fb-thumb-two-wrap{margin-right:0!important}.fts-3-photos{max-width:33.1%}.fts-2-photos{max-width:49.77%}.fts-fb-more-photos-wrap .fts-jal-fb-picture{margin-bottom:1px!important}.fts-more-photos-auto-width{float:none!important;margin:10px 0 4px}.fts-more-photos-auto-width a{width:49.84%;margin:0!important}.fts-more-photos-auto-width .fts-fb-thumbs-wrap{max-width:100%;margin-right:0!important;margin-left:.2333333333%!important;margin:0 0 4px;z-index:0;background-repeat:no-repeat;vertical-align:top}.fts-more-photos-auto-width .fts-jal-fb-picture{float:none!important;display:inline-block!important;margin:0!important}.fts-more-photos-three-photo-wrap .fts-fb-thumbs-wrap{display:inline-block!important;max-width:100%;margin-right:.233333333%!important;margin:0 0 4px;width:49.887%;overflow:hidden;max-height:240px}.fts-fb-scrollable,.fts-twitter-scrollable,.fts-youtube-scrollable{overflow:auto}.ft-text-for-popup,.fts-slicker-facebook-albums .fts-fb-load-more-output,.fts-slicker-facebook-albums .fts-share-wrap,.fts-slicker-facebook-photos .fts-share-wrap,.fts-twitter-reply-wrap-left p{display:none}.fts-more-photos-three-photo-wrap .fts-fb-thumb-one-wrap{margin-right:0!important}.fts-image-count{position:absolute;bottom:50%;width:100%;top:50%;text-align:center;font-size:36px;color:#fff;line-height:36px;height:36px;transform:translate(0,-50%)}.fts-image-count span{position:relative;bottom:0;font-size:35px}.fts-fb-more-photos-wrap{width:100%}@media (max-width:375px){.fts-image-count,.fts-image-count span{font-size:20px}}@media (max-width:667px){.fts-image-count,.fts-image-count span{font-size:34px}}.ft-gallery-buy-now{margin:0 12px}.fts-mashup-post-wrap .fts-share-wrap,.fts-slicker-facebook-albums.ft-wp-gallery .fts-share-wrap{display:block}.fts-mashup-count-wrap .fts-twitter-reply-wrap.fts-twitter-no-margin-left,.fts-mashup-hide-date .fts-jal-fb-post-time,.fts-mashup-hide-name .fts-jal-fb-user-name,.fts-mashup-media-top .fts-jal-fb-description-wrap,.fts-mashup-media-top .fts-mashup-type-icon-spacer{display:none}.ft-wp-gallery .fts-share-wrap a{color:#777!important}.fts-slicker-facebook-posts img{max-width:100%}.fts-twitter-no-margin-left{margin-left:71px;clear:both}.fts-instagram-styles-popup .fts-comment-instagram:before{font-size:14px!important}.fts-smallerthan-180 .fts-instagram-link-target{padding-left:50%;padding-bottom:50%;padding-top:50%}.fts-smallerthan-180 .fts-instagram-link-target span:before{content:''!important}.fts-smallerthan-180 .fts-instagram-link-target:hover,.fts-smallerthan-180.slicker-instagram-placeholder:hover .slicker-instaG-photoshadow{background:0 0!important}.fts-instagram,.fts-instagram-scrollable{margin:auto}.fts-mashup-hide-name .fts-mashup-description-wrap,.fts-mashup-hide-name.fts-mashup-hide-date .fts-jal-fb-message{padding-top:0!important}.fts-mashup-description-wrap a{word-wrap:break-word}.fts-mashup-image-and-video-wrap.popup-gallery-twitter .twitter-video{margin:-8px!important}.fts-mashup-media-top .fts-mashup-image-and-video-wrap.popup-gallery-twitter{margin-top:0}.fts-mashup-media-top .fts-likes-shares-etc-wrap,.fts-mashup-media-top .fts-mashup-description-wrap,body .fts-mashup-post-wrap.fts-mashup-media-top .fts-jal-fb-message{padding:0 10px!important}.fts-mashup-media-top .fts-youtube-title{padding:10px 10px 0;display:none}.fts-mashup-post-wrap .fts-jal-single-fb-post .fts-jal-fb-vid-wrap .fts-jal-fb-description-wrap{padding:5px 10px 0!important}.fts-mashup-media-top .fts-mashup-count-wrap{padding:8px 10px 7px!important;margin-bottom:0;margin-top:4px}.fts-mashup-media-top .fts-likes-shares-etc-wrap{padding:7px 10px 8px!important;margin-bottom:0;margin-top:10px}.fts-mashup-media-top .fts-jal-single-fb-post{padding-bottom:0!important}.fts-mashup-media-top .fts-jal-fb-post-time{padding:5px 10px 7px!important}.fts-mashup-hide-thumbnail.fts-mashup-media-top .fts-jal-fb-user-name,.fts-mashup-hide-thumbnail.fts-mashup-media-top .fts-jal-single-fb-post .fts-jal-fb-user-name,.fts-mashup-media-top .fts-jal-fb-message{padding:0 10px!important}.fts-mashup-media-top .fts-jal-fb-see-more,.fts-mashup-media-top .fts-share-wrap{margin-top:0}.fts-mashup-media-top .fts-mashup-youtube-icon a:before{margin-right:8px!important;top:10px}.fts-mashup-media-top .fts-mashup-twitter-icon a:before{margin-right:8px!important;top:5px}.fts-mashup-media-top .fts-mashup-pinterest-icon a:before{margin-right:8px!important;top:9px}.fts-mashup-media-top .fts-mashup-instagram-icon a:before{margin-right:9px!important;top:9px}.fts-mashup-media-top .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon{position:unset;right:unset;top:unset;z-index:1;float:right!important}.fts-mashup-media-top .fts-jal-fb-top-wrap{display:none!important}.fts-jal-fb-group-display.fts-mashup-media-top .fts-jal-single-fb-post .fts-jal-fb-top-wrap,.fts-mashup-hide-thumbnail .fts-jal-fb-user-thumb,.slicker-youtube-placeholder .entriestitle{display:none}.fts-mashup-media-top .fts-jal-fb-link-wrap,.fts-mashup-media-top .fts-jal-fb-vid-wrap{margin-top:0;margin-bottom:10px;text-align:center}.fts-mashup-media-top .fts-jal-fb-link-wrap .fts-jal-fb-picture,.fts-mashup-media-top .fts-jal-fb-vid-wrap{float:none}.fts-mashup-media-top .fts-jal-fb-picture,.fts-mashup-media-top .fts-jal-fb-vid-picture{margin-bottom:0!important}.fts-mashup-media-top .fts-mashup-icon-wrap-left{margin-left:10px;margin-right:5px;margin-top:3px;top:0}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-instagram-icon,.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-pinterest-icon{margin-top:2px;min-height:40px}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-instagram-icon{margin-right:0;margin-top:0}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-youtube-icon a:before{margin-right:8px!important;top:6px}.fts-mashup-media-top .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon{margin-right:20px!important;margin-top:4px!important}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-facebook-icon{margin-top:8px!important}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-youtube-icon{margin-top:5px!important}.fts-mashup-media-top .fts-mashup-image-and-video-wrap{margin-bottom:12px}.fts-mashup-media-top.fts-feed-type-facebook .fts-mashup-image-and-video-wrap.popup-gallery-twitter{margin:0}.fts-feed-type-facebook .fts-mashup-icon-wrap-left{margin-top:17px;margin-right:20px}.fts-mashup-icon-wrap-left.fts-mashup-instagram-icon{margin-top:3px}.fts-mashup-icon-wrap-left,.fts-mashup-icon-wrap-right{min-height:35px}.fts-jal-fb-group-display.fts-mashup-media-top .fts-jal-single-fb-post{padding-bottom:6px!important;border:none;margin-bottom:10px;background:#fff;margin-top:0!important;padding-top:0!important}.fts-mashup-media-top .fts-jal-fb-link-wrap a,.fts-mashup-media-top .fts-jal-fb-vid-picture{margin-top:0!important;line-height:0!important}.fts-mashup-media-top.fts-slicker-facebook-posts .fts-jal-single-fb-post{padding:0 0 8px!important}.fts-mashup-media-top .fts-jal-fb-user-thumb{margin-left:10px;margin-bottom:12px}.fts-yt-open{display:block;width:100%;height:100%;position:absolute}.fts-master-youtube-wrap .slicker-instagram-placeholder{position:relative;background-size:cover}.fts-facebook-popup.mfp-ready{z-index:99999999999999}.fts-youtube-popup h3{color:#111;padding:20px 40px 0 20px!important;margin-bottom:2px;font-size:24px;margin-top:0}.fts-youtube-popup h4{color:#222;padding:0 20px 4px!important;font-size:17px}.fts-youtube-description-popup{padding:0 20px 20px;color:#000}.fts-youtube-date{color:#9a9a9a;padding:0 20px 20px!important;font-size:13px}.fts-yt-open:hover{background:rgba(0,0,0,.5);cursor:pointer}.fts-master-youtube-wrap .slicker-youtube-placeholder{min-height:100px}.fts-youtube-popup-gallery,.fts-youtube-scrollable{clear:both;display:block}.fts-yt-open:hover:before{font-family:FontAwesomeSlick;content:"\f04b";display:block;font-size:32px;color:rgba(255,255,255,.54);position:absolute;top:45%;right:45%;left:43%}.fts-youtube-smallerthan-180 .fts-yt-open:hover:before{content:""}.fts-jal-fb-vid-picture a{margin:0}.fts-facebook-popup .mfp-inline-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.fts-more-photos-4-photos a{max-height:150px;display:inline-block;width:auto}.fts-more-photos-2-photos a{max-height:250px}.fts-youtube-scrollable .fts-fb-autoscroll-loader{background:0 0}.fts-yt-large.fts-youtube-thumbs-wrap{float:left}.fts-youtube-scrollable.fts-youtube-thumbs-wrap{float:right;clear:none}.fts-youtube-scrollable.fts-youtube-thumbs-wrap-left{float:left;clear:none}.fts-yt-large.fts-youtube-thumbs-wrap-left{float:right}.fts-yt-large.fts-youtube-thumbs-wrap-option-80-20{width:80%}.fts-youtube-scrollable.fts-youtube-thumbs-wrap-option-80-20{width:20%}.fts-yt-large.fts-youtube-thumbs-wrap-option-60-40{width:60%}.fts-youtube-scrollable.fts-youtube-thumbs-wrap-option-60-40{width:40%}.fts-youtube-scrollable.fts-youtube-thumbs-wrap-option-50-50,.fts-yt-large.fts-youtube-thumbs-wrap-option-50-50{width:50%}.fts-fb-comment .image-overlay-inside{display:none}.fts-youtube-popup .fts-fb-comment img{border-radius:30px}.fts-youtube-popup span.fts-fb-comment-date{color:#a6a6a6;padding-left:2px;font-size:12px!important}.fts-youtube-popup .fts-popup-second-half .mfp-title .fts-fb-comment-user-name a{color:#333!important}.youtube-comments-wrap{background:#fff;text-align:left;color:#2d2d2d!important}.youtube-comments-wrap .fts-share-wrap{margin:15px 0 -64px}.youtube-comments-wrap .fts-youtube-description-popup{display:block;position:relative!important;margin-bottom:-25px;padding-bottom:30px}.youtube-comments-wrap .ft-gallery-share-wrap{left:50px;background:#f6f7f9;top:8px}.fts-facebook-popup .mfp-bottom-bar a.ft-gallery-link-popup,.fts-facebook-popup .mfp-bottom-bar a.fts-jal-fb-see-more{color:#137fc4}.fts-youtube-scrollable .youtube-comments-wrap #___ytsubscribe_0{margin:20px 20px 10px!important}.mfp-title .fts-master-youtube-wrap-close{display:none}.fts-master-youtube-wrap-close{color:#636363;right:3px;top:3px;text-align:right;padding:15px;width:50px;font-size:24px;font-weight:700;position:absolute}.fts-master-youtube-wrap-close:before{content:"X"}.youtube-comments-wrap{overflow:auto;display:none;position:relative}.youtube-comments-wrap h3{padding-top:18px!important}.fts-scrollable-function{height:auto}.fts-youtube-description-popup{font-size:14px!important}.fts-youtube-no-thumbs-gallery{padding:0!important}.fts-youtube-noscroll .youtube-comments-wrap{overflow:visible}.fts-youtube-smallerthan-550-stack{width:100%!important}.fts-jal-fb-user-thumb img{border-radius:50px!important}.fts-twitter-username img.twitter-image{border-radius:50px}.fts-youtube-second-video-margin-btm{margin-bottom:35px}.fts-share-wrap [class*=fa-]{width:auto;height:auto}.fts-popup-half .mfp-arrow-left,.fts-popup-half .mfp-arrow-right{height:auto;width:auto;border:none!important;margin-top:0!important}.fts-popup-half .mfp-arrow-left:after,.fts-popup-half .mfp-arrow-right:after{background:0 0!important;height:auto!important;top:0!important;left:0!important;margin:0!important;padding:0!important;cursor:pointer;transform:none!important;transition:none!important;-webkit-transition:none!important}.fts-popup-half audio,.fts-popup-half video{visibility:visible!important}.fts-album-photos-wrap{text-align:center}.fts-fb-more-photos-wrap,.fts-more-photos-4-photos{position:relative;top:-3px}#wp-admin-bar-feed_them_social_admin_bar_set_cache{padding-bottom:17px!important;line-height:0!important}#wp-admin-bar-feed_them_social_admin_bar_set_cache span{line-height:10px;display:block;color:rgba(221,221,221,.57)}#wp-admin-bar-feed_them_social_admin_bar_set_cache:hover span{line-height:10px;display:block;color:#fff}.fts-mashup-media-top.fts-mashup-hide-thumbnail .fts-jal-fb-user-name{margin-left:0!important}.fts-steemit-username{display:inline-block;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;border-radius:50%;width:48px;height:48px;margin-bottom:5px}.fts-steemit-div .steemit-info img{margin:0!important}.steemit-info .fts-uppercase{margin:14px 0 10px 10px}.fts-steemit-title{font-size:18px;margin-bottom:10px;letter-spacing:1px;font-weight:400;line-height:21px;color:#0084b4}.fts-steemit-div .fts-twitter-retweet:before{content:"\f27a"!important;font-size:15px!important;top:1px}.fts-steemit-div .fts-twitter-favorites:before{content:'Votes:'!important;font-family:arial!important;font-size:14px!important;margin-right:3px!important;top:0;font-weight:700}.fts-steemit-div .fts-twitter-reply:before{font-family:FontAwesomeSlick;content:'\f06e'!important;position:relative;top:2px;font-size:19px}.fts-twitter-quoted-text-wrap{padding:0 0 10px;border:1px solid #efe8e8!important;margin-top:10px;font-size:13px}.fts-twitter-quoted-text-wrap a{font-size:13px!important}.fts-twitter-quoted-text-wrap .twitter-video-rendered{margin:auto!important}.fts-fluid-videoWrapper{margin-top:8px}.fts-twitter-quoted-text-wrap .fts-twitter-link-image img,.fts-twitter-quoted-text-wrap img{margin-top:0!important}.fts-twitter-quoted-text{display:inline-block!important;padding:8px 10px 0;line-height:18px}.fts-twitter-quoted-video .fts-twitter-quoted-text{padding-top:0!important}.fts-twitter-quoted-image{padding:8px}.fts-twitter-quoted-image .fts-twitter-quoted-text{padding:8px 2px 2px!important}.fts-fb-more-photos-wrap a:last-child{margin-right:0!important}.fts-fb-more-photos-wrap a:first-child{margin-left:0!important}.fts-yt-first-video .fts-fluid-videoWrapper{margin-top:0}.fts-twitter-quoted-video .fts-fluid-videoWrapper-html5,.fts-twitter-quoted-video .fts-jal-fb-vid-wrap{margin-top:0;margin-bottom:10px}.fts-fb-location-wrap{text-align:center;padding:15px}.fts-fb-location-img{display:block;margin-bottom:9px;height:20px}.fts-fb-location-img:before{content:"\f024";font-family:FontAwesomeSlick;font-size:28px;display:block}.fts-fb-location-link{margin-bottom:5px;display:block;font-size:16px}.fts-popup-second-half .fts-fb-location-wrap{color:#444}.fts-fb-embed-iframe-check-used-for-popup,.greater-than-or-equal-width-height{display:none!important}.fts-fb-video-on-page.fts-fluid-videoWrapper{padding-bottom:56%;padding-top:0;width:100%!important;height:auto!important}.fts-fb-video-on-page.fts-fluid-videoWrapper iframe{width:100%!important;height:auto!important}.fts-greater-than-width-height.fts-fb-video-on-page{margin-top:18px}.fts-greater-than-width-height.fts-fb-video-on-page iframe{padding-bottom:100%}.fts-equal-width-height{max-width:100%;padding-bottom:100%!important}.fts-comment-star:before {font-family:FontAwesomeSlick;content: "\f075";font-size: 14px;margin:0 6px 0 -2px !important;padding:0 !important;display:inline-block !important;border:none!important}.fts-mashup-error-notice-strong{display:block; font-size:16px; padding-bottom:5px;}.fts-mashup-error-bottom-padding {padding-bottom:20px;display: block;}
1
+ /* If you think we have to many !important rules you have to consider that we are fighting with the themes CSS which in most cases overrides a plugins CSS. So if you see an !important rule and are having trouble overriding it make sure and target the body, html or a wrapper ID before the CSS class you are trying to override. */ @charset "UTF-8";.entriestitle.fts-youtube-popup,.fts-yt-first-video{word-break:break-word}.fts-twitter-div a,.tweeter-info:hover a{-webkit-transition:all .3s ease-in-out;text-decoration:none!important}.tweeter-info,.tweeter-info:hover a{-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.fts-jal-fb-group-display,.fts-twitter-div{clear:both}@font-face{font-family:FontAwesomeSlick;src:url(../css/font/fontawesome-webfont.eot?v=3.2.1);src:url(../css/font/fontawesome-webfont.eot?#iefix&v=3.2.1) format("embedded-opentype"),url(../css/font/fontawesome-webfont.woff?v=3.2.1) format("woff"),url(../css/font/fontawesome-webfont.ttf?v=3.2.1) format("truetype"),url(../css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format("svg")}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.fts-twitter-text{padding:4px 0 0;display:block;line-height:19px}.fts-video-show-hide-btns-wrap a:focus,.fts-video-show-hide-btns-wrap a:link,.fts-video-show-hide-btns-wrap a:visited{outline:0!important;border:none!important}.fts-view-on-twitter-link:before{font-family:FontAwesomeSlick;content:"\f14c ";display:inline-block;margin-right:6px}.fts-video-show-hide-btns-wrap a:before{font-family:FontAwesomeSlick;content:'\f16a';display:inline-block;margin-right:5px}img.fts-twitter-description-image{margin:10px 0 0!important}.fts-twitter-favorites:before,.fts-twitter-retweet:before{margin-right:5px;font-family:FontAwesomeSlick;position:relative}.fts-twitter-retweet:before{content:'\f079'!important;font-size:17px!important;top:1px}.fts-twitter-favorites:before{content:'\f004 '!important;font-size:13px!important;top:0}.fts-twitter-reply:before{font-family:FontAwesomeSlick;content:'\f112'!important;position:relative;top:2px;font-size:14px}.fts-twitter-caption,blockquote.twitter-video{display:none}.fts-twitter-div *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fts-fb-slideshow,.fts-fb-slideshow *,.fts-slicker-facebook-photos *,.fts-yt-videolist *,.popup-video-gallery-fb .fts-fb-photo-post-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.fts-twitter-div{position:relative;padding:0}.tweeter-info:hover a{transition:all .3s ease-in-out}.widget .fts-twitter-div .fts-uppercase{width:auto}.fts-twitter-div p{margin:0 0 5px!important;line-height:20px!important;padding:0}.widget .fts-twitter-div p{margin:0 0 8px!important;padding:0!important;line-height:19px!important;font-size:12px!important}.fts-twitter-div img{margin:0 10px}.fts-twitter-div .fts-uppercase{margin:0 5px 0 0;font-size:13px;font-weight:700;text-align:left;display:inline-block}.widget .twitter-image{margin-right:10px!important}.widget .fts-twitter-div .fts-uppercase,.widget .tweeter-info .fts-right,.widget .tweeter-info .fts-twitter-full-width{text-align:left;font-size:11px;line-height:14px;font-weight:400!important}.fts-right .fts-uppercase,.fts-twitter-full-width .fts-uppercase{display:inline-block}.tweeter-info .fts-right{float:none!important;padding:0 7px 0 71px;line-height:15px!important}.tweeter-info .fts-twitter-full-width{padding:10px 10px 0}.fts-twitter-fade{display:none;width:321px;height:80px;position:absolute;top:137px;left:1px}.fts-twitter-image,.widget .fts-twitter-image{margin:0;float:left}.tweeter-info{padding:11px;background:#eee;box-shadow:0 1px 2px #555;clear:both;min-height:51px;line-height:13px;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-twitter-div a,.tweeter-info:hover{-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.widget .tweeter-info{min-height:42px}.tweeter-info:hover{background:#FFF;box-shadow:0 1px 2px #222;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tweeter-info img{border-radius:0;box-shadow:0!important}.fts-twitter-link{position:absolute;top:217px;left:0;font-size:22px;text-transform:uppercase;width:291px;height:36px;padding:15px 0 0 38px;border-top:1px solid #c1c2c3;color:#000}.fts-video-loading-notice{color:#000}a.fts-powered-by-text{padding-top:8px!important;width:100%;text-align:center!important;display:block}.fts-twitter-div a{transition:all .3s ease-in-out;color:#0084b4}.fts-twitter-div a:hover{color:#444;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-decoration:none!important}.tweeter-info .time{font-size:12px}.fts-tweeter-wrap .tweeter-info{padding:14px 0 8px;background:0 0;box-shadow:0 0 0 #555;border-bottom:1px solid #eee;word-wrap:break-word;clear:both;font-size:14px;line-height:13px;-webkit-transition:background 0;-webkit-transition:all 0 ease-in-out;-moz-transition:all 0 ease-in-out;-o-transition:all 0 ease-in-out;transition:all 0 ease-in-out}.fts-tweeter-wrap .fts-video-wrapper{margin:15px 0 0}.fts-video-wrapper-padding{display:none}.fts-tweeter-wrap .tweeter-info:hover{background:0 0!important;box-shadow:0 0 0 #222!important}.fts-tweeter-wrap .tweeter-info img{max-width:100%;box-shadow:none!important;border-radius:0}.fts-twitter-favorites,.fts-twitter-reply,.fts-twitter-retweet{font-size:13px!important}.fts-twitter-reply-wrap a{display:inline-block!important;opacity:1;padding-right:0;-webkit-transition:background 1s;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.fts-twitter-reply-wrap{font-size:16px;margin-right:0;margin-top:10px;font-style:normal!important}.fts-tweeter-wrap:hover a{opacity:1}@media (max-width:767px){.fts-tweeter-wrap a{opacity:1!important}}.fts-video-show-hide-btns-wrap{margin:7px 0 0!important}.fts-video-show-hide-btns-wrap a{font-size:13px!important}.fts-twitter-load-video-wrapper,a.fts-twitter-load-video-wrapper{margin:0!important;padding:0!important}.fts-show-media-text,a.fts-close-media{display:none}.fts-twitter-div iframe,.fts-video-wrapper iframe{margin:0!important}.twitter-social-btn-bottom{margin:15px 0}.fts-jal-fb-see-more .icon-thumbs-up:before{content:"\f164"!important;font-size:14px}.fts-jal-fb-see-more .icon-comments:before{content:"\f086"!important;top:0;position:relative;font-size:14px}.fts-jal-fb-see-more .icon-file:before{content:"\f064"!important;top:2px!important;position:relative;font-size:14px}.fts-events-list-wrap .icon-map-marker [class^=icon-thumbs-up],.fts-jal-fb-see-more [class*=" icon--thumbs-up"],.fts-jal-fb-see-more [class*=" icon--file"],.fts-jal-fb-see-more [class^=icon-comments],.fts-jal-fb-see-more [class^=icon-file],.fts-jal-fb-see-more [class^=icon-thumbs-up]{display:inline-block!important;font-style:normal!important}.fts-events-list-wrap [class^=icon-]:before,.fts-jal-fb-see-more [class^=icon-]:before,.fts-jal-single-fb-post [class^=icon-]:before{font-family:FontAwesomeSlick!important;-webkit-font-smoothing:antialiased;margin:0 0 0 7px!important}.fts-jal-fb-see-more [class^=icon-]:before [class^=icon-],.fts-jal-single-fb-post{float:none!important;margin:0!important;display:block;padding:0!important;text-align:right!important;width:auto!important;height:auto!important;line-height:normal!important;vertical-align:baseline!important;background:0 0!important;font-style:normal!important}.fts-jal-fb-group-display img{border-radius:0!important;box-shadow:0 0 0 transparent!important;display:block;max-width: 100%;}.fts-jal-fb-group-header-desc{width:100%;margin:7px 0 15px!important;line-height:20px}.fts-jal-fb-header{clear:both}.no-more-posts-fts-fb{cursor:auto}.fts-jal-single-fb-post .slicker-facebook-album-photoshadow{display:none}.fts-jal-fb-header a:hover,.fts-jal-single-fb-post a:hover{font-style:normal;text-decoration:none!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#313131}.fts-jal-fb-user-thumb a{display:block}.fts-fb-get-directions{text-align:left!important;margin:0}.fts-jal-fb-header a,.fts-jal-single-fb-post a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-decoration:none!important;word-break:break-word;border:none!important}.fts-jal-fb-header h1{font-size:1.9em;margin:0!important;line-height:normal!important;padding:0!important}.widget .fts-jal-fb-header h1{font-size:1.8em;line-height:22px}.fts-jal-single-fb-post{width:100%;padding:15px 0 7px!important;margin-bottom:0;border-bottom:1px solid rgba(184,184,184,.3);position:relative;line-height:17px;text-align:left}.fts-slicker-facebook-posts .fts-jal-single-fb-post{width:auto;padding:10px 10px 8px!important;border-bottom:1px solid rgba(184,184,184,.3);line-height:17px}.widget .fts-jal-single-fb-post{width:100%;padding:17px 0 10px!important}.fts-facebook-popup .fts-jal-fb-user-thumb{width:50px;height:50px;float:left;margin:0 0 0 20px!important}.fts-jal-fb-user-thumb,.fts-mashup-icon{height:50px;margin-right:11px;float:left}.fts-jal-fb-user-thumb{width:50px;margin-bottom:5px}.fts-mashup-icon{width:20px;margin-bottom:5px}.widget .fts-jal-fb-right-wrap{padding-left:0}.widget .fts-jal-fb-top-wrap{padding-bottom:5px;padding-left:0;margin-bottom:5px;min-height:50px}.fts-jal-fb-message{padding-top:10px;line-height:21px;word-wrap:break-word}.fts-jal-fb-link-wrap p,.fts-jal-fb-message p{padding:0!important;margin:0 0 10px!important}.fts-jal-fb-link-wrap p{line-height:19px!important}.fts-jal-fb-link-wrap{margin-top:0;border-radius:0;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.jal-fb-description{word-wrap:break-word!important}.fts-jal-fb-picture{float:left;display:block;margin:10px 10px 4px 0}.fts-jal-fb-link-wrap img{margin:0}.fts-jal-fb-vid-picture{position:relative;float:left;height:auto!important;margin:10px 0 0;line-height:normal!important;cursor:pointer}.fts-jal-fb-description-wrap{float:left;padding:15px 12px 0 17px!important;color:#757575;font-size:13px!important;font-weight:400;text-align:left}.popup-gallery-fb .fts-jal-fb-description-wrap,.popup-video-gallery-fb .fts-jal-fb-description-wrap{padding:15px 0 0!important}.fts-jal-single-fb-post .fts-jal-fb-vid-wrap .fts-jal-fb-description-wrap{padding:15px 15px 0!important}.widget .fts-jal-fb-description-wrap{float:left;overflow:hidden;max-width:90%;line-height:19px!important;color:#999;font-size:12px!important;font-weight:400}.entry-content .fts-jal-fb-picture img,.fts-yt-videolist li img,.widget .fts-jal-fb-picture img,.widget a.fts-pin-board-wrap img,a.fts-pin-board-wrap img{max-width:100%}.fts-jal-fb-description{padding:5px 0 10px;line-height:17px!important;font-size:13px;color:#919191;word-wrap:break-word}.fts-jal-fb-description p{font-size:13px!important}.fts-jal-fb-top-wrap{margin-bottom:10px;text-align:left}.fts-jal-fb-user-name{font-weight:700;color:#888;display:block;padding-top:6px;padding-right:5px;font-size:16px;line-height:18px}.fts-slicker-facebook-albums .fts-jal-fb-user-name a{color:#FFF}.fts-jal-fb-post-time{color:#999;padding-top:4px;font-size:12px;line-height:10px;display:block}.fts-jal-fb-name{font-weight:700;color:#C00;padding-bottom:5px;font-size:15px;display:inline-block;line-height:18px}.fts-events-list-wrap .fts-jal-fb-name{font-weight:400;color:#c52214;padding-bottom:5px;font-size:15px;display:block;line-height:21px}.fts-jal-fb-vid-play-btn{background:url(../images/video-play-btn.png) no-repeat;bottom:7px;height:26px;left:9px;position:absolute;width:35px}.fts-jal-fb-picture img,.fts-vid-div{width:100%}.fts-vid-div .fts-jal-fb-vid-play-btn,.fts-vid-div img{display:none}.fts-vid-div iframe{position:absolute;z-index:500}.fts-jal-fb-see-more .icon-file{font-size:10px}.fts-jal-fb-see-more{float:right;margin:10px 0 0;font-size:12px;width:100%;text-align:right;font-style:normal!important}.fts-fb-event-photo{float:left}.fts-fb-large-photo{margin-right:0!important;font-weight:inherit}.fts-slicker-facebook-photos .fts-fb-photo-post-wrap:hover .fts-likes-shares-etc-wrap,.fts-slicker-facebook-photos .slicker-facebook-album-photoshadow:hover .fts-jal-fb-see-more{display:block}.fts-slicker-facebook-photos .fts-fb-photo-post-wrap:hover .fts-jal-fb-top-wrap,.fts-slicker-facebook-photos .fts-fb-video-post-wrap .slicker-facebook-album-photoshadow:hover .fts-jal-fb-top-wrap{opacity:1}.fts-slicker-facebook-albums .fts-jal-fb-description-wrap,.fts-slicker-facebook-photos .fts-jal-fb-description,.fts-slicker-facebook-photos .fts-jal-fb-see-more:hover,.fts-slicker-facebook-photos .fts-jal-fb-user-name a:hover{color:#FFF}.fts-slicker-facebook-photos .fts-jal-fb-description-wrap{font-weight:inherit!important}.fts-slicker-facebook-photos *{-ms-box-sizing:border-box;box-sizing:border-box}.instagram-placeholder *,.slicker-instagram-placeholder *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fts-jal-fb-vid-wrap .slicker-facebook-album-photoshadow{position:absolute;top:0;right:0;height:auto;z-index:600;cursor:pointer;width:auto;opacity:1!important;background-color:rgba(0,0,0,.6)!important;display:none}.fts-jal-fb-vid-wrap .slicker-facebook-album-photoshadow:before{content:'info';color:#FFF;padding:5px 10px 7px;text-align:right;float:right;font-size:12px;display:none}.fts-fb-load-more,.fts-fb-spinner,.fts-instagram{text-align:center}.slicker-facebook-album-photoshadow{position:absolute;top:0;right:0;height:100%;width:100%;z-index:100}.fts-slicker-facebook-photos .fts-fb-photo-post-wrap .slicker-facebook-album-photoshadow:hover{background-color:rgba(0,0,0,.9);-webkit-transition:background-color .01s ease-out;-moz-transition:background-color .01s ease-out;-o-transition:background-color .01s ease-out;transition:background-color .01s ease-out;z-index:100;opacity:.8;top:0;right:0;height:100%;width:100%}.fts-slicker-facebook-photos .fts-fb-photo-post-wrap:hover .slicker-facebook-album-photoshadow{background-color:rgba(0,0,0,.9);-webkit-transition:background-color .01s ease-out;-moz-transition:background-color .01s ease-out;-o-transition:background-color .01s ease-out;transition:background-color .01s ease-out;z-index:100;opacity:.8;top:0;display:block;right:0;height:100%;width:100%}.fts-slicker-facebook-photos .fts-jal-fb-right-wrap{padding:0!important}.fts-slicker-facebook-photos .fts-jal-fb-user-thumb{display:none}.fts-slicker-facebook-photos .fts-jal-fb-top-wrap{color:#FFF!important;padding:12px 15px 0!important;z-index:600;position:absolute;width:100%;opacity:0;-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s}.fts-slicker-facebook-photos .fts-jal-fb-message{padding:15px 0 0;color:#FFF!important;position:relative;font-size:14px;z-index:100}.fts-slicker-facebook-photos .fts-jal-fb-post-time{color:#ddd;margin-top:0}.fts-slicker-facebook-albums .fts-jal-fb-description-wrap a:hover,.fts-slicker-facebook-albums .jal-fb-description a:hover,.fts-slicker-facebook-photos .jal-fb-description a:hover{color:#ccc}.fts-slicker-facebook-photos .fts-jal-fb-link-wrap,.fts-slicker-facebook-photos .fts-jal-fb-vid-wrap{line-height:12px!important}.fts-slicker-facebook-photos .fts-jal-fb-vid-wrap iframe{height:305px;width:305px}.fts-slicker-facebook-albums .fts-jal-fb-description-wrap{word-wrap:break-word;width:100%}.fts-slicker-facebook-albums .fts-jal-fb-description-wrap a{float:left;width:100%;line-height:19px;padding:0!important}.fts-slicker-facebook-albums .jal-fb-description a,.fts-slicker-facebook-photos .jal-fb-description a{float:none!important}.fts-slicker-facebook-photos .fts-jal-single-fb-post{position:relative;float:none;z-index:0;overflow:hidden;border:none!important;padding:0!important;font-family:proxima-nova,'Helvetica Neue',Arial,Helvetica,sans-serif!important;background:#000;vertical-align:top!important;display:inline-block!important}.fts-fb-get-directions:before,.slicker-instagram-image-likes:before,.slicker-instagram-placeholder .fts-instagram-icon:before{font-family:FontAwesomeSlick;-webkit-font-smoothing:antialiased}.fts-slicker-facebook-photos .fts-jal-fb-link-wrap,.fts-slicker-facebook-photos .fts-jal-fb-vid-wrap{border:none!important;margin:0!important;width:100%;height:100%}.fts-album-photos-wrap img{vertical-align:middle!important;display:inline-block!important}.fts-slicker-facebook-photos.fts-slicker-facebook-albums .fts-jal-single-fb-post{height:auto}.fts-slicker-facebook-photos{margin:auto;text-align:center}.fts-slicker-facebook-photos .fts-jal-fb-picture{display:block;margin:0;padding:0;float:none;width:auto;left:0;right:0;top:0;position:absolute;background-size:cover;background-position:center center;background-repeat:no-repeat}div.fts-fb-location{letter-spacing:1px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:21),only screen and (min-device-pixel-ratio:2){.fts-jal-fb-vid-wrap iframe{height:130px}}.fts-fb-spinner>div{width:10px;height:10px;background-color:#999;border-radius:100%;display:inline-block;-webkit-animation:fts-fb-bouncedelay 1.4s infinite ease-in-out;animation:fts-fb-bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fb-social-btn-below-description,.fb-social-btn-bottom,.fb-social-btn-top{width:100%;overflow:hidden}.fts-fb-spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.fts-fb-spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes fts-fb-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes fts-fb-bouncedelay{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.fts-fluid-videoWrapper-html5 video{object-fit:inherit;margin-bottom:0!important}.fts-fb-album-view-link a{color:#FFF}.fts-fb-album-view-link a:hover{color:#eee}.fts-instagram-fade .fts-fb-caption{display:block}.fts-view-album-photos-large:before,.fts-view-fb-videos-large:before,.fts-view-on-facebook-link:before,.view-on-facebook-albums-link:before{font-family:FontAwesomeSlick;content:"\f14c ";display:inline-block;margin-right:6px;-webkit-font-smoothing:antialiased}.fts-fb-get-directions:before{content:"\f041 ";display:inline-block;margin:0 5px 0 2px}.instagram-placeholder,.slicker-instagram-placeholder{font-family:proxima-nova,'Helvetica Neue',Arial,Helvetica,sans-serif!important}.fts-instagram-fade .fts-instagram-caption-content,.fts-instagram-fade .fts-jal-fb-description{color:#fff;padding:0;margin:0}.fts-instagram-fade .fts-fb-album-view-link{display:none}#facebook-sidebar .fts-fb-load-more-wrapper{max-width:100%!important;margin-top:-1px!important;z-index:9999;position:relative}.fb-social-btn-bottom{margin-top:15px!important}.fb-social-btn-top{display:block;margin-bottom:12px!important}.fb-social-btn-below-description{margin-top:5px!important;margin-bottom:5px!important}@media only screen and (max-width:640px){.fb-like.fb_iframe_widget,.fb-like.fb_iframe_widget>span,.fb-like.fb_iframe_widget>span>iframe{width:100%!important;position:relative!important}}.fts-events-list-wrap .fts-jal-fb-picture{float:left;display:block;margin:0}.fts-events-list-wrap a.fts-jal-fb-name{font-size:17px}.fts-events-list-wrap .fts-fb-event-time{font-size:15px}.fts-events-list-wrap .fts-fb-location{font-size:15px;display:block;margin:10px 0 5px}.fts-events-list-wrap .fts-fb-location-title{font-size:15px;display:block;padding:0;font-weight:700;font-style:normal;margin:12px 0 0}.fts-events-list-wrap .fts-jal-fb-message{clear:both;font-size:15px}.fts-fb-get-directions{font-size:15px;padding:0 0 20px;color:#4595f0}.fts-fb-load-more{border-radius:1px;padding:0;line-height:37px!important;width:100%;min-height:37px!important;font-size:13px!important;background:rgba(240,240,240,.45);cursor:pointer;color:#111;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-fb-load-more:hover{background:rgba(240,240,240,.85)}.instagram-image,.widget .instagram-image{background-color:#000;z-index:1;display:block}.flip360-fts-load-more{-moz-animation:spinY .5s linear;-ms-animation:spinY .5s linear;-o-animation:spinY .5s linear;animation:spinY .5s linear;-webkit-animation-name:spinY;-webkit-animation-duration:.5s;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode:both;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-moz-animation-timing-function:cubic-bezier(.75,0,.175,1);-ms-animation-timing-function:cubic-bezier(.75,0,.175,1);-o-animation-timing-function:cubic-bezier(.75,0,.175,1);animation-timing-function:cubic-bezier(.75,0,.175,1)}@-moz-keyframes spinY{0%{-moz-transform:rotateY(0);transform:rotateY(0)}100%{-moz-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes spinY{0%{-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transform-style:preserve-3d}100%{-webkit-transform:rotateY(360deg);transform:rotateY(360deg);-webkit-transform-style:preserve-3d}}@-o-keyframes spinY{0%{-o-transform:rotateY(0);transform:rotateY(0)}100%{-o-transform:rotateY(360deg);transform:rotateY(360deg)}}@-ms-keyframes spinY{0%{-ms-transform:rotateY(0);transform:rotateY(0)}100%{-ms-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes spinY{0%{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}}.clear{clear:both}.heart-comments-wrap li,ul.heart-comments-wrap{padding:0!important;margin:0!important;line-height:1.3em!important;border:none!important}.widget .instagram-placeholder li,.widget .instagram-placeholder ul{padding:0!important;margin:0!important;height:auto!important}.instagram-placeholder p{margin:0;padding:0}.instagram-placeholder{position:relative;z-index:0;display:inline-block;margin:0 20px 20px}.widget .instagram-placeholder{margin:-10px 9px 0 10px!important;width:104px!important;text-align:left!important}.instagram-image{width:150px;height:150px;position:relative}.widget .instagram-image{width:105px;height:100px;position:relative;background-size:100%!important}.instaG-photoshadow{background-color:rgba(0,0,0,.1);bottom:0;left:0;position:absolute;right:0;top:0;border:1px solid rgba(0,0,0,.12);z-index:1;-webkit-transition:background-color .05s ease-out;-moz-transition:background-color .05s ease-out;-o-transition:background-color .05s ease-out;transition:background-color .05s ease-out;width:148px;height:148px}.widget .instaG-photoshadow{width:103px;height:98px}.instagram-placeholder:hover .instaG-photoshadow{background-color:transparent;-webkit-transition:background-color .01s ease-out;-moz-transition:background-color .01s ease-out;-o-transition:background-color .01s ease-out;transition:background-color .01s ease-out;border:1px solid rgba(0,0,0,.12);width:148px;height:148px}.heart-comments-wrap li,.instagram-placeholder .date{color:#888;position:relative;z-index:1;-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s;text-shadow:0 1px 0 rgba(255,255,255,.8);opacity:0;pointer-events:none}.widget .instagram-placeholder:hover .instaG-photoshadow{width:103px;height:98px}a.instaG-backg-link{position:relative;display:block}.instagram-placeholder .date{text-align:center;margin-bottom:5px;font-size:12px;height:20px;line-height:20px;font-weight:700;transition:all .15s ease-out .1s}.widget .instagram-placeholder .date{text-align:center;margin-bottom:5px;font-size:11px;height:15px;line-height:20px;font-weight:400!important}.instagram-placeholder .heart-comments-wrap ul{height:20px;margin:10px 0 0!important}.widgets .instagram-placeholder .heart-comments-wrap ul{height:15px;margin:6px 0 0!important}.heart-comments-wrap li{display:inline-block;margin:10px 0 0 .5em!important;padding:0 0 0 16px!important;line-height:10px!important;font-size:12px!important;font-weight:400!important;transition:all .15s ease-out .1s}.instagram-placeholder .fts-backg,.slicker-instagram-placeholder .slicker-date{-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s}.widget .instagram-placeholder .heart-comments-wrap li{display:inline-block;margin:6px 0 5px 2px!important;pointer-events:none;padding:0 0 0 15px!important;line-height:10px!important;font-size:11px!important;border:none!important}.widget .instagram-placeholder .heart-comments-wrap .instagram-image-likes{margin-right:4px!important}.instagram-placeholder .fts-backg,.widget .instagram-placeholder .fts-backg{z-index:0;left:0;width:100%;margin:-5px;padding:5px;background:#FFF;position:absolute}.instagram-placeholder .fts-backg{top:25px;height:150px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);transition:all .15s ease-out .1s}.widget .instagram-placeholder .fts-backg{top:20px;height:100px;font-size:11px}.widget .date{font-size:11px}.instagram-placeholder:hover .fts-backg{margin:-28px -12px;padding:8px 12px;height:193px;-webkit-transition-delay:0;-moz-transition-delay:0;-o-transition-delay:0;transition-delay:0;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.2);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.2)}.widget .instagram-placeholder:hover .fts-backg{margin:-22px -10px;padding:5px 10px;height:135px}.instagram-image-likes{background:url(../images/hearts-instagram.jpg) no-repeat}.instagram-image-comments{background:url(../images/comments-instagram.jpg) no-repeat}.instagram-placeholder:hover .date,.instagram-placeholder:hover .instagram-image-comments,.instagram-placeholder:hover .instagram-image-likes{opacity:1;z-index:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.slicker-instagram-placeholder li,.slicker-instagram-placeholder ul{padding:0!important;margin:0!important;line-height:1.3em!important;border:none!important;width:auto!important;overflow:visible!important}.slicker-heart-comments-wrap{position:absolute;z-index:500;bottom:10px;right:12px}.slicker-instagram-placeholder p{margin:0;padding:0}.slicker-instagram-placeholder,.slicker-youtube-placeholder{position:relative;z-index:0;display:inline-block;overflow:hidden;background-size:cover;background-position:center center;background-repeat:no-repeat;vertical-align:top}.slicker-instagram-image{line-height:0!important;position:relative;z-index:1;background-color:#000;display:block}.slicker-instagram-image img{line-height:normal!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:0 0 0 rgba(0,0,0,.175)!important;-moz-box-shadow:0 0 0 rgba(0,0,0,.175)!important;box-shadow:0 0 0 rgba(0,0,0,.175)!important;margin:0!important;padding:0!important;border:none!important;width:100%}.slicker-instaG-photoshadow{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1;-webkit-transition:background-color .05s ease-out;-moz-transition:background-color .05s ease-out;-o-transition:background-color .05s ease-out;transition:background-color .05s ease-out;vertical-align:middle}.slicker-instagram-placeholder:hover .slicker-instaG-photoshadow{background-color:rgba(0,0,0,.7);-webkit-transition:background-color .01s ease-out;-moz-transition:background-color .01s ease-out;-o-transition:background-color .01s ease-out;transition:background-color .01s ease-out;border:1px solid rgba(0,0,0,.12)}a.slicker-instaG-backg-link{position:relative;display:block}.slicker-instagram-placeholder .fts-share-wrap,.slicker-instagram-placeholder .slicker-date{margin-bottom:5px;font-size:13px;line-height:20px;font-weight:400;position:absolute;transition:all .15s ease-out .1s;height:20px;color:#FFF;opacity:0;text-align:center}.slicker-instagram-placeholder .fts-share-wrap{bottom:-10px;left:4px;z-index:50000000}.slicker-instagram-placeholder .slicker-date{top:10px;left:15px;z-index:500;pointer-events:none}.slicker-instagram-placeholder .slicker-heart-comments-wrap ul{height:20px;margin:10px 0 0!important}.fts-mashup-count-wrap .slicker-heart-comments-wrap li,.slicker-instagram-placeholder .slicker-heart-comments-wrap li{display:inline-block;margin:0!important;pointer-events:none;padding:0 0 0 10px!important;line-height:10px!important;font-size:12px!important;font-weight:400!important;color:#FFF;text-align:center;position:relative;z-index:1;opacity:0;-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s}body .fts-mashup-count-wrap li{opacity:1!important}.fts-mashup .fts-jal-fb-see-more,.fts-mashup .fts-single-pin-like-count,.fts-mashup .fts-single-pin-repin-count,.fts-mashup a.ft-gallery-link-popup,body .fts-mashup-count-wrap a,body .fts-mashup-count-wrap li{color:#777!important}a.fts-slicker-backg{height:68px;width:68px;line-height:68px;font-size:68px;top:0;bottom:0;left:0;right:0;margin:auto;z-index:700;position:absolute;text-align:center;vertical-align:middle;opacity:0;color:rgba(255,255,255,.27)}.slicker-instagram-placeholder .fts-instagram-icon:before{content:"\f16d";font-size:100%;display:inline-block;-webkit-transition:all 1s ease-out 0;-moz-transition:all 1s ease-out 0;-o-transition:all 1s ease-out 0}.slicker-instagram-placeholder a.fts-slicker-backg:hover{opacity:1;color:rgba(255,255,255,.55);-webkit-transition:all 0 ease-out 0;-moz-transition:all 0 ease-out 0;-o-transition:all 0 ease-out 0}.slicker-instagram-image-likes:before{content:"\f004";margin-right:5px}.fts-slicker-instagram{margin:auto;text-align:center}.instagram-placeholder:hover .fts-see-on-instagram,.slicker-instagram-placeholder:hover .fts-see-on-instagram,.slicker-instagram-placeholder:hover .fts-share-wrap,.slicker-instagram-placeholder:hover .fts-slicker-backg,.slicker-instagram-placeholder:hover .slicker-date,.slicker-instagram-placeholder:hover .slicker-instagram-image-comments,.slicker-instagram-placeholder:hover .slicker-instagram-image-likes{opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.fts-comment-instagram:before{font-family:FontAwesomeSlick!important;content:"\f075"!important;-webkit-font-smoothing:antialiased;margin-right:5px;font-size:13px!important;display:inline-block;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:FlipH;position:relative;top:-1px;right:-4px}.fts-see-on-instagram div:before,.fts-view-on-instagram-link:before{content:"\f138 ";font-family:FontAwesomeSlick}.fts-see-on-instagram{position:absolute;bottom:11px;right:12px;opacity:0;z-index:750;-webkit-transition:all .15s ease-out .1s;-moz-transition:all .15s ease-out .1s;-o-transition:all .15s ease-out .1s}.widget .instagram-placeholder .fts-see-on-instagram{position:absolute;top:19px;right:6px;z-index:750;display:none}.instagram-placeholder .fts-see-on-instagram{position:absolute;bottom:2px;right:6px;opacity:0;z-index:750}.fts-see-on-instagram div{display:inline-block;cursor:pointer;font-weight:400!important}.instagram-placeholder .fts-see-on-instagram div{display:block;cursor:pointer;font-weight:400!important}.widget .instagram-placeholder .fts-see-on-instagram div:before{color:#FFF;font-size:14px}.instagram-placeholder .fts-see-on-instagram div:before{color:#888;font-size:13px}.slicker-instagram-placeholder .fts-see-on-instagram div:before{color:#FFF;font-size:14px}.fts-see-on-instagram div:before{display:inline-block}.fts-view-on-instagram-link:before{display:inline-block;margin-right:6px}.fts-instagram-caption{display:none}.fts-instagram-fade .mfp-title p{color:#fff!important;margin:0 0 10px!important;padding:0!important}.fts-instagram-fade .mfp-title a{color:#FFF;text-decoration:none!important}.fts-instagram-fade .mfp-title a:hover{color:#eee}.instagram-social-btn-bottom,.instagram-social-btn-top{text-align:center;font-size:14px!important;background:#517fa4;border-radius:4px;width:167px;color:#FFF;line-height:15px;padding:7px 0!important}.instagram-social-btn-top{margin:0 auto 15px}.instagram-social-btn-bottom{margin:15px auto 0}.instagram-social-btn-bottom:hover,.instagram-social-btn-top:hover{opacity:.9}#fts-social-bar-icons-wrap .instagram-social-btn-bottom a,#fts-social-bar-icons-wrap .instagram-social-btn-top a{color:#FFF!important;font-weight:100!important;display:inline-block;text-decoration:none!important}#fts-social-bar-icons-wrap .instagram-social-btn-top a:hover{color:#FFF!important}.instagram-social-btn-bottom a,.instagram-social-btn-top a{color:#FFF!important;font-weight:100!important;display:inline-block;text-decoration:none!important}.instagram-social-btn-bottom a:hover,.instagram-social-btn-top a:hover{color:#FFF;font-weight:100!important}.instagram-social-btn-bottom:before,.instagram-social-btn-top:before{font-family:FontAwesomeSlick;content:"\f16d ";display:inline-block;margin-right:6px;font-size:16px!important;-webkit-font-smoothing:antialiased}.fts-pinterest-boards-wrap *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fts-fb-slideshow,.fts-fb-slideshow *,.fts-yt-videolist *{box-sizing:border-box}.fts-pinterest-wrapper{text-align:center;margin:auto;position:relative}a.fts-pin-board-wrap:link{text-decoration:none!important;border-bottom:0}a.fts-pin-board-wrap{border-radius:10px!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.33);display:inline-block;text-decoration:none;padding:10px 9px 10px 10px;margin:8px 8px 0;text-align:left}a.fts-pin-board-wrap:hover{background:#fff;border-radius:10px}.fts-pin-board-wrap .label,.fts-single-pin-description a,.fts-single-pin-pinned-to-wrap{text-decoration:none!important}h3.fts-pin-board-board_title,h3.fts-pin-board-board_title span{-webkit-font-smoothing:antialiased!important;display:block!important}.fts-pin-board-wrap:hover .hoverMask,.pinterest-single-thumb-wrap:hover .hoverMask{background:rgba(255,255,255,.1)}h3.fts-pin-board-board_title{width:210px;color:#555!important;font-size:16px!important;font-weight:700!important;margin:7px 0 5px 7px!important;padding:0!important;position:relative!important;font-family:"Helvetica Neue",arial,sans-serif!important;line-height:15px!important;clear:both}div.fts-pin-board-img-wrap,div.pinterest-single-thumb-wrap{background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}h3.fts-pin-board-board_title span{white-space:nowrap!important;overflow:hidden!important;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:capitalize}a.fts-pin-board-wrap{-webkit-border-radius:0;overflow:hidden}div.fts-pin-board-img-wrap{vertical-align:top;border-radius:10px 10px 0 0!important;overflow:hidden;clear:both;height:115px;-moz-box-shadow:0 0 3px rgba(0,0,0,.33) inset}.fts-pin-board-thumbs-wrap div:last-child{margin-right:0;border-bottom-right-radius:10px!important;border-bottom-left-radius:0!important}.fts-pin-board-wrap{max-width:254px;width:100%}.fts-pin-board-thumbs-wrap{min-height:50px}div.pinterest-single-thumb-wrap{margin-right:2px;margin-top:2px;height:108px!important;border-bottom-left-radius:10px!important;width:49.58%;display:inline-block}.fts-pin-board-img-wrap .hoverMask,.pinterest-single-thumb-wrap .hoverMask{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.33) inset;-moz-box-shadow:0 0 3px rgba(0,0,0,.33) inset;box-shadow:0 0 3px rgba(0,0,0,.33) inset;bottom:0;left:0;position:absolute;right:0;top:0}.fts-pin-board-wrap .fts-pin-board-pin-count{-webkit-font-smoothing:antialiased;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.3);-moz-box-shadow:inset 0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.3);box-shadow:inset 0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.3);text-shadow:0 -1px 0 rgba(0,0,0,.7);background-color:#000;background-color:rgba(68,68,68,.7);bottom:3px;color:#fff;padding:0 6px;position:absolute;left:3px;font-family:"Helvetica Neue",arial,sans-serif!important;font-size:12px!important;font-weight:700;line-height:21px}.fts-pin-board-pin-count:before{content:'';width:7px;height:9px;background:url(../images/pinterest-icons.png) -137px -87px no-repeat;display:inline-block;margin-right:3px}.fts-pin-board-wrap .label{font-weight:700;text-align:left!important;line-height:1.1em!important;white-space:nowrap;display:inline-block;position:relative;margin-bottom:inherit;padding:0!important;font-size:.7875rem;background:0 0!important;color:#fff}.widget .fts-pin-board-thumbs-wrap,.widget h3.fts-pin-board-board_title{display:none!important}.widget div.fts-pin-board-img-wrap{position:relative;overflow:hidden;clear:both;min-height:100px;height:auto;width:auto;border-radius:10px!important}.widget a.fts-pin-board-wrap{width:40%;padding:6px;margin:4px 4px 0!important;border-radius:1px!important}.widget div.fts-pin-board-img-wrap{-webkit-box-shadow:0 0 1px rgba(0,0,0,.11) inset!important;-moz-box-shadow:0 0 1px rgba(0,0,0,.11) inset;box-shadow:0 0 0 transparent inset!important;margin-bottom:0}.pinterest-single-thumb-wrap .hoverMask,.widget .fts-pin-board-img-wrap .hoverMask{-webkit-box-shadow:0 0 0 rgba(0,0,0,.33) inset;-moz-box-shadow:0 0 0 rgba(0,0,0,.33) inset;box-shadow:0 0 0 rgba(0,0,0,.33) inset}.fts-single-pin-wrap{background:#FFF;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.22);box-shadow:0 1px 2px 0 rgba(0,0,0,.22);border-radius:6px;width:236px!important;margin:14px 7px 0;border:none!important;text-align:left;overflow:hidden}.fts-single-pin-description{margin:10px 15px;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-size:13px;line-height:17px;word-wrap:break-word}.fts-single-pin-img-wrap img{-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px;max-width:100%}.fts-single-pin-social-meta-wrap{font-family:Helvetica,sans-serif;font-size:11px;color:#999;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;margin:-13px 10px 7px 15px}.fts-single-pin-social-meta-wrap .fts-single-pin-repin-count{margin:10px 12px 0 0;display:inline-block;font-size:13px}.fts-single-pin-social-meta-wrap .fts-single-pin-repin-count:before{font-family:FontAwesomeSlick;margin-right:5px;font-size:12px!important;content:"\f08d"}.fts-single-pin-social-meta-wrap .fts-single-pin-like-count{font-size:13px!important}.fts-single-pin-social-meta-wrap .fts-single-pin-like-count:before{font-family:FontAwesomeSlick;content:"\f086"!important;margin-right:5px;font-size:13px!important}.fts-single-pin-pinned-to-title,.fts-single-pin-pinned-to-wrap{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;overflow:hidden}.fts-single-pin-pinned-to-wrap{line-height:15px;padding:10px;border-radius:0 0 6px 6px;border:none!important;border-top:1px solid #e7e7e7!important}.fts-single-pin-pinned-to-wrap:hover{background:#eee;cursor:pointer}.fts-single-pin-pinned-to-wrap div{color:#999;display:block;font-weight:700;font-size:11px;font-family:Helvetica,sans-serif}.fts-single-pin-pinned-to-text{color:#999}div.fts-single-pin-pinned-to-title{color:#717171}.fts-single-pin-pinned-to-wrap img{position:relative;border-radius:2px;height:30px;margin-right:5px;width:30px;float:left}.fts-single-pin-pinned-to-title{border-radius:0 0 6px 6px}.fts-single-attribution-wrap{white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-family:Helvetica,sans-serif;color:#666;margin:-2px 0 5px 15px!important;font-size:11px;display:block;border:none!important;line-height:1.6471}.fts-yt-vids-in-row1 .fts-yt-videolist ul li:first-child,.fts-yt-vids-in-row1 li .entriestitle{display:none}.fts-yt-vids-in-row3 li .entriestitle,.fts-yt-vids-in-row4 li .entriestitle{font-size:85%!important;line-height:100%!important}.fts-single-attribution-wrap img{height:16px;margin-right:5px;position:relative;width:16px;float:left}.pinterest-social-btn-top{margin-bottom:0;text-align:center}.widget .pinterest-social-btn-top{margin-bottom:5px;text-align:center}.pinterest-social-btn-bottom{margin-top:5px;text-align:center}.fts-yt-videolist iframe{width:100%}.fts-yt-vids-in-row1 div.fts-yt-videolist p{padding-bottom:25px;clear:both}.fts-yt-first-video p{margin:10px 10px 25px!important}.fts-yt-videolist ul,.fts-yt-vids-in-row1 ul li{margin:0!important;padding:0!important}#secondary .front-widgets .fts-yt-large iframe{height:100%!important;max-height:300px!important;min-height:300px!important}.widget .fts-yt-videolist ul li{margin-bottom:0!important;list-style:none!important}.fts-yt-videolist ul{width:100%!important}.fts-yt-videolist ul li{list-style:none!important}.fts-yt-vids-in-row1 li{width:100%!important;margin-bottom:5%}.fts-yt-vids-in-row2 li,.fts-yt-vids-in-row3 li,.fts-yt-vids-in-row4 li{float:left;border:none;position:relative;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:1%!important;margin:0!important}.fts-yt-vids-in-row1 li iframe{width:100%}.fts-yt-vids-in-row2 li{width:50%!important}.fts-yt-vids-in-row3 li{width:33.3%!important}.fts-yt-vids-in-row4 li{width:25%!important}.fts-yt-vids-in-row2 li .entriestitle,.fts-yt-vids-in-row3 li .entriestitle,.fts-yt-vids-in-row4 li .entriestitle{padding:0 5px;position:absolute;left:0;top:20%;opacity:0;width:87.5%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fts-yt-vids-in-row2 li:hover .entriestitle,.fts-yt-vids-in-row3 li:hover .entriestitle,.fts-yt-vids-in-row4 li:hover .entriestitle{background:#000;border-radius:0;color:#FFF;padding:5% 6%;opacity:.9;z-index:100;right:0;line-height:18px;font-size:90%;font-weight:700;box-shadow:0 4px 8px #333;display:block}.fts-yt-vids-in-row2 li:hover,.fts-yt-vids-in-row3 li:hover,.fts-yt-vids-in-row4 li:hover{background-color:rgba(0,0,0,.9);box-shadow:0 1px 10px #333;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-yt-overlay-wrap{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;z-index:-1!important;background-color:rgba(0,0,0,.75);text-align:center;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out;pointer-events:none;box-shadow:0 2px 500px #000}body .fts-yt-overlay-wrap.fts-yt-target{display:block;opacity:1;z-index:9999999!important;-webkit-transition:opacity .5s ease-in;-moz-transition:opacity .5 ss ease-in;transition:opacity .5s ease-in;pointer-events:auto}.fts-fb-video-icon,.fts-watermark-inside{pointer-events:none}.fts-yt-overlay{max-width:775px;opacity:1;z-index:300;position:absolute;top:0;bottom:0;right:0;left:0;max-height:472px;padding:10px;background:#444;margin:auto!important;box-shadow:0 2px 200px #000}.fts-yt-overlay-wrap iframe{margin:0;min-height:343px;background:#000!important;margin-bottom:0!important}.fts-yt-popup-close{display:block;position:absolute;top:-19px;right:0;background:#444;color:#FFF!important;text-decoration:none;font-size:85%;font-family:verdana;font-weight:400;padding:.5% 2.5% 0;line-height:20px}.widget .fts-yt-first-video p{font-size:12px!important;margin-bottom:10px!important;margin-top:5px}.widget .fts-yt-videolist li{margin:0!important;line-height:0!important}.widget .fts-yt-videolist ul{padding-bottom:15px!important;float:left}.fts-yt-vids-in-row1 ul li iframe{margin-bottom:12px!important}@media only screen and (max-width:775px){.fts-yt-overlay{background:0 0;box-shadow:0 0 0 #000}.fts-yt-popup-close{background:0 0}}.widget .fts-yt-large .fts-yt-first-video iframe,.widget .fts-yt-vids-in-row1 li iframe{width:100%;height:0!important;min-height:100%!important;max-height:160px!important;padding:0}.fts-fluid-videoWrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.fts-fluid-videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100%;background:#000;border:none}.fts-fluid-videoWrapper video{background:#000}.fts-jal-fb-vid-wrap{margin-top:10px;border-radius:0;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-jal-fb-vid-wrap iframe,.widget .fts-jal-fb-vid-wrap iframe{width:100%;margin:0!important;padding:0!important}.fts-vine-thumbnail .fts-vine-logo:before,.fts-vine-thumbnail-cover,.popup-video-gallery-fb span.fts-fb-video-icon:before{-webkit-transition:all .5s ease-out 0;-moz-transition:all .5s ease-out 0;-o-transition:all .5s ease-out 0;-webkit-font-smoothing:antialiased}.widget .fts-jal-fb-vid-wrap iframe{height:50%}.fts-yt-first-video h2{margin:0 0 7px!important}.youtube-social-btn-top{margin:0 0 5px!important}.youtube-social-btn-bottom{padding:10px 0 0 6px;clear:both}@keyframes fade{from,to{opacity:1}50%{opacity:.5}}@-webkit-keyframes fade{from,to{opacity:1}50%{opacity:.5}}.fts-vine-wrapper{text-align:center}.fts-vine-video-wrap{text-align:left;display:inline-block;max-width:290px;vertical-align:top}.fts-vine-video-wrap a.fts-vine-author{display:block;margin:5px 0 0;padding:0}.fts-vine-white-popup .mfp-close{margin-top:-40px;font-size:35px;margin-right:-10px;color:#FFF!important}.fts-vine-white-popup{position:relative;background:#FFF;padding:20px;width:auto;max-width:640px;margin:30px auto}.fts-iframe-vine{padding-top:262px}.fts-vine-author{font-size:18px;line-height:24px}.fts-vine-text{font-size:13px;line-height:18px;padding:0 15px 15px 0}.fts-vine-thumbnail{display:block;position:relative;background:0 0!important}.fts-vine-thumbnail-cover{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;opacity:0;display:inline-block;cursor:pointer}.fts-vine-logo{font-size:27px}.fts-vine-thumbnail .fts-vine-logo:before,.popup-video-gallery-fb span.fts-fb-video-icon:before{font-family:FontAwesomeSlick;font-size:100%}.fts-vine-thumbnail .fts-vine-logo:before{content:"\f1ca"!important;display:inline-block;position:absolute;z-index:200;right:12px;top:5px;line-height:1.5;color:#00bf8f}.fts-vine-thumbnail-cover:hover{opacity:.3;background:#000}.fts-vine-thumbnail:hover .fts-vine-logo:before{color:#FFF;text-shadow:2px 1px #555;-webkit-animation:wiggle .5s ease;animation:wiggle .5s ease}@-webkit-keyframes wiggle{0%,100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}60%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}80%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}}@keyframes wiggle{0%,100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}60%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}80%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}}@media only screen and (max-device-width:736px){.fts-iframe-vine{padding-bottom:14%!important}.fts-vine-white-popup{padding:0}}.post-5593 .entry-content{text-align:center}.fts-fb-video-popup{position:relative;background:0 0;padding:20px 60px;width:auto;max-width:1400px;margin:30px auto}.fts-fb-video-popup .mfp-close{color:#FFF!important;right:47px!important;top:-19px!important}@media only screen and (min-device-width:375px) and (max-device-width:667px){.fts-fb-video-popup{padding:20px!important}.fts-fb-video-popup .mfp-close{right:5px!important}}@media only screen and (min-device-width:414px) and (max-device-width:736px){.fts-fb-video-popup{padding:20px!important}.fts-fb-video-popup .mfp-close{right:5px!important}}@media only screen and (min-device-width:768px) and (max-device-width:1024px){.fts-fb-video-popup video{min-height:400px}.fts-fb-video-popup{padding:10px!important}.fts-fb-video-popup .mfp-close{right:-2px!important;top:-25px!important}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.fts-fb-video-popup video{min-height:600px}}.fts-view-fb-videos-largeeee:before{content:"";display:inline-block;margin-right:6px;-webkit-font-smoothing:antialiased;background:url(../images/fb-play-btn.png);height:80px;width:80px}.fts-fb-photo-post-wrap:hover a.fts-slicker-backg{opacity:1;outline:0!important;color:#FFF}.popup-video-gallery-fb span.fts-fb-video-icon:before{content:"\f144"!important;display:inline-block!important;opacity:.5!important;color:#FFF;outline:0!important}.popup-video-gallery-fb span.fts-fb-video-icon:hover:before{opacity:.8!important;color:#FFF}.popup-video-gallery-fb a.visible-video-button{opacity:9!important;outline:0!important;z-index:1500}.popup-video-gallery-fb .fts-fb-load-more{max-width:340px;margin:20px auto}.fts-fb-social-btn-center,.popup-video-gallery-align-center{text-align:center;font-size:0}.fts-fb-social-btn-right,.popup-video-gallery-align-right{text-align:right}.fts-fb-social-btn-left,.popup-video-gallery-align-left{text-align:left}.cycle-slideshow .fts-jal-fb-picture{max-width:100%!important}.popup-video-gallery-fb .fts-fb-photo-post-wrap{vertical-align:top!important;display:inline-block!important;float:none;text-align:left;border-radius:0;max-width:100%;max-height:100%;box-sizing:border-box}.popup-video-gallery-fb .fts-fb-photo-post-wrap .fts-jal-fb-user-name{padding-top:0!important}.fts-review-star,.fts-reviews-star{background:#4791FF;color:#FFF;font-weight:400;padding:2px 12px;border-radius:15px;border: none !important;}.fts-review-details-master-wrap .fts-review-star{background:#4791FF;color:#FFF;font-weight:400;padding:11px 12px 9px 17px;border-radius:30px;margin:0 12px 0 0;font-size:20px;float:left;vertical-align:top;line-height:22px}.fts-review-star{font-size:13px;font-style:normal;white-space:nowrap;}.fts-review-star a{background:#4791FF;color:#FFF}.fts-reviews-feed .fts-jal-fb-post-time{padding-top:10px!important}.fts-review-star:after{content:"";font-size:14px}.fts-reviews-feed .fts-jal-fb-message{margin-top:5px}.fts-reviews-feed .fts-jal-fb-user-name{margin-top:0;font-size:14px}.fts-jal-fb-vid-picture .fts-fluid-videoWrapper-html5{display:none}.fts-fluid-videoWrapper .fluid-width-video-wrapper{position:initial}.fts-jal-fb-user-thumb img{width:50px;max-width:100%}.fts-jal-fb-description p{line-height:17px!important;white-space:normal!important}.fts-checked-in-text-link{display:inline-block;padding-bottom:0}.fts-checked-in-img{float:left;margin-right:10px;max-width:160px}.fts-checked-in-get-directions{margin-top:5px}.fts-instagram-fade .mfp-title,.fts-instagram-fade .mfp-title a{font-size:13px}.fts-fluid-videoWrapper-html5{margin-top:10px;width:100%}.fts-fb-slideshow.slideshow .fts-fb-photo-post-wrap{position:relative!important;float:none;display:inline-block}.fts-fb-slideshow{width:100%;padding:0;overflow:hidden}.fts-fb-slideshow>a{position:absolute;top:0;left:0;width:100%;padding:0;background-color:#222;display:block}.fts-fb-slideshow>a>img{width:100%;position:static;display:block}.fts-fb-slideshow>div{position:absolute;top:0;left:0;padding:0}.composite-example>div{background:#fff}.composite-example>div>img{display:block}.composite-example>div .cycle-overlay{color:#fff;background:#000;opacity:.6;filter:alpha(opacity=60);position:absolute;bottom:0;width:100%;padding:0}.fts-slider-center{text-align:center;padding:2px 0;background:#171717;position:relative;display:block;min-height:35px;font-size:15px;line-height:30px}.fts-slider-center span{display:inline-block;position:absolute;-webkit-text-size-adjust:none}.fts-cycle-slide p{margin:0;padding:0}.fts-prevControl-icon:before{content:'\f0a8';font-family:FontAwesomeSlick!important;font-size:24px}.fts-custom-caption{text-align:center;position:absolute;width:100%;left:0;top:2px;font-size:13px!important;line-height:30px;font-weight:700;z-index:0;letter-spacing:1px}.fts-nextControl-icon:before{font-size:24px;content:'\f0a9';font-family:FontAwesomeSlick!important}.fts-prevControl-icon{left:8px;z-index:1;cursor:pointer}.fts-nextControl-icon{right:7px;z-index:1;cursor:pointer}.fts-nextControl-icon:hover,.fts-prevControl-icon:hover{opacity:.8!important}.fb-social-btn-top{width:100%!important;overflow:hidden}.fts-instagram-fade.mfp-ready .mfp-figure{opacity:1!important}.page-id-6026 #main-header{display:none}.page-id-6026 #page-container{padding-top:0!important}.page-id-6026 .container{margin:0 auto!important;max-width:100%!important;width:100%!important}.fts-slider-icons-center{display:block;line-height:30px}.fts-pager-option{top:10px;position:relative}.fts-pager-option-top{bottom:0;position:relative;top:5px}.fts-pager-option,.fts-pager-option-top{text-align:center;width:100%;z-index:500;display:block}.fts-pager-option span{font-size:47px;width:15px;height:15px;line-height:10px;display:inline-block}.fts-pager-option span.cycle-pager-active,.fts-pager-option span:hover{opacity:.5}.fts-pager-option>*{cursor:pointer}.fts-fb-vid-popup .mfp-iframe-holder .mfp-close,.fts-fb-vid-popup .mfp-inline-holder .mfp-close{top:-50px!important;font-size:54px!important;font-weight:100;font-family:inherit}.fts-facebook-popup.mfp-bg,.fts-vine-vid-popup.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.fts-facebook-popup.mfp-bg.mfp-ready{opacity:.8;z-index:99999990}.fts-facebook-popup.mfp-bg.mfp-removing{opacity:0}.fts-facebook-popup.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.fts-facebook-popup.mfp-wrap.mfp-ready .mfp-content{opacity:1}.fts-facebook-popup.mfp-wrap.mfp-removing .mfp-content{opacity:0}.fts-facebook-popup .mfp-close{left:0!important;margin-left:4px!important;background:0 0!important;cursor:zoom-out!important;border:none!important;box-shadow:none!important;font-size:27px!important;font-family:'Open Sans',Arial,sans-serif!important;font-weight:600!important;top:-42px!important;opacity:.5!important}.fts-facebook-popup .mfp-close:before{display:none!important}.fts-facebook-popup .mfp-iframe-holder .mfp-content,.fts-facebook-popup .mfp-inline-holder .mfp-content{max-width:1400px}.fts-facebook-popup .mfp-iframe-scaler iframe,.fts-facebook-popup .mfp-iframe-scaler video{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:none!important;background:#000;right:0;margin:auto}.fts-facebook-popup .mfp-title{padding:20px;background:rgba(255,255,255,.11);margin-top:21px}.fts-facebook-popup .fts-popup-wrap{max-width:1400px;margin:0 auto;padding:0;vertical-align:middle;width:100%;position:relative}.fts-facebook-popup .fts-popup-half{width:75%;float:left;background:#000;text-align:center;vertical-align:middle;height:100%;position:relative;z-index:88888888}.fts-facebook-popup .fts-popup-second-half{height:100%;width:25%;position:relative;float:left}.fts-facebook-popup .fts-popup-second-half .mfp-bottom-bar{margin:0;position:absolute!important;top:0;right:0;width:100%;cursor:auto;color:#000;overflow:auto}.fts-facebook-popup .fts-popup-wrap img.mfp-img{width:auto;max-width:100%;display:initial;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;vertical-align:middle}.fts-facebook-popup .fts-popup-wrap .mfp-counter{position:relative;bottom:0;text-align:right;right:10px;color:#c1c1c1!important;font-size:12px;line-height:18px;white-space:nowrap;display:inline-block;float:right;top:initial;margin:5px 0}.fts-facebook-popup .fts-position-helper{display:inline-block;height:100%;vertical-align:middle}.fts-facebook-popup .fts-popup-image-position{min-height:527px;width:100%;background:#000;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.fts-facebook-popup .fts-popup-wrap .mfp-title{padding:0;background:rgba(255,255,255,.11);margin:0}.fts-facebook-popup .fts-popup-second-half .mfp-title a{color:#0f6fad;text-decoration:none!important}.fts-youtube-popup .fts-popup-second-half .mfp-title a{color:#0f6fad!important}.fts-facebook-popup .mfp-figure:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#FFF}.fts-facebook-popup .fts-popup-wrap .mfp-title p,.fts-instagram-caption-content .fts-popup-wrap .mfp-title p{color:#000!important;margin:0 0 10px!important;padding:0!important}.fts-facebook-popup .mfp-image-holder .mfp-content{max-width:1400px;width:100%}.fts-facebook-popup .fts-jal-fb-user-name{font-size:14px;margin-top:20px;padding-left:82px;display:block;padding-right:15px}.fts-facebook-popup .fts-fb-caption,.fts-facebook-popup .fts-non-popup-text,.hide-date-likes-comments-etc{display:none!important}.fts-facebook-popup .fts-jal-fb-post-time{padding-left:82px}.fts-facebook-popup .fts-instagram-caption-content,.fts-facebook-popup .fts-jal-fb-message{padding:20px 20px 0}.fts-facebook-popup .fts-fb-caption a{font-size:13px}.fts-facebook-popup i:before{margin-left:0!important;font-style:normal!important;font-size:15px!important}.fts-facebook-popup .icon-file:before{font-size:15px!important}#fts-photo-next:hover:after,#fts-photo-prev:hover:after,.fts-popup-half:hover #fts-photo-next:after,.fts-popup-half:hover #fts-photo-prev:after{opacity:1!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#fts-photo-next:after,#fts-photo-prev:after{font-family:FontAwesomeSlick;font-size:58px!important;font-weight:100;opacity:0;color:#FFF;border:none!important;margin-top:-20px!important}#fts-photo-next:after{content:"\f105"}#fts-photo-prev:after{content:"\f104"}.fts-facebook-popup .mfp-arrow{background:0 0!important;width:48px!important;height:28px!important;line-height:normal!important;margin:-32px 0!important}.fts-facebook-popup .mfp-arrow:after{margin:0!important;top:0!important;border:none!important;width:48px!important;height:24px!important}.twitter-followers-fts.fts-tweets-first,.twitter-followers-fts:hover{border-bottom:4px solid #1b95e0!important}.fts-facebook-popup .mfp-arrow-left{left:5px!important}.fts-facebook-popup .mfp-arrow-right{right:5px!important}.fts-facebook-popup .fts-jal-fb-description.fts-jal-fb-description-popup,.fts-facebook-popup .hide-date-likes-comments-etc{display:inline-block!important}.fts-facebook-popup .mfp-arrow:before,.fts-iframe-popup-element,.fts-video-popup-element{display:none}.fts-jal-fb-description-popup{color:#444}.fts-facebook-popup .fts-jal-fb-description-wrap{max-height:300px;overflow:auto;max-width:100%;padding-left:20px!important;width:100%}.fts-facebook-popup *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}body .fts-facebook-popup a.fts-powered-by-text{margin:2px 20px!important;text-align:left!important;float:left!important;font-size:12px;color:#c1c1c1!important;width:auto!important;font-weight:400!important;line-height:18px!important}.fts-powered-by-text-popup a.fts-powered-by-text{display:block!important}.fts-facebook-popup .mfp-iframe-holder .mfp-bottom-bar,.fts-facebook-popup .mfp-inline-holder .mfp-bottom-bar{overflow:auto}.fts-fb-comments-content{float:left;width:100%;max-width:100%;background:#f6f7f9;padding:0 20px 20px}.fts-facebook-popup .fts-fb-location-title{font-size:15px;display:block;padding:0;font-weight:700;font-style:normal;margin:12px 0 0;color:#333}.ft-gallery-share-wrap .fa,.fts-share-wrap i{font-style:normal!important}.fts-facebook-popup .fts-instagram-caption-content,.fts-facebook-popup .fts-jal-fb-message{clear:both;font-size:15px;color:#333}.fts-facebook-popup .fts-fb-get-directions{font-size:15px;display:inline-block;padding:0 0 20px;color:#4595f0!important}.fts-facebook-popup .fts-fb-ticket-info{color:#4595f0!important}.fts-event-title-wrap{font-size:24px;line-height:24px}.fts-fb-comments-wrap{display:none!important}.fts-fb-comment{clear:both;float:left;width:100%;color:#222;margin:0;padding:15px 0 0;font-size:13px}.fts-fb-comment-user-pic{float:left;width:32px;height:32px;margin:0;border-radius:50px}.fts-fb-comment-msg{padding-left:42px;font-size:12px}.fts-fb-comment-user-name{font-weight:700;display:inline-block;font-size:12px}@media all and (max-width:900px){.fts-facebook-styles-popup .fts-popup-half,.fts-facebook-styles-popup .fts-popup-second-half{height:100%;width:100%;position:relative;float:none}.fts-facebook-styles-popup .fts-popup-half{background:#000;text-align:center;vertical-align:middle;z-index:500}.fts-facebook-styles-popup .mfp-bottom-bar{background:#FFF;padding-bottom:10px}.fts-facebook-styles-popup .mfp-iframe-holder .mfp-content,.fts-facebook-styles-popup .mfp-inline-holder .mfp-content{top:0}.fts-facebook-styles-popup .mfp-iframe-holder .fts-popup-image-position,.fts-facebook-styles-popup .mfp-inline-holder .fts-popup-image-position{height:auto!important}.fts-facebook-styles-popup .mfp-container{padding-top:40px;padding-bottom:0}.fts-facebook-styles-popup .mfp-container:before{display:none}.fts-popup-image-position{min-height:50px!important}.fts-facebook-styles-popup .fts-popup-second-half .mfp-bottom-bar{height:auto!important;overflow:visible!important}}@media all and (max-width:640px){.fts-instagram-styles-popup .fts-popup-half,.fts-instagram-styles-popup .fts-popup-second-half{height:100%;width:100%!important;position:relative;float:none}.fts-instagram-styles-popup .fts-popup-half{background:#fff;text-align:center;vertical-align:middle;z-index:500}.fts-instagram-styles-popup .mfp-bottom-bar{background:#FFF;padding-bottom:10px}.fts-instagram-styles-popup .mfp-iframe-holder .mfp-content,.fts-instagram-styles-popup .mfp-inline-holder .mfp-content{top:0}.fts-instagram-styles-popup .mfp-iframe-holder .fts-popup-image-position{height:auto!important}.fts-instagram-styles-popup .mfp-container{padding-top:40px;padding-bottom:0}.fts-instagram-styles-popup .mfp-container:before{display:none}.fts-popup-image-position{min-height:50px!important}.fts-instagram-styles-popup .fts-popup-second-half .mfp-bottom-bar{height:auto!important;overflow:visible!important}}@media all and (min-width:1900px){.fts-facebook-popup .fts-popup-second-half.fts-instagram-popup-second-half{float:left!important}.fts-facebook-popup .fts-popup-second-half{height:100%;width:100%;position:relative;float:left}.fts-facebook-popup .fts-popup-half{background:#000;text-align:center;vertical-align:middle;z-index:500;width:100%}.fts-facebook-popup .mfp-bottom-bar{background:#FFF;padding-bottom:10px}.fts-facebook-popup .mfp-iframe-holder .mfp-content,.fts-facebook-popup .mfp-inline-holder .mfp-content{top:0}.fts-facebook-popup .mfp-iframe-holder .fts-popup-image-position,.fts-facebook-popup .mfp-inline-holder .fts-popup-image-position{height:auto!important}.fts-facebook-popup .mfp-container{padding-top:40px;padding-bottom:0}.fts-facebook-popup .mfp-container:before{display:none}.fts-popup-image-position{min-height:50px!important}.fts-facebook-popup .fts-popup-second-half .mfp-bottom-bar{height:auto!important;overflow:visible!important;min-height:auto!important}}.fts-twitter-backg-image,.fts-twitter-backg-image img{margin:0!important;padding:0!important;position:relative;z-index:99}.fts-instagram .image-overlay,.fts-instagram .image-overlay-inside,.fts-instagram .image-overlay.overlay-type-extern,.fts-jal-fb-group-display .image-overlay-inside,.fts-jal-single-fb-post .image-overlay,.fts-jal-single-fb-post .image-overlay-inside,.fts-jal-single-fb-post .image-overlay.overlay-type-extern,.fts-mashup .image-overlay,.fts-mashup .image-overlay.overlay-type-extern,.fts-pinterest-wrapper .image-overlay,.fts-pinterest-wrapper .image-overlay-inside,.fts-pinterest-wrapper .image-overlay.overlay-type-extern,.fts-profile-pic a .image-overlay,.fts-profile-pic a .image-overlay-inside,.fts-profile-pic a .image-overlay.overlay-type-extern,.fts-slicker-facebook-photos .image-overlay,.fts-slicker-facebook-photos .image-overlay-inside,.fts-slicker-facebook-photos .image-overlay.overlay-type-extern,.fts-tweeter-wrap .image-overlay,.fts-tweeter-wrap .image-overlay-inside,.fts-tweeter-wrap .image-overlay.overlay-type-extern,.fts-vine-content .image-overlay,.fts-vine-content .image-overlay-inside,.fts-vine-content .image-overlay.overlay-type-extern,.fts-yt-videolist .image-overlay,.fts-yt-videolist .image-overlay-inside,.fts-yt-videolist .image-overlay.overlay-type-extern{display:none!important}.fts-facebook-popup.mfp-ready .mfp-figure{opacity:1}ul.fts-sidebar-menu ul.fts-social-bar-icons-wrap ul li{margin:0!important}.fts-instagram-inline-block-centered{text-align:center;font-size:0;margin:auto}#facebook-sidebar .fts-fb-comments-wrap{display:none}.fts-twitter-backg-image img{display:block!important;width:100%}.fts-twitter-backg-image .twitter-social-btn-top{position:absolute!important;bottom:5px;left:10px;z-index:100}.fts-twitter-followers-wrap{background:#FFF;padding:1px 5px 0 0;margin-bottom:10px;text-align:center;color:#1b95e0!important}.twitter-followers-fts{text-align:center;display:inline-block;padding:5px 15px;font-size:18px;font-weight:600!important}.twitter-followers-fts a,.twitter-followers-fts-singular a{font-weight:400!important;letter-spacing:.02em;text-transform:uppercase}.twitter-followers-fts a{display:block;color:#66757f!important;font-size:11px;transition:color .15s ease-in-out}.twitter-followers-fts:hover{transition:border .15s ease-in-out}.fts-tweets-first,.fts-tweets-first a,.twitter-followers-fts:hover a{color:#1b95e0!important}.fts-tweet-others-right{margin-left:65px}.fts-tweet-reply-left{float:left;display:inline-block}.fts-twitter-reply-wrap a{color:rgba(144,147,148,.71)}body .fts-twitter-favorites-wrap:hover{color:#c32525!important}.fts-twitter-favorites-wrap{margin-left:20px}body .fts-twitter-reply-wrap.fts-twitter-full-width{margin-left:0!important;margin-top:0}.twitter-followers-fts-singular{font-size:15px;padding:5px 0 0}.twitter-followers-fts-singular a{color:#66757f!important;font-size:11px}.twitter-social-btn-top a,.twitter-social-btn-top iframe{color:#fff!important}@media (max-width:400px){.twitter-followers-fts{padding:5px 10px;font-size:15px!important;font-weight:500!important}}.fts-twitter-full-name{font-size:14px!important}a.fts-twitter-at-name{font-size:12px!important;color:#999!important;font-weight:400!important}.fts-profile-wrap{clear:both;display:block}.fts-clear{clear:both}.fts-profile-pic{float:left;margin:0 25px 20px 0;max-width:125px}.fts-profile-pic a:hover{opacity:.8}.fts-isnta-full-name{padding:0 0 10px;float:left;margin:4px 20px 0 0}.fts-profile-name-wrap .fts-follow-header-wrap{font-size:14px;display:inline-block;letter-spacing:0;padding:7px 10px;border-radius:4px;border:1px solid #5dba00;line-height:18px}.fts-profile-description{font-size:15px;line-height:22px}.fts-profile-name-wrap{font-size:32px;margin-bottom:18px;letter-spacing:2px;line-height:28px}.fts-profile-pic img{border-radius:50%;max-width:100%}.fts-profile-stats{margin:0 0 5px}.fts-profile-stats span{font-weight:700;display:inline-block}.fts-profile-stats div{font-size:15px;display:inline-block;margin-right:20px;margin-bottom:10px}.fts-profile-wrap{max-width:630px;margin:auto;padding:0 0 20px}.fts-facebook-popup .fts-instagram-caption-content a{color:#003569!important}.fts-facebook-popup a.ft-gallery-link-popup,.fts-facebook-popup a.fts-jal-fb-see-more{font-size:12px;text-align:right;margin-top:15px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:13px 20px 11px 40px;background:#f6f7f9;display:block!important;width:100%!important}.fts-instagram-popup-profile-wrap{display:none}.fts-facebook-popup.fts-instagram-styles-popup .fts-profile-pic{display:block;padding:15px 10px 0 15px;margin:0}.fts-facebook-popup.fts-instagram-styles-popup .fts-profile-pic img{display:block;width:40px}.fts-facebook-popup.fts-instagram-styles-popup .fts-isnta-full-name{font-size:17px;letter-spacing:normal;color:#333}.fts-facebook-popup.fts-instagram-styles-popup .fts-profile-name-wrap{padding-top:15px}.fts-follow-header-wrap{margin-right:15px;color:#5dba00}.fts-follow-header-wrap a{color:#5dba00!important}.fts-facebook-popup.fts-instagram-styles-popup .fts-insta-date-popup-grab{clear:both;text-align:right;margin:55px 15px -8px!important;color:#999;border-top:1px solid #eee;padding-top:12px;font-size:14px}.fts-facebook-popup.fts-instagram-styles-popup a.fts-view-on-instagram-link{margin:20px 15px 0;padding:10px 0!important;color:#9f9f9f!important}.fts-facebook-popup.fts-instagram-styles-popup .fts-view-on-instagram-link:before{font-size:15px;top:1px;position:relative;margin-left:5px}.fts-facebook-popup.fts-instagram-styles-popup .fts-follow-header-wrap{float:right;margin:0 15px 20px 0;color:#5dba00;font-size:12px}.fts-facebook-popup.fts-instagram-styles-popup .heart-comments-wrap,.fts-facebook-popup.fts-instagram-styles-popup .slicker-heart-comments-wrap{position:relative;color:#444!important;margin:0 0 0 15px!important;font-size:14px;width:auto!important;left:0}.fts-facebook-popup.fts-instagram-styles-popup .heart-comments-wrap li,.fts-facebook-popup.fts-instagram-styles-popup .slicker-heart-comments-wrap li{display:inline-block;margin-right:15px!important;margin-top:-5px!important;opacity:1}.fts-facebook-popup.fts-instagram-styles-popup .fts-comment-instagram:before{font-size:14px}.fts-facebook-popup.fts-instagram-styles-popup .fts-popup-half.fts-instagram-popup-half{width:64%}.fts-facebook-popup.fts-instagram-styles-popup .fts-popup-second-half.fts-instagram-popup-second-half{width:36%}.fts-facebook-popup.fts-instagram-styles-popup .fts-instagram-popup-half .fts-popup-image-position{min-height:auto!important}.fts-facebook-popup.fts-instagram-styles-popup .fts-popup-second-half .mfp-bottom-bar{margin:0;position:absolute!important;top:0;right:0;width:100%;cursor:auto;color:#000;overflow:auto;min-height:200px}.fts-facebook-popup.fts-instagram-styles-popup .mfp-iframe-holder .mfp-content,.fts-facebook-popup.fts-instagram-styles-popup .mfp-image-holder .mfp-content,.fts-facebook-popup.fts-instagram-styles-popup .mfp-inline-holder .mfp-content{max-width:1000px;width:100%}.fts-facebook-popup.fts-instagram-styles-popup .heart-comments-wrap{margin:-18px 0 0 15px!important}.fts-facebook-popup a.fts-view-on-instagram-link{font-size:12px;text-align:left;margin-top:15px;border-top:1px solid #eee;border-bottom:1px solid #eee;color:#555!important;padding:10px 20px;background:#FFF;display:block}.fts-mashup-post-wrap{padding:0!important;border-bottom:1px solid rgba(184,184,184,.3);line-height:17px;margin-bottom:10px;position:relative;display:inline-block;width:100%}.fts-mashup-type-name{clear:both;width:100%;display:block;background:#f7f7f7;margin-bottom:10px;box-shadow:1px 1px 0 #ddd}.fts-mashup-type-name span{display:block;padding:0 7px 3px 0;text-align:right;font-size:10px;color:#bfbfbf;line-height:14px}.fts-mashup-count-wrap{width:100%;clear:both;display:block;padding-top:12px;text-align:left;margin-bottom:6px;float:left}.fts-mashup-count-wrap a{display:inline-block;font-size:13px}.fts-mashup-count-wrap .fts-tweet-reply-left{float:none;display:inline-block}.fts-mashup-description-wrap{clear:both;padding-top:5px;line-height:18px}.fts-jal-fb-post-time{margin-bottom:8px}.twitter-video{min-width:200px!important}.fts-mashup .fts-mashup-image-and-video-wrap{margin-top:8px;position:relative;line-height:0}.fts-mashup-count-wrap .slicker-heart-comments-wrap{position:relative;top:inherit;bottom:inherit;margin:0!important}.fts-mashup-count-wrap .slicker-heart-comments-wrap li.slicker-instagram-image-likes{padding-left:0!important}.fts-mashup .fts-twitter-description-image{margin-top:0!important}.fts-mashup .fts-single-pin-social-meta-wrap{margin:0}.fts-mashup .fts-single-pin-social-meta-wrap span{margin-top:0;font-size:14px}.fts-mashup .fts-youtube-title{font-weight:700;font-size:12px;padding:8px 0 0;line-height:14px}.fts-mashup-post-wrap .fts-jal-single-fb-post{padding-top:0!important}.fts-mashup .fts-jal-single-fb-post{border-bottom:none}.fts-mashup .fts-jal-fb-picture,.fts-mashup .fts-jal-fb-vid-picture{margin-top:0}.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb a:before,.fts-mashup-instagram-icon a:before,.fts-mashup-pinterest-icon a:before,.fts-mashup-twitter-icon a:before,.fts-mashup-wp_gallery-icon a:before,.fts-mashup-youtube-icon a:before{font-family:FontAwesomeSlick;font-size:32px;font-weight:100!important}.fts-mashup-instagram-icon a:before{content:"\f16d";font-size:37px;top:2px;position:relative}.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb a:before{content:"\f09a";top:2px;position:relative;left:8px;font-size:30px}.fts-mashup-hide-fb-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb a:before{content:""}.fts-mashup-twitter-icon a:before{content:"\f099";top:0;position:relative;left:3px}.fts-mashup-pinterest-icon a:before{content:"\f231";position:relative;top:3px;left:5px}.fts-mashup-youtube-icon a:before{content:"\f167";position:relative;top:2px;left:4px}.fts-mashup-icon-wrap-left.fts-mashup-youtube-icon a:before{top:0;left:2px}.slicker-instagram-placeholder .ft-text-for-popup-content{padding:5px 15px;opacity:0;z-index:10;position:relative;color:#FFF}.slicker-instagram-placeholder .fts-mashup-count-wrap{opacity:0;z-index:10;position:absolute;bottom:-5px;left:5px;color:#FFF}.slicker-instagram-placeholder:hover .fts-mashup-count-wrap a{color:#FFF!important;font-size:12px}.slicker-instagram-placeholder .fts-mashup-count-wrap a{color:#FFF;font-size:12px}.slicker-instagram-placeholder:hover .ft-text-for-popup-content,.slicker-instagram-placeholder:hover .fts-mashup-count-wrap{opacity:1;color:rgba(255,255,255,.88)}.slicker-instagram-placeholder .ft-gallery-link-popup{font-size:14px;position:absolute;bottom:10px;left:10px}.ft-gallery-link-popup:before{font-family:FontAwesomeSlick;content:"\f14d ";display:inline-block;margin-right:6px;-webkit-font-smoothing:antialiased;font-size:16px;margin-top:1px;margin-left:1px}.fts-mashup-wp_gallery-icon a:before{content:"\f19a";position:relative;top:2px;left:4px}.fts-mashup-icon-wrap-left.fts-mashup-wp_gallery-icon a:before{top:0;left:2px}.fts-mashup-icon-wrap-right.fts-mashup-wp_gallery-icon{margin-top:3px;margin-right:5px}.slicker-instagram-placeholder .ft-wp-gallery-icon{margin-top:-12px;margin-right:0}.fts-mashup-icon-wrap-left.fts-mashup-twitter-icon a:before{top:0;left:3px}.fts-mashup-type-icon-spacer{clear:both;width:100%;display:block;background:#f7f7f7;margin-bottom:2px}.fts-feed-type-wp_gallery .fts-mashup-description-wrap{margin:0 0 15px}.fts-mashup .fts-feed-type-facebook .fts-jal-fb-user-thumb,.fts-mashup-hide-fb-thumb.fts-feed-type-facebook .fts-jal-fb-user-thumb{display:none!important}.fts-feed-type-facebook .fts-mashup-icon-wrap-left a:before,.fts-feed-type-facebook .fts-mashup-icon-wrap-right a:before{content:"\f09a";top:2px;position:relative;left:9px;font-size:28px!important}.fts-mashup-type-icon{float:left;height:40px;margin:15px 10px 0 0}.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb{width:40px;height:45px;float:left;margin:0}.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb a,.fts-mashup-icon-wrap{float:left;height:45px;width:40px;padding-top:13px;position:relative;margin-top:0!important;text-decoration:none!important}.fts-mashup-hide-fb-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb a{float:left;height:50px;width:50px;padding-top:0;position:relative;margin-top:0!important;text-decoration:none!important}.fts-mashup-hide-fb-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb{width:50px;height:50px;float:left;margin:0 15px 0 0}.fts-mashup .fts-jal-fb-message{line-height:18px;padding-top:5px}.fts-mashup-count-wrap a,.fts-mashup-icon-wrap a{text-decoration:none!important}.fts-mashup .fts-jal-fb-post-time{padding-top:3px}.fts-mashup .fts-likes-shares-etc-wrap{float:left;width:100%;padding:0}.fts-mashup .icon-thumbs-up:before,.fts-single-pin-social-meta-wrap,.fts-tweet-reply-left{margin-left:5px!important}.fts-mashup .fts-jal-fb-see-more,.fts-mashup .fts-mashup-count-wrap .slicker-heart-comments-wrap li,.fts-mashup .slicker-instagram-placeholder .slicker-heart-comments-wrap li{font-size:12px!important}.fts-mashup .fts-comment-instagram:before,.fts-mashup .fts-jal-fb-see-more .icon-comments:before,.fts-mashup .fts-jal-fb-see-more .icon-file-up:before,.fts-mashup .fts-jal-fb-see-more .icon-thumbs-up:before{font-size:14px}.fts-mashup-icon-wrap-right{float:right}.fts-mashup-icon-wrap-right a{text-decoration:none!important;font-size:12px}.fts-mashup-icon-wrap-left a:before,.fts-mashup-icon-wrap-right a:before{font-family:FontAwesomeSlick;font-weight:100!important;top:12px}.fts-mashup-icon-wrap-right.fts-mashup-facebook-icon{position: relative;right:18px;top:13px;z-index:1;}.fts-mashup-hide-fb-icon.fts-feed-type-facebook .fts-mashup-icon-wrap-right a:before{font-size:30px!important}.fts-mashup-icon-wrap-left{float:left;margin:16px 12px 0 0}.fts-feed-type-pinterest .fts-mashup-icon-wrap-left a:before{left:4px;top:0}.fts-mashup .fts-feed-type-facebook .fts-jal-fb-user-thumb a:before{font-family:FontAwesomeSlick!important;content:"\f09a"!important;top:2px!important;position:relative!important;left:8px!important;font-size:29px!important}.fts-mashup .fts-mashup-icon-left .fts-jal-fb-user-thumb{display: none!important;}.fts-feed-type-facebook.fts-mashup-hide-fb-thumb .fts-jal-fb-user-thumb,.fts-mashup .fts-mashup-hide-fb-icon-and-thumbnail.fts-feed-type-facebook .fts-jal-fb-user-thumb,.fts-mashup-hide-fb-icon-and-thumbnail .fts-jal-fb-user-thumb,.fts-mashup-icon-left .fts-jal-fb-user-thumb img{display:none!important}.fts-mashup-icon-left .fts-feed-type-facebook .fts-jal-fb-user-thumb a:before{content:''!important}.fts-mashup-icon-left.fts-feed-type-facebook.fts-mashup-hide-fb-thumb .fts-jal-fb-user-thumb{display:block!important}body div.fts-mashup-hide-fb-thumbnail-icon .fts-jal-fb-user-thumb a:before{display:none}body div.fts-mashup-hide-fb-thumbnail-icon .fts-jal-fb-user-thumb{width:50px!important;height:50px!important;margin-right:10px!important;margin-bottom:10px!important}body .fts-mashup .fts-mashup-hide-fb-thumbnail-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb a{width:50px!important;height:50px!important;margin-top:0!important;padding:0!important}.fts-mashup .fts-likes-shares-etc-wrap a{color:#777}.fts-mashup-error-notice{margin-bottom: 25px;}.fts-mashup-icon-left .fts-mashup-error-notice{margin-left:45px}.fts-mashup-icon-wrap-left a{text-decoration:none!important}.fts-mashup-icon-wrap-right.fts-mashup-youtube-icon a:before{left:-2px!important;top:15px}.fts-mashup-icon-wrap-right.fts-mashup-twitter-icon a:before{left:-2px!important}.fts-mashup-icon-wrap-right.fts-mashup-pinterest-icon a:before{left:0!important}.fts-mashup .fts-jal-fb-user-name{margin-right:23px}.fts-mashup-media-top.fts-mashup-post-wrap .fts-jal-fb-user-name{margin-left:10px;padding-top:0}.fts-mashup-media-top .fts-jal-fb-user-name{margin-left:10px}.fts-mashup .fts-jal-fb-message p,.fts-mashup-description-wrap p{margin:4px 0 5px!important;font-size:14px}.fts-single-pin-meta-wrap .fts-single-pin-social-meta-wrap{margin-left:15px!important}.fts-review-details-wrap{margin-top:0}.fts-review-details-master-wrap{display:block;clear:both;padding:10px 10px 15px;background:#FFF;border-bottom:1px solid rgba(184,184,184,.3)}.fts-reviews-overall-rating-stars{margin:auto}.fts-review-details-wrap{padding:5px 0 0;line-height:17px}.fts-review-details-master-wrap-no-background-or-border{background:0 0!important;border:none!important}.fts-slicker-twitter-posts .fts-tweeter-wrap .tweeter-info{padding:11px 0 7px}.fts-slicker-twitter-posts .fts-twitter-image{margin-left:11px!important}.fts-slicker-twitter-posts .tweeter-info .fts-twitter-full-width{padding:0 10px 10px}.fts-slicker-twitter-posts .tweeter-info .fts-twitter-full-width.fts-twitter-reply-wrap{padding:0 10px 2px}.tweeter-info .twitter-video{margin:0 -8px -5px!important}.fts-fb-get-directions,.fts-fb-ticket-info{display:inline-block}.fts-fb-ticket-info:before{content:'|';margin-left:10px;margin-right:10px}.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-post-time,.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-user-name,.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-description-wrap{padding-right:15px}.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-description-wrap{margin-top:20px;margin-bottom:25px;padding-left:20px!important}.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-user-name{margin-top:12px;padding-left:20px!important}.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-post-time{padding-left:20px!important}.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-icon-wrap-right.fts-mashup-wp_gallery-icon{margin-right:20px!important;margin-top:-1px}.fts-facebook-popup a.ft-gallery-link-popup{font-size:12px;text-align:left;margin-top:15px;border-top:0 solid #eee;border-bottom:0 solid #eee;padding:14px 20px 10px;background:0 0;display:inline-block;float:left}.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-description-wrap p{padding-top:0;line-height:21px;word-wrap:break-word;font-size:15px;color:#333}.ft-text-for-popup-content{text-align:left}.fts-slicker-facebook-photos .ft-text-for-popup-content .fts-jal-fb-post-time{color:#9d9d9d!important;margin-top:0}.ft-image-overlay{position:absolute;top:0;left:0;height:100%;width:100%}.fts-popup-second-half .fts-watermark-inside{display:none!important}.fts-watermark-inside-center{position:absolute;top:50%;text-align:center;transform:translateY(-50%);width:100%}.fts-watermark-inside-top-center{position:absolute;text-align:center;top:0;width:100%}.fts-watermark-inside-bottom-center{position:absolute;bottom:0;text-align:center;width:100%}.fts-watermark-inside-bottom-left{position:absolute;bottom:0}.fts-watermark-inside-bottom-right{position:absolute;text-align:right;bottom:0;width:100%}.fts-watermark-inside-top-right{position:absolute;width:100%;top:0;text-align:right}.fts-watermark-inside-top-left{position:absolute;text-align:left;top:0;width:100%}.fts-watermark-inside img{max-width:100%;height:auto;display:inline-block;margin:0}.fts-mashup-image-and-video-wrap .fts-watermark-inside img{max-width:75%!important}.ft-gallery-share-wrap{display:none;margin-top:0;position:absolute;left:20px;background:#fff;top:-8px;min-width:145px;box-shadow:2px -2px 3px 0 rgba(187,187,187,.8);width:100%;z-index:1000;text-align:left}.fts-popup-second-half .ft-gallery-share-wrap{left:50px;background:#f6f7f9;top:8px}.ft-gallery-share-wrap a{display:inline-block!important}.fts-share-wrap{padding:0;float:left;width:auto;margin:9px 0 0;display:inline-block;position:relative;z-index:1}a.fts-jal-fb-see-more{width:auto!important;display:inline-block!important;text-align:left}.ft-gallery-share-wrap .fa{display:inline-block!important;font-family:FontAwesomeSlick!important;font-weight:400!important;line-height:1!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ft-gallery-share-wrap .fa-facebook-square:before{content:"\f082";font-size:17px!important}.ft-gallery-share-wrap .fa-linkedin:before{content:"\f0e1";font-size:16px!important}.ft-gallery-share-wrap .fa-google-plus:before{content:"\f0d5";font-size:16px!important}.ft-gallery-share-wrap .fa-pinterest-plus:before{content:"\f0d2";font-size:15px!important}.ft-gallery-share-wrap .fa-twitter:before{content:"\f099";font-size:19px!important;top:1px;position:relative}.ft-gallery-share-wrap .fa-envelope:before{content:"\f0e0";font-size:16px!important}.ft-gallery-link-popup{margin:5px 0 0!important}.ft-gallery-share-wrap a:hover{opacity:.8}.fts-slicker-facebook-photos .fts-share-wrap a{color:#FFF!important}.fts-slicker-facebook-photos .fts-mashup-count-wrap{clear:both;display:block!important;top:-21px;left:16px}.fts-slicker-facebook-photos .fts-likes-shares-etc-wrap{outline:0;z-index:5000!important;color:#FFF;position:absolute;bottom:10px!important;display:none;width:100%;text-align:left}.fts-slicker-facebook-photos .fts-jal-fb-see-more{bottom:0!important;position:absolute;left:10px}.fts-mashup-post-wrap.fts-feed-type-facebook .fts-mashup-count-wrap.fts-share-wrap{margin:10px 3px 0 0;padding:0}.fts-mashup-post-wrap.fts-feed-type-facebook .fts-mashup-count-wrap.fts-share-wrap a.ft-gallery-link-popup{margin:0!important}.fts-mashup-post-wrap.fts-feed-type-facebook .ft-gallery-share-wrap{top:-7px}.fts-mashup-count-wrap.fts-share-wrap .ft-gallery-link-popup{margin-top:0!important}.fts-twitter-reply-wrap{float:left}.fts-instagram-reply-wrap-left,.fts-pinterest-reply-wrap-left,.fts-youtube-reply-wrap-left{float:right}.fts-tweeter-wrap .fts-share-wrap{padding:7px 0 0;margin-top:10px}.ft-gallery-share-wrap a{margin:7px 5px;font-size:13px}.fts-tweeter-wrap .ft-gallery-share-wrap{top:-10px}.fts-tweeter-wrap .fts-mashup-count-wrap a{display:inline-block;margin:7px 5px;font-size:13px}body .fts-slicker-facebook-photos .fts-tweeter-wrap .ft-gallery-share-wrap{max-width:132px!important;width:100%!important}.fts-tweeter-wrap .ft-gallery-link-popup{font-size:13px}.fts-twitter-reply-wrap-left{float:right;padding:10px 10px 0;margin-top:10px}.fts-tweet-others-right a{display:inline-block}.fts-twitter-reply-wrap .fts-share-wrap{margin-top:10px;padding:0}.fts-share-wrap .fts-share-wrap{margin-top:10px}.fts-twitter-reply-wrap .fts-share-wrap a.ft-gallery-link-popup{margin-top:0!important}.fts-slicker-twitter-posts .fts-twitter-reply-wrap-left{padding:0 10px 2px!important;margin:10px 0 0!important}.ft-galleryfacebook-icon{margin-left:11px!important}.fts-mashup-post-wrap .fts-tweet-reply-left{margin-right:35px;padding:0 5px}.fts-mashup-post-wrap .fts-twitter-reply-wrap-left{padding:0;margin-top:0}.fts-share-wrap .ft-gallery-link-popup{margin:0!important;font-size:12px}.fts-mashup-count-wrap .fts-share-wrap{margin:0!important}.fts-instagram-reply-wrap-left{margin-right:8px}.fts-popup-second-half .fts-share-wrap{margin:15px 0 -64px}.fts-popup-second-half .mfp-title .ft-gallery-share-wrap a{color:#137fc4}.fts-instagram-styles-popup .fts-share-wrap .ft-gallery-share-wrap a,.fts-instagram-styles-popup .fts-share-wrap a.ft-gallery-link-popup{color:#444}.fts-youtube-reply-wrap-left a{font-size:12px}.fts-mashup-post-wrap.fts-feed-type-facebook .fts-jal-fb-see-more{margin-bottom:-1px;text-transform:none!important}.fts-instagram-styles-popup .ft-gallery-link-popup,.fts-instagram-styles-popup .fts-share-wrap{margin:0!important;padding:0!important}.fts-instagram-styles-popup .fts-instagram-reply-wrap-left{float:left;margin-left:20px}.fts-instagram-styles-popup .fts-share-wrap{background:#fff;top:-11px;left:19px;position:relative;z-index:1000}.fts-instagram-styles-popup .ft-gallery-share-wrap{top:-6px;left:25px;background:#FFF}.fts-instagram-styles-popup .ft-gallery-link-popup:before{content:"\f064";margin-right:10px}.slicker-instagram-placeholder .ft-gallery-link-popup:before{content:"\f064";color:#FFF;font-size:15px;position:relative;top:2px}.slicker-instagram-placeholder .ft-gallery-share-wrap{top:-19px;left:35px;box-shadow:2px -2px 3px 0 #222!important;background:#000}.slicker-instagram-placeholder .ft-gallery-share-wrap a{color:#FFF}.fts-facebook-popup .ft-gallery-link-popup:before{font-family:FontAwesomeSlick;content:"\f064 ";margin-left:8px}.fts-mashup-count-wrap .fts-instagram-reply-wrap-left{margin-right:-8px}.fts-facebook-thumb-one,.fts-facebook-thumb-zero{margin-right:1px!important;display:inline-block;margin-bottom:1px!important}a.fts-facebook-thumbs-wrap{display:inline-block;max-width:515px}.fts-facebook-thumb-two{display:inline-block}.fts-image-count-tint-underlay{position:absolute;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5)}.fts-fb-thumbs-wrap,.fts-more-photos-auto-width .fts-fb-thumbs-wrap{position:relative;background-size:cover!important;background-position:center center!important;display:inline-block!important;overflow:hidden}.fts-fb-thumbs-wrap{margin-right:.233333%!important}.fts-2-photos.fts-fb-thumbs-wrap,.fts-more-photos-3-photos .fts-fb-thumb-two-wrap{margin-right:0!important}.fts-3-photos{max-width:33.1%}.fts-2-photos{max-width:49.77%}.fts-fb-more-photos-wrap .fts-jal-fb-picture{margin-bottom:1px!important}.fts-more-photos-auto-width{float:none!important;margin:10px 0 4px}.fts-more-photos-auto-width a{width:49.84%;margin:0!important}.fts-more-photos-auto-width .fts-fb-thumbs-wrap{max-width:100%;margin-right:0!important;margin-left:.2333333333%!important;margin:0 0 4px;z-index:0;background-repeat:no-repeat;vertical-align:top}.fts-more-photos-auto-width .fts-jal-fb-picture{float:none!important;display:inline-block!important;margin:0!important}.fts-more-photos-three-photo-wrap .fts-fb-thumbs-wrap{display:inline-block!important;max-width:100%;margin-right:.233333333%!important;margin:0 0 4px;width:49.887%;overflow:hidden;max-height:240px}.fts-fb-scrollable,.fts-twitter-scrollable,.fts-youtube-scrollable{overflow:auto}.ft-text-for-popup,.fts-slicker-facebook-albums .fts-fb-load-more-output,.fts-slicker-facebook-albums .fts-share-wrap,.fts-slicker-facebook-photos .fts-share-wrap,.fts-twitter-reply-wrap-left p{display:none}.fts-more-photos-three-photo-wrap .fts-fb-thumb-one-wrap{margin-right:0!important}.fts-image-count{position:absolute;bottom:50%;width:100%;top:50%;text-align:center;font-size:36px;color:#fff;line-height:36px;height:36px;transform:translate(0,-50%)}.fts-image-count span{position:relative;bottom:0;font-size:35px}.fts-fb-more-photos-wrap{width:100%}@media (max-width:375px){.fts-image-count,.fts-image-count span{font-size:20px}}@media (max-width:667px){.fts-image-count,.fts-image-count span{font-size:34px}}.ft-gallery-buy-now{margin:0 12px}.fts-mashup-post-wrap .fts-share-wrap,.fts-slicker-facebook-albums.ft-wp-gallery .fts-share-wrap{display:block}.fts-mashup-count-wrap .fts-twitter-reply-wrap.fts-twitter-no-margin-left,.fts-mashup-hide-date .fts-jal-fb-post-time,.fts-mashup-hide-name .fts-jal-fb-user-name,.fts-mashup-media-top .fts-jal-fb-description-wrap,.fts-mashup-media-top .fts-mashup-type-icon-spacer{display:none}.ft-wp-gallery .fts-share-wrap a{color:#777!important}.fts-slicker-facebook-posts img{max-width:100%}.fts-twitter-no-margin-left{margin-left:71px;clear:both}.fts-instagram-styles-popup .fts-comment-instagram:before{font-size:14px!important}.fts-smallerthan-180 .fts-instagram-link-target{padding-left:50%;padding-bottom:50%;padding-top:50%}.fts-smallerthan-180 .fts-instagram-link-target span:before{content:''!important}.fts-smallerthan-180 .fts-instagram-link-target:hover,.fts-smallerthan-180.slicker-instagram-placeholder:hover .slicker-instaG-photoshadow{background:0 0!important}.fts-instagram,.fts-instagram-scrollable{margin:auto}.fts-mashup-hide-name .fts-mashup-description-wrap,.fts-mashup-hide-name.fts-mashup-hide-date .fts-jal-fb-message{padding-top:0!important}.fts-mashup-description-wrap a{word-wrap:break-word}.fts-mashup-image-and-video-wrap.popup-gallery-twitter .twitter-video{margin:-8px!important}.fts-mashup-media-top .fts-mashup-image-and-video-wrap.popup-gallery-twitter{margin-top:0}.fts-mashup-media-top .fts-likes-shares-etc-wrap,.fts-mashup-media-top .fts-mashup-description-wrap,body .fts-mashup-post-wrap.fts-mashup-media-top .fts-jal-fb-message{padding:0 10px!important}.fts-mashup-media-top .fts-youtube-title{padding:10px 10px 0;display:none}.fts-mashup-post-wrap .fts-jal-single-fb-post .fts-jal-fb-vid-wrap .fts-jal-fb-description-wrap{padding:5px 10px 0!important}.fts-mashup-media-top .fts-mashup-count-wrap{padding:8px 10px 7px!important;margin-bottom:0;margin-top:4px}.fts-mashup-media-top .fts-likes-shares-etc-wrap{padding:7px 10px 8px!important;margin-bottom:0;margin-top:10px}.fts-mashup-media-top .fts-jal-single-fb-post{padding-bottom:0!important}.fts-mashup-media-top .fts-jal-fb-post-time{padding:5px 10px 7px!important}.fts-mashup-hide-thumbnail.fts-mashup-media-top .fts-jal-fb-user-name,.fts-mashup-hide-thumbnail.fts-mashup-media-top .fts-jal-single-fb-post .fts-jal-fb-user-name,.fts-mashup-media-top .fts-jal-fb-message{padding:0 10px!important}.fts-mashup-media-top .fts-jal-fb-see-more,.fts-mashup-media-top .fts-share-wrap{margin-top:0}.fts-mashup-media-top .fts-mashup-youtube-icon a:before{margin-right:8px!important;top:10px}.fts-mashup-media-top .fts-mashup-twitter-icon a:before{margin-right:8px!important;top:5px}.fts-mashup-media-top .fts-mashup-pinterest-icon a:before{margin-right:8px!important;top:9px}.fts-mashup-media-top .fts-mashup-instagram-icon a:before{margin-right:9px!important;top:9px}.fts-mashup-media-top .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon{position:unset;right:unset;top:unset;z-index:1;float:right!important}.fts-mashup-media-top .fts-jal-fb-top-wrap{display:none!important}.fts-jal-fb-group-display.fts-mashup-media-top .fts-jal-single-fb-post .fts-jal-fb-top-wrap,.fts-mashup-hide-thumbnail .fts-jal-fb-user-thumb,.slicker-youtube-placeholder .entriestitle{display:none}.fts-mashup-media-top .fts-jal-fb-link-wrap,.fts-mashup-media-top .fts-jal-fb-vid-wrap{margin-top:0;margin-bottom:10px;text-align:center}.fts-mashup-media-top .fts-jal-fb-link-wrap .fts-jal-fb-picture,.fts-mashup-media-top .fts-jal-fb-vid-wrap{float:none}.fts-mashup-media-top .fts-jal-fb-picture,.fts-mashup-media-top .fts-jal-fb-vid-picture{margin-bottom:0!important}.fts-mashup-media-top .fts-mashup-icon-wrap-left{margin-left:10px;margin-right:5px;margin-top:3px;top:0}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-instagram-icon,.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-pinterest-icon{margin-top:2px;min-height:40px}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-instagram-icon{margin-right:0;margin-top:0}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-youtube-icon a:before{margin-right:8px!important;top:6px}.fts-mashup-media-top .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon{margin-right:20px!important;margin-top:4px!important}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-facebook-icon{margin-top:8px!important}.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-youtube-icon{margin-top:5px!important}.fts-mashup-media-top .fts-mashup-image-and-video-wrap{margin-bottom:12px}.fts-mashup-media-top.fts-feed-type-facebook .fts-mashup-image-and-video-wrap.popup-gallery-twitter{margin:0}.fts-feed-type-facebook .fts-mashup-icon-wrap-left{margin-top:17px;margin-right:20px}.fts-mashup-icon-wrap-left.fts-mashup-instagram-icon{margin-top:3px}.fts-mashup-icon-wrap-left,.fts-mashup-icon-wrap-right{min-height:35px}.fts-jal-fb-group-display.fts-mashup-media-top .fts-jal-single-fb-post{padding-bottom:6px!important;border:none;margin-bottom:10px;background:#fff;margin-top:0!important;padding-top:0!important}.fts-mashup-media-top .fts-jal-fb-link-wrap a,.fts-mashup-media-top .fts-jal-fb-vid-picture{margin-top:0!important;line-height:0!important}.fts-mashup-media-top.fts-slicker-facebook-posts .fts-jal-single-fb-post{padding:0 0 8px!important}.fts-mashup-media-top .fts-jal-fb-user-thumb{margin-left:10px;margin-bottom:12px}.fts-yt-open{display:block;width:100%;height:100%;position:absolute}.fts-master-youtube-wrap .slicker-instagram-placeholder{position:relative;background-size:cover}.fts-facebook-popup.mfp-ready{z-index:99999999999999}.fts-youtube-popup h3{color:#111;padding:20px 40px 0 20px!important;margin-bottom:2px;font-size:24px;margin-top:0}.fts-youtube-popup h4{color:#222;padding:0 20px 4px!important;font-size:17px}.fts-youtube-description-popup{padding:0 20px 20px;color:#000}.fts-youtube-date{color:#9a9a9a;padding:0 20px 20px!important;font-size:13px}.fts-yt-open:hover{background:rgba(0,0,0,.5);cursor:pointer}.fts-master-youtube-wrap .slicker-youtube-placeholder{min-height:100px}.fts-youtube-popup-gallery,.fts-youtube-scrollable{clear:both;display:block}.fts-yt-open:hover:before{font-family:FontAwesomeSlick;content:"\f04b";display:block;font-size:32px;color:rgba(255,255,255,.54);position:absolute;top:45%;right:45%;left:43%}.fts-youtube-smallerthan-180 .fts-yt-open:hover:before{content:""}.fts-jal-fb-vid-picture a{margin:0}.fts-facebook-popup .mfp-inline-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.fts-more-photos-4-photos a{max-height:150px;display:inline-block;width:auto}.fts-more-photos-2-photos a{max-height:250px}.fts-youtube-scrollable .fts-fb-autoscroll-loader{background:0 0}.fts-yt-large.fts-youtube-thumbs-wrap{float:left}.fts-youtube-scrollable.fts-youtube-thumbs-wrap{float:right;clear:none}.fts-youtube-scrollable.fts-youtube-thumbs-wrap-left{float:left;clear:none}.fts-yt-large.fts-youtube-thumbs-wrap-left{float:right}.fts-yt-large.fts-youtube-thumbs-wrap-option-80-20{width:80%}.fts-youtube-scrollable.fts-youtube-thumbs-wrap-option-80-20{width:20%}.fts-yt-large.fts-youtube-thumbs-wrap-option-60-40{width:60%}.fts-youtube-scrollable.fts-youtube-thumbs-wrap-option-60-40{width:40%}.fts-youtube-scrollable.fts-youtube-thumbs-wrap-option-50-50,.fts-yt-large.fts-youtube-thumbs-wrap-option-50-50{width:50%}.fts-fb-comment .image-overlay-inside{display:none}.fts-youtube-popup .fts-fb-comment img{border-radius:30px}.fts-youtube-popup span.fts-fb-comment-date{color:#a6a6a6;padding-left:2px;font-size:12px!important}.fts-youtube-popup .fts-popup-second-half .mfp-title .fts-fb-comment-user-name a{color:#333!important}.youtube-comments-wrap{background:#fff;text-align:left;color:#2d2d2d!important}.youtube-comments-wrap .fts-share-wrap{margin:15px 0 -64px}.youtube-comments-wrap .fts-youtube-description-popup{display:block;position:relative!important;margin-bottom:-25px;padding-bottom:30px}.youtube-comments-wrap .ft-gallery-share-wrap{left:50px;background:#f6f7f9;top:8px}.fts-facebook-popup .mfp-bottom-bar a.ft-gallery-link-popup,.fts-facebook-popup .mfp-bottom-bar a.fts-jal-fb-see-more{color:#137fc4}.fts-youtube-scrollable .youtube-comments-wrap #___ytsubscribe_0{margin:20px 20px 10px!important}.mfp-title .fts-master-youtube-wrap-close{display:none}.fts-master-youtube-wrap-close{color:#636363;right:3px;top:3px;text-align:right;padding:15px;width:50px;font-size:24px;font-weight:700;position:absolute}.fts-master-youtube-wrap-close:before{content:"X"}.youtube-comments-wrap{overflow:auto;display:none;position:relative}.youtube-comments-wrap h3{padding-top:18px!important}.fts-scrollable-function{height:auto}.fts-youtube-description-popup{font-size:14px!important}.fts-youtube-no-thumbs-gallery{padding:0!important}.fts-youtube-noscroll .youtube-comments-wrap{overflow:visible}.fts-youtube-smallerthan-550-stack{width:100%!important}.fts-jal-fb-user-thumb img{border-radius:50px!important}.fts-twitter-username img.twitter-image{border-radius:50px}.fts-youtube-second-video-margin-btm{margin-bottom:35px}.fts-share-wrap [class*=fa-]{width:auto;height:auto}.fts-popup-half .mfp-arrow-left,.fts-popup-half .mfp-arrow-right{height:auto;width:auto;border:none!important;margin-top:0!important}.fts-popup-half .mfp-arrow-left:after,.fts-popup-half .mfp-arrow-right:after{background:0 0!important;height:auto!important;top:0!important;left:0!important;margin:0!important;padding:0!important;cursor:pointer;transform:none!important;transition:none!important;-webkit-transition:none!important}.fts-popup-half audio,.fts-popup-half video{visibility:visible!important}.fts-album-photos-wrap{text-align:center}.fts-fb-more-photos-wrap,.fts-more-photos-4-photos{position:relative;top:-3px}#wp-admin-bar-feed_them_social_admin_bar_set_cache{padding-bottom:17px!important;line-height:0!important}#wp-admin-bar-feed_them_social_admin_bar_set_cache span{line-height:10px;display:block;color:rgba(221,221,221,.57)}#wp-admin-bar-feed_them_social_admin_bar_set_cache:hover span{line-height:10px;display:block;color:#fff}.fts-mashup-media-top.fts-mashup-hide-thumbnail .fts-jal-fb-user-name{margin-left:0!important}.fts-steemit-username{display:inline-block;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;border-radius:50%;width:48px;height:48px;margin-bottom:5px}.fts-steemit-div .steemit-info img{margin:0!important}.steemit-info .fts-uppercase{margin:14px 0 10px 10px}.fts-steemit-title{font-size:18px;margin-bottom:10px;letter-spacing:1px;font-weight:400;line-height:21px;color:#0084b4}.fts-steemit-div .fts-twitter-retweet:before{content:"\f27a"!important;font-size:15px!important;top:1px}.fts-steemit-div .fts-twitter-favorites:before{content:'Votes:'!important;font-family:arial!important;font-size:14px!important;margin-right:3px!important;top:0;font-weight:700}.fts-steemit-div .fts-twitter-reply:before{font-family:FontAwesomeSlick;content:'\f06e'!important;position:relative;top:2px;font-size:19px}.fts-twitter-quoted-text-wrap{padding:0 0 10px;border:1px solid #efe8e8!important;margin-top:10px;font-size:13px}.fts-twitter-quoted-text-wrap a{font-size:13px!important}.fts-twitter-quoted-text-wrap .twitter-video-rendered{margin:auto!important}.fts-fluid-videoWrapper{margin-top:8px}.fts-twitter-quoted-text-wrap .fts-twitter-link-image img,.fts-twitter-quoted-text-wrap img{margin-top:0!important}.fts-twitter-quoted-text{display:inline-block!important;padding:8px 10px 0;line-height:18px}.fts-twitter-quoted-video .fts-twitter-quoted-text{padding-top:0!important}.fts-twitter-quoted-image{padding:8px}.fts-twitter-quoted-image .fts-twitter-quoted-text{padding:8px 2px 2px!important}.fts-fb-more-photos-wrap a:last-child{margin-right:0!important}.fts-fb-more-photos-wrap a:first-child{margin-left:0!important}.fts-yt-first-video .fts-fluid-videoWrapper{margin-top:0}.fts-twitter-quoted-video .fts-fluid-videoWrapper-html5,.fts-twitter-quoted-video .fts-jal-fb-vid-wrap{margin-top:0;margin-bottom:10px}.fts-fb-location-wrap{text-align:center;padding:15px}.fts-fb-location-img{display:block;margin-bottom:9px;height:20px}.fts-fb-location-img:before{content:"\f024";font-family:FontAwesomeSlick;font-size:28px;display:block}.fts-fb-location-link{margin-bottom:5px;display:block;font-size:16px}.fts-popup-second-half .fts-fb-location-wrap{color:#444}.fts-fb-embed-iframe-check-used-for-popup,.greater-than-or-equal-width-height{display:none!important}.fts-fb-video-on-page.fts-fluid-videoWrapper{padding-bottom:56%;padding-top:0;width:100%!important;height:auto!important}.fts-fb-video-on-page.fts-fluid-videoWrapper iframe{width:100%!important;height:auto!important}.fts-greater-than-width-height.fts-fb-video-on-page{margin-top:18px}.fts-greater-than-width-height.fts-fb-video-on-page iframe{padding-bottom:100%}.fts-equal-width-height{max-width:100%;padding-bottom:100%!important}.fts-comment-star:before {font-family:FontAwesomeSlick;content: "\f075";font-size: 14px;margin:0 6px 0 -2px !important;padding:0 !important;display:inline-block !important;border:none!important}.fts-mashup-error-notice-strong{display:block; font-size:16px; padding-bottom:5px;}.fts-mashup-error-bottom-padding {padding-bottom:20px;display: block;}.fts-mashup-error-check .fts-mashup-image-and-video-wrap {display:none;}.fts-review-name span {margin-right:5px;}
feeds/facebook/class-fts-facebook-feed-post-types.php CHANGED
@@ -41,10 +41,8 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
41
  */
42
  public function feed_post_types( $set_zero, $fb_type, $post_data, $fb_shortcode, $response_post_array, $single_event_array_response = null ) {
43
 
44
-
45
- // print_r($post_data);
46
- // echo 'ASDF';
47
-
48
  // Reviews Plugin.
49
  if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) {
50
  $fts_facebook_reviews = new FTS_Facebook_Reviews();
@@ -843,7 +841,7 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
843
  $photo_source = json_decode( $response_post_array[ $post_data_key . '_group_post_photo' ] );
844
  }
845
  // Group or page?
846
- $photo_source_final = isset( $photo_source->full_picture ) && 'group' === $fb_shortcode['type'] || isset( $post_data->full_picture ) && 'event' === $fb_shortcode['type'] || isset( $post_data->full_picture ) && 'page' === $fb_shortcode['type'] ? esc_url( $post_data->full_picture ) : esc_url( 'https://graph.facebook.com/' . $fb_post_object_id . '/picture' );
847
 
848
  echo '<div class="fts-jal-fb-link-wrap fts-album-photos-wrap"';
849
  if ( 'album_photos' === $fb_shortcode['type'] || 'albums' === $fb_shortcode['type'] ) {
@@ -852,9 +850,7 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
852
  echo '>';
853
  // echo isset($fb_shortcode['popup']) && $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> ' : '';.
854
  // Output Photo Picture.
855
-
856
-
857
- if ( $fb_post_object_id ) {
858
  if ( $fb_post_object_id ) {
859
 
860
  // if we have more than one attachment we get the first image width and set that for the max width.
@@ -865,7 +861,7 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
865
  if ( '0' === $fts_fb_image_count || '1' === $fts_fb_image_count || $fts_fb_image_count > 2 ) {
866
 
867
  // echo $fts_fb_image_count;.
868
- echo '<a href="' . ( isset( $fb_shortcode['popup'] ) && 'yes' === $fb_shortcode['popup'] ? esc_url( $photo_source_final ) : esc_url( $fb_link ) ) . '" target="_blank" class="fts-jal-fb-picture fts-fb-large-photo" ><img border="0" alt="' . esc_attr( $post_data->from->name ) . '" src="' . esc_url( $photo_source_final ) . '"></a>';
869
 
870
  }
871
 
@@ -938,7 +934,7 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
938
  // $post_data_source = isset($post_data->source) ? $post_data->source : $embed_html;.
939
  // $post_data_source = isset($embed_html) ? $embed_html : '';.
940
  // $post_data_format_3_picture = isset($post_data->format[3]->picture) ? $post_data->format[3]->picture : '';.
941
- echo '<a href="' . esc_url( $embed_html ) . '" data-poster="" id="fts-view-vid1-' . esc_attr( $fts_dynamic_vid_name_string ) . '" title="' . esc_html( $fb_description ) . '" class="fts-jal-fb-vid-html5video ' . esc_attr( $fts_view_fb_videos_btn . ' fb-video-popup-' . $fts_dynamic_vid_name_string . ' '. $fb_play_btn_visible ) . ' fts-slicker-backg" style="height:' . esc_attr( $fb_shortcode['play_btn_size'] ) . ' !important; width:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; line-height: ' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; font-size:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '"><span class="fts-fb-video-icon" style="height:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; width:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; line-height:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; font-size:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '"></span></a>';
942
 
943
  echo '<div class="fts-fb-embed-iframe-check-used-for-popup fts-fb-embed-yes">';
944
  if ( $embed_height >= $embed_width ) {
@@ -1024,7 +1020,7 @@ class FTS_Facebook_Feed_Post_Types extends FTS_Facebook_Feed {
1024
 
1025
  // filter messages to have urls.
1026
  // Output Message For combined feeds in the bottom.
1027
- if ( $fb_message && isset( $fb_shortcode['show_media'] ) && 'top' === $show_media ) {
1028
 
1029
  if ( isset( $fb_shortcode['show_social_icon'] ) && 'right' === $fb_shortcode['show_social_icon'] ) {
1030
  echo '<div class="fts-mashup-icon-wrap-right fts-mashup-facebook-icon"><a href="' . esc_url( 'https://www.facebook.com/' . $post_data->from->id ) . '" target="_blank"></a></div>';
41
  */
42
  public function feed_post_types( $set_zero, $fb_type, $post_data, $fb_shortcode, $response_post_array, $single_event_array_response = null ) {
43
 
44
+ // print_r($post_data);
45
+ // echo 'ASDF';
 
 
46
  // Reviews Plugin.
47
  if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) {
48
  $fts_facebook_reviews = new FTS_Facebook_Reviews();
841
  $photo_source = json_decode( $response_post_array[ $post_data_key . '_group_post_photo' ] );
842
  }
843
  // Group or page?
844
+ $photo_source_final = isset( $post_data->full_picture ) ? $post_data->full_picture : 'https://graph.facebook.com/' . $fb_post_object_id . '/picture';
845
 
846
  echo '<div class="fts-jal-fb-link-wrap fts-album-photos-wrap"';
847
  if ( 'album_photos' === $fb_shortcode['type'] || 'albums' === $fb_shortcode['type'] ) {
850
  echo '>';
851
  // echo isset($fb_shortcode['popup']) && $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> ' : '';.
852
  // Output Photo Picture.
853
+ if ( $fb_post_object_id ) {
 
 
854
  if ( $fb_post_object_id ) {
855
 
856
  // if we have more than one attachment we get the first image width and set that for the max width.
861
  if ( '0' === $fts_fb_image_count || '1' === $fts_fb_image_count || $fts_fb_image_count > 2 ) {
862
 
863
  // echo $fts_fb_image_count;.
864
+ echo '<a href="' . ( isset( $fb_shortcode['popup'] ) && 'yes' === $fb_shortcode['popup'] ? esc_url( $photo_source_final ) : esc_url( $fb_link ) ) . '" target="_blank" class="fts-jal-fb-picture fts-fb-large-photo"><img border="0" alt="' . esc_attr( $post_data->from->name ) . '" src="' . esc_url( $photo_source_final ) . '"></a>';
865
 
866
  }
867
 
934
  // $post_data_source = isset($post_data->source) ? $post_data->source : $embed_html;.
935
  // $post_data_source = isset($embed_html) ? $embed_html : '';.
936
  // $post_data_format_3_picture = isset($post_data->format[3]->picture) ? $post_data->format[3]->picture : '';.
937
+ echo '<a href="' . esc_url( $embed_html ) . '" data-poster="" id="fts-view-vid1-' . esc_attr( $fts_dynamic_vid_name_string ) . '" title="' . esc_html( $fb_description ) . '" class="fts-jal-fb-vid-html5video ' . esc_attr( $fts_view_fb_videos_btn . ' fb-video-popup-' . $fts_dynamic_vid_name_string . ' ' . $fb_play_btn_visible ) . ' fts-slicker-backg" style="height:' . esc_attr( $fb_shortcode['play_btn_size'] ) . ' !important; width:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; line-height: ' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; font-size:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '"><span class="fts-fb-video-icon" style="height:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; width:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; line-height:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '; font-size:' . esc_attr( $fb_shortcode['play_btn_size'] ) . '"></span></a>';
938
 
939
  echo '<div class="fts-fb-embed-iframe-check-used-for-popup fts-fb-embed-yes">';
940
  if ( $embed_height >= $embed_width ) {
1020
 
1021
  // filter messages to have urls.
1022
  // Output Message For combined feeds in the bottom.
1023
+ if ( isset( $fb_shortcode['show_media'] ) && 'top' === $show_media ) {
1024
 
1025
  if ( isset( $fb_shortcode['show_social_icon'] ) && 'right' === $fb_shortcode['show_social_icon'] ) {
1026
  echo '<div class="fts-mashup-icon-wrap-right fts-mashup-facebook-icon"><a href="' . esc_url( 'https://www.facebook.com/' . $post_data->from->id ) . '" target="_blank"></a></div>';
feeds/facebook/class-fts-facebook-feed.php CHANGED
@@ -1310,13 +1310,14 @@ style="margin:' . ( isset( $fb_shortcode['slider_margin'] ) && '' !== $fb_shortc
1310
  // echo'<pre>';.
1311
  // print_r();.
1312
  // echo'</pre>';.
1313
- $share_this = new feed_them_social_functions();
 
1314
  switch ( $fb_type ) {
1315
  case 'events':
1316
  $single_event_id = 'https://www.facebook.com/events/' . $single_event_id;
1317
  echo '<div class="fts-likes-shares-etc-wrap">';
1318
  echo $share_this->fts_share_option( $single_event_id, $description );
1319
- echo '<a href="' . esc_attr( $single_event_id ) . '" target="_blank" class="fts-jal-fb-see-more">' . esc_html( 'View on Facebook', 'feed-them-social' ) . '</a></div>';
1320
  break;
1321
  case 'photo':
1322
  if ( ! empty( $fb_link ) ) {
@@ -1359,7 +1360,7 @@ style="margin:' . ( isset( $fb_shortcode['slider_margin'] ) && '' !== $fb_shortc
1359
  )
1360
  ) . ' &nbsp;&nbsp;';
1361
  }
1362
- echo '&nbsp;' . esc_html( 'View on Facebook', 'feed-them-social' ) . '</a></div>';
1363
  break;
1364
  case 'app':
1365
  case 'cover':
@@ -1391,7 +1392,7 @@ style="margin:' . ( isset( $fb_shortcode['slider_margin'] ) && '' !== $fb_shortc
1391
  )
1392
  ) . ' &nbsp;&nbsp;';
1393
  }
1394
- echo '&nbsp;' . esc_html( 'View on Facebook', 'feed-them-social' ) . '</a></div>';
1395
  break;
1396
  default:
1397
  if ( 'yes' !== get_option( 'fb_reviews_remove_see_reviews_link' ) ) {
@@ -1419,7 +1420,7 @@ style="margin:' . ( isset( $fb_shortcode['slider_margin'] ) && '' !== $fb_shortc
1419
  'class' => array(),
1420
  ),
1421
  )
1422
- ) . ' &nbsp;&nbsp;&nbsp;' . esc_html( 'View on Facebook', 'feed-them-social' ) . '</a></div>';
1423
  }
1424
  }
1425
  break;
1310
  // echo'<pre>';.
1311
  // print_r();.
1312
  // echo'</pre>';.
1313
+ $view_on_facebook = get_option( 'fb_view_on_fb_fts' ) ? get_option( 'fb_view_on_fb_fts' ) : __( 'View on Facebook', 'feed-them-social' );
1314
+ $share_this = new feed_them_social_functions();
1315
  switch ( $fb_type ) {
1316
  case 'events':
1317
  $single_event_id = 'https://www.facebook.com/events/' . $single_event_id;
1318
  echo '<div class="fts-likes-shares-etc-wrap">';
1319
  echo $share_this->fts_share_option( $single_event_id, $description );
1320
+ echo '<a href="' . esc_attr( $single_event_id ) . '" target="_blank" class="fts-jal-fb-see-more">' . esc_html( $view_on_facebook ) . '</a></div>';
1321
  break;
1322
  case 'photo':
1323
  if ( ! empty( $fb_link ) ) {
1360
  )
1361
  ) . ' &nbsp;&nbsp;';
1362
  }
1363
+ echo '&nbsp;' . esc_html( $view_on_facebook ) . '</a></div>';
1364
  break;
1365
  case 'app':
1366
  case 'cover':
1392
  )
1393
  ) . ' &nbsp;&nbsp;';
1394
  }
1395
+ echo '&nbsp;' . esc_html( $view_on_facebook ) . '</a></div>';
1396
  break;
1397
  default:
1398
  if ( 'yes' !== get_option( 'fb_reviews_remove_see_reviews_link' ) ) {
1420
  'class' => array(),
1421
  ),
1422
  )
1423
+ ) . ' &nbsp;&nbsp;&nbsp;' . esc_html( $view_on_facebook ) . '</a></div>';
1424
  }
1425
  }
1426
  break;
feeds/instagram/class-fts-instagram-feed.php CHANGED
@@ -346,7 +346,7 @@ class FTS_Instagram_Feed extends feed_them_social_functions {
346
  // $instagram_id comes from our shortcode.
347
  // URL to get Feeds.
348
  if ( 'hashtag' === $type ) {
349
- $instagram_data_array['data'] = isset( $_REQUEST['next_url'] ) ? esc_url_raw( $_REQUEST['next_url'] ) : 'https://api.instagram.com/v1/tags/' . $instagram_id . '/media/recent/?access_token=' . $fts_instagram_access_token_final;
350
  } elseif ( 'location' === $type ) {
351
  $instagram_data_array['data'] = isset( $_REQUEST['next_url'] ) ? esc_url_raw( $_REQUEST['next_url'] ) : 'https://api.instagram.com/v1/locations/' . $instagram_id . '/media/recent/?count=' . $pics_count . '&access_token=' . $fts_instagram_access_token_final;
352
  } else {
346
  // $instagram_id comes from our shortcode.
347
  // URL to get Feeds.
348
  if ( 'hashtag' === $type ) {
349
+ $instagram_data_array['data'] = isset( $_REQUEST['next_url'] ) ? esc_url_raw( $_REQUEST['next_url'] ) : 'https://api.instagram.com/v1/tags/' . $instagram_id . '/media/recent/?count=' . $pics_count . '&access_token=' . $fts_instagram_access_token_final;
350
  } elseif ( 'location' === $type ) {
351
  $instagram_data_array['data'] = isset( $_REQUEST['next_url'] ) ? esc_url_raw( $_REQUEST['next_url'] ) : 'https://api.instagram.com/v1/locations/' . $instagram_id . '/media/recent/?count=' . $pics_count . '&access_token=' . $fts_instagram_access_token_final;
352
  } else {
feeds/youtube/class-youtube-feed-free.php CHANGED
@@ -227,14 +227,14 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
227
  $unset_count = $vid_count + $set_zero;
228
  $vid_count = $unset_count;
229
  // Uncomment these for testing purposes to see the actual count and the offset count.
230
- // echo'<pre>';.
231
- // print_r($set_zero);.
232
- // echo'</pre>';.
233
- // echo'<pre>';.
234
- // print_r('vidcount: '.$vid_count);.
235
  // echo'</pre>';
236
- // echo'<pre>';.
237
- // print_r($kind);.
238
  // echo'</pre>';.
239
  $youtube_channel_id_data['items'] = isset( $_REQUEST['next_url'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['next_url'] ) ) : sanitize_text_field( wp_unslash( 'https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=' . $channel_id . '&order=date&maxResults=' . $vid_count . '&' . $youtube_api_key_or_token ) );
240
  $user_channel_returned = $this->fts_get_feed_json( $youtube_channel_id_data );
@@ -339,8 +339,9 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
339
  $youtube_description,
340
  array(
341
  'a' => array(
342
- 'href' => array(),
343
- 'title' => array(),
 
344
  ),
345
  'br' => array(),
346
  'em' => array(),
@@ -365,7 +366,7 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
365
 
366
  $space_between_videos = isset( $space_between_videos ) && '' !== $space_between_videos ? $space_between_videos : '1px';
367
 
368
- $thumbs_wrap_color_final = isset( $thumbs_wrap_color ) ? ' style="background:' . $thumbs_wrap_color . '!important"' : '';
369
  $thumbs_wrap_color_scroll = isset( $thumbs_wrap_color ) ? 'background:' . $thumbs_wrap_color . '' : '';
370
 
371
  if ( ! empty( $video_id_or_link ) ) {
@@ -393,7 +394,7 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
393
  $video_id_or_link_final = isset( $video_id_or_link ) && '' === $video_id_or_link ? $space_between_videos : '';
394
  $thumbgallery_class = isset( $video_id_or_link ) && '' !== $video_id_or_link ? ' fts-youtube-no-thumbs-gallery' : '';
395
 
396
- echo '<div data-ftsi-columns="' . esc_attr( $columns ) . '" data-ftsi-force-columns="' . esc_attr( $force_columns ) . '" data-ftsi-margin="' . esc_html( $video_id_or_link_final ) . '" class="' . esc_attr( $fts_dynamic_class_name ) . ' fts-youtube-popup-gallery fts-youtube-inline-block-centered ' . esc_attr( $thumbgallery_class ) . '" ' . esc_attr( $thumbs_wrap_color_final ) . '>';
397
 
398
  if ( ! empty( $video_id_or_link ) ) {
399
 
@@ -488,8 +489,9 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
488
  $youtube_description,
489
  array(
490
  'a' => array(
491
- 'href' => array(),
492
- 'title' => array(),
 
493
  ),
494
  'br' => array(),
495
  'em' => array(),
@@ -523,8 +525,9 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
523
  $youtube_description,
524
  array(
525
  'a' => array(
526
- 'href' => array(),
527
- 'title' => array(),
 
528
  ),
529
  'br' => array(),
530
  'em' => array(),
@@ -532,7 +535,7 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
532
  'small' => array(),
533
  )
534
  ) . '</div>';
535
- $share_this->fts_share_option( isset( $youtube_video_url ) ? $youtube_video_url : null, isset( $youtube_title ) ? $youtube_title : null );
536
  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>';
537
  if ( isset( $comments_count ) && '0' !== $comments_count && is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) {
538
  $this->fts_youtube_commentThreads( $video_id, $youtube_api_key_or_token, $comments_count );
@@ -688,7 +691,7 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
688
  echo '</div><!--END main wrap for thumbnails-->';
689
  // END main wrap for thumbnails.
690
  if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) && 'autoscroll' === $loadmore ) {
691
- echo '<div id="loadMore_' . esc_attr( $fts_dynamic_name ) . '" class="fts-fb-load-more fts-fb-autoscroll-loader" ' . esc_attr( $thumbs_wrap_color_final ) . '></div>';
692
  }
693
  if ( ! empty( $thumbs_wrap_height ) || ! empty( $wrap ) ) {
694
  echo '</div>';
@@ -832,8 +835,9 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
832
  $youtube_comment,
833
  array(
834
  'a' => array(
835
- 'href' => array(),
836
- 'title' => array(),
 
837
  ),
838
  'br' => array(),
839
  'em' => array(),
@@ -900,8 +904,9 @@ class FTS_Youtube_Feed_Free extends feed_them_social_functions {
900
  $youtube_description,
901
  array(
902
  'a' => array(
903
- 'href' => array(),
904
- 'title' => array(),
 
905
  ),
906
  'br' => array(),
907
  'em' => array(),
227
  $unset_count = $vid_count + $set_zero;
228
  $vid_count = $unset_count;
229
  // Uncomment these for testing purposes to see the actual count and the offset count.
230
+ // echo'<pre>';
231
+ // print_r($set_zero);
232
+ // echo'</pre>';
233
+ // echo'<pre>';
234
+ // print_r('vidcount: '.$vid_count);
235
  // echo'</pre>';
236
+ // echo'<pre>';
237
+ // print_r($videos_check);
238
  // echo'</pre>';.
239
  $youtube_channel_id_data['items'] = isset( $_REQUEST['next_url'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['next_url'] ) ) : sanitize_text_field( wp_unslash( 'https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=' . $channel_id . '&order=date&maxResults=' . $vid_count . '&' . $youtube_api_key_or_token ) );
240
  $user_channel_returned = $this->fts_get_feed_json( $youtube_channel_id_data );
339
  $youtube_description,
340
  array(
341
  'a' => array(
342
+ 'href' => array(),
343
+ 'title' => array(),
344
+ 'target' => array(),
345
  ),
346
  'br' => array(),
347
  'em' => array(),
366
 
367
  $space_between_videos = isset( $space_between_videos ) && '' !== $space_between_videos ? $space_between_videos : '1px';
368
 
369
+ $thumbs_wrap_color_final = isset( $thumbs_wrap_color ) ? 'background:' . $thumbs_wrap_color . '!important' : '';
370
  $thumbs_wrap_color_scroll = isset( $thumbs_wrap_color ) ? 'background:' . $thumbs_wrap_color . '' : '';
371
 
372
  if ( ! empty( $video_id_or_link ) ) {
394
  $video_id_or_link_final = isset( $video_id_or_link ) && '' === $video_id_or_link ? $space_between_videos : '';
395
  $thumbgallery_class = isset( $video_id_or_link ) && '' !== $video_id_or_link ? ' fts-youtube-no-thumbs-gallery' : '';
396
 
397
+ echo '<div data-ftsi-columns="' . esc_attr( $columns ) . '" data-ftsi-force-columns="' . esc_attr( $force_columns ) . '" data-ftsi-margin="' . esc_html( $video_id_or_link_final ) . '" class="' . esc_attr( $fts_dynamic_class_name ) . ' fts-youtube-popup-gallery fts-youtube-inline-block-centered ' . esc_attr( $thumbgallery_class ) . '" style="' . esc_attr( $thumbs_wrap_color_final ) . '"">';
398
 
399
  if ( ! empty( $video_id_or_link ) ) {
400
 
489
  $youtube_description,
490
  array(
491
  'a' => array(
492
+ 'href' => array(),
493
+ 'title' => array(),
494
+ 'target' => array(),
495
  ),
496
  'br' => array(),
497
  'em' => array(),
525
  $youtube_description,
526
  array(
527
  'a' => array(
528
+ 'href' => array(),
529
+ 'title' => array(),
530
+ 'target' => array(),
531
  ),
532
  'br' => array(),
533
  'em' => array(),
535
  'small' => array(),
536
  )
537
  ) . '</div>';
538
+ echo $share_this->fts_share_option( isset( $youtube_video_url ) ? $youtube_video_url : null, isset( $youtube_title ) ? $youtube_title : null );
539
  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>';
540
  if ( isset( $comments_count ) && '0' !== $comments_count && is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) {
541
  $this->fts_youtube_commentThreads( $video_id, $youtube_api_key_or_token, $comments_count );
691
  echo '</div><!--END main wrap for thumbnails-->';
692
  // END main wrap for thumbnails.
693
  if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) && 'autoscroll' === $loadmore ) {
694
+ echo '<div id="loadMore_' . esc_attr( $fts_dynamic_name ) . '" class="fts-fb-load-more fts-fb-autoscroll-loader" style="' . esc_attr( $thumbs_wrap_color_final ) . '"></div>';
695
  }
696
  if ( ! empty( $thumbs_wrap_height ) || ! empty( $wrap ) ) {
697
  echo '</div>';
835
  $youtube_comment,
836
  array(
837
  'a' => array(
838
+ 'href' => array(),
839
+ 'title' => array(),
840
+ 'target' => array(),
841
  ),
842
  'br' => array(),
843
  'em' => array(),
904
  $youtube_description,
905
  array(
906
  'a' => array(
907
+ 'href' => array(),
908
+ 'title' => array(),
909
+ 'target' => array(),
910
  ),
911
  'br' => array(),
912
  'em' => array(),
includes/error-handler.php CHANGED
@@ -82,7 +82,7 @@ class fts_error_handler {
82
  public function fts_plugin_version_check() {
83
  // return error if no data retreived!
84
  try {
85
- $update_msg = __( 'Please update ALL Premium Extensions for Feed Them Social because they will no longer work with this version of Feed Them Social. We have made some Major Changes to the Core of the plugin to help with plugin conflicts. Please update your extensions from your <a href="http://www.slickremix.com/my-account" target="_blank">My Account</a> page on our website if you are not receiving notifications for updates on the premium extensions. Thanks again for using our plugin!', 'feed-them-social' );
86
 
87
  $plugins = get_plugins();
88
 
@@ -108,7 +108,18 @@ class fts_error_handler {
108
  add_action(
109
  'admin_notices',
110
  function () use ( $e ) {
111
- echo esc_html( $e->getMessage() );
 
 
 
 
 
 
 
 
 
 
 
112
  }
113
  );
114
  return true;
82
  public function fts_plugin_version_check() {
83
  // return error if no data retreived!
84
  try {
85
+ $update_msg = __( 'Please update ALL Premium Extensions for Feed Them Social because they will no longer work with this version of Feed Them Social. We have made some Major Changes to the Core of the plugin to help with plugin conflicts. Please update your extensions from your <a href="https://www.slickremix.com/my-account" target="_blank">My Account</a> page on our website if you are not receiving notifications for updates on the premium extensions. Thanks again for using our plugin!', 'feed-them-social' );
86
 
87
  $plugins = get_plugins();
88
 
108
  add_action(
109
  'admin_notices',
110
  function () use ( $e ) {
111
+ echo wp_kses(
112
+ $e->getMessage(),
113
+ array(
114
+ 'a' => array(
115
+ 'href' => array(),
116
+ 'target' => array(),
117
+ ),
118
+ 'div' => array(
119
+ 'class' => array(),
120
+ ),
121
+ )
122
+ );
123
  }
124
  );
125
  return true;
includes/feed-them-functions.php CHANGED
@@ -954,6 +954,7 @@ class feed_them_social_functions {
954
  'fb_no_more_videos_text',
955
  'fb_no_more_reviews_text',
956
  'fb_text_size',
 
957
  );
958
  $this->register_settings( 'fts-facebook-feed-style-options', $fb_style_options );
959
  }
@@ -1185,7 +1186,7 @@ class feed_them_social_functions {
1185
  echo '<script>jQuery(function () {jQuery.getScript("//assets.pinterest.com/js/pinit.js");});</script>';
1186
  $_POST['fts_pinterest_script_loaded'] = 'yes';
1187
  }
1188
- // we return this one until we echo out the pinterest feed instead of $output.=.
1189
  return '<a data-pin-do="buttonFollow" href="https://www.pinterest.com/' . esc_html( $user_id ) . '/">' . esc_html( $user_id ) . '</a>';
1190
  break;
1191
  case 'youtube':
@@ -1621,9 +1622,9 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
1621
  $fields_info['no_active_msg'],
1622
  array(
1623
  'a' => array(
1624
- 'href' => array(),
1625
- 'title' => array(),
1626
- 'target' => array(),
1627
  ),
1628
  'br' => array(),
1629
  'em' => array(),
@@ -1660,9 +1661,9 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
1660
  $token_info['no_token_msg'],
1661
  array(
1662
  'a' => array(
1663
- 'href' => array(),
1664
- 'title' => array(),
1665
- 'target' => array(),
1666
  ),
1667
  'br' => array(),
1668
  'em' => array(),
@@ -1682,9 +1683,9 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
1682
  $section_info['feed_type_select']['label'],
1683
  array(
1684
  'a' => array(
1685
- 'href' => array(),
1686
- 'title' => array(),
1687
- 'target' => array(),
1688
  ),
1689
  'br' => array(),
1690
  'em' => array(),
@@ -1748,9 +1749,9 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
1748
  $option['instructional-text'],
1749
  array(
1750
  'a' => array(
1751
- 'href' => array(),
1752
- 'title' => array(),
1753
- 'target' => array(),
1754
  ),
1755
  'br' => array(),
1756
  'em' => array(),
@@ -1765,9 +1766,9 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
1765
  $instructional_txt['text'],
1766
  array(
1767
  'a' => array(
1768
- 'href' => array(),
1769
- 'title' => array(),
1770
- 'target' => array(),
1771
  ),
1772
  'br' => array(),
1773
  'em' => array(),
@@ -1782,9 +1783,9 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
1782
  $option['label'],
1783
  array(
1784
  'a' => array(
1785
- 'href' => array(),
1786
- 'title' => array(),
1787
- 'target' => array(),
1788
  ),
1789
  'br' => array(),
1790
  'em' => array(),
@@ -1800,9 +1801,9 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
1800
  $label_txt['text'],
1801
  array(
1802
  'a' => array(
1803
- 'href' => array(),
1804
- 'title' => array(),
1805
- 'target' => array(),
1806
  ),
1807
  'br' => array(),
1808
  'em' => array(),
@@ -1859,27 +1860,27 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
1859
  if ( ! is_plugin_active( $required_plugins[ $premium_msg['req_plugin'] ]['plugin_url'] ) ) {
1860
  $output .= '<div class="feed-them-social-admin-input-wrap fts-premium-options-message" id="not_active_' . esc_attr( $key ) . '"><a class="not-active-title" href="' . esc_url( $required_plugins[ $premium_msg['req_plugin'] ]['slick_url'] ) . '" target="_blank">' .
1861
 
1862
- wp_kses(
1863
- $required_plugins[ $premium_msg['req_plugin'] ]['name'] ,
1864
- array(
1865
- 'h3' => array(),
1866
- )
1867
- ) .
1868
 
1869
- '</a>' . wp_kses(
1870
- $premium_msg['msg'],
1871
- array(
1872
- 'a' => array(
1873
- 'href' => array(),
1874
- 'title' => array(),
1875
- 'target' => array(),
1876
- ),
1877
- 'br' => array(),
1878
- 'em' => array(),
1879
- 'strong' => array(),
1880
- 'small' => array(),
1881
- )
1882
- ) . '</div>';
1883
  }
1884
  }
1885
  }
@@ -2575,7 +2576,7 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
2575
 
2576
  $single_response = \Requests::get( $url );
2577
 
2578
- $data = array();
2579
  if ( is_a( $single_response, 'Requests_Response' ) ) {
2580
  $data[ $key ] = $single_response->body;
2581
  }
@@ -3011,7 +3012,6 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
3011
  if ( wp_verify_nonce( $fts_refresh_token_nonce, 'fts_refresh_token_nonce' ) ) {
3012
  if ( isset( $_REQUEST['refresh_token'], $_REQUEST['button_pushed'] ) && 'yes' === $_REQUEST['button_pushed'] ) {
3013
  update_option( 'youtube_custom_refresh_token', sanitize_text_field( wp_unslash( $_REQUEST['refresh_token'] ) ) );
3014
- return 'Save New Tokens';
3015
  }
3016
  if ( isset( $_REQUEST['access_token'] ) ) {
3017
  update_option( 'youtube_custom_access_token', sanitize_text_field( wp_unslash( $_REQUEST['access_token'] ) ) );
@@ -3020,7 +3020,7 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
3020
  $start_of_time_final = false !== $startoftime ? sanitize_key( $startoftime ) : '';
3021
  update_option( 'youtube_custom_token_exp_time', $start_of_time_final );
3022
 
3023
- // This only happens if the token is expired on the YouTube Options page and you go to resave or refresh the page for some reason. It will also run this function if the cache is emptied and the token is found to be expired.
3024
  if ( 'no' === $_REQUEST['button_pushed'] ) {
3025
  return 'Token Refreshed';
3026
  // $output .= do_shortcode('[fts _youtube vid_count=3 large_vid=no large_vid_title=no large_vid_description=no thumbs_play_in_iframe=popup vids_in_row=3 space_between_videos=1px force_columns=yes maxres_thumbnail_images=yes thumbs_wrap_color=#000 wrap=none video_wrap_display=none comments_count=12 channel_id=UCqhnX4jA0A5paNd1v-zEysw loadmore=button loadmore_count=5 loadmore_btn_maxwidth=300px loadmore_btn_margin=10px]');
@@ -3082,7 +3082,36 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
3082
  console.log(response);
3083
  <?php
3084
  if ( isset( $_GET['page'] ) && 'fts-youtube-feed-styles-submenu-page' === $_GET['page'] ) {
3085
- $sucess_message = '<div class="fts-successful-api-token">' . __( 'Your Access Token is working! Generate your shortcode on the <a href="admin.php?page=feed-them-settings-page">settings page</a>.', 'feed-them-social' ) . '</div><div class="fts-clear"></div>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3086
  ?>
3087
  jQuery('#youtube_custom_access_token, #youtube_custom_token_exp_time').val('');
3088
 
@@ -3091,13 +3120,13 @@ if ( ! empty( $youtube_loadmore_text_color ) ) {
3091
  jQuery('.fts-failed-api-token').hide();
3092
 
3093
  if(!jQuery('.fts-successful-api-token').length) {
3094
- jQuery('.fts-youtube-last-row').append('<?php echo esc_js( $sucess_message ); ?>');
3095
  }
3096
  <?php
3097
  } else {
3098
  ?>
3099
  if(jQuery('.fts-failed-api-token').length) {
3100
- jQuery('.fts-youtube-last-row').append('<?php echo esc_js( $sucess_message ); ?>');
3101
  jQuery('.fts-failed-api-token').hide();
3102
  }
3103
  <?php } ?>
954
  'fb_no_more_videos_text',
955
  'fb_no_more_reviews_text',
956
  'fb_text_size',
957
+ 'fb_view_on_fb_fts',
958
  );
959
  $this->register_settings( 'fts-facebook-feed-style-options', $fb_style_options );
960
  }
1186
  echo '<script>jQuery(function () {jQuery.getScript("//assets.pinterest.com/js/pinit.js");});</script>';
1187
  $_POST['fts_pinterest_script_loaded'] = 'yes';
1188
  }
1189
+ // we return this one until we echo out the pinterest feed instead of $output.=.
1190
  return '<a data-pin-do="buttonFollow" href="https://www.pinterest.com/' . esc_html( $user_id ) . '/">' . esc_html( $user_id ) . '</a>';
1191
  break;
1192
  case 'youtube':
1622
  $fields_info['no_active_msg'],
1623
  array(
1624
  'a' => array(
1625
+ 'href' => array(),
1626
+ 'title' => array(),
1627
+ 'target' => array(),
1628
  ),
1629
  'br' => array(),
1630
  'em' => array(),
1661
  $token_info['no_token_msg'],
1662
  array(
1663
  'a' => array(
1664
+ 'href' => array(),
1665
+ 'title' => array(),
1666
+ 'target' => array(),
1667
  ),
1668
  'br' => array(),
1669
  'em' => array(),
1683
  $section_info['feed_type_select']['label'],
1684
  array(
1685
  'a' => array(
1686
+ 'href' => array(),
1687
+ 'title' => array(),
1688
+ 'target' => array(),
1689
  ),
1690
  'br' => array(),
1691
  'em' => array(),
1749
  $option['instructional-text'],
1750
  array(
1751
  'a' => array(
1752
+ 'href' => array(),
1753
+ 'title' => array(),
1754
+ 'target' => array(),
1755
  ),
1756
  'br' => array(),
1757
  'em' => array(),
1766
  $instructional_txt['text'],
1767
  array(
1768
  'a' => array(
1769
+ 'href' => array(),
1770
+ 'title' => array(),
1771
+ 'target' => array(),
1772
  ),
1773
  'br' => array(),
1774
  'em' => array(),
1783
  $option['label'],
1784
  array(
1785
  'a' => array(
1786
+ 'href' => array(),
1787
+ 'title' => array(),
1788
+ 'target' => array(),
1789
  ),
1790
  'br' => array(),
1791
  'em' => array(),
1801
  $label_txt['text'],
1802
  array(
1803
  'a' => array(
1804
+ 'href' => array(),
1805
+ 'title' => array(),
1806
+ 'target' => array(),
1807
  ),
1808
  'br' => array(),
1809
  'em' => array(),
1860
  if ( ! is_plugin_active( $required_plugins[ $premium_msg['req_plugin'] ]['plugin_url'] ) ) {
1861
  $output .= '<div class="feed-them-social-admin-input-wrap fts-premium-options-message" id="not_active_' . esc_attr( $key ) . '"><a class="not-active-title" href="' . esc_url( $required_plugins[ $premium_msg['req_plugin'] ]['slick_url'] ) . '" target="_blank">' .
1862
 
1863
+ wp_kses(
1864
+ $required_plugins[ $premium_msg['req_plugin'] ]['name'],
1865
+ array(
1866
+ 'h3' => array(),
1867
+ )
1868
+ ) .
1869
 
1870
+ '</a>' . wp_kses(
1871
+ $premium_msg['msg'],
1872
+ array(
1873
+ 'a' => array(
1874
+ 'href' => array(),
1875
+ 'title' => array(),
1876
+ 'target' => array(),
1877
+ ),
1878
+ 'br' => array(),
1879
+ 'em' => array(),
1880
+ 'strong' => array(),
1881
+ 'small' => array(),
1882
+ )
1883
+ ) . '</div>';
1884
  }
1885
  }
1886
  }
2576
 
2577
  $single_response = \Requests::get( $url );
2578
 
2579
+ $data = array();
2580
  if ( is_a( $single_response, 'Requests_Response' ) ) {
2581
  $data[ $key ] = $single_response->body;
2582
  }
3012
  if ( wp_verify_nonce( $fts_refresh_token_nonce, 'fts_refresh_token_nonce' ) ) {
3013
  if ( isset( $_REQUEST['refresh_token'], $_REQUEST['button_pushed'] ) && 'yes' === $_REQUEST['button_pushed'] ) {
3014
  update_option( 'youtube_custom_refresh_token', sanitize_text_field( wp_unslash( $_REQUEST['refresh_token'] ) ) );
 
3015
  }
3016
  if ( isset( $_REQUEST['access_token'] ) ) {
3017
  update_option( 'youtube_custom_access_token', sanitize_text_field( wp_unslash( $_REQUEST['access_token'] ) ) );
3020
  $start_of_time_final = false !== $startoftime ? sanitize_key( $startoftime ) : '';
3021
  update_option( 'youtube_custom_token_exp_time', $start_of_time_final );
3022
 
3023
+ // This only happens if the token is expired on the YouTube Options page and you go to re-save or refresh the page for some reason. It will also run this function if the cache is emptied and the token is found to be expired.
3024
  if ( 'no' === $_REQUEST['button_pushed'] ) {
3025
  return 'Token Refreshed';
3026
  // $output .= do_shortcode('[fts _youtube vid_count=3 large_vid=no large_vid_title=no large_vid_description=no thumbs_play_in_iframe=popup vids_in_row=3 space_between_videos=1px force_columns=yes maxres_thumbnail_images=yes thumbs_wrap_color=#000 wrap=none video_wrap_display=none comments_count=12 channel_id=UCqhnX4jA0A5paNd1v-zEysw loadmore=button loadmore_count=5 loadmore_btn_maxwidth=300px loadmore_btn_margin=10px]');
3082
  console.log(response);
3083
  <?php
3084
  if ( isset( $_GET['page'] ) && 'fts-youtube-feed-styles-submenu-page' === $_GET['page'] ) {
3085
+ foreach ( $auth_obj as $user_id ) {
3086
+ if ( ! isset( $user_id->error->errors[0]->reason ) ) {
3087
+ $type_of_key = __( 'API key', 'feed-them-social' );
3088
+ } elseif ( ! isset( $user_id->error->errors[0]->reason ) && ! empty( $youtube_access_token ) ) {
3089
+ $type_of_key = __( 'Access Token', 'feed-them-social' );
3090
+ }
3091
+
3092
+ // Error Check!
3093
+ if ( ! isset( $auth_obj->error->errors[0]->reason ) ) {
3094
+ $fts_youtube_message = sprintf(
3095
+ 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' ),
3096
+ '<div class="fts-successful-api-token">',
3097
+ esc_html( $type_of_key ),
3098
+ '<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
3099
+ '</a>',
3100
+ '</div><div class="clear"></div>'
3101
+ );
3102
+ } elseif ( isset( $user_id->error->errors[0]->reason ) ) {
3103
+ $fts_youtube_message = sprintf(
3104
+ esc_html( '%1$s This %2$s does not appear to be valid. YouTube responded with: %3$s %4$s ', 'feed-them-social' ),
3105
+ '<div class="fts-failed-api-token">',
3106
+ esc_html( $type_of_key ),
3107
+ esc_html( $user_id->errors[0]->reason ),
3108
+ '</div><div class="clear"></div>'
3109
+ );
3110
+ }
3111
+
3112
+ break;
3113
+ }
3114
+
3115
  ?>
3116
  jQuery('#youtube_custom_access_token, #youtube_custom_token_exp_time').val('');
3117
 
3120
  jQuery('.fts-failed-api-token').hide();
3121
 
3122
  if(!jQuery('.fts-successful-api-token').length) {
3123
+ jQuery('.fts-youtube-last-row').append('<?php echo $fts_youtube_message; ?>');
3124
  }
3125
  <?php
3126
  } else {
3127
  ?>
3128
  if(jQuery('.fts-failed-api-token').length) {
3129
+ jQuery('.fts-youtube-last-row').append('<?php echo $fts_youtube_message; ?>');
3130
  jQuery('.fts-failed-api-token').hide();
3131
  }
3132
  <?php } ?>
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: slickremix
3
  Tags: Facebook, Instagram, Twitter, YouTube, Feed
4
  Requires at least: 3.6.0
5
  Tested up to: 4.9.8
6
- Stable tag: 2.5.7
7
  License: GPLv2 or later
8
 
9
  Custom feeds for Facebook Pages, Album Photos, Videos & Covers, Instagram, Twitter, Pinterest & YouTube on pages, posts or widgets.
@@ -76,6 +76,14 @@ Feed Them Social was Developed By SlickRemix --> [https://www.slickremix.com/](h
76
  * Log into WordPress dashboard then click **Plugins** > **Add new** > Then under the title "Install Plugins" click **Upload** > **choose the zip** > **Activate the plugin!**
77
 
78
  == Changelog ==
 
 
 
 
 
 
 
 
79
  = Version 2.5.7 Wednesday, October 17th, 2018 =
80
  * FIX: Instagram Feed: Force columns and columns shortcode options not working.
81
  * FIX: Pinterest Options: Edit text before access token button generator.
3
  Tags: Facebook, Instagram, Twitter, YouTube, Feed
4
  Requires at least: 3.6.0
5
  Tested up to: 4.9.8
6
+ Stable tag: 2.5.9
7
  License: GPLv2 or later
8
 
9
  Custom feeds for Facebook Pages, Album Photos, Videos & Covers, Instagram, Twitter, Pinterest & YouTube on pages, posts or widgets.
76
  * Log into WordPress dashboard then click **Plugins** > **Add new** > Then under the title "Install Plugins" click **Upload** > **choose the zip** > **Activate the plugin!**
77
 
78
  == Changelog ==
79
+ = Version 2.5.8 - 2.5.9 Monday, October 22nd, 2018 =
80
+ * NEW: Facebook Options: Translate the text, View on Facebook.
81
+ * FIX: Pinterest & Instagram Options: Some plugins stripping out the hashtag we used to pass the access token in the browser url. Now we use &access_token instead.
82
+ * FIX: Instagram hashtag feed: The set image count was not responding.
83
+ * FIX: YoutTube Options: Access token not being saved properly.
84
+ * FIX: Misc style updates.
85
+ * COMBINED STREAMS NEW: Version 1.1.8: More rigorous error check in place to make sure if one social network fails the rest of the feed does not go down. Also admin notices will appear for social networks that are not working and give you instructions on what to check for to fix the problem.
86
+
87
  = Version 2.5.7 Wednesday, October 17th, 2018 =
88
  * FIX: Instagram Feed: Force columns and columns shortcode options not working.
89
  * FIX: Pinterest Options: Edit text before access token button generator.
trunk/SUPPORT.md DELETED
@@ -1,13 +0,0 @@
1
- Getting help with Feed Them Social or FTS extensions
2
- ========================
3
-
4
- We look forward to helping resolve any issues or relaying any feedback or ideas you have about Feed Them Social. To report an issue, receive support, give us feedback, or send us an idea please open a support ticket.
5
-
6
- Support Ticket
7
- ------
8
-
9
- We recommend all users with support questions email us via the support form found at [SlickRemix.com/support/](https://www.slickremix.com/support/). GitHub is used for core development only, and is not the place to seek help or report non-developer issues for Feed Them Social or FTS extensions.
10
-
11
- Before opening a support ticket, please also review our [Documentation](http://www.slickremix.com/feed-them-social/) for assistance with common issues and FAQs.
12
-
13
- If reporting a bug, please be as descriptive as possible and include links to screenshots or screenshares that demonstrate the issue.
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/class-fts-facebook-options-page.php DELETED
@@ -1,997 +0,0 @@
1
- <?php
2
- /**
3
- * Feed Them Social - Facebook Options Page
4
- *
5
- * This page is used to create the general options for Facebook Feeds
6
- * including setting access tokens.
7
- *
8
- * @package feedthemsocial
9
- * @copyright Copyright (c) 2012-2018, SlickRemix
10
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
11
- * @since 1.0.0
12
- */
13
-
14
- namespace feedthemsocial;
15
-
16
- /**
17
- * Class FTS Facebook Options Page
18
- *
19
- * @package feedthemsocial
20
- */
21
- class FTS_Facebook_Options_Page {
22
-
23
- /** * Construct
24
- *
25
- * Facebook Style Options Page constructor.
26
- *
27
- * @since 1.9.6
28
- */
29
- public function __construct() {
30
-
31
- }
32
-
33
- /**
34
- * Feed Them Facebook Options Page
35
- *
36
- * @since 1.9.6
37
- */
38
- public function feed_them_facebook_options_page() {
39
- $fts_functions = new feed_them_social_functions();
40
- ?>
41
-
42
- <div class="feed-them-social-admin-wrap">
43
- <h1>
44
- <?php esc_html_e( 'Facebook Feed Options', 'feed-them-social' ); ?>
45
- </h1>
46
- <div class="use-of-plugin">
47
- <?php esc_html_e( 'Change the language, color and more for your facebook feed using the options below.', 'feed-them-social' ); ?>
48
- </div>
49
- <!-- custom option for padding -->
50
- <form method="post" class="fts-facebook-feed-options-form" action="options.php" id="fts-facebook-feed-options-form">
51
- <br/>
52
- <?php
53
-
54
- $fts_fb_options_nonce = wp_create_nonce( 'fts-facebook-options-page-nonce' );
55
-
56
- if ( wp_verify_nonce( $fts_fb_options_nonce, 'fts-facebook-options-page-nonce' ) ) {
57
-
58
- // get our registered settings from the fts functions!
59
- settings_fields( 'fts-facebook-feed-style-options' );
60
- // Language select!
61
- $fb_language = get_option( 'fb_language', 'en_US' );
62
- // share button!
63
- $fb_show_follow_btn = get_option( 'fb_show_follow_btn' );
64
- $fb_show_follow_btn_where = get_option( 'fb_show_follow_btn_where' );
65
- $fb_show_follow_btn_profile_pic = get_option( 'fb_show_follow_btn_profile_pic' );
66
- $fb_like_btn_color = get_option( 'fb_like_btn_color', 'light' );
67
- $fb_hide_shared_by_etc_text = get_option( 'fb_hide_shared_by_etc_text' );
68
- $fb_hide_images_in_posts = get_option( 'fb_hide_images_in_posts' );
69
- $fb_hide_error_handler_message = get_option( 'fb_hide_error_handler_message' );
70
- $fb_hide_no_posts_message = get_option( 'fb_hide_no_posts_message' );
71
- $fb_reviews_remove_see_reviews_link = get_option( 'fb_reviews_remove_see_reviews_link' );
72
- $fb_loadmore_background_color = get_option( 'fb_loadmore_background_color' );
73
- $fb_loadmore_text_color = get_option( 'fb_loadmore_text_color' );
74
-
75
- $fb_reviews_overall_rating_background_border_hide = get_option( 'fb_reviews_overall_rating_background_border_hide' );
76
-
77
- $lang_options_array = json_decode( $fts_functions->xml_json_parse( 'https://raw.githubusercontent.com/pennersr/django-allauth/master/allauth/socialaccount/providers/facebook/data/FacebookLocales.xml' ) );
78
- // echo '<pre>';
79
- // print_r($lang_options_array);
80
- // echo '</pre>'; !
81
- ?>
82
- <div id="fb-token-master-wrap" class="feed-them-social-admin-input-wrap" style="padding-bottom:0px;">
83
- <div class="fts-title-description-settings-page" style="padding-top:0; border:none; margin-bottom:0px;">
84
- <h3>
85
- <?php esc_html_e( 'Facebook API Token', 'feed-them-social' ); ?>
86
- </h3>
87
- <?php esc_html_e( 'This Facebook Access Token is for Business Pages, Photos and Videos only and is simply used to display the feed. You must be an admin of the business page to get your token. This will NOT work for personal profiles or groups. ', 'feed-them-social' ); ?>
88
- <p>
89
- <?php
90
- echo sprintf(
91
- esc_html( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
92
- '<a href="' . esc_url( 'https://www.facebook.com/dialog/oauth?client_id=1123168491105924&redirect_uri=https://www.slickremix.com/facebook-token/&state=' . admin_url( 'admin.php?page=fts-facebook-feed-styles-submenu-page' ) . '&scope=manage_pages' ) . '" class="fts-facebook-get-access-token">',
93
- '</a>'
94
- );
95
- ?>
96
- </p>
97
-
98
- </div>
99
- <a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" target="_blank" class="fts-admin-button-no-work"><?php esc_html_e( 'Button not working?', 'feed-them-social' ); ?></a>
100
- <?php
101
- $test_app_token_id = get_option( 'fts_facebook_custom_api_token' );
102
- $test_app_token_id_biz = get_option( 'fts_facebook_custom_api_token_biz' );
103
- if ( ! empty( $test_app_token_id ) || ! empty( $test_app_token_id_biz ) ) {
104
- $fts_fb_access_token = '226916994002335|ks3AFvyAOckiTA1u_aDoI4HYuuw';
105
- $test_app_token_url = array(
106
- 'app_token_id' => 'https://graph.facebook.com/debug_token?input_token=' . $test_app_token_id . '&access_token=' . $test_app_token_id,
107
- );
108
- $test_app_token_url_biz = array(
109
- 'app_token_id_biz' => 'https://graph.facebook.com/debug_token?input_token=' . $test_app_token_id_biz . '&access_token=' . $test_app_token_id_biz . '&',
110
- /*'app_token_id' => 'https://graph.facebook.com/oauth/access_token?client_id=705020102908771&client_secret=70166128c6a7b5424856282a5358f47b&grant_type=fb_exchange_token&fb_exchange_token=CAAKBNkjLG2MBAK5jVUp1ZBCYCiLB8ZAdALWTEI4CesM8h3DeI4Jotngv4TKUsQZBwnbw9jiZCgyg0eEmlpiVauTsReKJWBgHe31xWCsbug1Tv3JhXZBEZBOdOIaz8iSZC6JVs4uc9RVjmyUq5H52w7IJVnxzcMuZBx4PThN3CfgKC5E4acJ9RnblrbKB37TBa1yumiPXDt72yiISKci7sqds0WFR3XsnkwQZD'*/
111
- );
112
- // Test App ID
113
- // Leave these for reference:
114
- // App token for FTS APP2: 358962200939086|lyXQ5-zqXjvYSIgEf8mEhE9gZ_M
115
- // App token for FTS APP3: 705020102908771|rdaGxW9NK2caHCtFrulCZwJNPyY!
116
- $test_app_token_response = $fts_functions->fts_get_feed_json( $test_app_token_url );
117
- $test_app_token_response = json_decode( $test_app_token_response['app_token_id'] );
118
- $test_app_token_response_biz = $fts_functions->fts_get_feed_json( $test_app_token_url_biz );
119
- $test_app_token_response_biz = json_decode( $test_app_token_response_biz['app_token_id_biz'] );
120
- }
121
- ?>
122
- <div class="clear"></div>
123
- <div class="feed-them-social-admin-input-wrap fts-fb-token-wrap" id="fts-fb-token-wrap" style="margin-bottom:0px;">
124
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
125
- <?php esc_html_e( 'Page ID', 'feed-them-social' ); ?>
126
- </div>
127
-
128
- <input type="text" name="fts_facebook_custom_api_token_user_id" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_user_id" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_user_id' ) ); ?>"/>
129
- <div class="clear" style="margin-bottom:10px;"></div>
130
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
131
- <?php esc_html_e( 'Access Token Required', 'feed-them-social' ); ?>
132
- </div>
133
-
134
- <input type="text" name="fts_facebook_custom_api_token" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token' ) ); ?>"/>
135
- <div class="clear"></div>
136
-
137
- <input type="text" hidden name="fts_facebook_custom_api_token_user_name" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_user_name" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_user_name' ) ); ?>"/>
138
- <div class="clear"></div>
139
- <?php
140
- if ( ! empty( $test_app_token_response ) && ! empty( $test_app_token_id ) ) {
141
- if ( isset( $test_app_token_response->data->is_valid ) || '(#100) You must provide an app access token or a user access token that is an owner or developer of the app' === $test_app_token_response->error->message ) {
142
- $fb_id = get_option( 'fts_facebook_custom_api_token_user_id' );
143
- $fb_name = get_option( 'fts_facebook_custom_api_token_user_name' );
144
- echo '<div class="fts-successful-api-token fts-special-working-wrap">';
145
-
146
- if ( ! empty( $fb_id ) && ! empty( $fb_name ) && ! empty( $test_app_token_id ) ) {
147
- echo '<a href="' . esc_url( 'https://www.facebook.com/' . get_option( 'fts_facebook_custom_api_token_user_id' ) ) . '" target="_blank"><img border="0" height="50" width="50" class="fts-fb-page-thumb" src="' . esc_url( 'https://graph.facebook.com/' . $fb_id . '/picture' ) . '"/></a><h3><a href="' . esc_url( 'https://www.facebook.com/' . get_option( 'fts_facebook_custom_api_token_user_id' ) ) . '" target="_blank">' . esc_html( $fb_name ) . '</a></h3>';
148
- }
149
-
150
- echo sprintf(
151
- esc_html( 'Your Access Token is now working! Generate your shortcode on the %1$sSettings Page%2$s', 'feed-them-social' ),
152
- '<a href="' . esc_url( 'admin.php?page=feed-them-settings-page#feed_type=facebook' ) . '">',
153
- '</a>'
154
- );
155
-
156
- echo '</div>';
157
- }
158
- 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 ) {
159
- if ( isset( $test_app_token_response->data->error->message ) ) {
160
- echo sprintf(
161
- 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' ),
162
- '<div class="fts-failed-api-token">',
163
- esc_html( $test_app_token_response->data->error->message ),
164
- '</div>'
165
- );
166
- }
167
- if ( isset( $test_app_token_response->error->message ) ) {
168
- echo sprintf(
169
- 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' ),
170
- '<div class="fts-failed-api-token">',
171
- esc_html( $test_app_token_response->error->message ),
172
- '</div>'
173
- );
174
- }
175
-
176
- 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 ) ) {
177
- echo sprintf(
178
- esc_html( '%1$sTo get started, please click the button above to retrieve your Access Token.%2$s', 'feed-them-social' ),
179
- '<div class="fts-failed-api-token get-started-message">',
180
- '</div>'
181
- );
182
- }
183
- }
184
- } else {
185
- if ( ! isset( $_GET['return_long_lived_token'] ) || isset( $_GET['reviews_token'] ) ) {
186
- echo sprintf(
187
- esc_html( '%1$sTo get started, please click the button above to retrieve your Access Token.%2$s', 'feed-them-social' ),
188
- '<div class="fts-failed-api-token get-started-message">',
189
- '</div>'
190
- );
191
- }
192
- }
193
- ?>
194
- <div class="clear"></div>
195
-
196
- <?php
197
-
198
- if ( isset( $_GET['return_long_lived_token'] ) && ! isset( $_GET['reviews_token'] ) ) {
199
- // Echo our shortcode for the page token list with loadmore button
200
- // These functions are on feed-them-functions.php!
201
- echo do_shortcode( '[fts_fb_page_token]' );
202
-
203
- }
204
- ?>
205
- </div>
206
-
207
- <div class="clear"></div>
208
- </div>
209
- <!--/fts-facebook-feed-styles-input-wrap-->
210
-
211
- <?php if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) { ?>
212
- <!-- style="padding-top:0; border:none; margin-bottom:0px; -->
213
- <div id="fts-fb-reviews-wrap" class="feed-them-social-admin-input-wrap">
214
- <div class="fts-title-description-settings-page" style="margin-bottom:0px;">
215
- <h3>
216
- <?php esc_html_e( 'Facebook Page Reviews Access Token', 'feed-them-social' ); ?>
217
- </h3>
218
- <?php esc_html_e( 'This Facebook Access Token works for the Reviews feed only and is simply used to display the feed. You must be an admin of the page to get your token.', 'feed-them-social' ); ?>
219
- <p>
220
- <?php
221
- echo sprintf(
222
- esc_html( '%1$sLogin and get my Reviews Access Token%2$s', 'feed-them-social' ),
223
- '<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=manage_pages' ) . '" class="fts-facebook-get-access-token">',
224
- '</a>'
225
- );
226
- ?>
227
- </p>
228
-
229
- </div>
230
-
231
- <a href="mailto:support@slickremix.com" target="_blank" class="fts-admin-button-no-work"><?php esc_html_e( 'Button not working?', 'feed-them-social' ); ?></a>
232
-
233
- <div class="clear"></div>
234
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
235
- <?php esc_html_e( 'Page Reviews ID', 'feed-them-social' ); ?>
236
- </div>
237
- <input type="text" name="fts_facebook_custom_api_token_user_id_biz" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_user_id_biz" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_user_id_biz' ) ); ?>"/>
238
-
239
- <div class="clear" style="margin-bottom:10px;"></div>
240
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
241
- <?php esc_html_e( 'Page Reviews Access Token', 'feed-them-social' ); ?>
242
- </div>
243
- <input type="text" name="fts_facebook_custom_api_token_biz" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_biz" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_biz' ) ); ?>"/>
244
- <input type="text" hidden name="fts_facebook_custom_api_token_user_name_biz" class="feed-them-social-admin-input" id="fts_facebook_custom_api_token_user_name_biz" value="<?php echo esc_attr( get_option( 'fts_facebook_custom_api_token_user_name_biz' ) ); ?>"/>
245
- <div class="clear"></div>
246
-
247
- <?php
248
- if (!empty($test_app_token_response_biz) && !empty($test_app_token_id_biz)) {
249
- $fb_name_biz = get_option('fts_facebook_custom_api_token_user_name_biz');
250
- $fb_id_biz = get_option('fts_facebook_custom_api_token_user_id_biz');
251
- if (isset($test_app_token_response_biz->data->is_valid) || $test_app_token_response_biz->error->message == "(#100) You must provide an app access token or a user access token that is an owner or developer of the app") {
252
- echo '<div class="fts-successful-api-token fts-special-working-wrap">';
253
-
254
-
255
- if (!empty($fb_id_biz) && !empty($fb_name_biz) && !empty($test_app_token_id_biz)) {
256
- echo '<img border="0" height="50" width="50" class="fts-fb-page-thumb" src="https://graph.facebook.com/' . $fb_id_biz . '/picture"/><h3><a href="https://facebook.com/'.$test_app_token_id_biz.'" target="_blank">' . $fb_name_biz . '</a></h3>';
257
- }
258
- echo __('Your Page Reviews Access Token is now working! Generate your shortcode on the <a href="admin.php?page=feed-them-settings-page#feed_type=facebook_reviews">settings page</a>.', 'feed-them-social') . '</div>';
259
-
260
- }
261
-
262
- if (isset($test_app_token_response_biz->data->error->message) && !empty($test_app_token_id_biz) || isset($test_app_token_response_biz->error->message) && !empty($test_app_token_id) && $test_app_token_response_biz->error->message !== "(#100) You must provide an app access token or a user access token that is an owner or developer of the app") {
263
- if (isset($test_app_token_response_biz->data->error->message)) {
264
- echo '<div class="fts-failed-api-token">' . __('Oh No something\'s wrong.', 'feed-them-social') . ' ' . $test_app_token_response_biz->data->error->message . ' ' . __('Please click the button above to retreive a new Access Token.', 'feed-them-social') . '</div>';
265
- }
266
- if (isset($test_app_token_response_biz->error->message) && !empty($test_app_token_id_biz) && !isset($_GET["return_long_lived_token"])) {
267
- echo '<div class="fts-failed-api-token">' . __('Oh No something\'s wrong.', 'feed-them-social') . ' ' . $test_app_token_response_biz->error->message . ' ' . __('Please click the button above to retreive a new Access Token.', 'feed-them-social') . '</div>';
268
- }
269
- }
270
-
271
- }
272
- if (!isset($_GET['reviews_token']) && empty($test_app_token_id_biz)) {
273
- echo '<div class="fts-failed-api-token get-started-message">' . __('To get started, please click the button above to retrieve your Page Reviews Access Token.', 'feed-them-social') . '</div>';
274
- }
275
-
276
-
277
- if (isset($_GET['return_long_lived_token']) && isset($_GET['reviews_token'])) {
278
- // Echo our shortcode for the page token list with loadmore button
279
- // These functions are on feed-them-functions.php
280
- echo do_shortcode('[fts_fb_page_token]');
281
-
282
- } ?>
283
-
284
- <div class="clear"></div>
285
- </div>
286
- <!--/fts-facebook-feed-styles-input-wrap-->
287
-
288
- <div class="feed-them-social-admin-input-wrap">
289
- <div class="fts-title-description-settings-page">
290
- <h3>
291
- <?php esc_html_e( 'Reviews: Style and Text Options', 'feed-them-social' ); ?>
292
- </h3>
293
- <?php esc_html_e( 'The styles above still apply, these are just some extra options for the Reviews List feed.', 'feed-them-social' ); ?>
294
- </div>
295
- <div class="feed-them-social-admin-input-label fb-events-title-color-label">
296
- <?php
297
- echo sprintf(
298
- esc_html( 'Stars Background Color%1$sApplies to Overall Rating too.%2$s', 'feed-them-social' ),
299
- '<br/><small>',
300
- '</small>'
301
- );
302
- ?>
303
- </div>
304
- <input type="text" name="fb_reviews_backg_color" class="feed-them-social-admin-input fb-reviews-backg-color color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-reviews-backg-color" placeholder="#4791ff" value="<?php echo esc_attr( get_option( 'fb_reviews_backg_color' ) ); ?>"/>
305
- <div class="clear"></div>
306
- </div>
307
- <!--/fts-facebook-feed-styles-input-wrap-->
308
-
309
- <div class="feed-them-social-admin-input-wrap">
310
- <div class="feed-them-social-admin-input-label fb-events-map-link-color-label">
311
- <?php
312
- echo sprintf(
313
- esc_html( 'Stars & Text Color%1$sApplies to Overall Rating too.%2$s', 'feed-them-social' ),
314
- '<br/><small>',
315
- '</small>'
316
- );
317
- ?>
318
- </div>
319
- <input type="text" name="fb_reviews_text_color" class="feed-them-social-admin-input fb-reviews-text-color color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-reviews-text-color" placeholder="#fff" value="<?php echo esc_attr( get_option( 'fb_reviews_text_color' ) ); ?>"/>
320
- <div class="clear"></div>
321
- </div>
322
- <!--/fts-facebook-feed-styles-input-wrap-->
323
-
324
- <div class="feed-them-social-admin-input-wrap">
325
- <div class="feed-them-social-admin-input-label fb-events-map-link-color-label">
326
- <?php esc_html_e( 'Text for the word "star"', 'feed-them-social' ); ?>
327
- </div>
328
- <input type="text" name="fb_reviews_star_language" class="feed-them-social-admin-input" id="fb_reviews_star_language" placeholder="star" value="<?php echo esc_attr( get_option( 'fb_reviews_star_language' ) ); ?>"/>
329
- <div class="clear"></div>
330
- </div>
331
- <!--/fts-facebook-feed-styles-input-wrap-->
332
-
333
- <div class="feed-them-social-admin-input-wrap">
334
- <div class="feed-them-social-admin-input-label fb-events-map-link-color-label">
335
- <?php esc_html_e( 'Text for the word "Recommended"', 'feed-them-social' ); ?>
336
- </div>
337
- <input type="text" name="fb_reviews_recommended_language" class="feed-them-social-admin-input" id="fb_reviews_recommended_language" placeholder="Recommeded" value="<?php echo esc_attr( get_option( 'fb_reviews_recommended_language' ) ); ?>"/>
338
- <div class="clear"></div>
339
- </div>
340
- <!--/fts-facebook-feed-styles-input-wrap-->
341
-
342
- <div class="feed-them-social-admin-input-wrap">
343
- <div class="feed-them-social-admin-input-label fb-events-map-link-color-label">
344
- <?php esc_html_e( 'Text for "See More Reviews"', 'feed-them-social' ); ?>
345
- </div>
346
- <input type="text" name="fb_reviews_see_more_reviews_language" class="feed-them-social-admin-input" id="fb_reviews_see_more_reviews_language" placeholder="See More Reviews" value="<?php echo esc_attr( get_option( 'fb_reviews_see_more_reviews_language' ) ); ?>"/>
347
- <div class="clear"></div>
348
- </div>
349
- <!--/fts-facebook-feed-styles-input-wrap-->
350
-
351
- <div class="feed-them-social-admin-input-wrap">
352
- <div class="feed-them-social-admin-input-label">
353
- <?php esc_html_e( 'Remove "See More Reviews" link', 'feed-them-social' ); ?>
354
- </div>
355
- <select name="fb_reviews_remove_see_reviews_link" id="fb_reviews_remove_see_reviews_link" class="feed-them-social-admin-input">
356
- <option value="">
357
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
358
- </option>
359
- <option <?php echo selected( $fb_reviews_remove_see_reviews_link, 'yes', false ); ?> value="<?php esc_html_e( 'yes' ); ?>">
360
- <?php esc_html_e( 'Yes', 'feed-them-social' ); ?>
361
- </option>
362
- <option <?php echo selected( $fb_reviews_remove_see_reviews_link, 'no', false ); ?> value="<?php esc_html_e( 'no' ); ?>">
363
- <?php esc_html_e( 'No', 'feed-them-social' ); ?>
364
- </option>
365
- </select>
366
- <div class="clear"></div>
367
- </div>
368
- <!--/fts-facebook-feed-styles-input-wrap-->
369
-
370
- <div class="fts-title-description-settings-page" id="overall-rating-options">
371
- <h3>
372
- <?php esc_html_e( 'Reviews: Overall Rating Style Options', 'feed-them-social' ); ?>
373
- </h3>
374
- <?php esc_html_e( 'These styles are for the overall rating that appear above your feed.', 'feed-them-social' ); ?>
375
- </div>
376
- <div class="feed-them-social-admin-input-wrap">
377
- <div class="feed-them-social-admin-input-label">
378
- <?php esc_html_e( 'Hide Overall Rating Background & Border', 'feed-them-social' ); ?>
379
- </div>
380
- <select name="fb_reviews_overall_rating_background_border_hide" id="fb_reviews_overall_rating_background_border_hide" class="feed-them-social-admin-input">
381
- <option value="">
382
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
383
- </option>
384
- <option <?php echo selected( $fb_reviews_overall_rating_background_border_hide, 'yes', false ); ?> value="<?php esc_html_e( 'yes' ); ?>">
385
- <?php esc_html_e( 'Yes', 'feed-them-social' ); ?>
386
- </option>
387
- <option <?php echo selected( $fb_reviews_overall_rating_background_border_hide, 'no', false ); ?> value="<?php esc_html_e( 'no' ); ?>">
388
- <?php esc_html_e( 'No', 'feed-them-social' ); ?>
389
- </option>
390
- </select>
391
- <div class="clear"></div>
392
- </div>
393
- <!--/fts-facebook-feed-styles-input-wrap-->
394
-
395
- <div class="feed-them-social-admin-input-wrap">
396
- <div class="feed-them-social-admin-input-label">
397
- <?php esc_html_e( 'Overall Rating Background Color', 'feed-them-social' ); ?>
398
- </div>
399
- <input type="text" name="fb_reviews_overall_rating_background_color" class="feed-them-social-admin-input fb-reviews-text-color color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb_reviews_overall_rating_background_color" placeholder="#fff" value="<?php echo esc_attr( get_option( 'fb_reviews_overall_rating_background_color' ) ); ?>"/>
400
- <div class="clear"></div>
401
- </div>
402
- <!--/fts-facebook-feed-styles-input-wrap-->
403
-
404
- <div class="feed-them-social-admin-input-wrap">
405
- <div class="feed-them-social-admin-input-label">
406
- <?php esc_html_e( 'Overall Rating Text Color', 'feed-them-social' ); ?>
407
- </div>
408
- <input type="text" name="fb_reviews_overall_rating_text_color" class="feed-them-social-admin-input fb-reviews-text-color color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb_reviews_overall_rating_text_color" placeholder="#fff" value="<?php echo esc_attr( get_option( 'fb_reviews_overall_rating_text_color' ) ); ?>"/>
409
- <div class="clear"></div>
410
- </div>
411
- <!--/fts-facebook-feed-styles-input-wrap-->
412
-
413
- <div class="feed-them-social-admin-input-wrap">
414
- <div class="feed-them-social-admin-input-label">
415
- <?php esc_html_e( 'Overall Rating Border Color', 'feed-them-social' ); ?>
416
- </div>
417
- <input type="text" name="fb_reviews_overall_rating_border_color" class="feed-them-social-admin-input fb-reviews-text-color color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb_reviews_overall_rating_border_color" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_reviews_overall_rating_border_color' ) ); ?>"/>
418
- <div class="clear"></div>
419
- </div>
420
- <!--/fts-facebook-feed-styles-input-wrap-->
421
-
422
- <div class="feed-them-social-admin-input-wrap">
423
- <div class="feed-them-social-admin-input-label">
424
- <?php esc_html_e( 'Overall Rating Background Padding', 'feed-them-social' ); ?>
425
- </div>
426
- <input type="text" name="fb_reviews_overall_rating_background_padding" class="feed-them-social-admin-input" id="fb_reviews_overall_rating_background_padding" placeholder="10px 10px 15px 10px" value="<?php echo esc_attr( get_option( 'fb_reviews_overall_rating_background_padding' ) ); ?>"/>
427
- <div class="clear"></div>
428
- </div>
429
- <!--/fts-facebook-feed-styles-input-wrap-->
430
-
431
- <div class="feed-them-social-admin-input-wrap">
432
- <div class="feed-them-social-admin-input-label">
433
- <?php esc_html_e( 'Overall Rating "of 5 stars" text', 'feed-them-social' ); ?>
434
- </div>
435
- <input type="text" name="fb_reviews_overall_rating_of_5_stars_text" class="feed-them-social-admin-input" id="fb_reviews_overall_rating_of_5_stars_text" placeholder="of 5 stars" value="<?php echo esc_attr( get_option( 'fb_reviews_overall_rating_of_5_stars_text' ) ); ?>"/>
436
- <div class="clear"></div>
437
- </div>
438
- <!--/fts-facebook-feed-styles-input-wrap-->
439
-
440
- <div class="feed-them-social-admin-input-wrap">
441
- <div class="feed-them-social-admin-input-label">
442
- <?php esc_html_e( 'Overall Rating "reviews" text', 'feed-them-social' ); ?>
443
- </div>
444
- <input type="text" name="fb_reviews_overall_rating_reviews_text" class="feed-them-social-admin-input" id="fb_reviews_overall_rating_reviews_text" placeholder="reviews" value="<?php echo esc_attr( get_option( 'fb_reviews_overall_rating_reviews_text' ) ); ?>"/>
445
- <div class="clear"></div>
446
- </div>
447
- <!--/fts-facebook-feed-styles-input-wrap-->
448
-
449
- <?php
450
- } // end if reviewsp plugin active
451
- ?>
452
-
453
- <div class="feed-them-social-admin-input-wrap">
454
- <div class="fts-title-description-settings-page">
455
- <h3>
456
- <?php esc_html_e( 'Language Options', 'feed-them-social' ); ?>
457
- </h3>
458
- <?php
459
-
460
- echo sprintf(
461
- 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' ),
462
- '<a href="' . esc_url( 'options-general.php' ) . '" target="_blank">',
463
- '</a>',
464
- '<a href="' . esc_url( 'http://translate.slickremix.com/glotpress/projects/feed-them-social/' ) . '" target="_blank">',
465
- '</a>'
466
- );
467
-
468
- ?>
469
-
470
- </div>
471
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
472
- <?php esc_html_e( 'Language For Facebook Feeds', 'feed-them-social' ); ?>
473
- </div>
474
- <select name="fb_language" id="fb-lang-btn" class="feed-them-social-admin-input">
475
- <option value="en_US">
476
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
477
- </option>
478
- <?php
479
- foreach ( $lang_options_array->locale as $language ) {
480
- echo '<option ' . selected( $fb_language, $language->codes->code->standard->representation, true ) . ' value="' . esc_html( $language->codes->code->standard->representation ) . '">' . esc_html( $language->englishName ) . '</option>';
481
- }
482
- ?>
483
- </select>
484
- <div class="clear"></div>
485
- </div>
486
- <!--/fts-twitter-feed-styles-input-wrap-->
487
-
488
- <div class="feed-them-social-admin-input-wrap" style="display: none;">
489
- <div class="fts-title-description-settings-page">
490
- <h3>
491
- <?php esc_html_e( 'Offset Limit', 'feed-them-social' ); ?>
492
- </h3>
493
- <?php
494
- echo sprintf(
495
- 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' ),
496
- '<strong style="color:red">',
497
- '</strong>',
498
- '<strong>',
499
- '</strong>'
500
- );
501
- ?>
502
- </div>
503
- <div class="feed-them-social-admin-input-label">
504
- <?php esc_html_e( 'Offset Quantity', 'feed-them-social' ); ?>
505
- </div>
506
- <input type="text" name="fb_count_offset" class="feed-them-social-admin-input" id="fb_count_offset" value="<?php echo esc_attr( get_option( 'fb_count_offset' ) ); ?>"/>
507
- <div class="clear"></div>
508
- </div>
509
- <!--/fts-twitter-feed-styles-input-wrap-->
510
-
511
- <div class="feed-them-social-admin-input-wrap">
512
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
513
- <?php esc_html_e( 'Hide Notice on Front End', 'feed-them-social' ); ?>
514
- </div>
515
- <select name="fb_hide_no_posts_message" id="fb_hide_no_posts_message" class="feed-them-social-admin-input">
516
- <option value="">
517
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
518
- </option>
519
- <option <?php echo selected( $fb_hide_no_posts_message, 'yes', false ); ?> value="<?php esc_html_e( 'yes' ); ?>">
520
- <?php esc_html_e( 'Yes', 'feed-them-social' ); ?>
521
- </option>
522
- <option <?php echo selected( $fb_hide_no_posts_message, 'no', false ); ?> value="<?php esc_html_e( 'no' ); ?>">
523
- <?php esc_html_e( 'No', 'feed-them-social' ); ?>
524
- </option>
525
- </select>
526
- <div class="clear"></div>
527
- </div>
528
- <!--/fts-twitter-feed-styles-input-wrap-->
529
-
530
-
531
-
532
- <div class="feed-them-social-admin-input-wrap">
533
- <div class="feed-them-social-admin-input-label fts-fb-text-color-label">
534
- <?php esc_html_e( 'View on Facebook', 'feed-them-social' ); ?>
535
- </div>
536
- <input type="text" name="fb_view_on_fb_fts" class="feed-them-social-admin-input" placeholder="" value="<?php echo esc_attr( get_option( 'fb_view_on_fb_fts' ) ); ?>"/>
537
- <div class="clear"></div>
538
-
539
-
540
-
541
- <div class="clear"></div>
542
- </div>
543
- <!--/fts-twitter-feed-styles-input-wrap-->
544
-
545
-
546
-
547
- <div class="feed-them-social-admin-input-wrap">
548
- <div class="fts-title-description-settings-page">
549
- <h3>
550
- <?php esc_html_e( 'Like Button or Box Options', 'feed-them-social' ); ?>
551
- </h3>
552
- <?php esc_html_e( 'This will only show on regular feeds not combined feeds.', 'feed-them-social' ); ?>
553
- </div>
554
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
555
- <?php esc_html_e( 'Show Follow Button', 'feed-them-social' ); ?>
556
-
557
- </div>
558
- <select name="fb_show_follow_btn" id="fb-show-follow-btn" class="feed-them-social-admin-input">
559
- <option>
560
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
561
- </option>
562
- <option <?php echo selected( $fb_show_follow_btn, 'dont-display', false ); ?> value="<?php esc_html_e( 'dont-display' ); ?>">
563
- <?php esc_html_e( 'Don\'t Display a Button', 'feed-them-social' ); ?>
564
- </option>
565
- <optgroup label="Like Box">
566
- <option <?php echo selected( $fb_show_follow_btn, 'like-box', false ); ?> value="<?php esc_html_e( 'like-box' ); ?>">
567
- <?php esc_html_e( 'Like Box', 'feed-them-social' ); ?>
568
- </option>
569
- <option <?php echo selected( $fb_show_follow_btn, 'like-box-faces', false ); ?> value="<?php esc_html_e( 'like-box-faces' ); ?>">
570
- <?php esc_html_e( 'Like Box with Faces', 'feed-them-social' ); ?>
571
- </option>
572
- </optgroup>
573
- <optgroup label="Like Button">
574
- <option <?php echo selected( $fb_show_follow_btn, 'like-button', false ); ?> value="<?php esc_html_e( 'like-button' ); ?>">
575
- <?php esc_html_e( 'Like Button', 'feed-them-social' ); ?>
576
- </option>
577
- <option <?php echo selected( $fb_show_follow_btn, 'like-button-share', false ); ?> value="<?php esc_html_e( 'like-button-share' ); ?>">
578
- <?php esc_html_e( 'Like Button and Share Button', 'feed-them-social' ); ?>
579
- </option>
580
- <option <?php echo selected( $fb_show_follow_btn, 'like-button-faces', false ); ?> value="<?php esc_html_e( 'like-button-faces' ); ?>">
581
- <?php esc_html_e( 'Like Button with Faces', 'feed-them-social' ); ?>
582
- </option>
583
- <option <?php echo selected( $fb_show_follow_btn, 'like-button-share-faces', false ); ?> value="<?php esc_html_e( 'like-button-share-faces' ); ?>">
584
- <?php esc_html_e( 'Like Button and Share Button with Faces', 'feed-them-social' ); ?>
585
- </option>
586
- </optgroup>
587
- </select>
588
- <div class="clear"></div>
589
- </div>
590
- <!--/fts-twitter-feed-styles-input-wrap-->
591
-
592
- <div class="feed-them-social-admin-input-wrap" style="display:none">
593
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
594
- <?php esc_html_e( 'Show Profile Icon next to social option above', 'feed-them-social' ); ?>
595
- </div>
596
- <select name="fb_show_follow_like_box_cover" id="fb-show-follow-like-box-cover" class="feed-them-social-admin-input">
597
- <option>
598
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
599
- </option>
600
- <option <?php echo selected( $fb_show_follow_btn_profile_pic, 'fb_like_box_cover-yes', false ); ?> value="<?php esc_html_e( 'fb_like_box_cover-yes' ); ?>">
601
- <?php esc_html_e( 'Display Cover Photo in Like Box', 'feed-them-social' ); ?>
602
- </option>
603
- <option <?php echo selected( $fb_show_follow_btn_profile_pic, 'fb_like_box_cover-no', false ); ?> value="<?php esc_html_e( 'fb_like_box_cover-no' ); ?>">
604
- <?php esc_html_e( 'Hide Cover Photo in Like Box', 'feed-them-social' ); ?>
605
- </option>
606
- </select>
607
- <div class="clear"></div>
608
- </div>
609
- <!--/fts-twitter-feed-styles-input-wrap-->
610
-
611
- <div class="feed-them-social-admin-input-wrap">
612
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
613
- <?php esc_html_e( 'Like Button Color', 'feed-them-social' ); ?>
614
- </div>
615
- <select name="fb_like_btn_color" id="fb-like-btn-color" class="feed-them-social-admin-input">
616
- <option value="light">
617
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
618
- </option>
619
- <option <?php echo selected( $fb_like_btn_color, 'light', false ); ?> value="<?php esc_html_e( 'light' ); ?>">
620
- <?php esc_html_e( 'Light', 'feed-them-social' ); ?>
621
- </option>
622
- <option <?php echo selected( $fb_like_btn_color, 'dark', false ); ?> value="<?php esc_html_e( 'dark' ); ?>">
623
- <?php esc_html_e( 'Dark', 'feed-them-social' ); ?>
624
- </option>
625
- </select>
626
- <div class="clear"></div>
627
- </div>
628
- <!--/fts-twitter-feed-styles-input-wrap-->
629
-
630
- <div class="feed-them-social-admin-input-wrap">
631
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
632
- <?php esc_html_e( 'Placement of the Button(s)', 'feed-them-social' ); ?>
633
- </div>
634
- <select name="fb_show_follow_btn_where" id="fb-show-follow-btn-where" class="feed-them-social-admin-input">
635
- <option value="">
636
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
637
- </option>
638
- <option <?php echo selected( $fb_show_follow_btn_where, 'fb-like-top-above-title', false ); ?> value="<?php esc_attr_e( 'fb-like-top-above-title' ); ?>">
639
- <?php esc_html_e( 'Show Top of Feed Above Title', 'feed-them-social' ); ?>
640
- </option>
641
- <option <?php echo selected( $fb_show_follow_btn_where, 'fb-like-top-below-title', false ); ?> value="<?php esc_attr_e( 'fb-like-top-below-title' ); ?>">
642
- <?php esc_html_e( 'Show Top of Feed Below Title', 'feed-them-social' ); ?>
643
- </option>
644
- <option <?php echo selected( $fb_show_follow_btn_where, 'fb-like-below', false ); ?> value="<?php esc_attr_e( 'fb-like-below' ); ?>">
645
- <?php esc_html_e( 'Show Botton of Feed', 'feed-them-social' ); ?>
646
- </option>
647
- </select>
648
- <div class="clear"></div>
649
- </div>
650
- <!--/fts-twitter-feed-styles-input-wrap-->
651
-
652
- <div class="feed-them-social-admin-input-wrap">
653
- <div class="fts-title-description-settings-page" style="margin-top:0;">
654
- <h3>
655
- <?php esc_html_e( 'Global Facebook Style Options', 'feed-them-social' ); ?>
656
- </h3>
657
- </div>
658
-
659
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
660
- <?php
661
- echo sprintf(
662
- esc_html( 'Text after your FB name %1$sie* Shared by or New Photo Added etc.%2$s', 'feed-them-social' ),
663
- '<br/><small>',
664
- '</small>'
665
- );
666
- ?>
667
- </div>
668
- <select name="fb_hide_shared_by_etc_text" id="fb_hide_shared_by_etc_text" class="feed-them-social-admin-input">
669
- <option value="">
670
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
671
- </option>
672
- <option <?php echo selected( $fb_hide_shared_by_etc_text, 'no', false ); ?> value="<?php esc_attr_e( 'no' ); ?>">
673
- <?php esc_html_e( 'No', 'feed-them-social' ); ?>
674
- </option>
675
- <option <?php echo selected( $fb_hide_shared_by_etc_text, 'yes', false ); ?> value="<?php esc_attr_e( 'yes' ); ?>">
676
- <?php esc_html_e( 'Yes', 'feed-them-social' ); ?>
677
- </option>
678
- </select>
679
- <div class="clear"></div>
680
- </div>
681
- <!--/fts-twitter-feed-styles-input-wrap-->
682
-
683
- <div class="feed-them-social-admin-input-wrap">
684
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
685
- <?php esc_html_e( 'Hide Images in Posts', 'feed-them-social' ); ?>
686
- </div>
687
- <select name="fb_hide_images_in_posts" id="fb_hide_images_in_posts" class="feed-them-social-admin-input">
688
- <option value="">
689
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
690
- </option>
691
- <option <?php echo selected( $fb_hide_images_in_posts, 'no', false ); ?> value="<?php esc_attr_e( 'no' ); ?>">
692
- <?php esc_html_e( 'No', 'feed-them-social' ); ?>
693
- </option>
694
- <option <?php echo selected( $fb_hide_images_in_posts, 'yes', false ); ?> value="<?php esc_attr_e( 'yes' ); ?>">
695
- <?php esc_html_e( 'Yes', 'feed-them-social' ); ?>
696
- </option>
697
- </select>
698
- <div class="clear"></div>
699
- </div>
700
- <!--/fts-twitter-feed-styles-input-wrap-->
701
-
702
- <div class="feed-them-social-admin-input-wrap">
703
- <div class="feed-them-social-admin-input-label fts-fb-text-color-label">
704
- <?php esc_html_e( 'Max-width for Images & Videos', 'feed-them-social' ); ?>
705
- </div>
706
- <input type="text" name="fb_max_image_width" class="feed-them-social-admin-input" placeholder="500px" value="<?php echo esc_attr( get_option( 'fb_max_image_width' ) ); ?>"/>
707
- <div class="clear"></div>
708
- </div>
709
- <!--/fts-facebook-feed-styles-input-wrap-->
710
-
711
- <div class="feed-them-social-admin-input-wrap">
712
- <div class="feed-them-social-admin-input-label fts-fb-text-color-label">
713
- <?php esc_html_e( 'Feed Header Extra Text Color', 'feed-them-social' ); ?>
714
- </div>
715
- <input type="text" name="fb_header_extra_text_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="fb-text-color-input" placeholder="#222" value="<?php echo esc_attr( get_option( 'fb_header_extra_text_color' ) ); ?>"/>
716
- <div class="clear"></div>
717
- </div>
718
- <!--/fts-facebook-feed-styles-input-wrap-->
719
-
720
- <div class="feed-them-social-admin-input-wrap">
721
- <div class="feed-them-social-admin-input-label fts-fb-text-size-label">
722
- <?php esc_html_e( 'Feed Description Text Size', 'feed-them-social' ); ?>
723
- </div>
724
- <input type="text" name="fb_text_size" class="feed-them-social-admin-input fb-text-size-input" id="fb-text-size-input" placeholder="12px" value="<?php echo esc_attr( get_option( 'fb_text_size' ) ); ?>"/>
725
- <div class="clear"></div>
726
- </div>
727
- <!--/fts-facebook-feed-styles-input-wrap-->
728
-
729
- <div class="feed-them-social-admin-input-wrap">
730
- <div class="feed-them-social-admin-input-label fts-fb-text-color-label">
731
- <?php esc_html_e( 'Feed Text Color', 'feed-them-social' ); ?>
732
- </div>
733
- <input type="text" name="fb_text_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="fb-text-color-input" placeholder="#222" value="<?php echo esc_attr( get_option( 'fb_text_color' ) ); ?>"/>
734
- <div class="clear"></div>
735
- </div>
736
- <!--/fts-facebook-feed-styles-input-wrap-->
737
-
738
- <div class="feed-them-social-admin-input-wrap">
739
- <div class="feed-them-social-admin-input-label fts-fb-link-color-label">
740
- <?php esc_html_e( 'Feed Link Color', 'feed-them-social' ); ?>
741
- </div>
742
- <input type="text" name="fb_link_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="fb-link-color-input" placeholder="#222" value="<?php echo esc_attr( get_option( 'fb_link_color' ) ); ?>"/>
743
- <div class="clear"></div>
744
- </div>
745
- <!--/fts-facebook-feed-styles-input-wrap-->
746
-
747
- <div class="feed-them-social-admin-input-wrap">
748
- <div class="feed-them-social-admin-input-label fts-fb-link-color-hover-label">
749
- <?php esc_html_e( 'Feed Link Color Hover', 'feed-them-social' ); ?>
750
- </div>
751
- <input type="text" name="fb_link_color_hover" class="feed-them-social-admin-input fb-link-color-hover-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-link-color-hover-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_link_color_hover' ) ); ?>"/>
752
- <div class="clear"></div>
753
- </div>
754
- <!--/fts-facebook-feed-styles-input-wrap-->
755
-
756
- <div class="feed-them-social-admin-input-wrap">
757
- <div class="feed-them-social-admin-input-label fts-fb-feed-width-label">
758
- <?php esc_html_e( 'Feed Width', 'feed-them-social' ); ?>
759
- </div>
760
- <input type="text" name="fb_feed_width" class="feed-them-social-admin-input fb-feed-width-input" id="fb-feed-width-input" placeholder="500px" value="<?php echo esc_attr( get_option( 'fb_feed_width' ) ); ?>"/>
761
- <div class="clear"></div>
762
- </div>
763
- <!--/fts-facebook-feed-styles-input-wrap-->
764
-
765
- <div class="feed-them-social-admin-input-wrap">
766
- <div class="feed-them-social-admin-input-label fts-fb-feed-margin-label">
767
- <?php
768
- echo sprintf(
769
- esc_html( 'Feed Margin %1$sTo center feed type auto%2$s', 'feed-them-social' ),
770
- '<br/><small>',
771
- '</small>'
772
- );
773
- ?>
774
- </div>
775
- <input type="text" name="fb_feed_margin" class="feed-them-social-admin-input fb-feed-margin-input" id="fb-feed-margin-input" placeholder="10px" value="<?php echo esc_attr( get_option( 'fb_feed_margin' ) ); ?>"/>
776
- <div class="clear"></div>
777
- </div>
778
- <!--/fts-facebook-feed-styles-input-wrap-->
779
-
780
- <div class="feed-them-social-admin-input-wrap">
781
- <div class="feed-them-social-admin-input-label fts-fb-feed-padding-label">
782
- <?php esc_html_e( 'Feed Padding', 'feed-them-social' ); ?>
783
- </div>
784
- <input type="text" name="fb_feed_padding" class="feed-them-social-admin-input fb-feed-padding-input" id="fb-feed-padding-input" placeholder="10px" value="<?php echo esc_attr( get_option( 'fb_feed_padding' ) ); ?>"/>
785
- <div class="clear"></div>
786
- </div>
787
- <!--/fts-facebook-feed-styles-input-wrap-->
788
-
789
- <?php if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) || is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) ) { ?>
790
- <div class="feed-them-social-admin-input-wrap">
791
- <div class="feed-them-social-admin-input-label fts-fb-post-background-color-label">
792
- <?php
793
- echo sprintf(
794
- esc_html( 'Post Background Color %1$sOnly works with show_media=top%2$s', 'feed-them-social' ),
795
- '<br/><small>',
796
- '</small>'
797
- );
798
- ?>
799
- </div>
800
- <input type="text" name="fb_post_background_color" class="feed-them-social-admin-input fb-post-background-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-feed-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_post_background_color' ) ); ?>"/>
801
- <div class="clear"></div>
802
- </div>
803
- <!--/fts-facebook-feed-styles-input-wrap-->
804
- <?php } ?>
805
-
806
- <div class="feed-them-social-admin-input-wrap">
807
- <div class="feed-them-social-admin-input-label fts-fb-feed-background-color-label">
808
- <?php esc_html_e( 'Feed Background Color', 'feed-them-social' ); ?>
809
- </div>
810
- <input type="text" name="fb_feed_background_color" class="feed-them-social-admin-input fb-feed-background-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-feed-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_feed_background_color' ) ); ?>"/>
811
- <div class="clear"></div>
812
- </div>
813
- <!--/fts-facebook-feed-styles-input-wrap-->
814
-
815
- <div class="feed-them-social-admin-input-wrap">
816
- <div class="feed-them-social-admin-input-label fts-fb-border-bottom-color-label">
817
- <?php esc_html_e( 'Border Bottom Color', 'feed-them-social' ); ?>
818
- </div>
819
- <input type="text" name="fb_border_bottom_color" class="feed-them-social-admin-input fb-border-bottom-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-border-bottom-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_border_bottom_color' ) ); ?>"/>
820
- <div class="clear"></div>
821
- </div>
822
- <!--/fts-facebook-feed-styles-input-wrap-->
823
-
824
- <?php if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) || is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) { ?>
825
- <div class="feed-them-social-admin-input-wrap">
826
- <div class="fts-title-description-settings-page">
827
- <h3>
828
- <?php esc_html_e( 'Grid Styles', 'feed-them-social' ); ?>
829
- </h3>
830
- </div>
831
- <div class="feed-them-social-admin-input-label fts-fb-grid-posts-background-color-label">
832
- <?php esc_html_e( 'Posts Background Color', 'feed-them-social' ); ?>
833
- </div>
834
- <input type="text" name="fb_grid_posts_background_color" class="feed-them-social-admin-input fb-grid-posts-background-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-grid-posts-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_grid_posts_background_color' ) ); ?>"/>
835
- <div class="clear"></div>
836
- </div>
837
- <!--/fts-facebook-feed-styles-input-wrap-->
838
-
839
- <div class="feed-them-social-admin-input-wrap">
840
- <div class="feed-them-social-admin-input-label fts-fb-grid-border-bottom-color-label">
841
- <?php esc_html_e( 'Border Bottom Color', 'feed-them-social' ); ?>
842
- </div>
843
- <input type="text" name="fb_grid_border_bottom_color" class="feed-them-social-admin-input fb-grid-border-bottom-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-border-bottom-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_grid_border_bottom_color' ) ); ?>"/>
844
- <div class="clear"></div>
845
- </div>
846
- <!--/fts-facebook-feed-styles-input-wrap-->
847
-
848
- <div class="feed-them-social-admin-input-wrap">
849
- <div class="fts-title-description-settings-page">
850
- <h3>
851
- <?php esc_html_e( 'Load More Button Styles & Options', 'feed-them-social' ); ?>
852
- </h3>
853
- </div>
854
- <div class="feed-them-social-admin-input-label fts-fb-loadmore-background-color-label">
855
- <?php esc_html_e( 'Button Color', 'feed-them-social' ); ?>
856
- </div>
857
- <input type="text" name="fb_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="fb-loadmore-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_loadmore_background_color' ) ); ?>"/>
858
- <div class="clear"></div>
859
- </div>
860
- <!--/fts-fb-feed-styles-input-wrap-->
861
-
862
- <div class="feed-them-social-admin-input-wrap">
863
- <div class="feed-them-social-admin-input-label fts-fb-border-bottom-color-label">
864
- <?php esc_html_e( 'Text Color', 'feed-them-social' ); ?>
865
- </div>
866
- <input type="text" name="fb_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="fb-loadmore-text-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_loadmore_text_color' ) ); ?>"/>
867
- <div class="clear"></div>
868
- </div>
869
- <!--/fts-fb-feed-styles-input-wrap-->
870
-
871
- <div class="feed-them-social-admin-input-wrap">
872
- <div class="feed-them-social-admin-input-label">
873
- <?php esc_html_e( '"Load More" Text', 'feed-them-social' ); ?>
874
- </div>
875
- <input type="text" name="fb_load_more_text" class="feed-them-social-admin-input" id="fb_load_more_text" placeholder="Load More" value="<?php echo esc_attr( get_option( 'fb_load_more_text' ) ); ?>"/>
876
- <div class="clear"></div>
877
- </div>
878
- <!--/fts-facebook-feed-styles-input-wrap-->
879
-
880
- <div class="feed-them-social-admin-input-wrap">
881
- <div class="feed-them-social-admin-input-label">
882
- <?php esc_html_e( '"No More Posts" Text', 'feed-them-social' ); ?>
883
- </div>
884
- <input type="text" name="fb_no_more_posts_text" class="feed-them-social-admin-input" id="fb_no_more_posts_text" placeholder="No More Posts" value="<?php echo esc_attr( get_option( 'fb_no_more_posts_text' ) ); ?>"/>
885
- <div class="clear"></div>
886
- </div>
887
- <!--/fts-facebook-feed-styles-input-wrap-->
888
-
889
- <div class="feed-them-social-admin-input-wrap">
890
- <div class="feed-them-social-admin-input-label">
891
- <?php esc_html_e( '"No More Photos" Text', 'feed-them-social' ); ?>
892
- </div>
893
- <input type="text" name="fb_no_more_photos_text" class="feed-them-social-admin-input" id="fb_no_more_photos_text" placeholder="No More Photos" value="<?php echo esc_attr( get_option( 'fb_no_more_photos_text' ) ); ?>"/>
894
- <div class="clear"></div>
895
- </div>
896
- <!--/fts-facebook-feed-styles-input-wrap-->
897
-
898
- <div class="feed-them-social-admin-input-wrap">
899
- <div class="feed-them-social-admin-input-label">
900
- <?php esc_html_e( '"No More Videos" Text', 'feed-them-social' ); ?>
901
- </div>
902
- <input type="text" name="fb_no_more_videos_text" class="feed-them-social-admin-input" id="fb_no_more_videos_text" placeholder="No More Videos" value="<?php echo esc_attr( get_option( 'fb_no_more_videos_text' ) ); ?>"/>
903
- <div class="clear"></div>
904
- </div>
905
- <!--/fts-facebook-feed-styles-input-wrap-->
906
-
907
- <?php } ?>
908
-
909
- <?php if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) { ?>
910
-
911
- <div class="feed-them-social-admin-input-wrap">
912
- <div class="feed-them-social-admin-input-label">
913
- <?php esc_html_e( '"No More Reviews" Text', 'feed-them-social' ); ?>
914
- </div>
915
- <input type="text" name="fb_no_more_reviews_text" class="feed-them-social-admin-input" id="fb_no_more_reviews_text" placeholder="No More Reviews" value="<?php echo esc_attr( get_option( 'fb_no_more_reviews_text' ) ); ?>"/>
916
- <div class="clear"></div>
917
- </div>
918
- <!--/fts-facebook-feed-styles-input-wrap-->
919
- <?php } ?>
920
-
921
- <div class="feed-them-social-admin-input-wrap" style="display: none !important;">
922
- <div class="fts-title-description-settings-page">
923
- <h3>
924
- <?php esc_html_e( 'Event Style Options', 'feed-them-social' ); ?>
925
- </h3>
926
- <?php esc_html_e( 'The styles above still apply, these are just some extra options for the Event List feed.', 'feed-them-social' ); ?>
927
- </div>
928
- <div class="feed-them-social-admin-input-label fb-events-title-color-label">
929
- <?php esc_html_e( 'Events Feed: Title Color', 'feed-them-social' ); ?>
930
- </div>
931
- <input type="text" name="fb_events_title_color" class="feed-them-social-admin-input fb-events-title-color color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-events-title-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_events_title_color' ) ); ?>"/>
932
- <div class="clear"></div>
933
- </div>
934
- <!--/fts-facebook-feed-styles-input-wrap-->
935
-
936
- <div class="feed-them-social-admin-input-wrap" style="display: none !important;">
937
- <div class="feed-them-social-admin-input-label fb-events-title-size-label">
938
- <?php esc_html_e( 'Events Feed: Title Size', 'feed-them-social' ); ?>
939
- </div>
940
- <input type="text" name="fb_events_title_size" class="feed-them-social-admin-input fb-events-title-size" id="fb-events-title-color-input" placeholder="20px" value="<?php echo esc_attr( get_option( 'fb_events_title_size' ) ); ?>"/>
941
- <div class="clear"></div>
942
- </div>
943
- <!--/fts-facebook-feed-styles-input-wrap-->
944
-
945
- <div class="feed-them-social-admin-input-wrap" style="display: none !important;">
946
- <div class="feed-them-social-admin-input-label fb-events-map-link-color-label">
947
- <?php esc_html_e( 'Events Feed: Map Link Color', 'feed-them-social' ); ?>
948
- </div>
949
- <input type="text" name="fb_events_map_link_color" class="feed-them-social-admin-input fb-events-map-link-color color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fb-events-map-link-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fb_events_map_link_color' ) ); ?>"/>
950
- <div class="clear"></div>
951
- </div>
952
- <!--/fts-facebook-feed-styles-input-wrap-->
953
-
954
- <div class="feed-them-social-admin-input-wrap">
955
- <div class="fts-title-description-settings-page">
956
- <h3>
957
- <?php esc_html_e( 'Facebook Error Message', 'feed-them-social' ); ?>
958
- </h3>
959
- <?php
960
- echo sprintf(
961
- esc_html( 'If your feed is displaying a notice or error message at times you can utilize this option to hide them from displaying. Make sure and delete the %1$sCache%2$s to see the change. %3$sNOTE: This does not hide any php warnings that may come up. To remove those go to the wp-config.php file on root of your WordPress install and set the wp_debug option to FALSE. Having that option set to TRUE is really only necessary when developing.%4$s', 'feed-them-social' ),
962
- '<a href="' . esc_url( 'admin.php?page=feed-them-settings-page&tab=global_options' ) . '">',
963
- '</a>',
964
- '<p><small>',
965
- '</small></p>'
966
- );
967
- ?>
968
- </div>
969
- <div class="feed-them-social-admin-input-label fb-error-handler-label">
970
- <?php esc_html_e( 'Hide Error Handler Message', 'feed-them-social' ); ?>
971
- </div>
972
- <select name="fb_hide_error_handler_message" id="fb_hide_error_handler_message" class="feed-them-social-admin-input">
973
- <option value="">
974
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
975
- </option>
976
- <option <?php echo selected( $fb_hide_error_handler_message, 'no', false ); ?> value="<?php esc_attr_e( 'no' ); ?>">
977
- <?php esc_html_e( 'No', 'feed-them-social' ); ?>
978
- </option>
979
- <option <?php echo selected( $fb_hide_error_handler_message, 'yes', false ); ?> value="<?php esc_attr_e( 'yes' ); ?>">
980
- <?php esc_html_e( 'Yes', 'feed-them-social' ); ?>
981
- </option>
982
- </select>
983
- <div class="clear"></div>
984
- </div>
985
- <!--/fts-facebook-feed-styles-input-wrap-->
986
-
987
- <div class="clear"></div>
988
- <input type="submit" class="feed-them-social-admin-submit-btn" value="<?php esc_html_e( 'Save All Changes' ); ?>"/>
989
-
990
- <?php } ?>
991
- </form>
992
- <div class="clear"></div>
993
- <a class="feed-them-social-admin-slick-logo" href="https://www.slickremix.com" target="_blank"></a></div>
994
- <!--/feed-them-social-admin-wrap-->
995
- <?php
996
- }
997
- }//end class
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/class-fts-instagram-options-page.php DELETED
@@ -1,263 +0,0 @@
1
- <?php
2
- /**
3
- * Feed Them Social - Instagram Options Page
4
- *
5
- * This page is used to create the general options for Instagram Feeds
6
- * including setting access tokens.
7
- *
8
- * @package feedthemsocial
9
- * @copyright Copyright (c) 2012-2018, SlickRemix
10
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
11
- * @since 1.0.0
12
- */
13
-
14
- namespace feedthemsocial;
15
-
16
- /**
17
- * Class FTS Instagram Options Page
18
- *
19
- * @package feedthemsocial
20
- */
21
- class FTS_Instagram_Options_Page {
22
-
23
- /**
24
- * Construct
25
- *
26
- * Instagram Style Options Page constructor.
27
- *
28
- * @since 1.9.6
29
- */
30
- public function __construct() {
31
- }
32
-
33
- /**
34
- * Feed Them Instagram Options Page
35
- *
36
- * @since 1.9.6
37
- */
38
- public function feed_them_instagram_options_page() {
39
- $fts_instagram_access_token = get_option( 'fts_instagram_custom_api_token' );
40
- $fts_instagram_custom_id = get_option( 'fts_instagram_custom_id' );
41
- $fts_instagram_show_follow_btn = get_option( 'instagram_show_follow_btn' );
42
- $fts_instagram_show_follow_btn_where = get_option( 'instagram_show_follow_btn_where' );
43
- $access_token = isset( $_GET['access_token'] ) ? sanitize_text_field( $_GET['access_token'] ) : get_option( 'fts_instagram_custom_api_token' );
44
-
45
- if ( isset( $_GET['access_token'] ) ) { ?>
46
- <script>
47
- jQuery(document).ready(function ($) {
48
-
49
- $('#fts_instagram_custom_api_token').val('');
50
- $('#fts_instagram_custom_api_token').val($('#fts_instagram_custom_api_token').val() + '<?php echo esc_js( $access_token ); ?>');
51
-
52
-
53
- $('#fts_instagram_custom_id').val('');
54
- var str = '<?php echo esc_js( $access_token ); ?>';
55
- $('#fts_instagram_custom_id').val($('#fts_instagram_custom_id').val() + str.split('.', 1));
56
- });
57
- </script>
58
- <?php } ?>
59
- <div class="feed-them-social-admin-wrap">
60
- <h1>
61
- <?php esc_html_e( 'Instagram Feed Options', 'feed-them-social' ); ?>
62
- </h1>
63
- <div class="use-of-plugin">
64
- <?php esc_html_e( 'Get your Access Token and add a follow button and position it using the options below.', 'feed-them-social' ); ?>
65
- </div>
66
- <!-- custom option for padding -->
67
- <form method="post" class="fts-facebook-feed-options-form" action="options.php">
68
- <?php
69
- $fts_fb_options_nonce = wp_create_nonce( 'fts-instagram-options-page-nonce' );
70
-
71
- if ( wp_verify_nonce( $fts_fb_options_nonce, 'fts-instagram-options-page-nonce' ) ) {
72
- ?>
73
-
74
- <div class="feed-them-social-admin-input-wrap" style="padding-top:0px; ">
75
- <div class="fts-title-description-settings-page">
76
- <?php
77
- // get our registered settings from the fts functions!
78
- settings_fields( 'fts-instagram-feed-style-options' );
79
- ?>
80
- <h3>
81
- <?php esc_html_e( 'Instagram API Token', 'feed-them-social' ); ?>
82
- </h3>
83
- <?php
84
-
85
- $insta_url = esc_url( 'https://api.instagram.com/v1/tags/slickremix/media/recent/?access_token=' . $fts_instagram_access_token );
86
- // Get Data for Instagram!
87
- $response = wp_remote_fopen( $insta_url );
88
- // Error Check!
89
- $test_app_token_response = json_decode( $response );
90
- ?>
91
- <p>
92
- <?php
93
- echo sprintf(
94
- esc_html( 'This is required to make the feed work. Just click the button below and it will connect to your Instagram to get an access token, then it will return it in the input below. Then just click the save button and you will now be able to generate your Instagram feed. If the button is not working for you and can always %1$s manually create an Access Token.%2$s', 'feed-them-social' ),
95
- '<a href="' . esc_url( 'https://www.slickremix.com/docs/how-to-create-instagram-access-token/' ) . '" target="_blank">',
96
- '</a>'
97
- );
98
- ?>
99
- </p>
100
- <p>
101
- <?php
102
- echo sprintf(
103
- esc_html( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
104
- '<a href="' . esc_url( 'https://instagram.com/oauth/authorize/?client_id=da06fb6699f1497bb0d5d4234a50da75&redirect_uri=https://www.slickremix.com/instagram-token-plugin/?return_uri=' . admin_url( 'admin.php?page=fts-instagram-feed-styles-submenu-page' ) . '&response_type=token&scope=public_content' ) . '" class="fts-instagram-get-access-token">',
105
- '</a>'
106
- );
107
- ?>
108
- </p>
109
- <a href="<?php echo esc_url( 'mailto:support@slickremix.com' ); ?>" class="fts-admin-button-no-work" style="margin-top: 14px; display: inline-block"><?php esc_html_e( 'Button not working?', 'feed-them-social' ); ?></a>
110
- </div>
111
-
112
- <div class="fts-clear"></div>
113
-
114
- <div class="feed-them-social-admin-input-wrap" style="margin-bottom:0">
115
- <div class="feed-them-social-admin-input-label fts-instagram-border-bottom-color-label">
116
- <?php esc_html_e( 'Instagram ID', 'feed-them-social' ); ?>
117
- </div>
118
- <input type="text" name="fts_instagram_custom_id" class="feed-them-social-admin-input" id="fts_instagram_custom_id" value="<?php echo esc_attr( $fts_instagram_custom_id ); ?>"/>
119
- <div class="fts-clear"></div>
120
- </div>
121
-
122
- <div class="feed-them-social-admin-input-wrap">
123
- <div class="feed-them-social-admin-input-label fts-instagram-border-bottom-color-label">
124
- <?php esc_html_e( 'Access Token Required', 'feed-them-social' ); ?>
125
- </div>
126
-
127
- <input type="text" name="fts_instagram_custom_api_token" class="feed-them-social-admin-input" id="fts_instagram_custom_api_token" value="<?php echo esc_attr( $access_token ); ?>"/>
128
- <div class="fts-clear"></div>
129
- </div>
130
- <?php
131
- // Error Check
132
- // if the combined streams plugin is active we won't allow the settings page link to open up the Instagram Feed, instead we'll remove the #feed_type=instagram and just let the user manually select the combined streams or single instagram feed.
133
- if ( is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) ) {
134
- $custom_instagram_link_hash = '';
135
- } else {
136
- $custom_instagram_link_hash = '#feed_type=instagram';
137
- }
138
- if ( ! isset( $test_app_token_response->meta->error_message ) && ! isset( $test_app_token_response->error_message ) && ! empty( $fts_instagram_access_token ) || 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 ) {
139
- echo sprintf(
140
- esc_html( '%1$sYour access token is working! Generate your shortcode on the %2$sSettings Page%3$s', 'feed-them-social' ),
141
- '<div class="fts-successful-api-token">',
142
- '<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' . $custom_instagram_link_hash ) . '">',
143
- '</a></div>'
144
- );
145
- } elseif ( isset( $test_app_token_response->meta->error_message ) && ! empty( $fts_instagram_access_token ) || isset( $test_app_token_response->error_message ) && ! empty( $fts_instagram_access_token ) ) {
146
- $text = isset( $test_app_token_response->meta->error_message ) ? $test_app_token_response->meta->error_message : $test_app_token_response->error_message;
147
- echo sprintf(
148
- esc_html( '%1$sOh No something\'s wrong. %2$s. %3$s.', 'feed-them-social' ),
149
- '<div class="fts-failed-api-token">',
150
- esc_html( $text ),
151
- '</div>'
152
- );
153
- }
154
- if ( empty( $fts_instagram_access_token ) ) {
155
- echo sprintf(
156
- esc_html( '%1$sYou are required to get an access token to view your photos. Click Save all Changes after getting your Access Token.%2$s', 'feed-them-social' ),
157
- '<div class="fts-failed-api-token">',
158
- '</div>'
159
- );
160
- }
161
- ?>
162
- <div class="fts-clear"></div>
163
- </div>
164
-
165
- <div class="feed-them-social-admin-input-wrap">
166
- <div class="fts-title-description-settings-page">
167
- <h3>
168
- <?php esc_html_e( 'Follow Button Options', 'feed-them-social' ); ?>
169
- </h3>
170
- <?php esc_html_e( 'This will only show on regular feeds not combined feeds.', 'feed-them-social' ); ?>
171
- </div>
172
- <div class="feed-them-social-admin-input-label fts-instagram-text-color-label">
173
- <?php esc_html_e( 'Show Follow Button', 'feed-them-social' ); ?>
174
- </div>
175
- <select name="instagram_show_follow_btn" id="instagram-show-follow-btn" class="feed-them-social-admin-input">
176
- <option <?php echo selected( $fts_instagram_show_follow_btn, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
177
- <?php esc_html_e( 'No', 'feed-them-social' ); ?>
178
- </option>
179
- <option <?php echo selected( $fts_instagram_show_follow_btn, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
180
- <?php esc_html_e( 'Yes', 'feed-them-social' ); ?>
181
- </option>
182
- </select>
183
- <div class="fts-clear"></div>
184
- </div>
185
- <!--/fts-instagram-feed-styles-input-wrap-->
186
-
187
- <div class="feed-them-social-admin-input-wrap">
188
- <div class="feed-them-social-admin-input-label fts-instagram-text-color-label">
189
- <?php esc_html_e( 'Placement of the Buttons', 'feed-them-social' ); ?>
190
- </div>
191
- <select name="instagram_show_follow_btn_where" id="instagram-show-follow-btn-where" class="feed-them-social-admin-input">
192
- <option>
193
- <?php esc_html_e( 'Please Select Option', 'feed-them-social' ); ?>
194
- </option>
195
- <option
196
- '<?php echo selected( $fts_instagram_show_follow_btn_where, 'instagram-follow-above', false ); ?>
197
- '
198
- value="<?php echo esc_attr( 'instagram-follow-above' ); ?>">
199
- <?php esc_html_e( 'Show Above Feed', 'feed-them-social' ); ?>
200
- </option>
201
- <option
202
- '<?php echo selected( $fts_instagram_show_follow_btn_where, 'instagram-follow-below', false ); ?>
203
- '
204
- value="<?php echo esc_attr( 'instagram-follow-below' ); ?>">
205
- <?php esc_html_e( 'Show Below Feed', 'feed-them-social' ); ?>
206
- </option>
207
- </select>
208
- <div class="fts-clear"></div>
209
- </div>
210
- <!--/fts-instagram-feed-styles-input-wrap-->
211
- <?php if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) { ?>
212
-
213
- <div class="feed-them-social-admin-input-wrap">
214
- <div class="fts-title-description-settings-page">
215
- <h3>
216
- <?php esc_html_e( 'Load More Button Styles & Options', 'feed-them-social' ); ?>
217
- </h3>
218
- </div>
219
- <div class="feed-them-social-admin-input-wrap">
220
- <div class="feed-them-social-admin-input-label fts-fb-loadmore-background-color-label">
221
- <?php esc_html_e( 'Load More Button Color', 'feed-them-social' ); ?>
222
- </div>
223
- <input type="text" name="instagram_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="instagram-loadmore-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'instagram_loadmore_background_color' ) ); ?>"/>
224
- <div class="fts-clear"></div>
225
- </div>
226
- <!--/fts-instagram-feed-styles-input-wrap-->
227
-
228
- <div class="feed-them-social-admin-input-wrap">
229
- <div class="feed-them-social-admin-input-label fts-fb-border-bottom-color-label">
230
- <?php esc_html_e( 'Load More Button Text Color', 'feed-them-social' ); ?>
231
- </div>
232
- <input type="text" name="instagram_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="instagram-loadmore-text-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'instagram_loadmore_text_color' ) ); ?>"/>
233
- <div class="fts-clear"></div>
234
- </div>
235
- <!--/fts-instagram-feed-styles-input-wrap-->
236
-
237
- <div class="feed-them-social-admin-input-wrap">
238
- <div class="feed-them-social-admin-input-label">
239
- <?php esc_html_e( '"Load More" Text', 'feed-them-social' ); ?>
240
- </div>
241
- <input type="text" name="instagram_load_more_text" class="feed-them-social-admin-input" id="instagram_load_more_text" placeholder="Load More" value="<?php echo esc_attr( get_option( 'instagram_load_more_text' ) ); ?>"/>
242
- <div class="clear"></div>
243
- </div>
244
- <!--/fts-instagram-feed-styles-input-wrap-->
245
-
246
- <div class="feed-them-social-admin-input-wrap">
247
- <div class="feed-them-social-admin-input-label">
248
- <?php esc_html_e( '"No More Photos" Text', 'feed-them-social' ); ?>
249
- </div>
250
- <input type="text" name="instagram_no_more_photos_text" class="feed-them-social-admin-input" id="instagram_no_more_photos_text" placeholder="No More Photos" value="<?php echo esc_attr( get_option( 'instagram_no_more_photos_text' ) ); ?>"/>
251
- <div class="clear"></div>
252
- </div>
253
- <!--/fts-instagram-feed-styles-input-wrap-->
254
- <?php } ?>
255
- <input type="submit" class="feed-them-social-admin-submit-btn" value="<?php esc_html_e( 'Save All Changes' ); ?>"/>
256
- <?php } ?>
257
- </form>
258
- </div>
259
- <!--/feed-them-social-admin-wrap-->
260
-
261
- <?php
262
- }
263
- }//end class
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/class-fts-pinterest-options-page.php DELETED
@@ -1,210 +0,0 @@
1
- <?php
2
- /**
3
- * Feed Them Social - Pinterest Options Page
4
- *
5
- * This page is used to create the general options for Pinterest Feeds
6
- * including setting access tokens.
7
- *
8
- * @package feedthemsocial
9
- * @copyright Copyright (c) 2012-2018, SlickRemix
10
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
11
- * @since 1.0.0
12
- */
13
-
14
- namespace feedthemsocial;
15
-
16
- /**
17
- * Class FTS Pinterest Options Page
18
- *
19
- * @package feedthemsocial
20
- * @since 1.9.6
21
- */
22
- class FTS_Pinterest_Options_Page {
23
- /**
24
- * FTS_Pinterest_Options_Page constructor.
25
- */
26
- public function __construct() {
27
- }
28
-
29
- /**
30
- * Feed Them Pinterest Options Page
31
- *
32
- * @since 1.9.6
33
- */
34
- public function feed_them_pinterest_options_page() {
35
- $fts_pinterest_access_token = get_option( 'fts_pinterest_custom_api_token' );
36
- $fts_pinterest_show_follow_btn = get_option( 'pinterest_show_follow_btn' );
37
- $fts_pinterest_show_follow_btn_where = get_option( 'pinterest_show_follow_btn_where' );
38
- $access_token = isset( $_GET['access_token'] ) ? sanitize_text_field( $_GET['access_token'] ) : get_option( 'fts_pinterest_custom_api_token' );
39
- ?>
40
- <div class="feed-them-social-admin-wrap">
41
- <h1>
42
- <?php echo esc_html( 'Pinterest Feed Options', 'feed-them-social' ); ?>
43
- </h1>
44
- <div class="use-of-plugin">
45
- <?php echo esc_html( 'Add a follow button and position it using the options below.', 'feed-them-social' ); ?>
46
- </div>
47
-
48
- <!-- custom option for padding -->
49
- <form method="post" class="fts-pinterest-feed-options-form" action="options.php">
50
-
51
- <?php
52
- $fts_fb_options_nonce = wp_create_nonce( 'fts-pinterest-options-page-nonce' );
53
-
54
- if ( wp_verify_nonce( $fts_fb_options_nonce, 'fts-pinterest-options-page-nonce' ) ) {
55
- ?>
56
-
57
- <?php settings_fields( 'fts-pinterest-feed-style-options' ); ?>
58
-
59
- <div class="feed-them-social-admin-input-wrap" style="padding-top:0">
60
- <div class="fts-title-description-settings-page">
61
- <h3>
62
- <?php echo esc_html( 'Pinterest Access Token', 'feed-them-social' ); ?>
63
- </h3>
64
- <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' ); ?>
65
- </p>
66
- <p>
67
- <?php
68
- echo sprintf(
69
- esc_html( '%1$sLogin and get my Access Token%2$s', 'feed-them-social' ),
70
- '<a href="' . esc_url( 'https://api.pinterest.com/oauth/?response_type=token&redirect_uri=https://www.slickremix.com/pinterest-token-plugin/&client_id=4852080225414031681&scope=read_public&state=' . admin_url( 'admin.php?page=fts-pinterest-feed-styles-submenu-page' ) ) . '" class="fts-pinterest-get-access-token">',
71
- '</a>'
72
- );
73
- ?>
74
- </p>
75
- <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>
76
- </div>
77
-
78
- <div class="fts-clear"></div>
79
-
80
- <div class="feed-them-social-admin-input-wrap" style="margin-bottom:0;">
81
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
82
- <?php echo esc_html( 'Access Token Required', 'feed-them-social' ); ?>
83
- </div>
84
-
85
- <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 ); ?>"/>
86
- <div class="fts-clear"></div>
87
- </div>
88
-
89
- <?php
90
- // Get Data for Instagram!
91
- $response = wp_remote_fopen( 'https://api.pinterest.com/v1/me/?access_token=' . $fts_pinterest_access_token . '&id' );
92
- // Error Check!
93
- $test_app_token_response = json_decode( $response );
94
-
95
- // Error Check!
96
- if ( ! isset( $test_app_token_response->status ) && ! empty( $fts_pinterest_access_token ) ) {
97
- echo sprintf(
98
- esc_html( '%1$sYour access token is working! Generate your shortcode on the %2$sSettings Page%3$s', 'feed-them-social' ),
99
- '<div class="fts-successful-api-token">',
100
- '<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
101
- '</a></div>'
102
- );
103
- } elseif ( isset( $test_app_token_response->status ) && ! empty( $fts_pinterest_access_token ) ) {
104
- echo sprintf(
105
- 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' ),
106
- '<div class="fts-failed-api-token">',
107
- esc_html( $test_app_token_response->message ),
108
- '<a href="' . esc_url( 'https://www.slickremix.com/support/' ) . '">',
109
- '</a></div>'
110
- );
111
- }
112
- if ( empty( $fts_pinterest_access_token ) ) {
113
- echo sprintf(
114
- 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' ),
115
- '<div class="fts-failed-api-token">',
116
- '</div>'
117
- );
118
- }
119
- ?>
120
-
121
- <div class="fts-clear"></div>
122
- </div>
123
- <!--/fts-pinterest-feed-styles-input-wrap-->
124
-
125
- <div class="feed-them-social-admin-input-wrap">
126
- <div class="fts-title-description-settings-page">
127
- <h3>
128
- <?php echo esc_html( 'Follow Button Options', 'feed-them-social' ); ?>
129
- </h3>
130
- <?php echo esc_html( 'This will only show on regular feeds not combined feeds.', 'feed-them-social' ); ?>
131
- </div>
132
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label"><?php echo esc_html( 'Show Follow Button', 'feed-them-social' ); ?></div>
133
-
134
- <select name="pinterest_show_follow_btn" id="pinterest-show-follow-btn" class="feed-them-social-admin-input">
135
- <option <?php echo selected( $fts_pinterest_show_follow_btn, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
136
- <?php echo esc_html( 'No', 'feed-them-social' ); ?>
137
- </option>
138
- <option <?php echo selected( $fts_pinterest_show_follow_btn, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
139
- <?php echo esc_html( 'Yes', 'feed-them-social' ); ?>
140
- </option>
141
- </select>
142
-
143
- <div class="fts-clear"></div>
144
- </div><!--/fts-twitter-feed-styles-input-wrap-->
145
-
146
- <div class="feed-them-social-admin-input-wrap">
147
- <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>
148
-
149
- <select name="pinterest_show_follow_btn_where" id="pinterest-show-follow-btn-where" class="feed-them-social-admin-input">
150
- <option>
151
- <?php echo esc_html( 'Please Select Option', 'feed-them-social' ); ?>
152
- </option>
153
- <option <?php echo selected( $fts_pinterest_show_follow_btn_where, 'pinterest-follow-above', false ); ?> value="<?php echo esc_attr( 'pinterest-follow-above' ); ?>">
154
- <?php echo esc_html( 'Show Above Feed', 'feed-them-social' ); ?>
155
- </option>
156
- <option <?php echo selected( $fts_pinterest_show_follow_btn_where, 'pinterest-follow-below', false ); ?> value="<?php echo esc_attr( 'pinterest-follow-below' ); ?>">
157
- <?php echo esc_html( 'Show Below Feed', 'feed-them-social' ); ?>
158
- </option>
159
- </select>
160
-
161
- <div class="fts-clear"></div>
162
- </div><!--/fts-twitter-feed-styles-input-wrap-->
163
-
164
- <div class="feed-them-social-admin-input-wrap">
165
- <div class="fts-title-description-settings-page">
166
- <h3>
167
- <?php echo esc_html( 'Boards List Style Options', 'feed-them-social' ); ?>
168
- </h3>
169
- <?php
170
- echo sprintf(
171
- esc_html( 'These styles are for the list of Boards type feed %1$sseen here%2$s', 'feed-them-social' ),
172
- '<a href="' . esc_url( 'https://feedthemsocial.com/pinterest/' ) . '" target="_blank">',
173
- '</a>'
174
- );
175
- ?>
176
- </div>
177
- <div class="feed-them-social-admin-input-label fts-fb-text-color-label">
178
- <?php echo esc_html( 'Board Title Color', 'feed-them-social' ); ?>
179
- </div>
180
- <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' ) ); ?>"/>
181
- <div class="fts-clear"></div>
182
- </div>
183
- <!--/fts-facebook-feed-styles-input-wrap-->
184
- <div class="feed-them-social-admin-input-wrap">
185
- <div class="feed-them-social-admin-input-label fts-fb-text-color-label">
186
- <?php echo esc_html( 'Board Title Size', 'feed-them-social' ); ?>
187
- </div>
188
- <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' ) ); ?>"/>
189
- <div class="fts-clear"></div>
190
- </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-link-color-label">
194
- <?php echo esc_html( 'Background on Hover', 'feed-them-social' ); ?>
195
- </div>
196
- <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' ) ); ?>"/>
197
- <div class="fts-clear"></div>
198
- </div>
199
- <!--/fts-facebook-feed-styles-input-wrap-->
200
-
201
- <div class="fts-clear"></div>
202
- <input type="submit" class="feed-them-social-admin-submit-btn" value="<?php echo esc_html( 'Save All Changes' ); ?>"/>
203
- <?php } ?>
204
- </form>
205
- </div>
206
- <!--/feed-them-social-admin-wrap-->
207
-
208
- <?php
209
- }
210
- }//end class
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/class-fts-settings-page-options.php DELETED
@@ -1,4990 +0,0 @@
1
- <?php
2
- /**
3
- * Feed Them Social - Settings Options
4
- *
5
- * This class is used for the settings options on the settiings page
6
- *
7
- * @package feedthemsocial
8
- * @copyright Copyright (c) 2012-2018, SlickRemix
9
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
10
- * @since 1.0.0
11
- */
12
-
13
- namespace feedthemsocial;
14
-
15
- class FTS_Settings_Page_Options {
16
- /**
17
- * Construct
18
- *
19
- * FTS_Settings_Page_Options constructor.
20
- *
21
- * @since 1.9.6
22
- */
23
- public function __construct() {
24
- }
25
-
26
- public function settings_page_options ($facebookReviewsTokenCheck, $limitforpremium, $step2_custom_message){
27
- $feed_settings_array = array(
28
-
29
- // ******************************************
30
- // Combine Streams Feed
31
- // ******************************************
32
- 'combine_streams' => array(
33
- 'shorcode_label' => 'mashup',
34
- 'section_attr_key' => 'combine_',
35
- 'section_title' => __( 'Combine Streams Shortcode Generator', 'feed-them-social' ),
36
- 'section_wrap_class' => 'fts-combine-steams-shortcode-form',
37
- // Form Info
38
- 'form_wrap_classes' => 'combine-steams-shortcode-form',
39
- 'form_wrap_id' => 'fts-combine-steams-form',
40
-
41
- // Feed Type Selection
42
- 'feed_type_select' => array(
43
- 'label' => __( 'Feeds To Combine', 'feed-them-social' ),
44
- 'select_wrap_classes' => 'fts-combine-steams-selector',
45
- 'select_classes' => '',
46
- 'select_name' => 'combine-steams-selector',
47
- 'select_id' => 'combine-steams-selector',
48
- ),
49
-
50
- // Feed Types and their options
51
- 'feeds_types' => array(
52
-
53
- // All Feeds (1 of each for now)
54
- 1 => array(
55
- 'value' => 'all',
56
- 'title' => __( 'All Feeds', 'feed-them-social' ),
57
- ),
58
-
59
- // All Feeds (1 of each for now)
60
- 2 => array(
61
- 'value' => 'multiple_facebook',
62
- 'title' => __( 'Multiple Facebook Feeds', 'feed-them-social' ),
63
- ),
64
- ),
65
- 'premium_msg_boxes' => array(
66
- 'main_select' => array(
67
- 'req_plugin' => 'combine_streams',
68
- 'msg' => 'With this extension you can mix a Facebook, Instagram, Twitter, Youtube and Pinterest posts all in one feed. The other feature this exentsion gives you is the abillity to mix multiple Facebook accounts into one feed!
69
- <a href="https://feedthemsocial.com/feed-them-social-combined-streams/" target="_blank">View Combined Streams Demo</a> . <a href="https://feedthemsocial.com/feed-them-social-combined-streams/#combined-fb-streams" target="_blank">View Combined Facebook Streams Demo</a>',
70
- )
71
- ),
72
- 'short_attr_final' => 'yes',
73
-
74
- // Inputs relative to all Feed_types of this feed. (Eliminates Duplication)[Excluded from loop when creating select]
75
- 'main_options' => array(
76
-
77
- // Combined Total # of Posts
78
- array(
79
- 'grouped_options_title' => __( 'Combined Stream', 'feed-them-social' ),
80
- 'option_type' => 'input',
81
- 'label' => __( 'Combined Total # of Posts', 'feed-them-social' ),
82
- 'type' => 'text',
83
- 'id' => 'combine_post_count',
84
- 'name' => 'combine_post_count',
85
- 'value' => '',
86
- 'placeholder' => __( '6 is the default number', 'feed-them-social' ),
87
- 'req_plugin' => 'combine_streams',
88
-
89
- // Relative to JS.
90
- 'short_attr' => array(
91
- 'attr_name' => 'posts',
92
- 'var_final_if' => 'yes',
93
- 'empty_error' => 'set',
94
- 'empty_error_value' => 'posts=6',
95
- ),
96
- ),
97
-
98
- // # of Posts per Social Network
99
- array(
100
- 'option_type' => 'input',
101
- 'input_wrap_class' => 'combine_social_network_post_count',
102
- 'label' => __( '# of Posts per Social Network', 'feed-them-social' ) . '<br/><small>' . __( 'NOT the combined total', 'feed-them-social' ) . '</small>',
103
- 'type' => 'text',
104
-
105
- // 'instructional-text' => __('', 'feed-them-social'),
106
- 'id' => 'combine_social_network_post_count',
107
- 'name' => 'combine_social_network_post_count',
108
- 'value' => '',
109
- 'placeholder' => __( '1 is the default number', 'feed-them-social' ),
110
- 'req_plugin' => 'combine_streams',
111
-
112
- // Relative to JS.
113
- 'short_attr' => array(
114
- 'attr_name' => 'social_network_posts',
115
- 'var_final_if' => 'yes',
116
- 'empty_error' => 'set',
117
- 'empty_error_value' => 'social_network_posts=1',
118
- ),
119
- ),
120
-
121
- // Facebook Amount of words
122
- array(
123
- 'option_type' => 'input',
124
- 'label' => __( 'Amount of words per post', 'feed-them-social' ) . '<br/><small>' . __( 'Type 0 to remove the posts description', 'feed-them-social' ) . '</small>',
125
- 'type' => 'text',
126
- 'id' => 'combine_word_count_option',
127
- 'name' => 'combine_word_count_option',
128
- 'placeholder' => '45 ' . __( 'is the default number', 'feed-them-social' ),
129
- 'value' => '',
130
- 'req_plugin' => 'combine_streams',
131
-
132
- // Relative to JS.
133
- 'short_attr' => array(
134
- 'attr_name' => 'words',
135
- 'empty_error' => 'set',
136
- 'empty_error_value' => 'words=45',
137
- ),
138
- ),
139
-
140
- // Center Container
141
- array(
142
- 'option_type' => 'select',
143
- 'label' => __( 'Center Feed Container', 'feed-them-social' ),
144
- 'type' => 'text',
145
- 'id' => 'combine_container_position',
146
- 'name' => 'combine_container_position',
147
- 'options' => array(
148
- 1 => array(
149
- 'label' => __( 'Yes', 'feed-them-social' ),
150
- 'value' => 'yes',
151
- ),
152
- 2 => array(
153
- 'label' => __( 'No', 'feed-them-social' ),
154
- 'value' => 'no',
155
- ),
156
- ),
157
- 'req_plugin' => 'combine_streams',
158
- 'short_attr' => array(
159
- 'attr_name' => 'center_container',
160
- ),
161
- ),
162
-
163
- // Page Fixed Height
164
- array(
165
- 'input_wrap_class' => 'combine_height',
166
- 'option_type' => 'input',
167
- 'label' => __( 'Feed Fixed Height', 'feed-them-social' ) . '<br/><small>' . __( 'Leave blank for auto height', 'feed-them-social' ) . '</small>',
168
- 'type' => 'text',
169
- 'id' => 'combine_height',
170
- 'name' => 'combine_height',
171
- 'value' => '',
172
- 'req_plugin' => 'combine_streams',
173
- 'placeholder' => '450px ' . __( 'for example', 'feed-them-social' ),
174
-
175
- // Relative to JS.
176
- 'short_attr' => array(
177
- 'attr_name' => 'height',
178
- 'var_final_if' => 'yes',
179
- 'empty_error' => 'set',
180
- 'empty_error_value' => '',
181
- ),
182
- ),
183
-
184
- // Background Color
185
- array(
186
- 'option_type' => 'input',
187
- 'color_picker' => 'yes',
188
- 'input_wrap_class' => 'combine_background_color',
189
- 'label' => __( 'Background Color', 'feed-them-social' ),
190
- 'type' => 'text',
191
- 'id' => 'combine_background_color',
192
- 'name' => 'combine_background_color', // Relative to JS.
193
- 'req_plugin' => 'combine_streams',
194
- 'short_attr' => array(
195
- 'attr_name' => 'background_color',
196
- 'var_final_if' => 'yes',
197
- 'empty_error' => 'set',
198
- 'empty_error_value' => '',
199
- ),
200
- ),
201
-
202
- // Social Icon
203
- array(
204
- 'input_wrap_class' => 'combine_show_social_icon',
205
- 'option_type' => 'select',
206
- 'label' => __( 'Show Social Icon', 'feed-them-social' ) . '<br/><small>' . __( 'Right, Left or No', 'feed-them-social' ) . '</small>',
207
- 'type' => 'text',
208
- 'id' => 'combine_show_social_icon',
209
- 'name' => 'combine_show_social_icon',
210
- 'req_plugin' => 'combine_streams',
211
- 'options' => array(
212
- array(
213
- 'label' => __( 'Right', 'feed-them-social' ),
214
- 'value' => 'right',
215
- ),
216
- array(
217
- 'label' => __( 'Left', 'feed-them-social' ),
218
- 'value' => 'left',
219
- ),
220
- array(
221
- 'label' => __( 'No', 'feed-them-social' ),
222
- 'value' => 'no',
223
- ),
224
- ),
225
- 'short_attr' => array(
226
- 'attr_name' => 'show_social_icon',
227
- ),
228
- ),
229
-
230
- // Show Description below image or video Name
231
- array(
232
- 'input_wrap_class' => 'combine_show_media',
233
- 'option_type' => 'select',
234
- 'label' => __( 'Show Image/Video', 'feed-them-social' ) . '<br/><small>' . __( 'Bottom (default) or Top of Post', 'feed-them-social' ) . '</small>',
235
- 'type' => 'text',
236
- 'id' => 'combine_show_media',
237
- 'name' => 'combine_show_media',
238
- 'req_plugin' => 'combine_streams',
239
- 'options' => array(
240
- array(
241
- 'label' => __( 'Below Username, Date & Description', 'feed-them-social' ),
242
- 'value' => 'bottom',
243
- ),
244
- array(
245
- 'label' => __( 'Above Username, Date & Description', 'feed-them-social' ),
246
- 'value' => 'top',
247
- ),
248
- ),
249
- 'short_attr' => array(
250
- 'attr_name' => 'show_media',
251
- ),
252
- ), // Show Username
253
- array(
254
- 'input_wrap_class' => 'combine_hide_date',
255
- 'option_type' => 'select',
256
- 'label' => __( 'Show Username', 'feed-them-social' ) . '<br/><small>' . __( 'Yes or No', 'feed-them-social' ) . '</small>',
257
- 'type' => 'text',
258
- 'id' => 'combine_hide_date',
259
- 'name' => 'combine_hide_date',
260
- 'req_plugin' => 'combine_streams',
261
- 'options' => array(
262
- array(
263
- 'label' => __( 'Yes', 'feed-them-social' ),
264
- 'value' => 'yes',
265
- ),
266
- array(
267
- 'label' => __( 'No', 'feed-them-social' ),
268
- 'value' => 'no',
269
- ),
270
- ),
271
- 'short_attr' => array(
272
- 'attr_name' => 'show_date',
273
- ),
274
- ),
275
-
276
- // Show Date
277
- array(
278
- 'input_wrap_class' => 'combine_hide_name',
279
- 'option_type' => 'select',
280
- 'label' => __( 'Show Date', 'feed-them-social' ) . '<br/><small>' . __( 'Yes or No', 'feed-them-social' ) . '</small>',
281
- 'type' => 'text',
282
- 'id' => 'combine_hide_name',
283
- 'name' => 'combine_hide_name',
284
- 'req_plugin' => 'combine_streams',
285
- 'options' => array(
286
- array(
287
- 'label' => __( 'Yes', 'feed-them-social' ),
288
- 'value' => 'yes',
289
- ),
290
- array(
291
- 'label' => __( 'No', 'feed-them-social' ),
292
- 'value' => 'no',
293
- ),
294
- ),
295
- 'short_attr' => array(
296
- 'attr_name' => 'show_name',
297
- ),
298
- ),
299
-
300
- // Padding
301
- array(
302
- 'option_type' => 'input',
303
- 'input_wrap_class' => 'combine_padding',
304
- 'label' => __( 'Padding', 'feed-them-social' ),
305
- 'type' => 'text',
306
- 'id' => 'combine_padding',
307
- 'name' => 'combine_padding',
308
- 'req_plugin' => 'combine_streams',
309
-
310
- // Relative to JS.
311
- 'short_attr' => array(
312
- 'attr_name' => 'padding',
313
- 'var_final_if' => 'yes',
314
- 'empty_error' => 'set',
315
- 'empty_error_value' => '',
316
- ),
317
- ),
318
-
319
- // Combine Facebook
320
- array(
321
- 'grouped_options_title' => __( 'Facebook', 'feed-them-social' ),
322
- 'option_type' => 'select',
323
- 'label' => __( 'Combine Facebook', 'feed-them-social' ),
324
- 'type' => 'text',
325
- 'id' => 'combine_facebook',
326
- 'name' => 'combine_facebook',
327
- 'options' => array(
328
- array(
329
- 'label' => __( 'No', 'feed-them-social' ),
330
- 'value' => 'no',
331
- ),
332
- array(
333
- 'label' => __( 'Yes', 'feed-them-social' ),
334
- 'value' => 'yes',
335
- ),
336
- ),
337
- 'req_plugin' => 'combine_streams',
338
- 'short_attr' => array(
339
- 'attr_name' => '',
340
- 'empty_error_value' => '',
341
- 'no_attribute' => 'yes',
342
- 'ifs' => 'combine_facebook',
343
- ),
344
- 'sub_options' => array(
345
- 'sub_options_wrap_class' => 'main-combine-facebook-wrap',
346
- ),
347
- ),
348
-
349
- // Combine Facebook ID
350
- array(
351
- 'option_type' => 'input',
352
- 'input_wrap_class' => 'combine_facebook_name',
353
- 'label' => __( 'Facebook ID or Name', 'feed-them-social' ),
354
- 'instructional-text' => '<strong>REQUIRED:</strong> Make sure you have an <strong>Access Token</strong> in place on the <a class="not-active-title" href="admin.php?page=fts-facebook-feed-styles-submenu-page" target="_blank">Facebook Options</a> page. If that is in place your page ID should appear in the input below.',
355
- 'type' => 'text',
356
- 'id' => 'combine_facebook_name',
357
- 'name' => 'combine_facebook_name',
358
- 'req_plugin' => 'combine_streams',
359
-
360
- // Relative to JS.
361
- 'short_attr' => array(
362
- 'attr_name' => 'facebook_name',
363
- 'var_final_if' => 'yes',
364
- 'empty_error' => 'set',
365
- 'empty_error_value' => '',
366
- ),
367
- 'sub_options' => array(
368
- 'sub_options_wrap_class' => 'combine-facebook-wrap',
369
- ),
370
- 'sub_options_end' => true,
371
- ),
372
-
373
- // Combine Twitter
374
- array(
375
- 'grouped_options_title' => __( 'Twitter', 'feed-them-social' ),
376
- 'option_type' => 'select',
377
- 'label' => __( 'Combine Twitter', 'feed-them-social' ),
378
- 'type' => 'text',
379
- 'id' => 'combine_twitter',
380
- 'name' => 'combine_twitter',
381
- 'req_plugin' => 'combine_streams',
382
- 'options' => array(
383
- array(
384
- 'label' => __( 'No', 'feed-them-social' ),
385
- 'value' => 'no',
386
- ),
387
- array(
388
- 'label' => __( 'Yes', 'feed-them-social' ),
389
- 'value' => 'yes',
390
- ),
391
- ),
392
- 'short_attr' => array(
393
- 'attr_name' => '',
394
- 'empty_error_value' => '',
395
- 'no_attribute' => 'yes',
396
- ),
397
- 'sub_options' => array(
398
- 'sub_options_wrap_class' => 'main-combine-twitter-wrap',
399
- ),
400
- ),
401
-
402
- // Feed Type Selection
403
- array(
404
- 'option_type' => 'select',
405
- 'label' => __( 'Feed Type', 'feed-them-social' ),
406
- 'select_wrap_classes' => 'combine-twitter-gen-selection',
407
- 'select_classes' => '',
408
- 'name' => 'combine-twitter-messages-selector',
409
- 'id' => 'combine-twitter-messages-selector',
410
- 'req_plugin' => 'combine_streams',
411
-
412
- // Feed Types and their options
413
- 'options' => array(
414
-
415
- // User Feed
416
- array(
417
- 'value' => 'user',
418
- 'label' => __( 'User Feed', 'feed-them-social' ),
419
- ),
420
-
421
- // hastag Feed
422
- array(
423
- 'value' => 'hashtag',
424
- 'label' => __( 'Hashtag, Search and more Feed', 'feed-them-social' ),
425
- ),
426
- ),
427
- 'short_attr' => array(
428
- 'attr_name' => '',
429
- 'empty_error_value' => '',
430
- 'no_attribute' => 'yes',
431
- ),
432
- 'sub_options' => array(
433
- 'sub_options_wrap_class' => 'combine-twitter-wrap',
434
- ),
435
- ),
436
-
437
- // 'short_attr_final' => 'yes',
438
- // Inputs relative to all Feed_types of this feed. (Eliminates Duplication)[Excluded from loop when creating select]
439
- // Twitter Search Name
440
- array(
441
- 'option_type' => 'input',
442
- 'input_wrap_class' => 'combine_twitter_hashtag_etc_name',
443
- 'label' => __( 'Twitter Search Name (required)', 'feed-them-social' ),
444
- 'type' => 'text',
445
- 'id' => 'combine_twitter_hashtag_etc_name',
446
- 'name' => 'combine_twitter_hashtag_etc_name',
447
- 'value' => '',
448
-
449
- // Relative to JS.
450
- 'short_attr' => array(
451
- 'attr_name' => 'search',
452
- 'var_final_if' => 'yes',
453
- 'empty_error' => 'set',
454
- 'empty_error_value' => '',
455
- 'empty_error_if' => array(
456
- 'attribute' => 'select#combine-twitter-messages-selector',
457
- 'operator' => '==',
458
- 'value' => 'hashtag',
459
- ),
460
- ),
461
- 'req_plugin' => 'combine_streams',
462
-
463
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
464
- 'sub_options' => array(
465
- 'sub_options_wrap_class' => 'combine-twitter-hashtag-etc-wrap',
466
- 'sub_options_title' => __( 'Twitter Search', 'feed-them-social' ),
467
- ),
468
- 'sub_options_end' => true,
469
- ),
470
-
471
- // Twitter Name
472
- array(
473
- 'option_type' => 'input',
474
- 'input_wrap_class' => 'combine_twitter_name',
475
- 'label' => __( 'Twitter Name', 'feed-them-social' ),
476
- 'type' => 'text',
477
- 'id' => 'combine_twitter_name',
478
- 'name' => 'combine_twitter_name',
479
- 'instructional-text' => '<span class="must-copy-twitter-name">' . __( 'You must copy your', 'feed-them-social' ) . ' <a href="https://www.slickremix.com/how-to-get-your-twitter-name/" target="_blank">' . __( 'Twitter Name', 'feed-them-social' ) . '</a> ' . __( 'and paste it in the first input below.', 'feed-them-social' ) . '</span>',
480
- 'value' => '',
481
-
482
- // Relative to JS.
483
- 'short_attr' => array(
484
- 'attr_name' => 'twitter_name',
485
- 'var_final_if' => 'yes',
486
- 'empty_error' => 'set',
487
- 'empty_error_value' => '',
488
- 'empty_error_if' => array(
489
- 'attribute' => 'select#combine-twitter-messages-selector',
490
- 'operator' => '==',
491
- 'value' => 'user',
492
- ),
493
- ),
494
- 'req_plugin' => 'combine_streams',
495
- 'sub_options_end' => 2,
496
- ),
497
-
498
- // Combine Instagram
499
- array(
500
- 'grouped_options_title' => __( 'Instagram', 'feed-them-social' ),
501
- 'option_type' => 'select',
502
- 'label' => __( 'Combine Instagram', 'feed-them-social' ),
503
- 'type' => 'text',
504
- 'id' => 'combine_instagram',
505
- 'name' => 'combine_instagram',
506
- 'options' => array(
507
- 1 => array(
508
- 'label' => __( 'No', 'feed-them-social' ),
509
- 'value' => 'no',
510
- ),
511
- 2 => array(
512
- 'label' => __( 'Yes', 'feed-them-social' ),
513
- 'value' => 'yes',
514
- ),
515
- ),
516
- 'req_plugin' => 'combine_streams',
517
- 'short_attr' => array(
518
- 'attr_name' => '',
519
- 'empty_error_value' => '',
520
- 'no_attribute' => 'yes',
521
- ),
522
- 'sub_options' => array(
523
- 'sub_options_wrap_class' => 'main-combine-instagram-wrap',
524
- ),
525
- ),
526
-
527
- // Instagram Type
528
- array(
529
- 'input_wrap_class' => 'combine_instagram_type',
530
- 'option_type' => 'select',
531
- 'label' => __( 'Instagram Type', 'feed-them-social' ),
532
- 'instructional-text' => '<strong>REQUIRED:</strong> Make sure you have an <strong>Access Token</strong> in place on the <a class="not-active-title" href="admin.php?page=fts-instagram-feed-styles-submenu-page" target="_blank">Instagram Options</a>.',
533
- 'type' => 'text',
534
- 'id' => 'combine_instagram_type',
535
- 'name' => 'combine_instagram_type',
536
- 'options' => array(
537
-
538
- // User Feed
539
- array(
540
- 'value' => 'user',
541
- 'label' => __( 'User Feed', 'feed-them-social' ),
542
- ),
543
-
544
- // hastag Feed
545
- array(
546
- 'value' => 'hashtag',
547
- 'label' => __( 'Hashtag Feed', 'feed-them-social' ),
548
- ),
549
-
550
- // location Feed
551
- array(
552
- 'value' => 'location',
553
- 'label' => __( 'Location Feed', 'feed-them-social' ),
554
- ),
555
- ),
556
- 'req_plugin' => 'combine_streams',
557
- 'short_attr' => array(
558
- 'attr_name' => 'instagram_type',
559
- 'ifs' => 'combine_instagram',
560
- ),
561
- 'sub_options' => array(
562
- 'sub_options_wrap_class' => 'combine-instagram-wrap',
563
- ),
564
- ),
565
-
566
- // Combine Convert Instagram Name
567
- // array(
568
- // 'option_type' => 'input',
569
- // 'input_wrap_class' => 'combine-instagram-id-option-wrap',
570
- // 'label' => __('Convert Instagram Name to ID', 'feed-them-social'),
571
- // 'type' => 'text',
572
- // 'id' => 'combine_convert_instagram_username',
573
- // 'name' => 'combine_convert_instagram_username',
574
- // 'instructional-text' => __('You must copy your <a href="https://www.slickremix.com/how-to-get-your-instagram-name-and-convert-to-id/" target="_blank">Instagram Name</a> and paste it in the first input below', 'feed-them-social'),
575
- // 'req_plugin' => 'combine_streams',
576
- // Relative to JS.
577
- // 'short_attr' => array(
578
- // 'attr_name' => '',
579
- // 'ifs' => 'combine_instagram',
580
- // 'no_attribute' => 'yes'
581
- // ),
582
- // ),
583
- // Instagram ID
584
- array(
585
- 'option_type' => 'input',
586
-
587
- // 'input_wrap_class' => 'combine_instagram_name',
588
- 'label' => array(
589
- 1 => array(
590
- 'text' => __( 'Instagram ID # (required)', 'feed-them-social' ),
591
- 'class' => 'combine-instagram-user-option-text',
592
- ),
593
- 2 => array(
594
- 'text' => __( 'Hashtag (required)', 'feed-them-social' ),
595
- 'class' => 'combine-instagram-hashtag-option-text',
596
- ),
597
- 3 => array(
598
- 'text' => __( 'Location ID (required)', 'feed-them-social' ),
599
- 'class' => 'combine-instagram-location-option-text',
600
- ),
601
- ),
602
- 'type' => 'text',
603
- 'id' => 'combine_instagram_name',
604
- 'name' => 'combine_instagram_name',
605
- 'required' => 'combine_streams',
606
- 'instructional-text' => array(
607
- 1 => array(
608
- 'text' => __( '<div class="fts-insta-info-plus-wrapper">If your Access Token is set on the Instagram Options page of our plugin your ID should appear below.</div>', 'feed-them-social' ),
609
- 'class' => 'combine-instagram-user-option-text',
610
- ),
611
- 2 => array(
612
- 'text' => __( 'Add your Hashtag below. Do not add the #, just the name.', 'feed-them-social' ),
613
- 'class' => 'combine-instagram-hashtag-option-text',
614
- ),
615
- 3 => array(
616
- 'text' => __( '<strong>NOTE:</strong> The post count may not count proper in some location instances because private instagram photos are in the mix. We cannot pull private accounts photos in any location feed. Add your Location ID below.', 'feed-them-social' ),
617
- 'class' => 'combine-instagram-location-option-text',
618
- ),
619
- ),
620
-
621
- // Relative to JS.
622
- 'short_attr' => array(
623
- 'attr_name' => 'instagram_name',
624
- 'ifs' => 'combine_instagram',
625
- 'var_final_if' => 'no',
626
- 'empty_error' => 'set',
627
- 'empty_error_value' => '',
628
- ),
629
- 'sub_options_end' => 2,
630
- ),
631
-
632
- // Combine Pinterest
633
- array(
634
- 'grouped_options_title' => __( 'Pinterest', 'feed-them-social' ),
635
- 'option_type' => 'select',
636
- 'label' => __( 'Combine Pinterest', 'feed-them-social' ),
637
- 'type' => 'text',
638
- 'id' => 'combine_pinterest',
639
- 'name' => 'combine_pinterest',
640
- 'options' => array(
641
- array(
642
- 'label' => __( 'No', 'feed-them-social' ),
643
- 'value' => 'no',
644
- ),
645
- array(
646
- 'label' => __( 'Yes', 'feed-them-social' ),
647
- 'value' => 'yes',
648
- ),
649
- ),
650
- 'req_plugin' => 'combine_streams',
651
- 'short_attr' => array(
652
- 'attr_name' => '',
653
- 'empty_error_value' => '',
654
- 'no_attribute' => 'yes',
655
- ),
656
- 'sub_options' => array(
657
- 'sub_options_wrap_class' => 'main-combine-pinterest-wrap',
658
- ),
659
- ),
660
-
661
- // Pinterest Type
662
- array(
663
- 'input_wrap_class' => 'combine_pinterest_type',
664
- 'option_type' => 'select',
665
- 'label' => __( 'Pinterest Type', 'feed-them-social' ),
666
- 'instructional-text' => '<strong>REQUIRED:</strong> Make sure you have an <strong>Access Token</strong> in place on the <a class="not-active-title" href="admin.php?page=fts-pinterest-feed-styles-submenu-page" target="_blank">Pinterest Options</a> page then copy your <a href="https://www.slickremix.com/how-to-get-your-pinterest-name/" target="_blank">Pinterest and or Board Name</a> and paste them below based on your selection. A users board list is not available in this feed.',
667
- 'type' => 'text',
668
- 'id' => 'combine_pinterest_type',
669
- 'name' => 'combine_pinterest_type',
670
- 'options' => array(
671
-
672
- // Single Board Pins
673
- array(
674
- 'label' => __( 'Latest Pins from a User', 'feed-them-social' ),
675
- 'value' => 'pins_from_user',
676
- ),
677
-
678
- // Single Board Pins
679
- array(
680
- 'label' => __( 'Pins From a Specific Board', 'feed-them-social' ),
681
- 'value' => 'single_board_pins',
682
- ),
683
- ),
684
- 'req_plugin' => 'combine_streams',
685
- 'short_attr' => array(
686
- 'attr_name' => 'pinterest_type',
687
- 'ifs' => 'combine_pinterest',
688
- ),
689
- 'sub_options' => array(
690
- 'sub_options_wrap_class' => 'combine-pinterest-wrap',
691
- ),
692
- ),
693
-
694
- // Pinterest Name
695
- array(
696
- 'option_type' => 'input',
697
- 'input_wrap_class' => 'combine_pinterest_name',
698
- 'label' => __( 'Pinterest Name', 'feed-them-social' ),
699
- 'type' => 'text',
700
- 'id' => 'combine_pinterest_name',
701
- 'name' => 'combine_pinterest_name',
702
- 'req_plugin' => 'combine_streams',
703
-
704
- // Relative to JS.
705
- 'short_attr' => array(
706
- 'attr_name' => 'pinterest_name',
707
- 'ifs' => 'combine_pinterest',
708
- 'var_final_if' => 'yes',
709
- 'empty_error' => 'set',
710
- 'empty_error_value' => '',
711
- ),
712
- ),
713
-
714
- // Pinterest Board ID
715
- array(
716
- 'option_type' => 'input',
717
- 'input_wrap_class' => 'combine_board_id',
718
- 'label' => __( 'Pinterest Board ID', 'feed-them-social' ),
719
- 'type' => 'text',
720
- 'id' => 'combine_board_id',
721
- 'name' => 'combine_board_id',
722
- 'req_plugin' => 'combine_streams',
723
-
724
- // Relative to JS.
725
- 'short_attr' => array(
726
- 'attr_name' => 'board_id',
727
- 'ifs' => 'pinterest_single_board_pins',
728
- ),
729
- 'sub_options_end' => 2,
730
- ),
731
-
732
- // Combine Youtube
733
- array(
734
- 'grouped_options_title' => __( 'Youtube', 'feed-them-social' ),
735
- 'option_type' => 'select',
736
- 'label' => __( 'Combine Youtube', 'feed-them-social' ),
737
- 'type' => 'text',
738
- 'id' => 'combine_youtube',
739
- 'name' => 'combine_youtube',
740
- 'options' => array(
741
- array(
742
- 'label' => __( 'No', 'feed-them-social' ),
743
- 'value' => 'no',
744
- ),
745
- array(
746
- 'label' => __( 'Yes', 'feed-them-social' ),
747
- 'value' => 'yes',
748
- ),
749
- ),
750
- 'req_plugin' => 'combine_streams',
751
- 'short_attr' => array(
752
- 'attr_name' => '',
753
- 'empty_error_value' => '',
754
- 'no_attribute' => 'yes',
755
- ),
756
- 'sub_options' => array(
757
- 'sub_options_wrap_class' => 'main-combine-youtube-wrap',
758
- ),
759
- ),
760
-
761
- // Youtube Type
762
- array(
763
- 'input_wrap_class' => 'combine_youtube_type',
764
- 'option_type' => 'select',
765
- 'label' => __( 'Youtube Type', 'feed-them-social' ),
766
- 'type' => 'text',
767
- 'id' => 'combine_youtube_type',
768
- 'name' => 'combine_youtube_type',
769
- 'options' => array( // Channel Feed
770
- array(
771
- 'label' => __( 'Channel Feed', 'feed-them-social' ),
772
- 'value' => 'channelID',
773
- ), // Channel Playlist Feed
774
- array(
775
- 'label' => __( 'Channel\'s Specific Playlist', 'feed-them-social' ),
776
- 'value' => 'playlistID',
777
- ),
778
-
779
- // User's Most Recent Videos
780
- array(
781
- 'label' => __( 'User\'s Most Recent Videos', 'feed-them-social' ),
782
- 'value' => 'username',
783
- ),
784
-
785
- // User's Playlist
786
- array(
787
- 'label' => __( 'User\'s Specific Playlist', 'feed-them-social' ),
788
- 'value' => 'userPlaylist',
789
- ),
790
- ),
791
- 'req_plugin' => 'combine_streams',
792
- 'short_attr' => array(
793
- 'attr_name' => '',
794
- 'no_attribute' => 'yes',
795
- 'ifs' => 'combine_youtube',
796
- ),
797
- 'sub_options' => array(
798
- 'sub_options_wrap_class' => 'combine-youtube-wrap',
799
- ),
800
- ),
801
-
802
- // Youtube Name
803
- array(
804
- 'option_type' => 'input',
805
- 'input_wrap_class' => 'combine_youtube_name',
806
- 'label' => __( 'YouTube Username', 'feed-them-social' ),
807
- 'type' => 'text',
808
- 'id' => 'combine_youtube_name',
809
- 'name' => 'combine_youtube_name',
810
- 'instructional-text' => '<strong>REQUIRED:</strong> Make sure you have an <strong>API Key</strong> or <strong>Access Token</strong> in place on the <a class="not-active-title" href="admin.php?page=fts-youtube-feed-styles-submenu-page" target="_blank">Youtube Options</a> page then copy your YouTube <a href="https://www.slickremix.com/how-to-get-your-youtube-name/" target="_blank">Username</a> and paste it below.',
811
- 'req_plugin' => 'combine_streams',
812
-
813
- // Relative to JS.
814
- 'short_attr' => array(
815
- 'attr_name' => 'youtube_name',
816
- 'ifs' => 'combine_youtube',
817
- 'var_final_if' => 'yes',
818
- 'empty_error' => 'set',
819
- 'empty_error_value' => '',
820
- ),
821
- ),
822
-
823
- // YouTube Playlist ID
824
- array(
825
- 'option_type' => 'input',
826
- 'input_wrap_class' => 'combine_playlist_id',
827
- 'label' => __( 'YouTube Playlist ID', 'feed-them-social' ),
828
- 'type' => 'text',
829
- 'id' => 'combine_playlist_id',
830
- 'name' => 'combine_playlist_id',
831
- 'instructional-text' => '<strong>REQUIRED:</strong> Make sure you have an <strong>API Key</strong> or <strong>Access Token</strong> in place on the <a class="not-active-title" href="admin.php?page=fts-youtube-feed-styles-submenu-page" target="_blank">Youtube Options</a> page then copy your YouTube <a href="https://www.slickremix.com/how-to-get-your-youtube-name/" target="_blank">Playlist ID</a> and paste them below.',
832
- 'req_plugin' => 'combine_streams',
833
-
834
- // Relative to JS.
835
- 'short_attr' => array(
836
- 'attr_name' => 'playlist_id',
837
- 'ifs' => 'combine_youtube',
838
- ),
839
- ),
840
-
841
- // YouTube Channel ID
842
- array(
843
- 'option_type' => 'input',
844
- 'input_wrap_class' => 'combine_channel_id',
845
- 'label' => __( 'YouTube Channel ID', 'feed-them-social' ),
846
- 'type' => 'text',
847
- 'id' => 'combine_channel_id',
848
- 'name' => 'combine_channel_id',
849
- 'instructional-text' => '<strong>REQUIRED:</strong> Make sure you have an <strong>API Key</strong> or <strong>Access Token</strong> in place on the <a class="not-active-title" href="admin.php?page=fts-youtube-feed-styles-submenu-page" target="_blank">Youtube Options</a> page then copy your YouTube <a href="https://www.slickremix.com/how-to-get-your-youtube-name/" target="_blank">Channel ID</a> and paste it below.',
850
- 'req_plugin' => 'combine_streams',
851
-
852
- // Relative to JS.
853
- 'short_attr' => array(
854
- 'attr_name' => 'channel_id',
855
- 'ifs' => 'combine_youtube',
856
- ),
857
- 'sub_options_end' => 2,
858
- ),
859
-
860
- // ******************************************
861
- // Combine Streams Grid Options
862
- // ******************************************
863
- // Facebook Page Display Posts in Grid
864
- array(
865
- 'grouped_options_title' => __( 'Grid', 'feed-them-social' ),
866
- 'input_wrap_class' => 'combine_grid_option',
867
- 'option_type' => 'select',
868
- 'label' => __( 'Display Posts in Grid', 'feed-them-social' ),
869
- 'type' => 'text',
870
- 'id' => 'combine_grid_option',
871
- 'name' => 'combine_grid_option',
872
- 'options' => array(
873
- 1 => array(
874
- 'label' => __( 'No', 'feed-them-social' ),
875
- 'value' => 'no',
876
- ),
877
- 2 => array(
878
- 'label' => __( 'Yes', 'feed-them-social' ),
879
- 'value' => 'yes',
880
- ),
881
- ),
882
- 'req_plugin' => 'combine_streams',
883
- 'short_attr' => array(
884
- 'attr_name' => 'grid',
885
- 'empty_error' => 'set',
886
- 'set_operator' => '==',
887
- 'set_equals' => 'yes',
888
- 'empty_error_value' => '',
889
- ),
890
-
891
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
892
- 'sub_options' => array(
893
- 'sub_options_wrap_class' => 'combine-main-grid-options-wrap',
894
- ),
895
- ),
896
-
897
- // Grid Column Width
898
- array(
899
- 'option_type' => 'input',
900
- 'label' => __( 'Grid Column Width', 'feed-them-social' ),
901
- 'type' => 'text',
902
- 'id' => 'combine_grid_column_width',
903
- 'name' => 'combine_grid_column_width',
904
- 'instructional-text' => '<strong> ' . __( 'NOTE:', 'feed-them-social' ) . '</strong> ' . sprintf( __( 'Define the Width of each post and the Space between each post below. You must add px after any number. Learn how to make the %1$sgrid responsive%2$s.', 'feed-them-social' ), '<a href="https://www.slickremix.com/docs/responsive-grid-css/" target="_blank">', '</a>' ),
905
- 'placeholder' => '310px ' . __( 'for example', 'feed-them-social' ),
906
- 'req_plugin' => 'combine_streams',
907
-
908
- // Relative to JS.
909
- 'short_attr' => array(
910
- 'attr_name' => 'column_width',
911
- 'empty_error' => 'set',
912
- 'empty_error_value' => 'column_width=310px',
913
- 'ifs' => 'combine_grid',
914
- ),
915
-
916
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
917
- 'sub_options' => array(
918
- 'sub_options_wrap_class' => 'combine-grid-options-wrap',
919
- ),
920
- ),
921
-
922
- // Grid Spaces Between Posts
923
- array(
924
- 'option_type' => 'input',
925
- 'label' => __( 'Grid Spaces Between Posts', 'feed-them-social' ),
926
- 'type' => 'text',
927
- 'id' => 'combine_grid_space_between_posts',
928
- 'name' => 'combine_grid_space_between_posts',
929
- 'placeholder' => '10px ' . __( 'for example', 'feed-them-social' ),
930
- 'req_plugin' => 'combine_streams',
931
-
932
- // Relative to JS.
933
- 'short_attr' => array(
934
- 'attr_name' => 'space_between_posts',
935
- 'empty_error' => 'set',
936
- 'empty_error_value' => 'space_between_posts=10px',
937
- 'ifs' => 'combine_grid',
938
- ),
939
- 'sub_options_end' => 2,
940
- ),
941
- ),
942
-
943
- // Final Shortcode ifs
944
- 'shortcode_ifs' => array(
945
- 'main_select' => array(
946
- 'if' => array(
947
- 'class' => 'select#shortcode-form-selector',
948
- 'operator' => '==',
949
- 'value' => 'combine-steams-shortcode-form',
950
- ),
951
- ),
952
- 'combine_facebook' => array(
953
- 'if' => array(
954
- 'class' => 'select#combine_facebook',
955
- 'operator' => '==',
956
- 'value' => 'yes',
957
- ),
958
- ),
959
-
960
- // 'combine_twitter' => array(
961
- // 'if' => array(
962
- // 'class' => 'select#combine-twitter-messages-selector',
963
- // 'operator' => '==',
964
- // 'value' => '',
965
- // ),
966
- // ),
967
- // 'combine_twitter_search' => array(
968
- // 'if' => array(
969
- // 'class' => 'select#combine-twitter-messages-selector',
970
- // 'operator' => '==',
971
- // 'value' => '',
972
- // ),
973
- // ),
974
- 'combine_instagram' => array(
975
- 'if' => array(
976
- 'class' => 'select#combine_instagram',
977
- 'operator' => '==',
978
- 'value' => 'yes',
979
- ),
980
- ),
981
- 'combine_pinterest' => array(
982
- 'if' => array(
983
- 'class' => 'select#combine_pinterest',
984
- 'operator' => '==',
985
- 'value' => 'yes',
986
- ),
987
- ),
988
- 'combine_youtube' => array(
989
- 'if' => array(
990
- 'class' => 'select#combine_youtube',
991
- 'operator' => '==',
992
- 'value' => 'yes',
993
- ),
994
- ),
995
- 'combine_load_more' => array(
996
- 'if' => array(
997
- 'class' => 'select#fb_load_more_option',
998
- 'operator' => '==',
999
- 'value' => 'yes',
1000
- ),
1001
- ),
1002
- 'combine_grid' => array(
1003
- 'if' => array(
1004
- 'class' => 'select#combine_grid_option',
1005
- 'operator' => '==',
1006
- 'value' => 'yes',
1007
- ),
1008
- ),
1009
- 'yt_username' => array(
1010
- 'if' => array(
1011
- 'class' => 'select#combine_youtube_type',
1012
- 'operator' => '==',
1013
- 'value' => 'username',
1014
- ),
1015
- ),
1016
- 'yt_userPlaylist' => array(
1017
- 'if' => array(
1018
- 'class' => 'select#combine_youtube_type',
1019
- 'operator' => '==',
1020
- 'value' => 'userPlaylist',
1021
- ),
1022
- ),
1023
- 'yt_channelID' => array(
1024
- 'if' => array(
1025
- 'class' => 'select#combine_youtube_type',
1026
- 'operator' => '==',
1027
- 'value' => 'channelID',
1028
- ),
1029
- ),
1030
- 'yt_playlistID' => array(
1031
- 'if' => array(
1032
- 'class' => 'select#combine_youtube_type',
1033
- 'operator' => '==',
1034
- 'value' => 'playlistID',
1035
- ),
1036
- ),
1037
- 'pinterest_single_board_pins' => array(
1038
- 'if' => array(
1039
- 'class' => 'select#combine_pinterest_type',
1040
- 'operator' => '==',
1041
- 'value' => 'single_board_pins',
1042
- ),
1043
- ),
1044
- ),
1045
-
1046
- // Generator Info
1047
- 'generator_title' => __( 'Combine Streams Shortcode', 'feed-them-social' ),
1048
- 'generator_class' => 'combine-streams-final-shortcode',
1049
- ), // End Combine Streams
1050
-
1051
- // ******************************************
1052
- // Facebook Page Feed
1053
- // ******************************************
1054
- 'facebook' => array(
1055
- 'section_attr_key' => 'facebook_',
1056
- 'section_title' => __( 'Facebook Page Shortcode Generator', 'feed-them-social' ),
1057
- 'section_wrap_class' => 'fts-facebook_page-shortcode-form',
1058
-
1059
- // Form Info
1060
- 'form_wrap_classes' => 'fts-fb-page-shortcode-form',
1061
- 'form_wrap_id' => 'fts-fb-page-form',
1062
-
1063
- // Token Check
1064
- 'token_check' => $facebookReviewsTokenCheck,
1065
-
1066
- // Feed Type Selection
1067
- 'feed_type_select' => array(
1068
- 'label' => __( 'Feed Type', 'feed-them-social' ),
1069
- 'select_wrap_classes' => 'fts-social-selector',
1070
- 'select_classes' => '',
1071
- 'select_name' => 'facebook-messages-selector',
1072
- 'select_id' => 'facebook-messages-selector',
1073
- ),
1074
-
1075
- // Feed Types and their options
1076
- 'feeds_types' => array(
1077
-
1078
- // Facebook Page
1079
- array(
1080
- 'value' => 'page',
1081
- 'title' => __( 'Facebook Page', 'feed-them-social' ),
1082
- ),
1083
-
1084
- // Facebook Page List of Events
1085
- // array(
1086
- // 'value' => 'events',
1087
- // 'title' => __('Facebook Page List of Events', 'feed-them-social'),
1088
- // ),
1089
- // Facebook Page Single Event Posts
1090
- // array(
1091
- // 'value' => 'event',
1092
- // 'title' => __('Facebook Page Single Event Posts', 'feed-them-social'),
1093
- // ),
1094
- // Facebook Group
1095
- // array(
1096
- // 'value' => 'group',
1097
- // 'title' => __('Facebook Group', 'feed-them-social'),
1098
- // ),
1099
- // Facebook Album Photos
1100
- array(
1101
- 'value' => 'album_photos',
1102
- 'title' => __( 'Facebook Album Photos', 'feed-them-social' ),
1103
- ),
1104
-
1105
- // Facebook Album Covers
1106
- array(
1107
- 'value' => 'albums',
1108
- 'title' => __( 'Facebook Album Covers', 'feed-them-social' ),
1109
- ),
1110
-
1111
- // Facebook Videos
1112
- array(
1113
- 'value' => 'album_videos',
1114
- 'title' => __( 'Facebook Videos', 'feed-them-social' ),
1115
- ),
1116
-
1117
- // Facebook Page Reviews
1118
- array(
1119
- 'value' => 'reviews',
1120
- 'title' => __( 'Facebook Page Reviews', 'feed-them-social' ),
1121
- ),
1122
- ),
1123
- 'premium_msg_boxes' => array(
1124
- 'album_videos' => array(
1125
- 'req_plugin' => 'fts_premium',
1126
- 'msg' => 'The Facebook video feed allows you to view your uploaded videos from facebook. See these great examples and options of all the different ways you can bring new life to your wordpress site! <a href="https://feedthemsocial.com/facebook-videos-demo/" target="_blank">View Demo</a><br /><br />Additionally if you purchase the Carousel Plugin you can showcase your videos in a slideshow or carousel. Works with your Facebook Photos too! <a href="https://feedthemsocial.com/facebook-carousels/" target="_blank">View Carousel Demo</a>',
1127
- ),
1128
- 'reviews' => array(
1129
- 'req_plugin' => 'facebook_reviews',
1130
- 'msg' => 'The Facebook Reviews feed allows you to view all of the reviews people have made on your Facebook Page. See these great examples and options of all the different ways you can display your Facebook Page Reviews on your website. <a href="https://feedthemsocial.com/facebook-page-reviews-demo/" target="_blank">View Demo</a>',
1131
- ),
1132
- ),
1133
- 'short_attr_final' => 'yes',
1134
- 'main_options' => array(
1135
-
1136
- // Feed Type
1137
- array(
1138
- 'option_type' => 'select',
1139
- 'id' => 'facebook-messages-selector',
1140
- 'name' => 'facebook-messages-selector',
1141
-
1142
- // DONT SHOW HTML
1143
- 'no_html' => 'yes',
1144
-
1145
- // Relative to JS.
1146
- 'short_attr' => array(
1147
- 'attr_name' => 'type',
1148
- ),
1149
- ),
1150
-
1151
- // Facebook ID
1152
- array(
1153
- 'option_type' => 'input',
1154
- 'input_wrap_class' => 'fb_page_id',
1155
- 'label' => __( 'Facebook ID (required)', 'feed-them-social' ),
1156
- 'instructional-text' => array(
1157
- array(
1158
- 'text' => __( 'If your Access Token is set on the Facebook Options page of our plugin your ID should appear below. To create an additional feed go back the' ) . ' <a href="admin.php?page=fts-facebook-feed-styles-submenu-page" target="_blank">' . __( 'Facebook Options', 'feed-them-social' ) . '</a> ' . __( 'page and make sure you are logged into that specific Facebook account then click the button again to get a new Access Token/ID. Remember to click Save all Changes and return here.', 'feed-them-social' ) . '',
1159
- 'class' => 'facebook-message-generator page inst-text-facebook-page',
1160
- ),
1161
- array(
1162
- 'text' => __( 'Copy your', 'feed-them-social' ) . ' <a href="https://www.slickremix.com/how-to-get-your-facebook-group-id/" target="_blank">' . __( 'Facebook Group ID', 'feed-them-social' ) . '</a> ' . __( 'and paste it in the first input below.', 'feed-them-social' ),
1163
- 'class' => 'facebook-message-generator group inst-text-facebook-group',
1164
- ),
1165
- array(
1166
- 'text' => __( 'Copy your', 'feed-them-social' ) . ' <a href="https://www.slickremix.com/how-to-get-your-facebook-page-vanity-url/" target="_blank">' . __( 'Facebook Page ID', 'feed-them-social' ) . '</a> ' . __( 'and paste it in the first input below. PLEASE NOTE: This will only work with Facebook Page Events and you cannot have more than 25 events on Facebook.', 'feed-them-social' ),
1167
- 'class' => 'facebook-message-generator event-list inst-text-facebook-event-list',
1168
- ),
1169
- array(
1170
- 'text' => __( 'Copy your', 'feed-them-social' ) . ' <a href="https://www.slickremix.com/how-to-get-your-facebook-event-id/" target="_blank">' . __( 'Facebook Event ID', 'feed-them-social' ) . '</a> ' . __( 'and paste it in the first input below.', 'feed-them-social' ),
1171
- 'class' => 'facebook-message-generator event inst-text-facebook-event',
1172
- ),
1173
- array(
1174
- 'text' => __( 'To show a specific Album copy your', 'feed-them-social' ) . ' <a href="https://www.slickremix.com/docs/how-to-get-your-facebook-photo-gallery-id/" target="_blank">' . __( 'Facebook Album ID', 'feed-them-social' ) . '</a> ' . __( 'and paste it in the third input below. If you want to show all your uploaded photos leave the Album ID input blank.', 'feed-them-social' ),
1175
- 'class' => 'facebook-message-generator album_photos inst-text-facebook-album-photos',
1176
- ),
1177
- array(
1178
- 'text' => __( 'If your Access Token is set on the Facebook Options page of our plugin your ID should appear below. To create an additional feed go back the' ) . ' <a href="admin.php?page=fts-facebook-feed-styles-submenu-page" target="_blank">' . __( 'Facebook Options', 'feed-them-social' ) . '</a> ' . __( 'page and make sure you are logged into that specific Facebook account then click the button again to get a new Access Token/ID. Remember to click Save all Changes and return here.', 'feed-them-social' ) . '',
1179
- 'class' => 'facebook-message-generator albums inst-text-facebook-albums',
1180
- ),
1181
- array(
1182
- 'text' => __( 'If your Access Token is set on the Facebook Options page of our plugin your ID should appear below. To create an additional feed go back the' ) . ' <a href="admin.php?page=fts-facebook-feed-styles-submenu-page" target="_blank">' . __( 'Facebook Options', 'feed-them-social' ) . '</a> ' . __( 'page and make sure you are logged into that specific Facebook account then click the button again to get a new Access Token/ID. Remember to click Save all Changes and return here.', 'feed-them-social' ) . '',
1183
- 'class' => 'facebook-message-generator video inst-text-facebook-video',
1184
- ),
1185
- array(
1186
- 'text' => __( 'If your Access Token is set on the Facebook Options page of our plugin your ID should appear below. To create an additional feed go back the' ) . ' <a href="admin.php?page=fts-facebook-feed-styles-submenu-page" target="_blank">' . __( 'Facebook Options', 'feed-them-social' ) . '</a> ' . __( 'page and make sure you are logged into that specific Facebook account then click the button again to get a new Access Token/ID. Remember to click Save all Changes and return here.', 'feed-them-social' ) . '',
1187
- 'class' => 'facebook-message-generator reviews inst-text-facebook-reviews',
1188
- ),
1189
- ),
1190
- 'type' => 'text',
1191
- 'id' => 'fb_page_id',
1192
- 'name' => 'fb_page_id',
1193
- 'value' => '',
1194
-
1195
- // Relative to JS.
1196
- 'short_attr' => array(
1197
- 'attr_name' => 'id',
1198
- 'var_final_if' => 'no',
1199
- 'empty_error' => 'yes',
1200
- ),
1201
- ),
1202
-
1203
- // Access Token
1204
- array(
1205
- 'option_type' => 'input',
1206
- 'label' => __( 'Access Token (required) ', 'feed-them-social' ) . '<br/><small>' . __( '', 'feed-them-social' ) . '</small>',
1207
- 'type' => 'text',
1208
- 'id' => 'fb_access_token',
1209
- 'name' => 'fb_access_token',
1210
-
1211
- // Only needed if Prem_Req = More otherwise remove (must have array key req_plugin)
1212
- // 'prem_req_more_msg' => '<br/><small>' . __('More than 6 Requires <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">Premium version</a>', 'feed-them-social') . '</small>',
1213
- 'placeholder' => __( '', 'feed-them-social' ),
1214
-
1215
- // Relative to JS.
1216
- 'short_attr' => array(
1217
- 'attr_name' => 'access_token',
1218
- 'var_final_if' => 'yes',
1219
- 'empty_error' => 'set',
1220
- 'empty_error_value' => '',
1221
- ),
1222
- ),
1223
-
1224
- // Facebook Album ID
1225
- array(
1226
- 'option_type' => 'input',
1227
- 'input_wrap_class' => 'fb_album_photos_id',
1228
- 'label' => __( 'Album ID ', 'feed-them-social' ) . '<br/><small>' . __( 'Leave blank to show all uploaded photos', 'feed-them-social' ) . '</small>',
1229
- 'type' => 'text',
1230
- 'id' => 'fb_album_id',
1231
- 'name' => 'fb_album_id',
1232
- 'value' => '',
1233
-
1234
- // Relative to JS.
1235
- 'short_attr' => array(
1236
- 'attr_name' => 'album_id',
1237
- 'var_final_if' => 'yes',
1238
- 'empty_error' => 'set',
1239
- 'empty_error_value' => 'album_id=photo_stream',
1240
- 'empty_error_if' => array(
1241
- 'attribute' => 'select#facebook-messages-selector',
1242
- 'operator' => '==',
1243
- 'value' => 'album_photos',
1244
- ),
1245
- 'ifs' => 'album_photos',
1246
- ),
1247
- ),
1248
-
1249
- // Facebook Page Post Type Visible
1250
- array(
1251
- 'input_wrap_class' => 'facebook-post-type-visible',
1252
- 'option_type' => 'select',
1253
- 'label' => __( 'Post Type Visible', 'feed-them-social' ),
1254
- 'type' => 'text',
1255
- 'id' => 'fb_page_posts_displayed',
1256
- 'name' => 'fb_page_posts_displayed',
1257
- 'options' => array(
1258
- array(
1259
- 'label' => __( 'Display Posts made by Page only', 'feed-them-social' ),
1260
- 'value' => 'page_only',
1261
- ),
1262
- array(
1263
- 'label' => __( 'Display Posts made by Page and Others', 'feed-them-social' ),
1264
- 'value' => 'page_and_others',
1265
- ),
1266
- ),
1267
- 'short_attr' => array(
1268
- 'attr_name' => 'posts_displayed',
1269
- 'ifs' => 'page',
1270
- ),
1271
- ),
1272
-
1273
- // Facebook page # of Posts
1274
- array(
1275
- 'option_type' => 'input',
1276
- 'label' => __( '# of Posts', 'feed-them-social' ) . $limitforpremium,
1277
- 'type' => 'text',
1278
- 'id' => 'fb_page_post_count',
1279
- 'name' => 'fb_page_post_count',
1280
- 'value' => '',
1281
- 'placeholder' => __( '6 is the default number', 'feed-them-social' ),
1282
-
1283
- // Relative to JS.
1284
- 'short_attr' => array(
1285
- 'attr_name' => 'posts',
1286
- 'var_final_if' => 'yes',
1287
- 'empty_error' => 'set',
1288
- 'empty_error_value' => 'posts=6',
1289
- ),
1290
- ),
1291
-
1292
- // Facebook Page Facebook Fixed Height
1293
- array(
1294
- 'input_wrap_class' => 'fixed_height_option',
1295
- 'option_type' => 'input',
1296
- 'label' => __( 'Facebook Fixed Height', 'feed-them-social' ) . '<br/><small>' . __( 'Leave blank for auto height', 'feed-them-social' ) . '</small>',
1297
- 'type' => 'text',
1298
- 'id' => 'facebook_page_height',
1299
- 'name' => 'facebook_page_height',
1300
- 'value' => '',
1301
- 'placeholder' => '450px ' . __( 'for example', 'feed-them-social' ),
1302
-
1303
- // Relative to JS.
1304
- 'short_attr' => array(
1305
- 'attr_name' => 'height',
1306
- 'var_final_if' => 'yes',
1307
- 'empty_error' => 'set',
1308
- 'empty_error_value' => '',
1309
- ),
1310
- ),
1311
-
1312
- // Facebook Page Show Page Title (Premium)
1313
- array(
1314
- 'input_wrap_class' => 'fb-page-title-option-hide',
1315
- 'option_type' => 'select',
1316
- 'label' => __( 'Show Page Title', 'feed-them-social' ) . '<br/><small>' . __( 'Yes or No', 'feed-them-social' ) . '</small>',
1317
- 'type' => 'text',
1318
- 'id' => 'fb_page_title_option',
1319
- 'name' => 'fb_page_title_option',
1320
- 'options' => array(
1321
- array(
1322
- 'label' => __( 'Yes', 'feed-them-social' ),
1323
- 'value' => 'yes',
1324
- ),
1325
- array(
1326
- 'label' => __( 'No', 'feed-them-social' ),
1327
- 'value' => 'no',
1328
- ),
1329
- ),
1330
- 'req_plugin' => 'fts_premium',
1331
- 'short_attr' => array(
1332
- 'attr_name' => 'title',
1333
- ),
1334
- 'sub_options' => array(
1335
- 'sub_options_wrap_class' => 'facebook-title-options-wrap',
1336
- ),
1337
- ),
1338
-
1339
- // Facebook Page Align Title (Premium)
1340
- array(
1341
- 'input_wrap_class' => 'fb-page-title-align',
1342
- 'option_type' => 'select',
1343
- 'label' => __( 'Align Title', 'feed-them-social' ) . '<br/><small>' . __( 'Left, Center or Right', 'feed-them-social' ) . '</small>',
1344
- 'type' => 'text',
1345
- 'id' => 'fb_page_title_align',
1346
- 'name' => 'fb_page_title_align',
1347
- 'options' => array(
1348
- 1 => array(
1349
- 'label' => __( 'Left', 'feed-them-social' ),
1350
- 'value' => 'left',
1351
- ),
1352
- 2 => array(
1353
- 'label' => __( 'Center', 'feed-them-social' ),
1354
- 'value' => 'center',
1355
- ),
1356
- 3 => array(
1357
- 'label' => __( 'Right', 'feed-them-social' ),
1358
- 'value' => 'right',
1359
- ),
1360
- ),
1361
- 'req_plugin' => 'fts_premium',
1362
- 'short_attr' => array(
1363
- 'attr_name' => 'title_align',
1364
- ),
1365
- ),
1366
-
1367
- // Facebook Page Show Page Description (Premium)
1368
- array(
1369
- 'input_wrap_class' => 'fb-page-description-option-hide',
1370
- 'option_type' => 'select',
1371
- 'label' => __( 'Show Page Description', 'feed-them-social' ) . '<br/><small>' . __( 'Yes or No', 'feed-them-social' ) . '</small>',
1372
- 'type' => 'text',
1373
- 'id' => 'fb_page_description_option',
1374
- 'name' => 'fb_page_description_option',
1375
- 'options' => array(
1376
- 1 => array(
1377
- 'label' => __( 'Yes', 'feed-them-social' ),
1378
- 'value' => 'yes',
1379
- ),
1380
- 2 => array(
1381
- 'label' => __( 'No', 'feed-them-social' ),
1382
- 'value' => 'no',
1383
- ),
1384
- ),
1385
- 'short_attr' => array(
1386
- 'attr_name' => 'description',
1387
- ),
1388
- 'sub_options_end' => true,
1389
- ),
1390
-
1391
- // Show Description below image or video Name
1392
- array(
1393
- 'input_wrap_class' => 'facebook_show_media',
1394
- 'option_type' => 'select',
1395
- 'label' => __( 'Show Image/Video', 'feed-them-social' ) . '<br/><small>' . __( 'Bottom or Top of Post', 'feed-them-social' ) . '</small>',
1396
- 'type' => 'text',
1397
- 'id' => 'facebook_show_media',
1398
- 'name' => 'facebook_show_media',
1399
- 'req_plugin' => 'fts_premium',
1400
- 'or_req_plugin' => 'combine_streams',
1401
- 'options' => array(
1402
- array(
1403
- 'label' => __( 'Below Username, Date & Description', 'feed-them-social' ),
1404
- 'value' => 'bottom',
1405
- ),
1406
- array(
1407
- 'label' => __( 'Above Username, Date & Description', 'feed-them-social' ),
1408
- 'value' => 'top',
1409
- ),
1410
- ),
1411
- 'short_attr' => array(
1412
- 'attr_name' => 'show_media',
1413
- ),
1414
- ),
1415
-
1416
- // Show Thumbnail
1417
- array(
1418
- 'input_wrap_class' => 'facebook_hide_thumbnail',
1419
- 'option_type' => 'select',
1420
- 'label' => __( 'Show User Thumbnail', 'feed-them-social' ) . '<br/><small>' . __( 'Yes or No', 'feed-them-social' ) . '</small>',
1421
- 'type' => 'text',
1422
- 'id' => 'facebook_hide_thumbnail',
1423
- 'name' => 'facebook_hide_thumbnail',
1424
- 'req_plugin' => 'fts_premium',
1425
- 'or_req_plugin' => 'combine_streams',
1426
- 'options' => array(
1427
- array(
1428
- 'label' => __( 'Yes', 'feed-them-social' ),
1429
- 'value' => 'yes',
1430
- ),
1431
- array(
1432
- 'label' => __( 'No', 'feed-them-social' ),
1433
- 'value' => 'no',
1434
- ),
1435
- ),
1436
- 'short_attr' => array(
1437
- 'attr_name' => 'show_thumbnail',
1438
- ),
1439
- ),
1440
-
1441
- // Show Username
1442
- array(
1443
- 'input_wrap_class' => 'facebook_hide_date',
1444
- 'option_type' => 'select',
1445
- 'label' => __( 'Show Username', 'feed-them-social' ) . '<br/><small>' . __( 'Yes or No', 'feed-them-social' ) . '</small>',
1446
- 'type' => 'text',
1447
- 'id' => 'facebook_hide_date',
1448
- 'name' => 'facebook_hide_date',
1449
- 'req_plugin' => 'fts_premium',
1450
- 'or_req_plugin' => 'combine_streams',
1451
- 'options' => array(
1452
- array(
1453
- 'label' => __( 'Yes', 'feed-them-social' ),
1454
- 'value' => 'yes',
1455
- ),
1456
- array(
1457
- 'label' => __( 'No', 'feed-them-social' ),
1458
- 'value' => 'no',
1459
- ),
1460
- ),
1461
- 'short_attr' => array(
1462
- 'attr_name' => 'show_date',
1463
- ),
1464
- ),
1465
-
1466
- // Show Date
1467
- array(
1468
- 'input_wrap_class' => 'facebook_hide_name',
1469
- 'option_type' => 'select',
1470
- 'label' => __( 'Show Date', 'feed-them-social' ) . '<br/><small>' . __( 'Yes or No', 'feed-them-social' ) . '</small>',
1471
- 'type' => 'text',
1472
- 'id' => 'facebook_hide_name',
1473
- 'name' => 'facebook_hide_name',
1474
- 'req_plugin' => 'fts_premium',
1475
- 'or_req_plugin' => 'combine_streams',
1476
- 'options' => array(
1477
- array(
1478
- 'label' => __( 'Yes', 'feed-them-social' ),
1479
- 'value' => 'yes',
1480
- ),
1481
- array(
1482
- 'label' => __( 'No', 'feed-them-social' ),
1483
- 'value' => 'no',
1484
- ),
1485
- ),
1486
- 'short_attr' => array(
1487
- 'attr_name' => 'show_name',
1488
- ),
1489
- ),
1490
-
1491
- // Facebook Amount of words
1492
- array(
1493
- 'option_type' => 'input',
1494
- 'label' => __( 'Amount of words per post', 'feed-them-social' ) . '<br/><small>' . __( 'Type 0 to remove the posts description', 'feed-them-social' ) . '</small>',
1495
- 'type' => 'text',
1496
- 'id' => 'fb_page_word_count_option',
1497
- 'name' => 'fb_page_word_count_option',
1498
- 'placeholder' => '45 ' . __( 'is the default number', 'feed-them-social' ),
1499
- 'value' => '',
1500
- 'req_plugin' => 'fts_premium',
1501
- 'or_req_plugin' => 'combine_streams',
1502
- 'or_req_plugin_three' => 'facebook_reviews',
1503
-
1504
- // Relative to JS.
1505
- 'short_attr' => array(
1506
- 'attr_name' => 'words',
1507
- 'empty_error' => 'set',
1508
- 'empty_error_value' => 'words=45',
1509
- ),
1510
- ),
1511
-
1512
- // Facebook Image Width
1513
- array(
1514
- 'option_type' => 'input',
1515
- 'label' => __( 'Facebook Image Width', 'feed-them-social' ) . '<br/><small>' . __( 'Max width is 640px', 'feed-them-social' ) . '</small>',
1516
- 'type' => 'text',
1517
- 'id' => 'fts-slicker-facebook-container-image-width',
1518
- 'name' => 'fts-slicker-facebook-container-image-width',
1519
- 'placeholder' => '250px',
1520
-
1521
- // Relative to JS.
1522
- 'short_attr' => array(
1523
- 'attr_name' => 'image_width',
1524
- 'empty_error' => 'set',
1525
- 'empty_error_value' => 'image_width=250px',
1526
- 'ifs' => 'album_photos,albums,album_videos',
1527
- ),
1528
- 'sub_options' => array(
1529
- 'sub_options_wrap_class' => 'fts-super-facebook-options-wrap',
1530
- ),
1531
- ),
1532
-
1533
- // Facebook Image Height
1534
- array(
1535
- 'option_type' => 'input',
1536
- 'label' => __( 'Facebook Image Height', 'feed-them-social' ) . '<br/><small>' . __( 'Max width is 640px', 'feed-them-social' ) . '</small>',
1537
- 'type' => 'text',
1538
- 'id' => 'fts-slicker-facebook-container-image-height',
1539
- 'name' => 'fts-slicker-facebook-container-image-height',
1540
- 'placeholder' => '250px',
1541
-
1542
- // Relative to JS.
1543
- 'short_attr' => array(
1544
- 'attr_name' => 'image_height',
1545
- 'empty_error' => 'set',
1546
- 'empty_error_value' => 'image_height=250px',
1547
- 'ifs' => 'album_photos,albums,album_videos',
1548
- ),
1549
- ),
1550
-
1551
- // Facebook The space between photos
1552
- array(
1553
- 'option_type' => 'input',
1554
- 'label' => __( 'The space between photos', 'feed-them-social' ),
1555
- 'type' => 'text',
1556
- 'id' => 'fts-slicker-facebook-container-margin',
1557
- 'name' => 'fts-slicker-facebook-container-margin',
1558
- 'placeholder' => '1px',
1559
-
1560
- // Relative to JS.
1561
- 'short_attr' => array(
1562
- 'attr_name' => 'space_between_photos',
1563
- 'empty_error' => 'set',
1564
- 'empty_error_value' => 'space_between_photos=1px',
1565
- 'ifs' => 'album_photos,albums,album_videos',
1566
- ),
1567
- ),
1568
-
1569
- // Hide Date, Likes and Comments
1570
- array(
1571
- 'option_type' => 'select',
1572
- 'label' => __( 'Hide Date, Likes and Comments', 'feed-them-social' ),
1573
- 'label_note' => __( 'Good for image sizes under 120px', 'feed-them-social' ),
1574
- 'type' => 'text',
1575
- 'id' => 'fts-slicker-facebook-container-hide-date-likes-comments',
1576
- 'name' => 'fts-slicker-facebook-container-hide-date-likes-comments',
1577
- 'options' => array(
1578
- 1 => array(
1579
- 'label' => __( 'No', 'feed-them-social' ),
1580
- 'value' => 'no',
1581
- ),
1582
- 2 => array(
1583
- 'label' => __( 'Yes', 'feed-them-social' ),
1584
- 'value' => 'yes',
1585
- ),
1586
- ),
1587
- 'short_attr' => array(
1588
- 'attr_name' => 'hide_date_likes_comments',
1589
- 'ifs' => 'album_photos,albums,album_videos',
1590
- ),
1591
- ),
1592
-
1593
- // Center Facebook Container
1594
- array(
1595
- 'option_type' => 'select',
1596
- 'label' => __( 'Center Facebook Container', 'feed-them-social' ),
1597
- 'type' => 'text',
1598
- 'id' => 'fts-slicker-facebook-container-position',
1599
- 'name' => 'fts-slicker-facebook-container-position',
1600
- 'options' => array(
1601
- 1 => array(
1602
- 'label' => __( 'Yes', 'feed-them-social' ),
1603
- 'value' => 'yes',
1604
- ),
1605
- 2 => array(
1606
- 'label' => __( 'No', 'feed-them-social' ),
1607
- 'value' => 'no',
1608
- ),
1609
- ),
1610
- 'short_attr' => array(
1611
- 'attr_name' => 'center_container',
1612
- 'ifs' => 'album_photos,albums,album_videos',
1613
- ),
1614
- 'sub_options_end' => true,
1615
- ),
1616
-
1617
- // Image Stacking Animation NOT USING THIS ANYMORE
1618
- array(
1619
- 'option_type' => 'input',
1620
- 'label' => __( 'Image Stacking Animation On', 'feed-them-social' ),
1621
- 'label_note' => __( 'This happens when resizing browser', 'feed-them-social' ),
1622
- 'type' => 'hidden',
1623
-
1624
- // used to trick is Visible in JS
1625
- 'class' => 'non-visible',
1626
- 'id' => 'fts-slicker-facebook-container-animation',
1627
- 'name' => 'fts-slicker-facebook-container-animation',
1628
- 'value' => 'no',
1629
- 'short_attr' => array(
1630
- 'attr_name' => 'image_stack_animation',
1631
- 'empty_error' => 'set',
1632
- 'empty_error_value' => 'image_stack_animation=no',
1633
- 'ifs' => 'grid',
1634
- ),
1635
- 'sub_options' => array(
1636
- 'sub_options_wrap_class' => 'facebook-image-animation-option-wrap',
1637
- ),
1638
- 'sub_options_end' => true,
1639
- ),
1640
-
1641
- // Align Images non-grid
1642
- array(
1643
- 'input_wrap_id' => 'facebook_align_images_wrapper',
1644
- 'option_type' => 'select',
1645
- 'label' => __( 'Align Images', 'feed-them-social' ),
1646
- 'type' => 'text',
1647
- 'id' => 'facebook_align_images',
1648
- 'name' => 'facebook_align_images',
1649
- 'options' => array(
1650
- 1 => array(
1651
- 'label' => __( 'Left', 'feed-them-social' ),
1652
- 'value' => 'left',
1653
- ),
1654
- 2 => array(
1655
- 'label' => __( 'Center', 'feed-them-social' ),
1656
- 'value' => 'center',
1657
- ),
1658
- 3 => array(
1659
- 'label' => __( 'Right', 'feed-them-social' ),
1660
- 'value' => 'right',
1661
- ),
1662
- ),
1663
- 'short_attr' => array(
1664
- 'attr_name' => 'images_align',
1665
- 'ifs' => 'page',
1666
- ),
1667
- 'sub_options' => array(
1668
- 'sub_options_wrap_class' => 'align-images-wrap',
1669
- ),
1670
- 'sub_options_end' => true,
1671
- ),
1672
-
1673
- // ******************************************
1674
- // Facebook Review Options
1675
- // ******************************************
1676
- // Reviews to Show
1677
- array(
1678
- 'grouped_options_title' => __( 'Reviews', 'feed-them-social' ),
1679
- 'option_type' => 'select',
1680
- 'label' => __( 'Reviews to Show', 'feed-them-social' ),
1681
- 'type' => 'text',
1682
- 'id' => 'reviews_type_to_show',
1683
- 'name' => 'reviews_type_to_show',
1684
- 'options' => array(
1685
- 1 => array(
1686
- 'label' => __( 'Show all Reviews', 'feed-them-social' ),
1687
- 'value' => '1',
1688
- ),
1689
- 2 => array(
1690
- 'label' => __( '5 Star Reviews only', 'feed-them-social' ),
1691
- 'value' => '5',
1692
- ),
1693
- 3 => array(
1694
- 'label' => __( '4 and 5 Stars Reviews only', 'feed-them-social' ),
1695
- 'value' => '4',
1696
- ),
1697
- 4 => array(
1698
- 'label' => __( '3, 4 and 5 Star Reviews only', 'feed-them-social' ),
1699
- 'value' => '3',
1700
- ),
1701
- 5 => array(
1702
- 'label' => __( '2, 3, 4, and 5 Star Reviews only', 'feed-them-social' ),
1703
- 'value' => '2',
1704
- ),
1705
- ),
1706
- 'req_plugin' => 'facebook_reviews',
1707
- 'short_attr' => array(
1708
- 'attr_name' => 'reviews_type_to_show',
1709
- 'ifs' => 'reviews',
1710
- ),
1711
- 'sub_options' => array(
1712
- 'sub_options_wrap_class' => 'facebook-reviews-wrap',
1713
- ),
1714
- ),
1715
-
1716
- // Rating Format
1717
- array(
1718
- 'option_type' => 'select',
1719
- 'label' => __( 'Rating Format', 'feed-them-social' ) . '<br/><small>' . __( '8/17/2018: Facebook has moved to what are called "recommendations" so for some people this option may not be necessary.', 'feed-them-premium' ) . '</small>',
1720
- 'type' => 'text',
1721
- 'id' => 'reviews_rating_format',
1722
- 'name' => 'reviews_rating_format',
1723
- 'options' => array(
1724
- 1 => array(
1725
- 'label' => __( '5 star - &#9733;&#9733;&#9733;&#9733;&#9733;', 'feed-them-social' ),
1726
- 'value' => '1',
1727
- ),
1728
- 2 => array(
1729
- 'label' => __( '5 star &#9733;', 'feed-them-social' ),
1730
- 'value' => '2',
1731
- ),
1732
- 3 => array(
1733
- 'label' => __( '5 star', 'feed-them-social' ),
1734
- 'value' => '3',
1735
- ),
1736
- 4 => array(
1737
- 'label' => __( '5 &#9733;', 'feed-them-social' ),
1738
- 'value' => '4',
1739
- ),
1740
- 5 => array(
1741
- 'label' => __( '&#9733;&#9733;&#9733;&#9733;&#9733;', 'feed-them-social' ),
1742
- 'value' => '5',
1743
- ),
1744
- ),
1745
- 'req_plugin' => 'facebook_reviews',
1746
- 'short_attr' => array(
1747
- 'attr_name' => 'reviews_rating_format',
1748
- 'ifs' => 'reviews',
1749
- ),
1750
- ),
1751
-
1752
- // Overall Rating
1753
- array(
1754
- 'option_type' => 'select',
1755
- 'label' => __( 'Overall Rating above Feed', 'feed-them-social' ) . '<br/><small>' . __( 'More settings: <a href="admin.php?page=fts-facebook-feed-styles-submenu-page#overall-rating-options">Facebook Options</a> page.', 'feed-them-social' ) . '</small>',
1756
- 'type' => 'text',
1757
- 'id' => 'reviews_overall_rating_show',
1758
- 'name' => 'reviews_overall_rating_show',
1759
- 'options' => array(
1760
- 1 => array(
1761
- 'label' => __( 'Yes', 'feed-them-social' ),
1762
- 'value' => 'yes',
1763
- ),
1764
- 2 => array(
1765
- 'label' => __( 'No', 'feed-them-social' ),
1766
- 'value' => 'no',
1767
- ),
1768
- ),
1769
- 'req_plugin' => 'facebook_reviews',
1770
- 'short_attr' => array(
1771
- 'attr_name' => 'overall_rating',
1772
- 'ifs' => 'reviews',
1773
- ),
1774
- ),
1775
-
1776
- // Hide Reviews with no Text
1777
- array(
1778
- 'option_type' => 'select',
1779
- 'label' => __( 'Hide Reviews with no description', 'feed-them-social' ),
1780
- 'type' => 'text',
1781
- 'id' => 'reviews_with_no_text',
1782
- 'name' => 'reviews_with_no_text',
1783
- 'options' => array(
1784
- 1 => array(
1785
- 'label' => __( 'Yes', 'feed-them-social' ),
1786
- 'value' => 'no',
1787
- ),
1788
- 2 => array(
1789
- 'label' => __( 'No', 'feed-them-social' ),
1790
- 'value' => 'yes',
1791
- ),
1792
- ),
1793
- 'req_plugin' => 'facebook_reviews',
1794
- 'short_attr' => array(
1795
- 'attr_name' => 'remove_reviews_no_description',
1796
- 'ifs' => 'reviews',
1797
- ),
1798
- ),
1799
-
1800
- // Hide Reviews the text link, "See More Reviews"
1801
- array(
1802
- 'option_type' => 'select',
1803
- 'label' => __( 'Hide the text "See More Reviews"', 'feed-them-social' ),
1804
- 'type' => 'text',
1805
- 'id' => 'hide_see_more_reviews_link',
1806
- 'name' => 'hide_see_more_reviews_link',
1807
- 'options' => array(
1808
- 1 => array(
1809
- 'label' => __( 'No', 'feed-them-social' ),
1810
- 'value' => 'no',
1811
- ),
1812
- 2 => array(
1813
- 'label' => __( 'Yes', 'feed-them-social' ),
1814
- 'value' => 'yes',
1815
- ),
1816
- ),
1817
- 'req_plugin' => 'facebook_reviews',
1818
- 'short_attr' => array(
1819
- 'attr_name' => 'hide_see_more_reviews_link',
1820
- 'ifs' => 'reviews',
1821
- ),
1822
- 'sub_options_end' => true,
1823
- ),
1824
-
1825
- // ******************************************
1826
- // Like Box Options
1827
- // ******************************************
1828
- // Facebook Hide Like Box or Button (Premium)
1829
- array(
1830
- 'grouped_options_title' => __( 'Like Box', 'feed-them-social' ),
1831
- 'option_type' => 'select',
1832
- 'label' => __( 'Hide Like Box or Button', 'feed-them-social' ) . '<br/><small>' . __( 'Turn on from <a href="admin.php?page=fts-facebook-feed-styles-submenu-page">Facebook Options</a> page', 'feed-them-social' ) . '</small>',
1833
- 'type' => 'text',
1834
- 'id' => 'fb_hide_like_box_button',
1835
- 'name' => 'fb_hide_like_box_button',
1836
- 'options' => array(
1837
- 1 => array(
1838
- 'label' => __( 'Yes', 'feed-them-social' ),
1839
- 'value' => 'yes',
1840
- ),
1841
- 2 => array(
1842
- 'label' => __( 'No', 'feed-them-social' ),
1843
- 'value' => 'no',
1844
- ),
1845
- ),
1846
- 'req_plugin' => 'fts_premium',
1847
- 'or_req_plugin' => 'combine_streams',
1848
- 'or_req_plugin_three' => 'facebook_reviews',
1849
- 'short_attr' => array(
1850
- 'attr_name' => 'hide_like_option',
1851
- 'ifs' => 'not_group',
1852
- 'empty_error' => 'set',
1853
- 'set_operator' => '==',
1854
- 'set_equals' => 'no',
1855
- 'empty_error_value' => '',
1856
- ),
1857
- 'sub_options' => array(
1858
- 'sub_options_wrap_class' => 'main-like-box-wrap',
1859
- ),
1860
- ),
1861
-
1862
- // Position of Like Box or Button (Premium)
1863
- array(
1864
- 'option_type' => 'select',
1865
- 'label' => __( 'Position of Like Box or Button', 'feed-them-social' ),
1866
- 'type' => 'text',
1867
- 'id' => 'fb_position_likebox',
1868
- 'name' => 'fb_position_likebox',
1869
- 'options' => array(
1870
- 1 => array(
1871
- 'label' => __( 'Above Title', 'feed-them-social' ),
1872
- 'value' => 'above_title',
1873
- ),
1874
- 2 => array(
1875
- 'label' => __( 'Below Title', 'feed-them-social' ),
1876
- 'value' => 'below_title',
1877
- ),
1878
- 3 => array(
1879
- 'label' => __( 'Bottom of Feed', 'feed-them-social' ),
1880
- 'value' => 'bottom',
1881
- ),
1882
- ),
1883
- 'req_plugin' => 'fts_premium',
1884
- 'or_req_plugin' => 'combine_streams',
1885
- 'or_req_plugin_three' => 'facebook_reviews',
1886
- 'short_attr' => array(
1887
- 'attr_name' => 'show_follow_btn_where',
1888
- 'ifs' => 'not_group',
1889
- 'and_ifs' => 'like_box',
1890
- ),
1891
- 'sub_options' => array(
1892
- 'sub_options_wrap_class' => 'like-box-wrap',
1893
- ),
1894
- ),
1895
-
1896
- // Facebook Page Align Like Box or Button (Premium)
1897
- array(
1898
- 'option_type' => 'select',
1899
- 'label' => __( 'Align Like Box or Button', 'feed-them-social' ),
1900
- 'type' => 'text',
1901
- 'id' => 'fb_align_likebox',
1902
- 'name' => 'fb_align_likebox',
1903
- 'options' => array(
1904
- 1 => array(
1905
- 'label' => __( 'Left', 'feed-them-social' ),
1906
- 'value' => 'left',
1907
- ),
1908
- 2 => array(
1909
- 'label' => __( 'Center', 'feed-them-social' ),
1910
- 'value' => 'center',
1911
- ),
1912
- 3 => array(
1913
- 'label' => __( 'Right', 'feed-them-social' ),
1914
- 'value' => 'right',
1915
- ),
1916
- ),
1917
- 'req_plugin' => 'fts_premium',
1918
- 'or_req_plugin' => 'combine_streams',
1919
- 'or_req_plugin_three' => 'facebook_reviews',
1920
- 'short_attr' => array(
1921
- 'attr_name' => 'like_option_align',
1922
- 'ifs' => 'not_group',
1923
- 'and_ifs' => 'like_box',
1924
- ),
1925
- ),
1926
-
1927
- // Facebook Page Width of Like Box
1928
- array(
1929
- 'option_type' => 'input',
1930
- 'label' => __( 'Width of Like Box', 'feed-them-social' ) . '<br/><small>' . __( 'This only works for the Like Box', 'feed-them-social' ) . '</small>',
1931
- 'type' => 'text',
1932
- 'id' => 'like_box_width',
1933
- 'name' => 'like_box_width',
1934
- 'placeholder' => __( '500px max', 'feed-them-social' ),
1935
- 'req_plugin' => 'fts_premium',
1936
- 'or_req_plugin' => 'combine_streams',
1937
- 'or_req_plugin_three' => 'facebook_reviews',
1938
-
1939
- // Relative to JS.
1940
- 'short_attr' => array(
1941
- 'attr_name' => 'like_box_width',
1942
- 'empty_error' => 'set',
1943
- 'empty_error_value' => 'like_box_width=500px',
1944
- 'ifs' => 'not_group',
1945
- 'and_ifs' => 'like_box',
1946
- ),
1947
- 'sub_options_end' => 2,
1948
- ),
1949
-
1950
- // ******************************************
1951
- // Popup
1952
- // ******************************************
1953
- // Facebook Page Display Photos in Popup
1954
- array(
1955
- 'grouped_options_title' => __( 'Popup', 'feed-them-social' ),
1956
- 'option_type' => 'select',
1957
- 'label' => __( 'Display Photos in Popup', 'feed-them-social' ),
1958
- 'type' => 'text',
1959
- 'id' => 'facebook_popup',
1960
- 'name' => 'facebook_popup',
1961
- 'options' => array(
1962
- 1 => array(
1963
- 'label' => __( 'No', 'feed-them-social' ),
1964
- 'value' => 'no',
1965
- ),
1966
- 2 => array(
1967
- 'label' => __( 'Yes', 'feed-them-social' ),
1968
- 'value' => 'yes',
1969
- ),
1970
- ),
1971
- 'req_plugin' => 'fts_premium',
1972
- 'or_req_plugin' => 'combine_streams',
1973
- 'short_attr' => array(
1974
- 'attr_name' => 'popup',
1975
- ),
1976
- 'sub_options' => array(
1977
- 'sub_options_wrap_class' => 'facebook-popup-wrap',
1978
- ),
1979
- 'sub_options_end' => true,
1980
- ),
1981
-
1982
- // Facebook Comments in Popup
1983
- array(
1984
- 'option_type' => 'select',
1985
- 'label' => __( 'Hide Comments in Popup', 'feed-them-social' ),
1986
- 'type' => 'text',
1987
- 'id' => 'facebook_popup_comments',
1988
- 'name' => 'facebook_popup_comments',
1989
- 'options' => array(
1990
- 1 => array(
1991
- 'label' => __( 'No', 'feed-them-social' ),
1992
- 'value' => 'no',
1993
- ),
1994
- 2 => array(
1995
- 'label' => __( 'Yes', 'feed-them-social' ),
1996
- 'value' => 'yes',
1997
- ),
1998
- ),
1999
- 'req_plugin' => 'fts_premium',
2000
- 'or_req_plugin' => 'combine_streams',
2001
- 'short_attr' => array(
2002
- 'attr_name' => 'hide_comments_popup',
2003
- 'ifs' => 'popup',
2004
- ),
2005
- 'sub_options' => array(
2006
- 'sub_options_wrap_class' => 'display-comments-wrap',
2007
- ),
2008
- 'sub_options_end' => true,
2009
- ),
2010
-
2011
- // ******************************************
2012
- // Facebook Load More Options
2013
- // ******************************************
2014
- // Facebook Page Load More Button
2015
- array(
2016
- 'grouped_options_title' => __( 'Load More', 'feed-them-social' ),
2017
- 'option_type' => 'select',
2018
- 'label' => __( 'Load More Button', 'feed-them-social' ),
2019
- 'type' => 'text',
2020
- 'id' => 'fb_load_more_option',
2021
- 'name' => 'fb_load_more_option',
2022
- 'options' => array(
2023
- 1 => array(
2024
- 'label' => __( 'No', 'feed-them-social' ),
2025
- 'value' => 'no',
2026
- ),
2027
- 2 => array(
2028
- 'label' => __( 'Yes', 'feed-them-social' ),
2029
- 'value' => 'yes',
2030
- ),
2031
- ),
2032
- 'req_plugin' => 'fts_premium',
2033
- 'or_req_plugin' => 'facebook_reviews',
2034
- 'short_attr' => array(
2035
- 'attr_name' => '',
2036
- 'empty_error_value' => '',
2037
- 'no_attribute' => 'yes',
2038
- 'ifs' => 'not_events',
2039
- ),
2040
- 'sub_options' => array(
2041
- 'sub_options_wrap_class' => 'facebook-loadmore-wrap',
2042
-
2043
- // 'sub_options_instructional_txt' => '<a href="https://feedthemsocial.com/instagram-feed-demo/" target="_blank">' . __('View demo', 'feed-them-social') . '</a> ' . __('of the Super Instagram gallery.', 'feed-them-social'),
2044
- ),
2045
- ),
2046
-
2047
- // Facebook Page Load More Style
2048
- array(
2049
- 'option_type' => 'select',
2050
- 'label' => __( 'Load More Style', 'feed-them-social' ),
2051
- 'type' => 'text',
2052
- 'id' => 'fb_load_more_style',
2053
- 'name' => 'fb_load_more_style',
2054
- 'instructional-text' => '<strong>' . __( 'NOTE:', 'feed-them-social' ) . '</strong> ' . __( 'The Button option will show a "Load More Posts" button under your feed. The AutoScroll option will load more posts when you reach the bottom of the feed. AutoScroll ONLY works if you\'ve filled in a Fixed Height for your feed.', 'feed-them-social' ),
2055
- 'options' => array(
2056
- 1 => array(
2057
- 'label' => __( 'Button', 'feed-them-social' ),
2058
- 'value' => 'button',
2059
- ),
2060
- 2 => array(
2061
- 'label' => __( 'AutoScroll', 'feed-them-social' ),
2062
- 'value' => 'autoscroll',
2063
- ),
2064
- ),
2065
- 'req_plugin' => 'fts_premium',
2066
- 'or_req_plugin' => 'facebook_reviews',
2067
- 'short_attr' => array(
2068
- 'attr_name' => 'loadmore',
2069
- 'ifs' => 'load_more',
2070
- ),
2071
-
2072
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
2073
- 'sub_options' => array(
2074
- 'sub_options_wrap_class' => 'fts-facebook-load-more-options-wrap',
2075
-
2076
- // 'sub_options_instructional_txt' => '<a href="https://feedthemsocial.com/instagram-feed-demo/" target="_blank">' . __('View demo', 'feed-them-social') . '</a> ' . __('of the Super Instagram gallery.', 'feed-them-social'),
2077
- ),
2078
- 'sub_options_end' => true,
2079
- ),
2080
-
2081
- // Facebook Page Load more Button Width
2082
- array(
2083
- 'option_type' => 'input',
2084
- 'label' => __( 'Load more Button Width', 'feed-them-social' ) . '<br/><small>' . __( 'Leave blank for auto width', 'feed-them-social' ) . '</small>',
2085
- 'type' => 'text',
2086
- 'id' => 'loadmore_button_width',
2087
- 'name' => 'loadmore_button_width',
2088
- 'placeholder' => '300px ' . __( 'for example', 'feed-them-social' ),
2089
- 'value' => '',
2090
- 'req_plugin' => 'fts_premium',
2091
- 'or_req_plugin' => 'facebook_reviews',
2092
-
2093
- // Relative to JS.
2094
- 'short_attr' => array(
2095
- 'attr_name' => 'loadmore_btn_maxwidth',
2096
- 'empty_error' => 'set',
2097
- 'empty_error_value' => 'loadmore_btn_maxwidth=300px',
2098
- 'ifs' => 'load_more',
2099
- ),
2100
-
2101
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
2102
- 'sub_options' => array(
2103
- 'sub_options_wrap_class' => 'fts-facebook-load-more-options2-wrap',
2104
-
2105
- // 'sub_options_instructional_txt' => '<a href="https://feedthemsocial.com/instagram-feed-demo/" target="_blank">' . __('View demo', 'feed-them-social') . '</a> ' . __('of the Super Instagram gallery.', 'feed-them-social'),
2106
- ),
2107
- ),
2108
-
2109
- // Facebook Page Load more Button Margin
2110
- array(
2111
- 'option_type' => 'input',
2112
- 'label' => __( 'Load more Button Margin', 'feed-them-social' ),
2113
- 'type' => 'text',
2114
- 'id' => 'loadmore_button_margin',
2115
- 'name' => 'loadmore_button_margin',
2116
- 'placeholder' => '10px ' . __( 'for example', 'feed-them-social' ),
2117
- 'value' => '',
2118
- 'req_plugin' => 'fts_premium',
2119
- 'or_req_plugin' => 'facebook_reviews',
2120
-
2121
- // Relative to JS.
2122
- 'short_attr' => array(
2123
- 'attr_name' => 'loadmore_btn_margin',
2124
- 'empty_error' => 'set',
2125
- 'empty_error_value' => 'loadmore_btn_margin=10px',
2126
- 'ifs' => 'load_more',
2127
- ),
2128
- 'sub_options_end' => 2,
2129
- ),
2130
-
2131
- // ******************************************
2132
- // Facebook Grid Options
2133
- // ******************************************
2134
- // Facebook Page Display Posts in Grid
2135
- array(
2136
- 'grouped_options_title' => __( 'Grid', 'feed-them-social' ),
2137
- 'input_wrap_class' => 'fb-posts-in-grid-option-wrap',
2138
- 'option_type' => 'select',
2139
- 'label' => __( 'Display Posts in Grid', 'feed-them-social' ),
2140
- 'type' => 'text',
2141
- 'id' => 'fb-grid-option',
2142
- 'name' => 'fb-grid-option',
2143
- 'options' => array(
2144
- 1 => array(
2145
- 'label' => __( 'No', 'feed-them-social' ),
2146
- 'value' => 'no',
2147
- ),
2148
- 2 => array(
2149
- 'label' => __( 'Yes', 'feed-them-social' ),
2150
- 'value' => 'yes',
2151
- ),
2152
- ),
2153
- 'req_plugin' => 'fts_premium',
2154
- 'or_req_plugin' => 'combine_streams',
2155
- 'or_req_plugin_three' => 'facebook_reviews',
2156
- 'short_attr' => array(
2157
- 'attr_name' => 'grid',
2158
- 'empty_error' => 'set',
2159
- 'set_operator' => '==',
2160
- 'set_equals' => 'yes',
2161
- 'empty_error_value' => '',
2162
- ),
2163
-
2164
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
2165
- 'sub_options' => array(
2166
- 'sub_options_wrap_class' => 'main-grid-options-wrap',
2167
- ),
2168
- ),
2169
-
2170
- // Grid Column Width
2171
- array(
2172
- 'option_type' => 'input',
2173
- 'label' => __( 'Grid Column Width', 'feed-them-social' ),
2174
- 'type' => 'text',
2175
- 'id' => 'facebook_grid_column_width',
2176
- 'name' => 'facebook_grid_column_width',
2177
- 'instructional-text' => '<strong> ' . __( 'NOTE:', 'feed-them-social' ) . '</strong> ' . sprintf( __( 'Define the Width of each post and the Space between each post below. You must add px after any number. Learn how to make the %1$sgrid responsive%2$s.', 'feed-them-social' ), '<a href="https://www.slickremix.com/docs/responsive-grid-css/" target="_blank">', '</a>' ),
2178
- 'placeholder' => '310px ' . __( 'for example', 'feed-them-social' ),
2179
- 'value' => '',
2180
- 'req_plugin' => 'fts_premium',
2181
- 'or_req_plugin' => 'combine_streams',
2182
- 'or_req_plugin_three' => 'facebook_reviews',
2183
-
2184
- // Relative to JS.
2185
- 'short_attr' => array(
2186
- 'attr_name' => 'colmn_width',
2187
- 'empty_error' => 'set',
2188
- 'empty_error_value' => 'colmn_width=310px',
2189
- 'ifs' => 'grid',
2190
- ),
2191
-
2192
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
2193
- 'sub_options' => array(
2194
- 'sub_options_wrap_class' => 'fts-facebook-grid-options-wrap',
2195
-
2196
- // 'sub_options_instructional_txt' => '<a href="https://feedthemsocial.com/instagram-feed-demo/" target="_blank">' . __('View demo', 'feed-them-social') . '</a> ' . __('of the Super Instagram gallery.', 'feed-them-social'),
2197
- ),
2198
- ),
2199
-
2200
- // Grid Spaces Between Posts
2201
- array(
2202
- 'option_type' => 'input',
2203
- 'label' => __( 'Grid Spaces Between Posts', 'feed-them-social' ),
2204
- 'type' => 'text',
2205
- 'id' => 'facebook_grid_space_between_posts',
2206
- 'name' => 'facebook_grid_space_between_posts',
2207
- 'placeholder' => '10px ' . __( 'for example', 'feed-them-social' ),
2208
- 'value' => '',
2209
- 'req_plugin' => 'fts_premium',
2210
- 'or_req_plugin' => 'combine_streams',
2211
- 'or_req_plugin_three' => 'facebook_reviews',
2212
-
2213
- // Relative to JS.
2214
- 'short_attr' => array(
2215
- 'attr_name' => 'space_between_posts',
2216
- 'empty_error' => 'set',
2217
- 'empty_error_value' => 'space_between_posts=10px',
2218
- 'ifs' => 'grid',
2219
- ),
2220
- 'sub_options_end' => 2,
2221
- ),
2222
-
2223
- // ******************************************
2224
- // Facebook Video Options
2225
- // ******************************************
2226
- // Video Play Button
2227
- array(
2228
- 'grouped_options_title' => __( 'Video Button Options', 'feed-them-social' ),
2229
- 'option_type' => 'select',
2230
- 'label' => __( 'Video Play Button', 'feed-them-social' ) . '<br/><small>' . __( 'Displays over Video Thumbnail', 'feed-them-social' ) . '</small>',
2231
- 'type' => 'text',
2232
- 'id' => 'facebook_show_video_button',
2233
- 'name' => 'facebook_show_video_button',
2234
- 'options' => array(
2235
- 1 => array(
2236
- 'label' => __( 'No', 'feed-them-social' ),
2237
- 'value' => 'no',
2238
- ),
2239
- 2 => array(
2240
- 'label' => __( 'Yes', 'feed-them-social' ),
2241
- 'value' => 'yes',
2242
- ),
2243
- ),
2244
- 'req_plugin' => 'fts_premium',
2245
- 'short_attr' => array(
2246
- 'attr_name' => 'play_btn',
2247
- 'empty_error' => 'set',
2248
- 'set_operator' => '==',
2249
- 'set_equals' => 'yes',
2250
- 'ifs' => 'album_videos',
2251
- ),
2252
-
2253
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
2254
- 'sub_options' => array(
2255
- 'sub_options_wrap_class' => 'fb-video-play-btn-options-wrap',
2256
- ),
2257
- ),
2258
-
2259
- // Size of the Play Button
2260
- array(
2261
- 'option_type' => 'input',
2262
- 'label' => __( 'Size of the Play Button', 'feed-them-social' ),
2263
- 'type' => 'text',
2264
- 'id' => 'facebook_size_video_play_btn',
2265
- 'name' => 'facebook_size_video_play_btn',
2266
- 'placeholder' => '40px ' . __( 'for example', 'feed-them-social' ),
2267
- 'req_plugin' => 'fts_premium',
2268
-
2269
- // Relative to JS.
2270
- 'short_attr' => array(
2271
- 'attr_name' => 'play_btn_size',
2272
- 'empty_error' => 'set',
2273
- 'empty_error_value' => 'play_btn_size=40px',
2274
- 'ifs' => 'album_videos',
2275
- 'and_ifs' => 'video',
2276
- ),
2277
-
2278
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
2279
- 'sub_options' => array(
2280
- 'sub_options_wrap_class' => 'fb-video-play-btn-options-content',
2281
- ),
2282
- ),
2283
-
2284
- // Show Play Button in Front
2285
- array(
2286
- 'option_type' => 'select',
2287
- 'label' => __( 'Show Play Button in Front', 'feed-them-social' ) . '<br/><small>' . __( 'Displays before hovering over thumbnail', 'feed-them-social' ) . '</small>',
2288
- 'type' => 'text',
2289
- 'id' => 'facebook_show_video_button_in_front',
2290
- 'name' => 'facebook_show_video_button_in_front',
2291
- 'options' => array(
2292
- 1 => array(
2293
- 'label' => __( 'No', 'feed-them-social' ),
2294
- 'value' => 'no',
2295
- ),
2296
- 2 => array(
2297
- 'label' => __( 'Yes', 'feed-them-social' ),
2298
- 'value' => 'yes',
2299
- ),
2300
- ),
2301
- 'req_plugin' => 'fts_premium',
2302
- 'short_attr' => array(
2303
- 'attr_name' => 'play_btn_visible',
2304
- 'ifs' => 'album_videos',
2305
- 'and_ifs' => 'video',
2306
- ),
2307
- 'sub_options_end' => 2,
2308
- ),
2309
-
2310
- // ******************************************
2311
- // Facebook Carousel
2312
- // ******************************************
2313
- // Carousel/Slideshow
2314
- array(
2315
- 'grouped_options_title' => __( 'Carousel/Slider', 'feed-them-social' ),
2316
- 'input_wrap_id' => 'facebook_slider',
2317
- 'instructional-text' => __( 'Create a Carousel or Slideshow with these options.', 'feed-them-social' ) . ' <a href="https://feedthemsocial.com/facebook-carousels-or-sliders/" target="_blank">' . __( 'View Demos', 'feed-them-social' ) . '</a> ' . __( 'and copy easy to use shortcode examples.', 'feed-them-social' ),
2318
- 'option_type' => 'select',
2319
- 'label' => __( 'Carousel/Slideshow', 'feed-them-social' ),
2320
- 'type' => 'text',
2321
- 'id' => 'fts-slider',
2322
- 'name' => 'fts-slider',
2323
- 'options' => array(
2324
- 1 => array(
2325
- 'label' => __( 'Off', 'feed-them-social' ),
2326
- 'value' => 'no',
2327
- ),
2328
- 2 => array(
2329
- 'label' => __( 'On', 'feed-them-social' ),
2330
- 'value' => 'yes',
2331
- ),
2332
- ),
2333
- 'req_plugin' => 'fts_carousel',
2334
- 'short_attr' => array(
2335
- 'attr_name' => 'slider',
2336
- 'empty_error' => 'set',
2337
- 'set_operator' => '==',
2338
- 'set_equals' => 'yes',
2339
- 'ifs' => 'album_photos,album_videos',
2340
- ),
2341
-
2342
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
2343
- 'sub_options' => array(
2344
- 'sub_options_wrap_class' => 'slideshow-wrap',
2345
- ),
2346
- ),
2347
-
2348
- // Carousel/Slideshow Type
2349
- array(
2350
- 'input_wrap_id' => 'facebook_scrollhorz_or_carousel',
2351
- 'option_type' => 'select',
2352
- 'label' => __( 'Type', 'feed-them-social' ) . '<br/><small>' . __( '', 'feed-them-social' ) . '</small>',
2353
- 'type' => 'text',
2354
- 'id' => 'scrollhorz_or_carousel',
2355
- 'name' => 'scrollhorz_or_carousel',
2356
- 'options' => array(
2357
- 1 => array(
2358
- 'label' => __( 'Slideshow', 'feed-them-social' ),
2359
- 'value' => 'scrollhorz',
2360
- ),
2361
- 2 => array(
2362
- 'label' => __( 'Carousel', 'feed-them-social' ),
2363
- 'value' => 'carousel',
2364
- ),
2365
- ),
2366
- 'req_plugin' => 'fts_carousel',
2367
- 'short_attr' => array(
2368
- 'attr_name' => 'scrollhorz_or_carousel',
2369
- 'ifs' => 'album_photos,album_videos',
2370
- 'and_ifs' => 'carousel',
2371
- ),
2372
-
2373
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
2374
- 'sub_options' => array(
2375
- 'sub_options_wrap_class' => 'slider_options_wrap',
2376
- ),
2377
- ),
2378
-
2379
- // Carousel Slides Visible
2380
- array(
2381
- 'input_wrap_id' => 'facebook_slides_visible',
2382
- 'option_type' => 'input',
2383
- 'label' => __( 'Carousel Slides Visible', 'feed-them-social' ) . '<br/><small>' . __( 'Not for Slideshow. Example: 1-500', 'feed-them-social' ) . '</small>',
2384
- 'type' => 'text',
2385
- 'id' => 'slides_visible',
2386
- 'name' => 'slides_visible',
2387
- 'placeholder' => __( '3 is the default number', 'feed-them-social' ),
2388
- 'req_plugin' => 'fts_carousel',
2389
-
2390
- // Relative to JS.
2391
- 'short_attr' => array(
2392
- 'attr_name' => 'slides_visible',
2393
- 'empty_error' => 'set',
2394
- 'empty_error_value' => 'slides_visible=3',
2395
- 'ifs' => 'album_photos,album_videos',
2396
- 'and_ifs' => 'carousel',
2397
- ),
2398
-
2399
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
2400
- 'sub_options' => array(
2401
- 'sub_options_wrap_class' => 'slider_carousel_wrap',
2402
- ),
2403
- ),
2404
-
2405
- // Carousel Spacing in between Slides
2406
- array(
2407
- 'input_wrap_id' => 'facebook_slider_spacing',
2408
- 'option_type' => 'input',
2409
- 'label' => __( 'Spacing in between Slides', 'feed-them-social' ) . '<br/><small>' . __( '', 'feed-them-social' ) . '</small>',
2410
- 'type' => 'text',
2411
- 'id' => 'slider_spacing',
2412
- 'name' => 'slider_spacing',
2413
- 'value' => '',
2414
- 'placeholder' => __( '2px', 'feed-them-social' ),
2415
- 'req_plugin' => 'fts_carousel',
2416
-
2417
- // Relative to JS.
2418
- 'short_attr' => array(
2419
- 'attr_name' => 'slider_spacing',
2420
- 'empty_error' => 'set',
2421
- 'empty_error_value' => 'slider_spacing=2px',
2422
- 'ifs' => 'album_photos,album_videos',
2423
- 'and_ifs' => 'carousel',
2424
- ),
2425
- 'sub_options_end' => true,
2426
- ),
2427
-
2428
- // Carousel/Slideshow Margin
2429
- array(
2430
- 'input_wrap_id' => 'facebook_slider_margin',
2431
- 'option_type' => 'input',
2432
- 'label' => __( 'Carousel/Slideshow Margin', 'feed-them-social' ) . '<br/><small>' . __( 'Center feed. Add space above/below.', 'feed-them-social' ) . '</small>',
2433
- 'type' => 'text',
2434
- 'id' => 'slider_margin',
2435
- 'name' => 'slider_margin',
2436
- 'value' => '',
2437
- 'placeholder' => __( '-6px auto 1px auto', 'feed-them-social' ),
2438
- 'req_plugin' => 'fts_carousel',
2439
-
2440
- // Relative to JS.
2441
- 'short_attr' => array(
2442
- 'attr_name' => 'slider_margin',
2443
- 'empty_error' => 'set',
2444
- 'empty_error_value' => 'slider_margin="-6px auto 1px auto"',
2445
- 'ifs' => 'album_photos,album_videos',
2446
- 'and_ifs' => 'carousel',
2447
- ),
2448
- ),
2449
-
2450
- // Carousel/Slideshow Slider Speed
2451
- array(
2452
- 'input_wrap_id' => 'facebook_slider_speed',
2453
- 'option_type' => 'input',
2454
- 'label' => __( 'Slider Speed', 'feed-them-social' ) . '<br/><small>' . __( 'How fast the slider changes', 'feed-them-social' ) . '</small>',
2455
- 'type' => 'text',
2456
- 'id' => 'slider_speed',
2457
- 'name' => 'slider_speed',
2458
- 'value' => '',
2459
- 'placeholder' => __( '0-10000', 'feed-them-social' ),
2460
- 'req_plugin' => 'fts_carousel',
2461
-
2462
- // Relative to JS.
2463
- 'short_attr' => array(
2464
- 'attr_name' => 'slider_speed',
2465
- 'empty_error' => 'set',
2466
- 'empty_error_value' => 'slider_speed=1000',
2467
- 'ifs' => 'album_photos,album_videos',
2468
- 'and_ifs' => 'carousel',
2469
- ),
2470
- ),
2471
-
2472
- // Carousel/Slideshow Slider Timeout
2473
- array(
2474
- 'input_wrap_id' => 'facebook_slider_timeout',
2475
- 'option_type' => 'input',
2476
- 'label' => __( 'Slider Timeout', 'feed-them-social' ) . '<br/><small>' . __( 'Amount of Time before the next slide.', 'feed-them-social' ) . '</small>',
2477
- 'type' => 'text',
2478
- 'id' => 'slider_timeout',
2479
- 'name' => 'slider_timeout',
2480
- 'value' => '',
2481
- 'placeholder' => __( '0-10000', 'feed-them-social' ),
2482
- 'req_plugin' => 'fts_carousel',
2483
-
2484
- // Relative to JS.
2485
- 'short_attr' => array(
2486
- 'attr_name' => 'slider_timeout',
2487
- 'empty_error' => 'set',
2488
- 'empty_error_value' => 'slider_timeout=1000',
2489
- 'ifs' => 'album_photos,album_videos',
2490
- 'and_ifs' => 'carousel',
2491
- ),
2492
- ),
2493
-
2494
- // Carousel/Slideshow
2495
- array(
2496
- 'input_wrap_id' => 'facebook_slider_controls',
2497
- 'option_type' => 'select',
2498
- 'label' => __( 'Slider Controls', 'feed-them-social' ) . '<br/><small>' . __( '', 'feed-them-social' ) . '</small>',
2499
- 'type' => 'text',
2500
- 'id' => 'slider_controls',
2501
- 'name' => 'slider_controls',
2502
- 'options' => array(
2503
- 1 => array(
2504
- 'label' => __( 'Dots above Feed', 'feed-them-social' ),
2505
- 'value' => 'dots_above_feed',
2506
- ),
2507
- 2 => array(
2508
- 'label' => __( 'Dots and Arrows above Feed', 'feed-them-social' ),
2509
- 'value' => 'dots_and_arrows_above_feed',
2510
- ),
2511
- 3 => array(
2512
- 'label' => __( 'Dots and Numbers above Feed', 'feed-them-social' ),
2513
- 'value' => 'dots_and_numbers_above_feed',
2514
- ),
2515
- 4 => array(
2516
- 'label' => __( 'Dots, Arrows and Numbers above Feed', 'feed-them-social' ),
2517
- 'value' => 'dots_arrows_and_numbers_above_feed',
2518
- ),
2519
- 5 => array(
2520
- 'label' => __( 'Arrows and Numbers above feed', 'feed-them-social' ),
2521
- 'value' => 'arrows_and_numbers_above_feed',
2522
- ),
2523
- 6 => array(
2524
- 'label' => __( 'Arrows above Feed', 'feed-them-social' ),
2525
- 'value' => 'arrows_above_feed',
2526
- ),
2527
- 7 => array(
2528
- 'label' => __( 'Numbers above Feed', 'feed-them-social' ),
2529
- 'value' => 'numbers_above_feed',
2530
- ),
2531
- 8 => array(
2532
- 'label' => __( 'Dots below Feed', 'feed-them-social' ),
2533
- 'value' => 'dots_below_feed',
2534
- ),
2535
- array(
2536
- 'label' => __( 'Dots and Arrows below Feed', 'feed-them-social' ),
2537
- 'value' => 'dots_and_arrows_below_feed',
2538
- ),
2539
- array(
2540
- 'label' => __( 'Dots and Numbers below Feed', 'feed-them-social' ),
2541
- 'value' => 'dots_and_numbers_below_feed',
2542
- ),
2543
- array(
2544
- 'label' => __( 'Dots, Arrows and Numbers below Feed', 'feed-them-social' ),
2545
- 'value' => 'dots_arrows_and_numbers_below_feed',
2546
- ),
2547
- array(
2548
- 'label' => __( 'Arrows below Feed', 'feed-them-social' ),
2549
- 'value' => 'arrows_below_feed',
2550
- ),
2551
- array(
2552
- 'label' => __( 'Numbers Below Feed', 'feed-them-social' ),
2553
- 'value' => 'numbers_below_feed',
2554
- ),
2555
- ),
2556
- 'req_plugin' => 'fts_carousel',
2557
-
2558
- // Relative to JS.
2559
- 'short_attr' => array(
2560
- 'attr_name' => 'slider_controls',
2561
- 'ifs' => 'album_photos,album_videos',
2562
- 'and_ifs' => 'carousel',
2563
- ),
2564
- ),
2565
-
2566
- // Carousel/Slideshow Slider Controls Text Color
2567
- array(
2568
- 'input_wrap_id' => 'facebook_slider_controls_text_color',
2569
- 'option_type' => 'input',
2570
- 'label' => __( 'Slider Controls Text Color', 'feed-them-social' ) . '<br/><small>' . __( '', 'feed-them-social' ) . '</small>',
2571
- 'type' => 'text',
2572
- 'id' => 'slider_controls_text_color',
2573
- 'name' => 'slider_controls_text_color',
2574
- 'class' => 'fb-text-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:\'#eee\',pickerFace:3,pickerBorder:0,pickerInsetColor:\'white\'}',
2575
- 'value' => '',
2576
- 'placeholder' => '#FFF',
2577
- 'req_plugin' => 'fts_carousel',
2578
-
2579
- // Relative to JS.
2580
- 'short_attr' => array(
2581
- 'attr_name' => 'slider_controls_text_color',
2582
- 'empty_error' => 'set',
2583
- 'empty_error_value' => 'slider_controls_text_color=#FFF',
2584
- 'ifs' => 'album_photos,album_videos',
2585
- 'and_ifs' => 'carousel',
2586
- ),
2587
- ),
2588
-
2589
- // Carousel/Slideshow Slider Controls Bar Color
2590
- array(
2591
- 'input_wrap_id' => 'facebook_slider_controls_bar_color',
2592
- 'option_type' => 'input',
2593
- 'label' => __( 'Slider Controls Bar Color', 'feed-them-social' ) . '<br/><small>' . __( '', 'feed-them-social' ) . '</small>',
2594
- 'type' => 'text',
2595
- 'id' => 'slider_controls_bar_color',
2596
- 'name' => 'slider_controls_bar_color',
2597
- 'class' => 'fb-text-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:\'#eee\',pickerFace:3,pickerBorder:0,pickerInsetColor:\'white\'}',
2598
- 'value' => '',
2599
- 'placeholder' => '#000',
2600
- 'req_plugin' => 'fts_carousel',
2601
-
2602
- // Relative to JS.
2603
- 'short_attr' => array(
2604
- 'attr_name' => 'slider_controls_bar_color',
2605
- 'empty_error' => 'set',
2606
- 'empty_error_value' => 'slider_controls_bar_color=320px',
2607
- 'ifs' => 'album_photos,album_videos',
2608
- 'and_ifs' => 'carousel',
2609
- ),
2610
- ),
2611
-
2612
- // Carousel/Slideshow Slider Controls Bar Color
2613
- array(
2614
- 'input_wrap_id' => 'facebook_slider_controls_width',
2615
- 'option_type' => 'input',
2616
- 'label' => __( 'Slider Controls Max Width', 'feed-them-social' ) . '<br/><small>' . __( '', 'feed-them-social' ) . '</small>',
2617
- 'type' => 'text',
2618
- 'id' => 'slider_controls_width',
2619
- 'name' => 'slider_controls_width',
2620
- 'class' => 'fb-text-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:\'#eee\',pickerFace:3,pickerBorder:0,pickerInsetColor:\'white\'}',
2621
- 'value' => '',
2622
- 'placeholder' => '320px',
2623
- 'req_plugin' => 'fts_carousel',
2624
-
2625
- // Relative to JS.
2626
- 'short_attr' => array(
2627
- 'attr_name' => 'slider_controls_width',
2628
- 'empty_error' => 'set',
2629
- 'empty_error_value' => 'slider_controls_width=320px',
2630
- 'ifs' => 'album_photos,album_videos',
2631
- 'and_ifs' => 'carousel',
2632
- ),
2633
- 'sub_options_end' => 2,
2634
- ),
2635
- ),
2636
-
2637
- // Final Shortcode ifs
2638
- 'shortcode_ifs' => array(
2639
- 'page' => array(
2640
- 'if' => array(
2641
- 'class' => 'select#facebook-messages-selector',
2642
- 'operator' => '==',
2643
- 'value' => 'page',
2644
- ),
2645
- ),
2646
- 'events' => array(
2647
- 'if' => array(
2648
- 'class' => 'select#facebook-messages-selector',
2649
- 'operator' => '==',
2650
- 'value' => 'events',
2651
- ),
2652
- ),
2653
- 'not_events' => array(
2654
- 'if' => array(
2655
- 'class' => 'select#facebook-messages-selector',
2656
- 'operator' => '!==',
2657
- 'value' => 'events',
2658
- ),
2659
- ),
2660
- 'event' => array(
2661
- 'if' => array(
2662
- 'class' => 'select#facebook-messages-selector',
2663
- 'operator' => '==',
2664
- 'value' => 'event',
2665
- ),
2666
- ),
2667
- 'group' => array(
2668
- 'if' => array(
2669
- 'class' => 'select#facebook-messages-selector',
2670
- 'operator' => '==',
2671
- 'value' => 'group',
2672
- ),
2673
- ),
2674
- 'not_group' => array(
2675
- 'if' => array(
2676
- 'class' => 'select#facebook-messages-selector',
2677
- 'operator' => '!==',
2678
- 'value' => 'group',
2679
- ),
2680
- ),
2681
- 'album_photos' => array(
2682
- 'if' => array(
2683
- 'class' => 'select#facebook-messages-selector',
2684
- 'operator' => '==',
2685
- 'value' => 'album_photos',
2686
- ),
2687
- ),
2688
- 'albums' => array(
2689
- 'if' => array(
2690
- 'class' => 'select#facebook-messages-selector',
2691
- 'operator' => '==',
2692
- 'value' => 'albums',
2693
- ),
2694
- ),
2695
- 'album_videos' => array(
2696
- 'if' => array(
2697
- 'class' => 'select#facebook-messages-selector',
2698
- 'operator' => '==',
2699
- 'value' => 'album_videos',
2700
- ),
2701
- ),
2702
- 'reviews' => array(
2703
- 'if' => array(
2704
- 'class' => 'select#facebook-messages-selector',
2705
- 'operator' => '==',
2706
- 'value' => 'reviews',
2707
- ),
2708
- ),
2709
- 'like_box' => array(
2710
- 'if' => array(
2711
- 'class' => 'select#fb_hide_like_box_button',
2712
- 'operator' => '==',
2713
- 'value' => 'no',
2714
- ),
2715
- ),
2716
- 'popup' => array(
2717
- 'if' => array(
2718
- 'class' => 'select#facebook_popup',
2719
- 'operator' => '==',
2720
- 'value' => 'yes',
2721
- ),
2722
- ),
2723
- 'load_more' => array(
2724
- 'if' => array(
2725
- 'class' => 'select#fb_load_more_option',
2726
- 'operator' => '==',
2727
- 'value' => 'yes',
2728
- ),
2729
- ),
2730
- 'video' => array(
2731
- 'if' => array(
2732
- 'class' => 'select#facebook_show_video_button',
2733
- 'operator' => '==',
2734
- 'value' => 'yes',
2735
- ),
2736
- ),
2737
- 'grid' => array(
2738
- 'if' => array(
2739
- 'class' => 'select#fb-grid-option',
2740
- 'operator' => '==',
2741
- 'value' => 'yes',
2742
- ),
2743
- ),
2744
- 'carousel' => array(
2745
- 'if' => array(
2746
- 'class' => 'select#fts-slider',
2747
- 'operator' => '==',
2748
- 'value' => 'yes',
2749
- ),
2750
- ),
2751
- ),
2752
-
2753
- // Generator Info
2754
- 'generator_title' => __( 'Facebook Page Feed Shortcode', 'feed-them-social' ),
2755
- 'generator_class' => 'facebook-page-final-shortcode',
2756
- ), // End Facebook Page Feed
2757
-
2758
- // ******************************************
2759
- // Youtube Feed
2760
- // ******************************************
2761
- 'youtube' => array(
2762
- 'section_attr_key' => 'youtube_',
2763
- 'section_title' => __( 'Youtube Shortcode Generator', 'feed-them-social' ),
2764
- 'section_wrap_class' => 'fts-youtube-shortcode-form',
2765
-
2766
- // Form Info
2767
- 'form_wrap_classes' => 'youtube-shortcode-form',
2768
- 'form_wrap_id' => 'fts-youtube-form',
2769
-
2770
- // Feed Type Selection
2771
- 'feed_type_select' => array(
2772
- 'label' => __( 'Feed Type', 'feed-them-social' ) . '<br/><small><a href="https://feedthemsocial.com/youtube-demo-1-large-with-4-video-per-row/" target="_blank">' . __( 'See Example Demos', 'feed-them-social' ) . '</a></small>',
2773
- 'select_wrap_classes' => 'youtube-gen-selection',
2774
- 'select_classes' => '',
2775
- 'select_name' => 'youtube-messages-selector',
2776
- 'select_id' => 'youtube-messages-selector',
2777
- ),
2778
-
2779
- // Token Check
2780
- 'token_check' => array(
2781
- array(
2782
- 'option_name' => 'youtube_custom_api_token',
2783
- 'no_token_msg' => __( '<strong>STEP 1:</strong> Please add your API Token or Access Token to our <a href="admin.php?page=fts-youtube-feed-styles-submenu-page">Youtube Options</a> page before getting started. ' . $step2_custom_message . '', 'feed-them-social' ),
2784
- ),
2785
- ),
2786
-
2787
- // Feed Types and their options
2788
- 'feeds_types' => array(
2789
-
2790
- // Channel Feed
2791
- array(
2792
- 'value' => 'channelID',
2793
- 'title' => __( 'Channel Feed', 'feed-them-social' ),
2794
- ),
2795
-
2796
- // Channel Playlist Feed
2797
- array(
2798
- 'value' => 'playlistID',
2799
- 'title' => __( 'Channel\'s Specific Playlist', 'feed-them-social' ),
2800
- ),
2801
-
2802
- // User's Most Recent Videos
2803
- array(
2804
- 'value' => 'username',
2805
- 'title' => __( 'User\'s Most Recent Videos', 'feed-them-social' ),
2806
- ),
2807
-
2808
- // User's Playlist
2809
- array(
2810
- 'value' => 'userPlaylist',
2811
- 'title' => __( 'User\'s Specific Playlist', 'feed-them-social' ),
2812
- ),
2813
-
2814
- // Single Video with description
2815
- array(
2816
- 'value' => 'singleID',
2817
- 'title' => __( 'Single Video with title, date & description', 'feed-them-social' ),
2818
- ),
2819
- ),
2820
- 'short_attr_final' => 'yes',
2821
-
2822
- // Inputs relative to all Feed_types of this feed. (Eliminates Duplication)[Excluded from loop when creating select]
2823
- // 'empty_error'=> 'set',
2824
- // 'empty_error_value'=> 'auto',
2825
- 'main_options' => array(
2826
-
2827
- // Youtube Name
2828
- array(
2829
- 'option_type' => 'input',
2830
- 'input_wrap_class' => 'youtube_name',
2831
- 'label' => __( 'Youtube Username (required)', 'feed-them-social' ),
2832
- 'instructional-text' => __( 'You must copy your YouTube <strong>Username</strong> url and paste it below. Your url should look similar to our Example url.<br/><strong>Example:</strong>', 'feed-them-social' ) . ' <a href="https://www.youtube.com/channel/" target="_blank">https://www.youtube.com/user/nationalgeographic</a>',
2833
- 'type' => 'text',
2834
- 'id' => 'youtube_name',
2835
- 'name' => 'youtube_name',
2836
-
2837
- // Relative to JS.
2838
- 'short_attr' => array(
2839
- 'attr_name' => 'username',
2840
- 'empty_error' => 'yes',
2841
- 'ifs' => 'username',
2842
- 'empty_error_if' => array(
2843
- 'attribute' => 'select#youtube-messages-selector',
2844
- 'operator' => '==',
2845
- 'value' => 'username',
2846
- ),
2847
- ),
2848
- ),
2849
-
2850
- // Youtube Playlist ID
2851
- array(
2852
- 'option_type' => 'input',
2853
- 'input_wrap_class' => 'youtube_playlistID',
2854
- 'label' => __( 'Youtube Playlist ID (required)', 'feed-them-social' ),
2855
- 'instructional-text' => __( 'You must copy your YouTube <strong>Playlist</strong> and <strong>Channel</strong> url link and paste them below. Your urls should look similar to our Example urls below. <br/><br/><strong>Playlist ID:</strong>', 'feed-them-social' ) . ' <a href="https://www.youtube.com/watch?v=_-sySjjthB0&list=PL7V-xVyJYY3cI-A9ZHkl6A3r31yiVz0XN" target="_blank">https://www.youtube.com/watch?v=_-sySjjthB0&list=PL7V-xVyJYY3cI-A9ZHkl6A3r31yiVz0XN</a><br/><strong>' . __( 'Channel ID:', 'feed-them-social' ) . '</strong> <a href="https://www.youtube.com/channel/UCt16NSYjauKclK67LCXvQyA" target="_blank">https://www.youtube.com/channel/UCt16NSYjauKclK67LCXvQyA</a>',
2856
- 'type' => 'text',
2857
- 'id' => 'youtube_playlistID',
2858
- 'name' => 'youtube_playlistID',
2859
- 'value' => '',
2860
-
2861
- // Relative to JS.
2862
- 'short_attr' => array(
2863
- 'attr_name' => 'playlist_id',
2864
- 'empty_error' => 'yes',
2865
- 'ifs' => 'playlistID',
2866
- 'empty_error_if' => array(
2867
- 'attribute' => 'select#youtube-messages-selector',
2868
- 'operator' => '==',
2869
- 'value' => 'playlistID',
2870
- ),
2871
- ),
2872
- ),
2873
-
2874
- // Youtube Playlist ID2
2875
- array(
2876
- 'option_type' => 'input',
2877
- 'input_wrap_class' => 'youtube_playlistID2',
2878
- 'label' => __( 'Youtube Playlist ID (required)', 'feed-them-social' ),
2879
- 'instructional-text' => __( 'You must copy your YouTube <strong>Playlist</strong> and <strong>Username</strong> url and paste them below. Your urls should look similar to our Example urls below.<br/><br/><strong>Playlist ID:</strong>', 'feed-them-social' ) . ' <a href="https://www.youtube.com/watch?v=cxrLRbkOwKs&index=10&list=PLivjPDlt6ApS90YoAu-T8VIj6awyflIym" target="_blank">https://www.youtube.com/watch?v=cxrLRbkOwKs&index=10&list=PLivjPDlt6ApS90YoAu-T8VIj6awyflIym</a><br/><strong>' . __( 'Username:', 'feed-them-social' ) . '</strong> <a href="https://www.youtube.com/user/nationalgeographic" target="_blank">https://www.youtube.com/user/nationalgeographic</a>',
2880
- 'type' => 'text',
2881
- 'id' => 'youtube_playlistID2',
2882
- 'name' => 'youtube_playlistID2',
2883
- 'value' => '',
2884
-
2885
- // Relative to JS.
2886
- 'short_attr' => array(
2887
- 'attr_name' => 'playlist_id',
2888
- 'empty_error' => 'yes',
2889
- 'ifs' => 'userPlaylist',
2890
- 'empty_error_if' => array(
2891
- 'attribute' => 'select#youtube-messages-selector',
2892
- 'operator' => '==',
2893
- 'value' => 'userPlaylist',
2894
- ),
2895
- ),
2896
- ),
2897
-
2898
- // Youtube Name 2
2899
- array(
2900
- 'option_type' => 'input',
2901
- 'input_wrap_class' => 'youtube_name2',
2902
- 'label' => __( 'Youtube Username<br/><small>Required if showing <a href="admin.php?page=fts-youtube-feed-styles-submenu-page">Subscribe button</a></small>', 'feed-them-social' ),
2903
- 'type' => 'text',
2904
- 'id' => 'youtube_name2',
2905
- 'name' => 'youtube_name2',
2906
-
2907
- // Relative to JS.
2908
- 'short_attr' => array(
2909
- 'attr_name' => 'username_subscribe_btn',
2910
- 'ifs' => 'userPlaylist',
2911
- 'empty_error_if' => array(
2912
- 'attribute' => 'select#youtube-messages-selector',
2913
- 'operator' => '==',
2914
- 'value' => 'userPlaylist',
2915
- ),
2916
- ),
2917
- ),
2918
-
2919
- // Youtube Channel ID
2920
- array(
2921
- 'option_type' => 'input',
2922
- 'input_wrap_class' => 'youtube_channelID',
2923
- 'label' => __( 'Youtube Channel ID (required)', 'feed-them-social' ),
2924
- 'instructional-text' => __( 'You must copy your YouTube <strong>Channel</strong> url and paste it below. Your url should look similar to our Example url.<br/><strong>Example:</strong>', 'feed-them-social' ) . ' <a href="https://www.youtube.com/channel/UCqhnX4jA0A5paNd1v-zEysw" target="_blank">https://www.youtube.com/channel/UCqhnX4jA0A5paNd1v-zEysw</a>',
2925
- 'type' => 'text',
2926
- 'id' => 'youtube_channelID',
2927
- 'name' => 'youtube_channelID',
2928
-
2929
- // Relative to JS.
2930
- 'short_attr' => array(
2931
- 'attr_name' => 'channel_id',
2932
- 'ifs' => 'channelID',
2933
- 'empty_error' => 'yes',
2934
- 'empty_error_if' => array(
2935
- 'attribute' => 'select#youtube-messages-selector',
2936
- 'operator' => '==',
2937
- 'value' => 'channelID',
2938
- ),
2939
- ),
2940
- ),
2941
-
2942
- // Youtube Channel ID 2
2943
- array(
2944
- 'option_type' => 'input',
2945
- 'input_wrap_class' => 'youtube_channelID2',
2946
- 'label' => __( 'Youtube Channel ID<br/><small>Required if showing <a href="admin.php?page=fts-youtube-feed-styles-submenu-page">Subscribe button</a></small>', 'feed-them-social' ),
2947
- 'type' => 'text',
2948
- 'id' => 'youtube_channelID2',
2949
- 'name' => 'youtube_channelID2',
2950
-
2951
- // Relative to JS.
2952
- 'short_attr' => array(
2953
- 'attr_name' => 'channel_id',
2954
- 'ifs' => 'playlistID',
2955
- 'empty_error_if' => array(
2956
- 'attribute' => 'select#youtube-messages-selector',
2957
- 'operator' => '==',
2958
- 'value' => 'playlistID',
2959
- ),
2960
- ),
2961
- ),
2962
-
2963
- // Youtube Single Video ID
2964
- array(
2965
- 'option_type' => 'input',
2966
- 'input_wrap_class' => 'youtube_singleVideoID',
2967
- 'label' => __( 'Single Youtube Video ID (required)', 'feed-them-social' ),
2968
- 'instructional-text' => __( 'You must copy your <strong>YouTube Video</strong> url link and paste it below. Your url should look similar to our Example url below. <br/><strong>Video URL:</strong>', 'feed-them-social' ) . ' <a href="https://www.youtube.com/watch?v=_-sySjjthB0" target="_blank">https://www.youtube.com/watch?v=_-sySjjthB0</a>',
2969
- 'type' => 'text',
2970
- 'id' => 'youtube_singleVideoID',
2971
- 'name' => 'youtube_singleVideoID',
2972
-
2973
- // Relative to JS.
2974
- 'short_attr' => array(
2975
- 'attr_name' => 'video_id_or_link',
2976
- 'ifs' => 'singleID',
2977
- 'empty_error' => 'yes',
2978
- 'empty_error_if' => array(
2979
- 'attribute' => 'select#youtube-messages-selector',
2980
- 'operator' => '==',
2981
- 'value' => 'singleID',
2982
- ),
2983
- ),
2984
- ),
2985
-
2986
- // # of videos
2987
- array(
2988
- 'option_type' => 'input',
2989
- 'input_wrap_class' => 'youtube_vid_count',
2990
- 'label' => __( '# of videos', 'feed-them-social' ) . $limitforpremium,
2991
- 'type' => 'text',
2992
- 'id' => 'youtube_vid_count',
2993
- 'name' => 'youtube_vid_count',
2994
- 'placeholder' => __( '4 is the default value', 'feed-them-social' ),
2995
-
2996
- // Relative to JS.
2997
- 'short_attr' => array(
2998
- 'attr_name' => 'vid_count',
2999
- 'empty_error' => 'set',
3000
- 'empty_error_value' => 'vid_count=4',
3001
- ),
3002
-
3003
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
3004
- 'sub_options' => array(
3005
- 'sub_options_wrap_class' => 'fts-youtube-first-video-wrap',
3006
- ),
3007
- ),
3008
-
3009
- // Display First video full size
3010
- array(
3011
- 'grouped_options_title' => __( 'First Video Display', 'feed-them-social' ),
3012
- 'input_wrap_class' => 'youtube_hide_option',
3013
- 'option_type' => 'select',
3014
- 'label' => __( 'Display First video full size', 'feed-them-social' ),
3015
- 'type' => 'text',
3016
- 'id' => 'youtube_first_video',
3017
- 'name' => 'youtube_first_video',
3018
- 'options' => array(
3019
- array(
3020
- 'label' => __( 'Yes', 'feed-them-social' ),
3021
- 'value' => 'yes',
3022
- ),
3023
- array(
3024
- 'label' => __( 'No', 'feed-them-social' ),
3025
- 'value' => 'no',
3026
- ),
3027
- ),
3028
- 'short_attr' => array(
3029
- 'attr_name' => 'large_vid',
3030
- ),
3031
- 'sub_options_end' => true,
3032
- ),
3033
-
3034
- // Display Large Video Title
3035
- array(
3036
- 'option_type' => 'select',
3037
- 'input_wrap_class' => 'youtube_hide_option',
3038
- 'label' => __( 'Show the Large Video Title', 'feed-them-social' ),
3039
- 'type' => 'text',
3040
- 'id' => 'youtube_large_vid_title',
3041
- 'name' => 'youtube_large_vid_title',
3042
- 'options' => array(
3043
- array(
3044
- 'label' => __( 'No', 'feed-them-social' ),
3045
- 'value' => 'no',
3046
- ),
3047
- array(
3048
- 'label' => __( 'Yes', 'feed-them-social' ),
3049
- 'value' => 'yes',
3050
- ),
3051
- ),
3052
- 'short_attr' => array(
3053
- 'attr_name' => 'large_vid_title',
3054
- ),
3055
- ),
3056
-
3057
- // Display Large Video Description
3058
- array(
3059
- 'option_type' => 'select',
3060
- 'input_wrap_class' => 'youtube_hide_option',
3061
- 'label' => __( 'Show the Large Video Description', 'feed-them-social' ),
3062
- 'type' => 'text',
3063
- 'id' => 'youtube_large_vid_description',
3064
- 'name' => 'youtube_large_vid_description',
3065
- 'options' => array(
3066
- array(
3067
- 'label' => __( 'No', 'feed-them-social' ),
3068
- 'value' => 'no',
3069
- ),
3070
- array(
3071
- 'label' => __( 'Yes', 'feed-them-social' ),
3072
- 'value' => 'yes',
3073
- ),
3074
- ),
3075
- 'short_attr' => array(
3076
- 'attr_name' => 'large_vid_description',
3077
- ),
3078
- ),
3079
-
3080
- // Play thumbs in large video container
3081
- array(
3082
- 'grouped_options_title' => __( 'Video Thumbnails', 'feed-them-social' ),
3083
- 'input_wrap_class' => 'youtube_hide_option',
3084
- 'option_type' => 'select',
3085
- 'label' => __( 'Click thumb to play Video', 'feed-them-social' ),
3086
- 'type' => 'text',
3087
- 'id' => 'youtube_play_thumbs',
3088
- 'name' => 'youtube_play_thumbs',
3089
- 'options' => array(
3090
- array(
3091
- 'label' => __( 'Play on Page', 'feed-them-social' ),
3092
- 'value' => 'yes',
3093
- ),
3094
- array(
3095
- 'label' => __( 'Open in YouTube', 'feed-them-social' ),
3096
- 'value' => 'no',
3097
- ),
3098
- array(
3099
- 'label' => __( 'Open in Popup (Premium Version Required)', 'feed-them-social' ),
3100
- 'value' => 'popup',
3101
- ),
3102
- ),
3103
- 'short_attr' => array(
3104
- 'attr_name' => 'thumbs_play_in_iframe',
3105
- ),
3106
- ),
3107
-
3108
- // # of videos in each row
3109
- array(
3110
- 'input_wrap_class' => 'youtube_hide_option',
3111
- 'option_type' => 'select',
3112
- 'label' => __( '# of videos in each row', 'feed-them-social' ),
3113
- 'type' => 'text',
3114
- 'id' => 'youtube_columns',
3115
- 'name' => 'youtube_columns',
3116
- 'default_value' => '4',
3117
- 'options' => array(
3118
- array(
3119
- 'label' => __( '1', 'feed-them-social' ),
3120
- 'value' => '1',
3121
- ),
3122
- array(
3123
- 'label' => __( '2', 'feed-them-social' ),
3124
- 'value' => '2',
3125
- ),
3126
- array(
3127
- 'label' => __( '3', 'feed-them-social' ),
3128
- 'value' => '3',
3129
- ),
3130
- array(
3131
- 'label' => __( '4', 'feed-them-social' ),
3132
- 'value' => '4',
3133
- ),
3134
- array(
3135
- 'label' => __( '5', 'feed-them-social' ),
3136
- 'value' => '5',
3137
- ),
3138
- array(
3139
- 'label' => __( '6', 'feed-them-social' ),
3140
- 'value' => '6',
3141
- ),
3142
- ),
3143
- 'short_attr' => array(
3144
- 'attr_name' => 'vids_in_row',
3145
- ),
3146
- ),
3147
-
3148
- // omit first video thumbnail
3149
- array(
3150
- 'input_wrap_class' => 'youtube_hide_option',
3151
- 'option_type' => 'select',
3152
- 'label' => __( 'Hide the first thumbnail', 'feed-them-social' ) . '<br/><small>' . __( 'Useful if playing videos on the page.', 'feed-them-social' ) . '</small>',
3153
- 'type' => 'text',
3154
- 'id' => 'youtube_omit_first_thumbnail',
3155
- 'name' => 'youtube_omit_first_thumbnail',
3156
- 'default_value' => 'no',
3157
- 'options' => array(
3158
- array(
3159
- 'label' => __( 'No', 'feed-them-social' ),
3160
- 'value' => 'no',
3161
- ),
3162
- array(
3163
- 'label' => __( 'Yes', 'feed-them-social' ),
3164
- 'value' => 'yes',
3165
- ),
3166
- ),
3167
- 'short_attr' => array(
3168
- 'attr_name' => 'omit_first_thumbnail',
3169
- ),
3170
- ),
3171
-
3172
- // Space between Vids
3173
- array(
3174
- 'input_wrap_class' => 'youtube_hide_option',
3175
- 'option_type' => 'input',
3176
- 'label' => __( 'Space between video thumbnails', 'feed-them-social' ),
3177
- 'type' => 'text',
3178
- 'id' => 'fts-slicker-youtube-container-margin',
3179
- 'name' => 'fts-slicker-youtube-container-margin',
3180
- 'placeholder' => '1px is the default value',
3181
- 'value' => '',
3182
- 'short_attr' => array(
3183
- 'attr_name' => 'space_between_videos',
3184
- 'var_final_if' => 'yes',
3185
- 'empty_error' => 'set',
3186
- 'empty_error_value' => 'space_between_videos=1px',
3187
- ),
3188
- ),
3189
-
3190
- // Force Video Rows
3191
- array(
3192
- 'input_wrap_class' => 'youtube_hide_option',
3193
- 'option_type' => 'select',
3194
- 'label' => __( 'Force thumbnails rows', 'feed-them-social' ) . '<br/><small>' . __( 'No, will allow the video images to be responsive for smaller devices. Yes, will force the selected rows.', 'feed-them-social' ) . '</small>',
3195
- 'type' => 'text',
3196
- 'id' => 'fts_youtube_force_columns',
3197
- 'name' => 'fts_youtube_force_columns',
3198
- 'default_value' => 'no',
3199
- 'options' => array(
3200
- array(
3201
- 'label' => __( 'No', 'feed-them-social' ),
3202
- 'value' => 'no',
3203
- ),
3204
- array(
3205
- 'label' => __( 'Yes', 'feed-them-social' ),
3206
- 'value' => 'yes',
3207
- ),
3208
- ),
3209
- 'short_attr' => array(
3210
- 'attr_name' => 'force_columns',
3211
- ),
3212
- ),
3213
-
3214
- // Display Max Res Images for thumbs
3215
- array(
3216
- 'input_wrap_class' => 'youtube_hide_option',
3217
- 'option_type' => 'select',
3218
- 'label' => __( 'High quality thumbnail images', 'feed-them-social' ),
3219
- 'type' => 'text',
3220
- 'id' => 'youtube_maxres_thumbnail_images',
3221
- 'name' => 'youtube_maxres_thumbnail_images',
3222
- 'options' => array(
3223
- array(
3224
- 'label' => __( 'Yes', 'feed-them-social' ),
3225
- 'value' => 'yes',
3226
- ),
3227
- array(
3228
- 'label' => __( 'No', 'feed-them-social' ),
3229
- 'value' => 'no',
3230
- ),
3231
- ),
3232
- 'short_attr' => array(
3233
- 'attr_name' => 'maxres_thumbnail_images',
3234
- ),
3235
- ),
3236
-
3237
- // Background color for thumbs container
3238
- array(
3239
- 'input_wrap_class' => 'youtube_hide_option',
3240
- 'option_type' => 'input',
3241
- 'color_picker' => 'yes',
3242
- 'label' => __( 'Container Background color ', 'feed-them-social' ),
3243
- 'type' => 'text',
3244
- 'id' => 'youtube_thumbs_wrap_color',
3245
- 'name' => 'youtube_thumbs_wrap_color',
3246
- 'default' => '#000',
3247
- 'placeholder' => '#000',
3248
-
3249
- // Relative to JS.
3250
- 'short_attr' => array(
3251
- 'attr_name' => 'thumbs_wrap_color',
3252
- 'empty_error' => 'set',
3253
- 'empty_error_value' => 'thumbs_wrap_color=#000',
3254
- ),
3255
- ),
3256
-
3257
- // Align container right or left of video
3258
- array(
3259
- 'input_wrap_class' => 'youtube_hide_option',
3260
- 'option_type' => 'select',
3261
- 'label' => __( 'Align Thumbs', 'feed-them-social' ) . '<br/><small>' . __( 'Bottom (default), Right, or left of Videoo', 'feed-them-social' ) . '</small>',
3262
- 'type' => 'text',
3263
- 'id' => 'youtube_thumbs_wrap',
3264
- 'name' => 'youtube_thumbs_wrap',
3265
- 'options' => array(
3266
- array(
3267
- 'label' => __( 'Below Video', 'feed-them-social' ),
3268
- 'value' => 'none',
3269
- ),
3270
- array(
3271
- 'label' => __( 'Right', 'feed-them-social' ),
3272
- 'value' => 'right',
3273
- ),
3274
- array(
3275
- 'label' => __( 'Left', 'feed-them-social' ),
3276
- 'value' => 'left',
3277
- ),
3278
- ),
3279
-
3280
- // Relative to JS.
3281
- 'short_attr' => array(
3282
- 'attr_name' => 'wrap',
3283
- ),
3284
- 'prem_req' => 'yes',
3285
- 'req_plugin' => 'fts_premium',
3286
- ),
3287
-
3288
- // Align container right or left of video
3289
- array(
3290
- 'input_wrap_class' => 'youtube_align_comments_wrap',
3291
- 'option_type' => 'select',
3292
- 'label' => __( 'Align Title, Description etc.', 'feed-them-social' ) . '<br/><small>' . __( 'Bottom (default), Right, or left of Video', 'feed-them-social' ) . '</small>',
3293
- 'type' => 'text',
3294
- 'id' => 'youtube_comments_wrap',
3295
- 'name' => 'youtube_comments_wrap',
3296
- 'options' => array(
3297
- array(
3298
- 'label' => __( 'Below Video', 'feed-them-social' ),
3299
- 'value' => 'none',
3300
- ),
3301
- array(
3302
- 'label' => __( 'Right', 'feed-them-social' ),
3303
- 'value' => 'right',
3304
- ),
3305
- array(
3306
- 'label' => __( 'Left', 'feed-them-social' ),
3307
- 'value' => 'left',
3308
- ),
3309
- ),
3310
-
3311
- // Relative to JS.
3312
- 'short_attr' => array(
3313
- 'attr_name' => 'wrap_single',
3314
- ),
3315
- 'prem_req' => 'yes',
3316
- 'req_plugin' => 'fts_premium',
3317
- ),
3318
-
3319
- // Align container right or left of video
3320
- array(
3321
- 'input_wrap_class' => 'youtube_video_thumbs_display',
3322
- 'option_type' => 'select',
3323
- 'label' => __( 'Video/Thumbs width options', 'feed-them-social' ) . '<br/><small>' . __( 'Sizes: 80/20, 60/40 or 50/50', 'feed-them-social' ) . '</small>',
3324
- 'type' => 'text',
3325
- 'id' => 'youtube_video_thumbs_display',
3326
- 'name' => 'youtube_video_thumbs_display',
3327
- 'options' => array(
3328
- array(
3329
- 'label' => __( 'None', 'feed-them-social' ),
3330
- 'value' => 'none',
3331
- ),
3332
- array(
3333
- 'label' => __( 'Option 1 (Video 80%, Thumbs Container 20%)', 'feed-them-social' ),
3334
- 'value' => '1',
3335
- ),
3336
- array(
3337
- 'label' => __( 'Option 1 (Video 60%, Thumbs Container 40%)', 'feed-them-social' ),
3338
- 'value' => '2',
3339
- ),
3340
- array(
3341
- 'label' => __( 'Option 1 (Video 50%, Thumbs Container 50%)', 'feed-them-social' ),
3342
- 'value' => '3',
3343
- ),
3344
- ),
3345
-
3346
- // Relative to JS.
3347
- 'short_attr' => array(
3348
- 'attr_name' => 'video_wrap_display',
3349
- ),
3350
- 'prem_req' => 'yes',
3351
- 'req_plugin' => 'fts_premium',
3352
- ),
3353
-
3354
- // Align container right or left of video
3355
- array(
3356
- 'input_wrap_class' => 'youtube_video_single_info_display',
3357
- 'option_type' => 'select',
3358
- 'label' => __( 'Video/Info width options', 'feed-them-social' ) . '<br/><small>' . __( 'Sizes: 80/20, 60/40 or 50/50', 'feed-them-social' ) . '</small>',
3359
- 'type' => 'text',
3360
- 'id' => 'youtube_video_comments_display',
3361
- 'name' => 'youtube_video_comments_display',
3362
- 'options' => array(
3363
- array(
3364
- 'label' => __( 'None', 'feed-them-social' ),
3365
- 'value' => 'none',
3366
- ),
3367
- array(
3368
- 'label' => __( 'Option 1 (Video 80%, Info Container 20%)', 'feed-them-social' ),
3369
- 'value' => '1',
3370
- ),
3371
- array(
3372
- 'label' => __( 'Option 1 (Video 60%, Info Container 40%)', 'feed-them-social' ),
3373
- 'value' => '2',
3374
- ),
3375
- array(
3376
- 'label' => __( 'Option 1 (Video 50%, Info Container 50%)', 'feed-them-social' ),
3377
- 'value' => '3',
3378
- ),
3379
- ),
3380
-
3381
- // Relative to JS.
3382
- 'short_attr' => array(
3383
- 'attr_name' => 'video_wrap_display_single',
3384
- ),
3385
- 'prem_req' => 'yes',
3386
- 'req_plugin' => 'fts_premium',
3387
- ),
3388
-
3389
- // Youtube Load More Button
3390
- array(
3391
- 'input_wrap_class' => 'youtube_hide_option',
3392
- 'grouped_options_title' => __( 'Load More', 'feed-them-social' ),
3393
- 'option_type' => 'select',
3394
- 'label' => __( 'Load More Button', 'feed-them-social' ),
3395
- 'type' => 'text',
3396
- 'id' => 'youtube_load_more_option',
3397
- 'name' => 'youtube_load_more_option',
3398
- 'options' => array(
3399
- array(
3400
- 'label' => __( 'No', 'feed-them-social' ),
3401
- 'value' => 'no',
3402
- ),
3403
- array(
3404
- 'label' => __( 'Yes', 'feed-them-social' ),
3405
- 'value' => 'yes',
3406
- ),
3407
- ),
3408
- 'prem_req' => 'yes',
3409
- 'req_plugin' => 'fts_premium',
3410
- 'short_attr' => array(
3411
- 'attr_name' => '',
3412
- 'empty_error_value' => '',
3413
- 'no_attribute' => 'yes',
3414
- ),
3415
- 'sub_options' => array(
3416
- 'sub_options_wrap_class' => 'youtube-loadmore-wrap',
3417
- ),
3418
- ),
3419
-
3420
- // Youtube Load More Style
3421
- array(
3422
- 'option_type' => 'select',
3423
- 'label' => __( 'Load More Style', 'feed-them-social' ),
3424
- 'type' => 'text',
3425
- 'id' => 'youtube_load_more_style',
3426
- 'name' => 'youtube_load_more_style',
3427
- 'instructional-text' => '<strong>' . __( 'NOTE:', 'feed-them-social' ) . '</strong> ' . __( 'The Button option will show a "Load More Posts" button under your feed. The AutoScroll option will load more posts when you reach the bottom of the feed. AutoScroll ONLY works if you\'ve filled in a Fixed Height for your feed.', 'feed-them-social' ),
3428
- 'options' => array(
3429
- array(
3430
- 'label' => __( 'Button', 'feed-them-social' ),
3431
- 'value' => 'button',
3432
- ),
3433
- array(
3434
- 'label' => __( 'AutoScroll', 'feed-them-social' ),
3435
- 'value' => 'autoscroll',
3436
- ),
3437
- ),
3438
- 'prem_req' => 'yes',
3439
- 'req_plugin' => 'fts_premium',
3440
- 'short_attr' => array(
3441
- 'attr_name' => 'loadmore',
3442
- 'ifs' => 'load_more',
3443
- ),
3444
-
3445
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
3446
- 'sub_options' => array(
3447
- 'sub_options_wrap_class' => 'fts-youtube-load-more-options-wrap',
3448
- ),
3449
- 'sub_options_end' => true,
3450
- ),
3451
-
3452
- // youtube Page Load more Amount
3453
- array(
3454
- 'option_type' => 'input',
3455
- 'label' => __( 'Load more Amount', 'feed-them-social' ) . '<br/><small>' . __( 'How many more videos will load at a time.', 'feed-them-social' ) . '</small>',
3456
- 'type' => 'text',
3457
- 'id' => 'youtube_loadmore_count',
3458
- 'name' => 'youtube_loadmore_count',
3459
- 'placeholder' => __( '5 is the default number', 'feed-them-social' ),
3460
- 'value' => '',
3461
- 'req_plugin' => 'fts_premium',
3462
-
3463
- // Relative to JS.
3464
- 'short_attr' => array(
3465
- 'attr_name' => 'loadmore_count',
3466
- 'empty_error' => 'set',
3467
- 'empty_error_value' => 'loadmore_count=5',
3468
- 'ifs' => 'load_more',
3469
- ),
3470
-
3471
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
3472
- 'sub_options' => array(
3473
- 'sub_options_wrap_class' => 'fts-youtube-load-more-options2-wrap',
3474
- ),
3475
- ),
3476
-
3477
- // youtube Load more Button Width
3478
- array(
3479
- 'option_type' => 'input',
3480
- 'label' => __( 'Load more Button Width', 'feed-them-social' ) . '<br/><small>' . __( 'Leave blank for auto width', 'feed-them-social' ) . '</small>',
3481
- 'type' => 'text',
3482
- 'id' => 'youtube_loadmore_button_width',
3483
- 'name' => 'youtube_loadmore_button_width',
3484
- 'placeholder' => '300px ' . __( 'for example', 'feed-them-social' ),
3485
- 'value' => '',
3486
- 'prem_req' => 'yes',
3487
- 'req_plugin' => 'fts_premium',
3488
-
3489
- // Relative to JS.
3490
- 'short_attr' => array(
3491
- 'attr_name' => 'loadmore_btn_maxwidth',
3492
- 'empty_error' => 'set',
3493
- 'empty_error_value' => 'loadmore_btn_maxwidth=300px',
3494
- 'ifs' => 'load_more',
3495
- ),
3496
- ),
3497
-
3498
- // youtube Load more Button Margin
3499
- array(
3500
- 'option_type' => 'input',
3501
- 'label' => __( 'Load more Button Margin', 'feed-them-social' ),
3502
- 'type' => 'text',
3503
- 'id' => 'youtube_loadmore_button_margin',
3504
- 'name' => 'youtube_loadmore_button_margin',
3505
- 'placeholder' => '10px ' . __( 'for example', 'feed-them-social' ),
3506
- 'value' => '',
3507
- 'req_plugin' => 'fts_premium',
3508
-
3509
- // Relative to JS.
3510
- 'short_attr' => array(
3511
- 'attr_name' => 'loadmore_btn_margin',
3512
- 'empty_error' => 'set',
3513
- 'empty_error_value' => 'loadmore_btn_margin=10px',
3514
- 'ifs' => 'load_more',
3515
- ),
3516
- 'sub_options_end' => 2,
3517
- ),
3518
-
3519
- // Display Comments
3520
- array(
3521
- 'grouped_options_title' => __( 'Comments', 'feed-them-social' ),
3522
- 'option_type' => 'input',
3523
- 'label' => __( '# of Comments', 'feed-them-social' ) . '<br/><small>' . __( 'Maximum amount is 50', 'feed-them-social' ) . '</small>',
3524
- 'type' => 'text',
3525
- 'id' => 'youtube_comments_count',
3526
- 'name' => 'youtube_comments_count',
3527
- 'placeholder' => '',
3528
- 'value' => '',
3529
- 'short_attr' => array(
3530
- 'attr_name' => 'comments_count',
3531
- 'empty_error' => 'set',
3532
- 'empty_error_value' => 'comments_count=0',
3533
- ),
3534
- 'req_plugin' => 'fts_premium',
3535
- ),
3536
- ),
3537
-
3538
- // Final Shortcode ifs
3539
- 'shortcode_ifs' => array(
3540
- 'load_more' => array(
3541
- 'if' => array(
3542
- 'class' => 'select#youtube_load_more_option',
3543
- 'operator' => '==',
3544
- 'value' => 'yes',
3545
- ),
3546
- ),
3547
- 'username' => array(
3548
- 'if' => array(
3549
- 'class' => 'select#youtube-messages-selector',
3550
- 'operator' => '==',
3551
- 'value' => 'username',
3552
- ),
3553
- ),
3554
- 'userPlaylist' => array(
3555
- 'if' => array(
3556
- 'class' => 'select#youtube-messages-selector',
3557
- 'operator' => '==',
3558
- 'value' => 'userPlaylist',
3559
- ),
3560
- ),
3561
- 'channelID' => array(
3562
- 'if' => array(
3563
- 'class' => 'select#youtube-messages-selector',
3564
- 'operator' => '==',
3565
- 'value' => 'channelID',
3566
- ),
3567
- ),
3568
- 'playlistID' => array(
3569
- 'if' => array(
3570
- 'class' => 'select#youtube-messages-selector',
3571
- 'operator' => '==',
3572
- 'value' => 'playlistID',
3573
- ),
3574
- ),
3575
- 'singleID' => array(
3576
- 'if' => array(
3577
- 'class' => 'select#youtube-messages-selector',
3578
- 'operator' => '==',
3579
- 'value' => 'singleID',
3580
- ),
3581
- ),
3582
- ),
3583
-
3584
- // Generator Info
3585
- 'generator_title' => __( 'YouTube Feed Shortcode', 'feed-them-social' ),
3586
- 'generator_class' => 'youtube-final-shortcode',
3587
- ), // End Youtube Feed
3588
-
3589
- // ******************************************
3590
- // Pinterest
3591
- // ******************************************
3592
- 'pinterest' => array(
3593
- 'section_attr_key' => 'pinterest_',
3594
- 'section_title' => __( 'Pinterest Shortcode Generator', 'feed-them-social' ),
3595
- 'section_wrap_class' => 'pinterest-shortcode-form',
3596
-
3597
- // Form Info
3598
- 'form_wrap_classes' => 'pinterest-shortcode-form',
3599
- 'form_wrap_id' => 'fts-pinterest-form',
3600
-
3601
- // Feed Type Selection
3602
- 'feed_type_select' => array(
3603
- 'label' => __( 'Feed Type', 'feed-them-social' ),
3604
- 'select_wrap_classes' => 'pinterest-gen-selection',
3605
- 'select_classes' => '',
3606
- 'select_name' => 'pinterest-messages-selector',
3607
- 'select_id' => 'pinterest-messages-selector',
3608
- ),
3609
-
3610
- // Token Check
3611
- 'token_check' => array(
3612
- array(
3613
- 'option_name' => 'fts_pinterest_custom_api_token',
3614
- 'no_token_msg' => __( '<strong>STEP 1:</strong> Please add a Pinterest API Token to our <a href="admin.php?page=fts-pinterest-feed-styles-submenu-page">Pinterest Options</a> page before getting started. ' . $step2_custom_message . '', 'feed-them-social' ),
3615
- ),
3616
- ),
3617
-
3618
- // Feed Types and their options
3619
- 'feeds_types' => array(
3620
-
3621
- // Board List
3622
- array(
3623
- 'value' => 'boards_list',
3624
- 'title' => __( 'Board List', 'feed-them-social' ),
3625
- ),
3626
-
3627
- // Single Board Pins
3628
- array(
3629
- 'value' => 'single_board_pins',
3630
- 'title' => __( 'Pins From a Specific Board', 'feed-them-social' ),
3631
- ),
3632
-
3633
- // Single Board Pins
3634
- array(
3635
- 'value' => 'pins_from_user',
3636
- 'title' => __( 'Latest Pins from a User', 'feed-them-social' ),
3637
- ),
3638
- ),
3639
- 'short_attr_final' => 'yes',
3640
-
3641
- // Inputs relative to all Feed_types of this feed. (Eliminates Duplication)[Excluded from loop when creating select]
3642
- // 'empty_error'=> 'set',
3643
- // 'empty_error_value'=> 'auto',
3644
- 'main_options' => array(
3645
-
3646
- // Feed Type
3647
- array(
3648
- 'option_type' => 'select',
3649
- 'id' => 'pinterest-messages-selector',
3650
- 'name' => 'pinterest-messages-selector',
3651
-
3652
- // DONT SHOW HTML
3653
- 'no_html' => 'yes',
3654
-
3655
- // Relative to JS.
3656
- 'short_attr' => array(
3657
- 'attr_name' => 'type',
3658
- ),
3659
- ),
3660
-
3661
- // Pinterest Board Name
3662
- array(
3663
- 'option_type' => 'input',
3664
- 'input_wrap_class' => 'board-name',
3665
- 'label' => __( 'Pinterest Board Name (required)', 'feed-them-social' ),
3666
- 'type' => 'text',
3667
- 'id' => 'pinterest_board_name',
3668
- 'name' => 'pinterest_board_name',
3669
- 'value' => '',
3670
- 'instructional-text' => __( 'Copy your', 'feed-them-social' ) . ' <a href="https://www.slickremix.com/how-to-get-your-pinterest-name/" target="_blank">' . __( 'Pinterest and Board Name', 'feed-them-social' ) . '</a> ' . __( 'and paste them below.', 'feed-them-social' ),
3671
- 'instructional-class' => 'pinterest-board-and-name-text',
3672
-
3673
- // Relative to JS.
3674
- 'short_attr' => array(
3675
- 'attr_name' => 'board_id',
3676
- 'var_final_if' => 'no',
3677
- 'empty_error' => 'yes',
3678
- 'empty_error_if' => array(
3679
- 'attribute' => 'select#pinterest-messages-selector',
3680
- 'operator' => '==',
3681
- 'value' => 'single_board_pins',
3682
- ),
3683
- 'ifs' => 'single_board_pins',
3684
- ),
3685
- ),
3686
-
3687
- // Pinterest Name
3688
- array(
3689
- 'option_type' => 'input',
3690
- 'input_wrap_class' => 'pinterest_name',
3691
- 'label' => __( 'Pinterest Username (required)', 'feed-them-social' ),
3692
- 'type' => 'text',
3693
- 'id' => 'pinterest_name',
3694
- 'name' => 'pinterest_name',
3695
- 'value' => '',
3696
- 'instructional-text' => __( 'Copy your', 'feed-them-social' ) . ' <a href="https://www.slickremix.com/how-to-get-your-pinterest-name/" target="_blank">' . __( 'Pinterest Name', 'feed-them-social' ) . '</a> ' . __( 'and paste it in the first input below.', 'feed-them-social' ),
3697
- 'instructional-class' => 'pinterest-name-text',
3698
-
3699
- // Relative to JS.
3700
- 'short_attr' => array(
3701
- 'attr_name' => 'pinterest_name',
3702
- 'empty_error' => 'yes',
3703
- 'var_final_if' => 'no',
3704
- ),
3705
- ),
3706
-
3707
- // Board Count
3708
- array(
3709
- 'option_type' => 'input',
3710
- 'input_wrap_class' => 'number-of-boards',
3711
- 'label' => __( '# of Boards', 'feed-them-social' ) . $limitforpremium,
3712
- 'type' => 'text',
3713
- 'id' => 'boards_count',
3714
- 'name' => 'boards_count',
3715
-
3716
- // Only needed if Prem_Req = More otherwise remove (must have array key req_plugin)
3717
- // 'prem_req_more_msg' => '<br/><small>' . __('More than 6 Requires <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">Premium version</a>', 'feed-them-social') . '</small>',
3718
- 'placeholder' => __( '6 is the default value', 'feed-them-social' ),
3719
- 'value' => '',
3720
-
3721
- // Relative to JS.
3722
- 'short_attr' => array(
3723
- 'attr_name' => 'boards_count',
3724
- 'var_final_if' => 'yes',
3725
- 'empty_error' => 'set',
3726
- 'empty_error_value' => 'boards_count=6',
3727
- 'ifs' => 'boards',
3728
- ),
3729
- ),
3730
-
3731
- // Pins Count
3732
- array(
3733
- 'option_type' => 'input',
3734
- 'input_wrap_class' => 'show-pins-amount',
3735
- 'label' => __( '# of Pins', 'feed-them-social' ) . $limitforpremium,
3736
- 'type' => 'text',
3737
- 'id' => 'pins_count',
3738
- 'name' => 'pins_count',
3739
-
3740
- // Only needed if Prem_Req = More otherwise remove (must have array key req_plugin)
3741
- // 'prem_req_more_msg' => '<br/><small>' . __('More than 6 Requires <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">Premium version</a>', 'feed-them-social') . '</small>',
3742
- 'placeholder' => __( '6 is the default value', 'feed-them-social' ),
3743
- 'value' => '',
3744
-
3745
- // Relative to JS.
3746
- 'short_attr' => array(
3747
- 'attr_name' => 'pins_count',
3748
- 'var_final_if' => 'yes',
3749
- 'empty_error' => 'set',
3750
- 'empty_error_value' => 'pins_count=6',
3751
- 'ifs' => 'single_board_pins,pins_from_user',
3752
- ),
3753
- ),
3754
- ),
3755
-
3756
- // Final Shortcode ifs
3757
- 'shortcode_ifs' => array(
3758
- 'single_board_pins' => array(
3759
- 'if' => array(
3760
- 'class' => 'select#pinterest-messages-selector',
3761
- 'operator' => '==',
3762
- 'value' => 'single_board_pins',
3763
- ),
3764
- ),
3765
- 'pins_from_user' => array(
3766
- 'if' => array(
3767
- 'class' => 'select#pinterest-messages-selector',
3768
- 'operator' => '==',
3769
- 'value' => 'pins_from_user',
3770
- ),
3771
- ),
3772
- 'boards' => array(
3773
- 'if' => array(
3774
- 'class' => 'select#pinterest-messages-selector',
3775
- 'operator' => '==',
3776
- 'value' => 'boards_list',
3777
- ),
3778
- ),
3779
- ),
3780
-
3781
- // Generator Info
3782
- 'generator_title' => __( 'Pinterest Feed Shortcode', 'feed-them-social' ),
3783
- 'generator_class' => 'pinterest-final-shortcode',
3784
- ), // End Pinterest Feed
3785
-
3786
- // ******************************************
3787
- // Twitter
3788
- // ******************************************
3789
- 'twitter' => array(
3790
- 'section_attr_key' => 'twitter_',
3791
- 'section_title' => __( 'Twitter Shortcode Generator', 'feed-them-social' ),
3792
- 'section_wrap_class' => 'fts-twitter-shortcode-form',
3793
-
3794
- // Form Info
3795
- 'form_wrap_classes' => 'twitter-shortcode-form',
3796
- 'form_wrap_id' => 'fts-twitter-form',
3797
-
3798
- // Token Check
3799
- 'token_check' => array(
3800
- array(
3801
- 'option_name' => 'fts_twitter_custom_access_token_secret',
3802
- 'no_token_msg' => __( '<strong>STEP 1:</strong> Please add Twitter API Tokens to our <a href="admin.php?page=fts-twitter-feed-styles-submenu-page">Twitter Options</a> page before getting started. ' . $step2_custom_message . '', 'feed-them-social' ),
3803
- ),
3804
- ),
3805
-
3806
- // Feed Type Selection
3807
- 'feed_type_select' => array(
3808
- 'label' => __( 'Feed Type', 'feed-them-social' ),
3809
- 'select_wrap_classes' => 'twitter-gen-selection',
3810
- 'select_classes' => '',
3811
- 'select_name' => 'twitter-messages-selector',
3812
- 'select_id' => 'twitter-messages-selector',
3813
- ),
3814
-
3815
- // Feed Types and their options
3816
- 'feeds_types' => array(
3817
-
3818
- // User Feed
3819
- array(
3820
- 'value' => 'user',
3821
- 'title' => __( 'User Feed', 'feed-them-social' ),
3822
- ),
3823
-
3824
- // hastag Feed
3825
- array(
3826
- 'value' => 'hashtag',
3827
- 'title' => __( 'Hashtag, Search and more Feed', 'feed-them-social' ),
3828
- ),
3829
- ),
3830
- 'short_attr_final' => 'yes',
3831
-
3832
- // Inputs relative to all Feed_types of this feed. (Eliminates Duplication)[Excluded from loop when creating select]
3833
- 'main_options' => array(
3834
-
3835
- // Twitter Search Name
3836
- array(
3837
- 'option_type' => 'input',
3838
- 'input_wrap_class' => 'twitter_hashtag_etc_name',
3839
- 'label' => __( 'Twitter Search Name (required)', 'feed-them-social' ),
3840
- 'type' => 'text',
3841
- 'id' => 'twitter_hashtag_etc_name',
3842
- 'name' => 'twitter_hashtag_etc_name',
3843
- 'value' => '',
3844
- 'instructional-text' => __( 'You can use #hashtag, @person, or single words. For example, weather or weather-channel.<br/><br/>If you want to filter a specific users hashtag copy this example into the first input below and replace the user_name and YourHashtag name. DO NOT remove the from: or %# characters. NOTE: Only displays last 7 days worth of Tweets. <strong style="color:#225DE2;">from:user_name%#YourHashtag</strong>', 'feed-them-social' ),
3845
-
3846
- // Relative to JS.
3847
- 'short_attr' => array(
3848
- 'attr_name' => 'search',
3849
- 'var_final_if' => 'no',
3850
- 'empty_error' => 'yes',
3851
- 'ifs' => 'twitter_search',
3852
- 'empty_error_if' => array(
3853
- 'attribute' => 'select#twitter-messages-selector',
3854
- 'operator' => '==',
3855
- 'value' => 'hashtag',
3856
- ),
3857
- ),
3858
-
3859
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
3860
- 'sub_options' => array(
3861
- 'sub_options_wrap_class' => 'twitter-hashtag-etc-wrap',
3862
- 'sub_options_title' => __( 'Twitter Search', 'feed-them-social' ),
3863
- ),
3864
- 'sub_options_end' => true,
3865
- ),
3866
-
3867
- // Twitter Name
3868
- array(
3869
- 'option_type' => 'input',
3870
- 'input_wrap_class' => 'twitter_name',
3871
- 'label' => __( 'Twitter Name', 'feed-them-social' ),
3872
- 'type' => 'text',
3873
- 'id' => 'twitter_name',
3874
- 'name' => 'twitter_name',
3875
- 'instructional-text' => '<span class="hashtag-option-small-text">' . __( 'Twitter Name is only required if you want to show a', 'feed-them-social' ) . ' <a href="admin.php?page=fts-twitter-feed-styles-submenu-page">' . __( 'Follow Button', 'feed-them-social' ) . '</a>.</span><span class="must-copy-twitter-name">' . __( 'You must copy your', 'feed-them-social' ) . ' <a href="https://www.slickremix.com/how-to-get-your-twitter-name/" target="_blank">' . __( 'Twitter Name', 'feed-them-social' ) . '</a> ' . __( 'and paste it in the first input below.', 'feed-them-social' ) . '</span>',
3876
- 'value' => '',
3877
-
3878
- // Relative to JS.
3879
- 'short_attr' => array(
3880
- 'attr_name' => 'twitter_name',
3881
- 'var_final_if' => 'no',
3882
- 'empty_error' => 'yes',
3883
- 'empty_error_if' => array(
3884
- 'attribute' => 'select#twitter-messages-selector',
3885
- 'operator' => '==',
3886
- 'value' => 'user',
3887
- ),
3888
- ),
3889
- ),
3890
-
3891
- // Tweet Count
3892
- array(
3893
- 'option_type' => 'input',
3894
- 'label' => __( '# of Tweets (optional)', 'feed-them-social' ) . $limitforpremium,
3895
- 'type' => 'text',
3896
- 'id' => 'tweets_count',
3897
- 'name' => 'tweets_count',
3898
-
3899
- // Only needed if Prem_Req = More otherwise remove (must have array key req_plugin)
3900
- // 'prem_req_more_msg' => '<br/><small>' . __('More than 6 Requires <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">Premium version</a>', 'feed-them-social') . '</small>',
3901
- 'placeholder' => __( '6 is the default value', 'feed-them-social' ),
3902
- 'value' => '',
3903
-
3904
- // Relative to JS.
3905
- 'short_attr' => array(
3906
- 'attr_name' => 'tweets_count',
3907
- 'var_final_if' => 'yes',
3908
- 'var_final_value' => 'no',
3909
- 'empty_error' => 'set',
3910
- 'empty_error_value' => 'tweets_count=6',
3911
- ),
3912
- ),
3913
-
3914
- // Twitter Fixed Height
3915
- array(
3916
- 'option_type' => 'input',
3917
- 'label' => __( 'Twitter Fixed Height', 'feed-them-social' ) . '<br/><small>' . __( 'Leave blank for auto height', 'feed-them-social' ) . '</small>',
3918
- 'type' => 'text',
3919
- 'id' => 'twitter_height',
3920
- 'name' => 'twitter_height',
3921
- 'placeholder' => '450px ' . __( 'for example', 'feed-them-social' ),
3922
- 'short_attr' => array(
3923
- 'attr_name' => 'twitter_height',
3924
- 'var_final_if' => 'yes',
3925
- 'var_final_value' => '',
3926
- 'empty_error' => 'set',
3927
- 'empty_error_value' => '',
3928
- ),
3929
- ),
3930
-
3931
- // Show Cover Photo
3932
- array(
3933
- 'option_type' => 'select',
3934
- 'label' => __( 'Show Cover Photo', 'feed-them-social' ),
3935
- 'type' => 'text',
3936
- 'id' => 'twitter-cover-photo',
3937
- 'name' => 'twitter-cover-photo',
3938
- 'options' => array(
3939
- array(
3940
- 'label' => __( 'No', 'feed-them-social' ),
3941
- 'value' => 'no',
3942
- ),
3943
- array(
3944
- 'label' => __( 'Yes', 'feed-them-social' ),
3945
- 'value' => 'yes',
3946
- ),
3947
- ),
3948
- 'short_attr' => array(
3949
- 'attr_name' => 'cover_photo',
3950
- ),
3951
- ),
3952
-
3953
- // Show Stats Bar
3954
- array(
3955
- 'option_type' => 'select',
3956
- 'label' => __( 'Stats Bar', 'feed-them-social' ),
3957
- 'type' => 'text',
3958
- 'id' => 'twitter-stats-bar',
3959
- 'name' => 'twitter-stats-bar',
3960
- 'options' => array(
3961
- array(
3962
- 'label' => __( 'No', 'feed-them-social' ),
3963
- 'value' => 'no',
3964
- ),
3965
- array(
3966
- 'label' => __( 'Yes', 'feed-them-social' ),
3967
- 'value' => 'yes',
3968
- ),
3969
- ),
3970
- 'short_attr' => array(
3971
- 'attr_name' => 'stats_bar',
3972
- ),
3973
- ),
3974
-
3975
- // Show Retweets
3976
- array(
3977
- 'option_type' => 'select',
3978
- 'label' => __( 'Show Retweets', 'feed-them-social' ),
3979
- 'type' => 'text',
3980
- 'id' => 'twitter-show-retweets',
3981
- 'name' => 'twitter-show-retweets',
3982
- 'options' => array(
3983
- array(
3984
- 'label' => __( 'No', 'feed-them-social' ),
3985
- 'value' => 'no',
3986
- ),
3987
- array(
3988
- 'label' => __( 'Yes', 'feed-them-social' ),
3989
- 'value' => 'yes',
3990
- ),
3991
- ),
3992
- 'short_attr' => array(
3993
- 'attr_name' => 'show_retweets',
3994
- ),
3995
- ),
3996
-
3997
- // Show Replies
3998
- array(
3999
- 'option_type' => 'select',
4000
- 'label' => __( 'Show Replies', 'feed-them-social' ),
4001
- 'type' => 'text',
4002
- 'id' => 'twitter-show-replies',
4003
- 'name' => 'twitter-show-replies',
4004
- 'options' => array(
4005
- array(
4006
- 'label' => __( 'No', 'feed-them-social' ),
4007
- 'value' => 'no',
4008
- ),
4009
- array(
4010
- 'label' => __( 'Yes', 'feed-them-social' ),
4011
- 'value' => 'yes',
4012
- ),
4013
- ),
4014
- 'short_attr' => array(
4015
- 'attr_name' => 'show_replies',
4016
- ),
4017
- ),
4018
-
4019
- // Pop Up Option
4020
- array(
4021
- 'grouped_options_title' => __( 'Popup', 'feed-them-social' ),
4022
- 'option_type' => 'select',
4023
- 'label' => __( 'Display Photos & Videos in Popup', 'feed-them-social' ),
4024
- 'type' => 'text',
4025
- 'id' => 'twitter-popup-option',
4026
- 'name' => 'twitter-popup-option',
4027
-
4028
- // Premium Required - yes/no/more (more allows for us to limit things by numbers, also allows for special message above option.)
4029
- 'prem_req' => 'yes',
4030
- 'options' => array(
4031
- array(
4032
- 'label' => __( 'No', 'feed-them-social' ),
4033
- 'value' => 'no',
4034
- ),
4035
- array(
4036
- 'label' => __( 'Yes', 'feed-them-social' ),
4037
- 'value' => 'yes',
4038
- ),
4039
- ),
4040
- 'req_plugin' => 'fts_premium',
4041
- 'short_attr' => array(
4042
- 'attr_name' => 'popup',
4043
- 'ifs' => 'twitter_popup',
4044
- ),
4045
- ),
4046
-
4047
- // ******************************************
4048
- // Facebook Load More Options
4049
- // ******************************************
4050
- // Twitter Load More Button
4051
- array(
4052
- 'grouped_options_title' => __( 'Load More', 'feed-them-social' ),
4053
- 'option_type' => 'select',
4054
- 'label' => __( 'Load More Button', 'feed-them-social' ),
4055
- 'type' => 'text',
4056
- 'id' => 'twitter_load_more_option',
4057
- 'name' => 'twitter_load_more_option',
4058
- 'options' => array(
4059
- array(
4060
- 'label' => __( 'No', 'feed-them-social' ),
4061
- 'value' => 'no',
4062
- ),
4063
- array(
4064
- 'label' => __( 'Yes', 'feed-them-social' ),
4065
- 'value' => 'yes',
4066
- ),
4067
- ),
4068
- 'prem_req' => 'yes',
4069
- 'req_plugin' => 'fts_premium',
4070
- 'short_attr' => array(
4071
- 'attr_name' => '',
4072
- 'empty_error_value' => '',
4073
- 'no_attribute' => 'yes',
4074
- ),
4075
- 'sub_options' => array(
4076
- 'sub_options_wrap_class' => 'twitter-loadmore-wrap',
4077
- ),
4078
- ),
4079
-
4080
- // Twitter Load More Style
4081
- array(
4082
- 'option_type' => 'select',
4083
- 'label' => __( 'Load More Style', 'feed-them-social' ),
4084
- 'type' => 'text',
4085
- 'id' => 'twitter_load_more_style',
4086
- 'name' => 'twitter_load_more_style',
4087
- 'instructional-text' => '<strong>' . __( 'NOTE:', 'feed-them-social' ) . '</strong> ' . __( 'The Button option will show a "Load More Posts" button under your feed. The AutoScroll option will load more posts when you reach the bottom of the feed. AutoScroll ONLY works if you\'ve filled in a Fixed Height for your feed.', 'feed-them-social' ),
4088
- 'options' => array(
4089
- array(
4090
- 'label' => __( 'Button', 'feed-them-social' ),
4091
- 'value' => 'button',
4092
- ),
4093
- array(
4094
- 'label' => __( 'AutoScroll', 'feed-them-social' ),
4095
- 'value' => 'autoscroll',
4096
- ),
4097
- ),
4098
- 'prem_req' => 'yes',
4099
- 'req_plugin' => 'fts_premium',
4100
- 'short_attr' => array(
4101
- 'attr_name' => 'loadmore',
4102
- 'ifs' => 'load_more',
4103
- ),
4104
-
4105
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
4106
- 'sub_options' => array(
4107
- 'sub_options_wrap_class' => 'fts-twitter-load-more-options-wrap',
4108
- ),
4109
- 'sub_options_end' => true,
4110
- ),
4111
-
4112
- // Twitter Page Load more Amount
4113
- array(
4114
- 'option_type' => 'input',
4115
- 'label' => __( 'Load more Amount', 'feed-them-social' ) . '<br/><small>' . __( 'How many more posts will load at a time.', 'feed-them-social' ) . '</small>',
4116
- 'type' => 'text',
4117
- 'id' => 'twitter_loadmore_count',
4118
- 'name' => 'twitter_loadmore_count',
4119
- 'placeholder' => __( '5 is the default number', 'feed-them-social' ),
4120
- 'value' => '',
4121
- 'req_plugin' => 'fts_premium',
4122
-
4123
- // Relative to JS.
4124
- 'short_attr' => array(
4125
- 'attr_name' => 'loadmore_count',
4126
- 'empty_error' => 'set',
4127
- 'empty_error_value' => 'loadmore_count=5',
4128
- 'ifs' => 'load_more',
4129
- ),
4130
-
4131
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
4132
- 'sub_options' => array(
4133
- 'sub_options_wrap_class' => 'fts-twitter-load-more-options2-wrap',
4134
- ),
4135
- ),
4136
-
4137
- // Twitter Load more Button Width
4138
- array(
4139
- 'option_type' => 'input',
4140
- 'label' => __( 'Load more Button Width', 'feed-them-social' ) . '<br/><small>' . __( 'Leave blank for auto width', 'feed-them-social' ) . '</small>',
4141
- 'type' => 'text',
4142
- 'id' => 'twitter_loadmore_button_width',
4143
- 'name' => 'twitter_loadmore_button_width',
4144
- 'placeholder' => '300px ' . __( 'for example', 'feed-them-social' ),
4145
- 'value' => '',
4146
- 'prem_req' => 'yes',
4147
- 'req_plugin' => 'fts_premium',
4148
- 'or_req_plugin' => 'facebook_reviews',
4149
-
4150
- // Relative to JS.
4151
- 'short_attr' => array(
4152
- 'attr_name' => 'loadmore_btn_maxwidth',
4153
- 'empty_error' => 'set',
4154
- 'empty_error_value' => 'loadmore_btn_maxwidth=300px',
4155
- 'ifs' => 'load_more',
4156
- ),
4157
- ),
4158
-
4159
- // Twitter Load more Button Margin
4160
- array(
4161
- 'option_type' => 'input',
4162
- 'label' => __( 'Load more Button Margin', 'feed-them-social' ),
4163
- 'type' => 'text',
4164
- 'id' => 'twitter_loadmore_button_margin',
4165
- 'name' => 'twitter_loadmore_button_margin',
4166
- 'placeholder' => '10px ' . __( 'for example', 'feed-them-social' ),
4167
- 'value' => '',
4168
- 'req_plugin' => 'fts_premium',
4169
-
4170
- // Relative to JS.
4171
- 'short_attr' => array(
4172
- 'attr_name' => 'loadmore_btn_margin',
4173
- 'empty_error' => 'set',
4174
- 'empty_error_value' => 'loadmore_btn_margin=10px',
4175
- 'ifs' => 'load_more',
4176
- ),
4177
- 'sub_options_end' => 2,
4178
- ),
4179
-
4180
- // ******************************************
4181
- // Twitter Grid Options
4182
- // ******************************************
4183
- // Twitter Display Posts in Grid
4184
- array(
4185
- 'grouped_options_title' => __( 'Grid', 'feed-them-social' ),
4186
- 'input_wrap_class' => 'twitter-posts-in-grid-option-wrap',
4187
- 'option_type' => 'select',
4188
- 'label' => __( 'Display Posts in Grid', 'feed-them-social' ),
4189
- 'type' => 'text',
4190
- 'id' => 'twitter-grid-option',
4191
- 'name' => 'twitter-grid-option',
4192
- 'options' => array(
4193
- 1 => array(
4194
- 'label' => __( 'No', 'feed-them-social' ),
4195
- 'value' => 'no',
4196
- ),
4197
- 2 => array(
4198
- 'label' => __( 'Yes', 'feed-them-social' ),
4199
- 'value' => 'yes',
4200
- ),
4201
- ),
4202
- 'req_plugin' => 'fts_premium',
4203
- 'or_req_plugin' => 'combine_streams',
4204
- 'short_attr' => array(
4205
- 'attr_name' => 'grid',
4206
- 'empty_error' => 'set',
4207
- 'set_operator' => '==',
4208
- 'set_equals' => 'yes',
4209
- 'empty_error_value' => '',
4210
- ),
4211
-
4212
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
4213
- 'sub_options' => array(
4214
- 'sub_options_wrap_class' => 'main-grid-options-wrap',
4215
- ),
4216
- ),
4217
-
4218
- // Grid Column Width
4219
- array(
4220
- 'option_type' => 'input',
4221
- 'label' => __( 'Grid Column Width', 'feed-them-social' ),
4222
- 'type' => 'text',
4223
- 'id' => 'twitter_grid_column_width',
4224
- 'name' => 'twitter_grid_column_width',
4225
- 'instructional-text' => '<strong> ' . __( 'NOTE:', 'feed-them-social' ) . '</strong> ' . sprintf( __( 'Define the Width of each post and the Space between each post below. You must add px after any number. Learn how to make the %1$sgrid responsive%2$s.', 'feed-them-social' ), '<a href="https://www.slickremix.com/docs/responsive-grid-css/" target="_blank">', '</a>' ),
4226
- 'placeholder' => '310px ' . __( 'for example', 'feed-them-social' ),
4227
- 'value' => '',
4228
- 'req_plugin' => 'fts_premium',
4229
- 'or_req_plugin' => 'combine_streams',
4230
- 'or_req_plugin_three' => 'facebook_reviews',
4231
-
4232
- // Relative to JS.
4233
- 'short_attr' => array(
4234
- 'attr_name' => 'colmn_width',
4235
- 'empty_error' => 'set',
4236
- 'empty_error_value' => 'colmn_width=310px',
4237
- 'ifs' => 'grid',
4238
- ),
4239
-
4240
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
4241
- 'sub_options' => array(
4242
- 'sub_options_wrap_class' => 'fts-twitter-grid-options-wrap',
4243
-
4244
- // 'sub_options_instructional_txt' => '<a href="https://feedthemsocial.com/instagram-feed-demo/" target="_blank">' . __('View demo', 'feed-them-social') . '</a> ' . __('of the Super Instagram gallery.', 'feed-them-social'),
4245
- ),
4246
- ),
4247
-
4248
- // Grid Spaces Between Posts
4249
- array(
4250
- 'option_type' => 'input',
4251
- 'label' => __( 'Grid Spaces Between Posts', 'feed-them-social' ),
4252
- 'type' => 'text',
4253
- 'id' => 'twitter_grid_space_between_posts',
4254
- 'name' => 'twitter_grid_space_between_posts',
4255
- 'placeholder' => '10px ' . __( 'for example', 'feed-them-social' ),
4256
- 'value' => '',
4257
- 'req_plugin' => 'fts_premium',
4258
- 'or_req_plugin' => 'combine_streams',
4259
- 'or_req_plugin_three' => 'facebook_reviews',
4260
-
4261
- // Relative to JS.
4262
- 'short_attr' => array(
4263
- 'attr_name' => 'space_between_posts',
4264
- 'empty_error' => 'set',
4265
- 'empty_error_value' => 'space_between_posts=10px',
4266
- 'ifs' => 'grid',
4267
- ),
4268
- 'sub_options_end' => 2,
4269
- ),
4270
- ),
4271
-
4272
- // Final Shortcode ifs
4273
- 'shortcode_ifs' => array(
4274
- 'twitter_popup' => array(
4275
- 'if' => array(
4276
- 'class' => 'select#twitter-popup-option',
4277
- 'operator' => '==',
4278
- 'value' => 'yes',
4279
- ),
4280
- ),
4281
- 'twitter_search' => array(
4282
- 'if' => array(
4283
- 'class' => 'select#twitter-messages-selector',
4284
- 'operator' => '==',
4285
- 'value' => 'hashtag',
4286
- ),
4287
- ),
4288
- 'load_more' => array(
4289
- 'if' => array(
4290
- 'class' => 'select#twitter_load_more_option',
4291
- 'operator' => '==',
4292
- 'value' => 'yes',
4293
- ),
4294
- ),
4295
- 'grid' => array(
4296
- 'if' => array(
4297
- 'class' => 'select#twitter-grid-option',
4298
- 'operator' => '==',
4299
- 'value' => 'yes',
4300
- ),
4301
- ),
4302
- ),
4303
-
4304
- // Generator Info
4305
- 'generator_title' => __( 'Twitter Feed Shortcode', 'feed-them-social' ),
4306
- 'generator_class' => 'twitter-final-shortcode',
4307
- ), // End Twitter Feed
4308
-
4309
- // ******************************************
4310
- // Instagram
4311
- // ******************************************
4312
- 'instagram' => array(
4313
- 'section_attr_key' => 'instagram_',
4314
- 'section_title' => __( 'Instagram Shortcode Generator', 'feed-them-social' ),
4315
- 'section_wrap_class' => 'fts-instagram-shortcode-form',
4316
-
4317
- // Form Info
4318
- 'form_wrap_classes' => 'instagram-shortcode-form',
4319
- 'form_wrap_id' => 'fts-instagram-form',
4320
-
4321
- // Token Check
4322
- 'token_check' => array(
4323
- array(
4324
- 'option_name' => 'fts_instagram_custom_api_token',
4325
- 'no_token_msg' => __( '<strong>STEP 1:</strong> Please get your Access Token on the <a href="admin.php?page=fts-instagram-feed-styles-submenu-page">Instagram Options</a> page before getting started. ' . $step2_custom_message . '', 'feed-them-social' ),
4326
- ),
4327
- ),
4328
-
4329
- // Feed Type Selection
4330
- 'feed_type_select' => array(
4331
- 'label' => __( 'Feed Type', 'feed-them-social' ),
4332
- 'select_wrap_classes' => 'instagram-gen-selection',
4333
- 'select_classes' => '',
4334
- 'select_name' => 'instagram-messages-selector',
4335
- 'select_id' => 'instagram-messages-selector',
4336
- ),
4337
-
4338
- // Feed Types and their options
4339
- 'feeds_types' => array(
4340
-
4341
- // User Feed
4342
- array(
4343
- 'value' => 'user',
4344
- 'title' => __( 'User Feed', 'feed-them-social' ),
4345
- ),
4346
-
4347
- // hastag Feed
4348
- array(
4349
- 'value' => 'hashtag',
4350
- 'title' => __( 'Hashtag Feed', 'feed-them-social' ),
4351
- ),
4352
-
4353
- // location Feed
4354
- array(
4355
- 'value' => 'location',
4356
- 'title' => __( 'Location Feed', 'feed-them-social' ),
4357
- ),
4358
- ),
4359
-
4360
- // Feed Type Selection
4361
- // 'conversion_input' => array(
4362
- // 'main_wrap_class' => 'instagram-id-option-wrap',
4363
- // 'conv_section_title' => __('Convert Instagram Name to ID', 'feed-them-social'),
4364
- // 'instructional-text' => 'You must copy your <a href="https://www.slickremix.com/how-to-get-your-instagram-name-and-convert-to-id/" target="_blank">Instagram Name</a> and paste it in the first input below',
4365
- // 'input_wrap_class' => 'instagram_name',
4366
- // 'label' => __('Instagram Name (required)', 'feed-them-social'),
4367
- // 'id' => 'convert_instagram_username',
4368
- // 'name' => 'convert_instagram_username',
4369
- // Button
4370
- // 'btn-value' => __('Convert Instagram Username', 'feed-them-social'),
4371
- // 'onclick' => 'converter_instagram_username();',
4372
- // ),
4373
- // 'short_attr_final' => 'yes',
4374
- // Inputs relative to all Feed_types of this feed. (Eliminates Duplication)[Excluded from loop when creating select]
4375
- 'main_options' => array(
4376
-
4377
- // Instagram ID
4378
- array(
4379
- 'option_type' => 'input',
4380
- 'input_wrap_class' => 'instagram_name',
4381
- 'label' => array(
4382
- 1 => array(
4383
- 'text' => __( 'Instagram ID # (required)', 'feed-them-social' ),
4384
- 'class' => 'instagram-user-option-text',
4385
- ),
4386
- 2 => array(
4387
- 'text' => __( 'Hashtag (required)', 'feed-them-social' ),
4388
- 'class' => 'instagram-hashtag-option-text',
4389
- ),
4390
- 3 => array(
4391
- 'text' => __( 'Location ID (required)', 'feed-them-social' ),
4392
- 'class' => 'instagram-location-option-text',
4393
- ),
4394
- ),
4395
- 'type' => 'text',
4396
- 'id' => 'instagram_id',
4397
- 'name' => 'instagram_id',
4398
- 'required' => 'yes',
4399
- 'instructional-text' => array(
4400
- 1 => array(
4401
- 'text' => __( '<div class="fts-insta-info-plus-wrapper">If your Access Token is set on the Instagram Options page of our plugin your ID should appear below.<br/><strong>To create an additional feed</strong> go back the ', 'feed-them-social' ) . ' <a href="admin.php?page=fts-instagram-feed-styles-submenu-page" target="">' . __( 'Instagram Options', 'feed-them-social' ) . '</a>' . __( ' and make sure you are logged into that specific Instagram account then click the button again to get a new Access Token/ID. Remember to click Save all Changes and return here.</div>', 'feed-them-social' ),
4402
- 'class' => 'instagram-user-option-text',
4403
- ),
4404
- 2 => array(
4405
- 'text' => __( 'Add your Hashtag below. <strong>DO NOT</strong> add the #, just the name.', 'feed-them-social' ),
4406
- 'class' => 'instagram-hashtag-option-text',
4407
- ),
4408
- 3 => array(
4409
- 'text' => __( '<strong>NOTE:</strong> The post count may not count proper in some location instances because private instagram photos are in the mix. We cannot pull private accounts photos in any location feed. Add your Location ID below.', 'feed-them-social' ),
4410
- 'class' => 'instagram-location-option-text',
4411
- ),
4412
- ),
4413
-
4414
- // Relative to JS.
4415
- 'short_attr' => array(
4416
- 'attr_name' => 'instagram_id',
4417
- 'var_final_if' => 'no',
4418
- 'empty_error' => 'yes',
4419
- ),
4420
- ),
4421
-
4422
- // Access Token
4423
- array(
4424
- 'option_type' => 'input',
4425
- 'label' => __( 'Access Token (required) ', 'feed-them-social' ) . '<br/><small>' . __( '', 'feed-them-social' ) . '</small>',
4426
- 'type' => 'text',
4427
- 'id' => 'insta_access_token',
4428
- 'name' => 'insta_access_token',
4429
-
4430
- // Only needed if Prem_Req = More otherwise remove (must have array key req_plugin)
4431
- // 'prem_req_more_msg' => '<br/><small>' . __('More than 6 Requires <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">Premium version</a>', 'feed-them-social') . '</small>',
4432
- 'placeholder' => __( '', 'feed-them-social' ),
4433
-
4434
- // Relative to JS.
4435
- 'short_attr' => array(
4436
- 'attr_name' => 'access_token',
4437
- 'var_final_if' => 'yes',
4438
- 'empty_error' => 'set',
4439
- 'empty_error_value' => '',
4440
- ),
4441
- ),
4442
-
4443
- // Pic Count
4444
- array(
4445
- 'option_type' => 'input',
4446
- 'label' => __( '# of Pics (optional)', 'feed-them-social' ) . $limitforpremium,
4447
- 'type' => 'text',
4448
- 'id' => 'pics_count',
4449
- 'name' => 'pics_count',
4450
-
4451
- // Only needed if Prem_Req = More otherwise remove (must have array key req_plugin)
4452
- // 'prem_req_more_msg' => '<br/><small>' . __('More than 6 Requires <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">Premium version</a>', 'feed-them-social') . '</small>',
4453
- 'placeholder' => __( '6 is the default value', 'feed-them-social' ),
4454
-
4455
- // Relative to JS.
4456
- 'short_attr' => array(
4457
- 'attr_name' => 'pics_count',
4458
- 'var_final_if' => 'yes',
4459
- 'empty_error' => 'set',
4460
- 'empty_error_value' => 'pics_count=6',
4461
- ),
4462
- ),
4463
-
4464
- // Feed Type
4465
- array(
4466
- 'option_type' => 'select',
4467
- 'id' => 'instagram-messages-selector',
4468
- 'no_html' => 'yes',
4469
-
4470
- // Relative to JS.
4471
- 'short_attr' => array(
4472
- 'attr_name' => 'type',
4473
- ),
4474
- ),
4475
-
4476
- // Instagram Width
4477
- array(
4478
- 'input_wrap_class' => 'instagram_width_option',
4479
- 'option_type' => 'input',
4480
- 'label' => __( 'Gallery Width', 'feed-them-social' ),
4481
- 'label_note' => __( 'Leave blank for auto height', 'feed-them-social' ),
4482
- 'type' => 'text',
4483
- 'id' => 'instagram_page_width',
4484
- 'name' => 'instagram_page_width',
4485
- 'placeholder' => '50% or 450px ' . __( 'for example', 'feed-them-social' ),
4486
-
4487
- // Relative to JS.
4488
- 'short_attr' => array(
4489
- 'attr_name' => 'width',
4490
- 'var_final_if' => 'yes',
4491
- 'empty_error' => 'set',
4492
-
4493
- // Special case: need no attribute if empty
4494
- 'empty_error_value' => '',
4495
- ),
4496
- ),
4497
-
4498
- // Instagram Fixed Height
4499
- array(
4500
- 'input_wrap_class' => 'instagram_fixed_height_option',
4501
- 'option_type' => 'input',
4502
- 'label' => __( 'Gallery Fixed Height', 'feed-them-social' ) . '<br/><small>' . __( 'Use this option to create a scrolling feed.', 'feed-them-social' ) . '</small>',
4503
- 'label_note' => __( 'Leave blank for auto height', 'feed-them-social' ),
4504
- 'type' => 'text',
4505
- 'id' => 'instagram_page_height',
4506
- 'name' => 'instagram_page_height',
4507
- 'placeholder' => '450px ' . __( 'for example', 'feed-them-social' ),
4508
-
4509
- // Relative to JS.
4510
- 'short_attr' => array(
4511
- 'attr_name' => 'height',
4512
- 'var_final_if' => 'yes',
4513
- 'empty_error' => 'set',
4514
-
4515
- // Special case: need no attribute if empty
4516
- 'empty_error_value' => '',
4517
- ),
4518
- ),
4519
-
4520
- // ******************************************
4521
- // Profile Wrap
4522
- // ******************************************
4523
- array(
4524
- 'grouped_options_title' => __( 'Profile', 'feed-them-social' ),
4525
- 'option_type' => 'select',
4526
- 'label' => __( 'Show Profile Info', 'feed-them-social' ),
4527
- 'type' => 'text',
4528
- 'id' => 'instagram-profile-wrap',
4529
- 'name' => 'instagram-profile-wrap',
4530
- 'options' => array(
4531
- 1 => array(
4532
- 'label' => __( 'No', 'feed-them-social' ),
4533
- 'value' => 'no',
4534
- ),
4535
- 2 => array(
4536
- 'label' => __( 'Yes', 'feed-them-social' ),
4537
- 'value' => 'yes',
4538
- ),
4539
- ),
4540
- 'short_attr' => array(
4541
- 'attr_name' => 'profile_wrap',
4542
- ),
4543
- 'sub_options' => array(
4544
- 'sub_options_wrap_class' => 'main-instagram-profile-options-wrap',
4545
- ),
4546
- ),
4547
- array(
4548
- 'option_type' => 'select',
4549
- 'label' => __( 'Show Profile Photo', 'feed-them-social' ),
4550
- 'type' => 'text',
4551
- 'id' => 'instagram-profile-photo',
4552
- 'name' => 'instagram-profile-photo',
4553
- 'options' => array(
4554
- 1 => array(
4555
- 'label' => __( 'No', 'feed-them-social' ),
4556
- 'value' => 'no',
4557
- ),
4558
- 2 => array(
4559
- 'label' => __( 'Yes', 'feed-them-social' ),
4560
- 'value' => 'yes',
4561
- ),
4562
- ),
4563
- 'short_attr' => array(
4564
- 'attr_name' => 'profile_photo',
4565
- 'ifs' => 'profile_wrap',
4566
- ),
4567
- 'sub_options' => array(
4568
- 'sub_options_wrap_class' => 'instagram-profile-options-wrap',
4569
- ),
4570
- ),
4571
- array(
4572
- 'option_type' => 'select',
4573
- 'label' => __( 'Show Profile Stats', 'feed-them-social' ),
4574
- 'type' => 'text',
4575
- 'id' => 'instagram-profile-stats',
4576
- 'name' => 'instagram-profile-stats',
4577
- 'options' => array(
4578
- 1 => array(
4579
- 'label' => __( 'No', 'feed-them-social' ),
4580
- 'value' => 'no',
4581
- ),
4582
- 2 => array(
4583
- 'label' => __( 'Yes', 'feed-them-social' ),
4584
- 'value' => 'yes',
4585
- ),
4586
- ),
4587
- 'short_attr' => array(
4588
- 'attr_name' => 'profile_stats',
4589
- 'ifs' => 'profile_wrap',
4590
- ),
4591
- ),
4592
- array(
4593
- 'option_type' => 'select',
4594
- 'label' => __( 'Show Profile Name', 'feed-them-social' ),
4595
- 'type' => 'text',
4596
- 'id' => 'instagram-profile-name',
4597
- 'name' => 'instagram-profile-name',
4598
- 'options' => array(
4599
- 1 => array(
4600
- 'label' => __( 'No', 'feed-them-social' ),
4601
- 'value' => 'no',
4602
- ),
4603
- 2 => array(
4604
- 'label' => __( 'Yes', 'feed-them-social' ),
4605
- 'value' => 'yes',
4606
- ),
4607
- ),
4608
- 'short_attr' => array(
4609
- 'attr_name' => 'profile_name',
4610
- 'ifs' => 'profile_wrap',
4611
- ),
4612
- ),
4613
- array(
4614
- 'option_type' => 'select',
4615
- 'label' => __( 'Show Profile Description', 'feed-them-social' ),
4616
- 'type' => 'text',
4617
- 'id' => 'instagram-profile-description',
4618
- 'name' => 'instagram-profile-description',
4619
- 'options' => array(
4620
- 1 => array(
4621
- 'label' => __( 'No', 'feed-them-social' ),
4622
- 'value' => 'no',
4623
- ),
4624
- 2 => array(
4625
- 'label' => __( 'Yes', 'feed-them-social' ),
4626
- 'value' => 'yes',
4627
- ),
4628
- ),
4629
- 'short_attr' => array(
4630
- 'attr_name' => 'profile_description',
4631
- 'ifs' => 'profile_wrap',
4632
- ),
4633
- 'sub_options_end' => 2,
4634
- ),
4635
-
4636
- // ******************************************
4637
- // Super Gallery
4638
- // ******************************************
4639
- array(
4640
- 'grouped_options_title' => __( 'Gallery Options', 'feed-them-social' ),
4641
- 'option_type' => 'select',
4642
- 'label' => __( 'Gallery Style', 'feed-them-social' ),
4643
- 'type' => 'text',
4644
- 'id' => 'instagram-custom-gallery',
4645
- 'name' => 'instagram-custom-gallery',
4646
- 'options' => array(
4647
- 1 => array(
4648
- 'label' => __( 'New Gallery Style', 'feed-them-social' ),
4649
- 'value' => 'yes',
4650
- ),
4651
- 2 => array(
4652
- 'label' => __( 'Classic Gallery Style', 'feed-them-social' ),
4653
- 'value' => 'no',
4654
- ),
4655
- ),
4656
- 'short_attr' => array(
4657
- 'attr_name' => 'super_gallery',
4658
- 'ifs' => 'super_gallery',
4659
- ),
4660
- ),
4661
- array(
4662
- 'input_wrap_class' => 'fb-page-columns-option-hide',
4663
- 'option_type' => 'select',
4664
- 'label' => __( 'Number of Columns', 'feed-them-social' ),
4665
- 'type' => 'text',
4666
- 'instructional-text' => '<strong>' . __( 'NOTE:', 'feed-them-social' ) . '</strong>' . __( 'Using the Columns option will make this gallery fully responsive and it will adapt in size to your containers width. Choose the Number of Columns and Space between each image below. Please add px after any number.', 'feed-them-social' ) . ' <a href="https://feedthemsocial.com/instagram-feed-demo/" target="_blank">' . __( 'View demo', 'feed-them-social' ) . '</a>',
4667
- 'id' => 'fts_instagram_columns',
4668
- 'name' => 'fts_instagram_columns',
4669
- 'default_value' => '3',
4670
- 'options' => array(
4671
- array(
4672
- 'label' => __( '1', 'feed-them-social' ),
4673
- 'value' => '1',
4674
- ),
4675
- array(
4676
- 'label' => __( '2', 'feed-them-social' ),
4677
- 'value' => '2',
4678
- ),
4679
- array(
4680
- 'label' => __( '3', 'feed-them-social' ),
4681
- 'value' => '3',
4682
- ),
4683
- array(
4684
- 'label' => __( '4', 'feed-them-social' ),
4685
- 'value' => '4',
4686
- ),
4687
- array(
4688
- 'label' => __( '5', 'feed-them-social' ),
4689
- 'value' => '5',
4690
- ),
4691
- array(
4692
- 'label' => __( '6', 'feed-them-social' ),
4693
- 'value' => '6',
4694
- ),
4695
- array(
4696
- 'label' => __( '7', 'feed-them-social' ),
4697
- 'value' => '7',
4698
- ),
4699
- array(
4700
- 'label' => __( '8', 'feed-them-social' ),
4701
- 'value' => '8',
4702
- ),
4703
- ),
4704
- 'short_attr' => array(
4705
- 'attr_name' => 'columns',
4706
- 'ifs' => 'super_gallery',
4707
- ),
4708
-
4709
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
4710
- 'sub_options' => array(
4711
- 'sub_options_wrap_class' => 'fts-super-instagram-options-wrap',
4712
- ),
4713
- ),
4714
- array(
4715
- 'input_wrap_class' => 'fb-page-columns-option-hide',
4716
- 'option_type' => 'select',
4717
- 'label' => __( 'Force Columns', 'feed-them-social' ) . '<br/><small>' . __( 'No, will allow the images to be responsive for smaller devices. Yes, will force columns.', 'feed-them-social' ) . '</small>',
4718
- 'type' => 'text',
4719
- 'id' => 'fts_instagram_force_columns',
4720
- 'name' => 'fts_instagram_force_columns',
4721
- 'default_value' => 'no',
4722
- 'options' => array(
4723
- array(
4724
- 'label' => __( 'No', 'feed-them-social' ),
4725
- 'value' => 'no',
4726
- ),
4727
- array(
4728
- 'label' => __( 'Yes', 'feed-them-social' ),
4729
- 'value' => 'yes',
4730
- ),
4731
- ),
4732
- 'short_attr' => array(
4733
- 'attr_name' => 'force_columns',
4734
- 'ifs' => 'super_gallery',
4735
- ),
4736
- ),
4737
-
4738
- // Space between Photos
4739
- array(
4740
- 'option_type' => 'input',
4741
- 'label' => __( 'The space between photos', 'feed-them-social' ),
4742
- 'type' => 'text',
4743
- 'id' => 'fts-slicker-instagram-container-margin',
4744
- 'name' => 'fts-slicker-instagram-container-margin',
4745
- 'placeholder' => '1px',
4746
- 'value' => '',
4747
- 'short_attr' => array(
4748
- 'attr_name' => 'space_between_photos',
4749
- 'var_final_if' => 'yes',
4750
- 'empty_error' => 'set',
4751
- 'empty_error_value' => 'space_between_photos=1px',
4752
- 'ifs' => 'super_gallery',
4753
- ),
4754
- ),
4755
-
4756
- // Icon Size
4757
- array(
4758
- 'option_type' => 'input',
4759
- 'label' => __( 'Size of the Instagram Icon', 'feed-them-social' ),
4760
- 'label_note' => __( 'Visible when you hover over photo', 'feed-them-social' ),
4761
- 'type' => 'text',
4762
- 'id' => 'fts-slicker-instagram-icon-center',
4763
- 'name' => 'fts-slicker-instagram-icon-center',
4764
- 'placeholder' => '65px',
4765
- 'short_attr' => array(
4766
- 'attr_name' => 'icon_size',
4767
- 'var_final_if' => 'yes',
4768
- 'empty_error' => 'set',
4769
- 'empty_error_value' => 'icon_size=65px',
4770
- 'ifs' => 'super_gallery',
4771
- ),
4772
- ),
4773
-
4774
- // Hide Date, Likes and Comments
4775
- array(
4776
- 'option_type' => 'select',
4777
- 'label' => __( 'Date, Heart & Comment icon', 'feed-them-social' ),
4778
- 'label_note' => __( 'Good for image sizes under 120px', 'feed-them-social' ),
4779
- 'type' => 'text',
4780
- 'id' => 'fts-slicker-instagram-container-hide-date-likes-comments',
4781
- 'name' => 'fts-slicker-instagram-container-hide-date-likes-comments',
4782
- 'options' => array(
4783
- 1 => array(
4784
- 'label' => __( 'Show', 'feed-them-social' ),
4785
- 'value' => 'no',
4786
- ),
4787
- 2 => array(
4788
- 'label' => __( 'Hide', 'feed-them-social' ),
4789
- 'value' => 'yes',
4790
- ),
4791
- ),
4792
- 'short_attr' => array(
4793
- 'attr_name' => 'hide_date_likes_comments',
4794
- 'ifs' => 'super_gallery',
4795
- ),
4796
- 'sub_options_end' => true,
4797
- ),
4798
-
4799
- // ******************************************
4800
- // Load More
4801
- // ******************************************
4802
- array(
4803
- 'grouped_options_title' => __( 'Load More', 'feed-them-social' ),
4804
- 'option_type' => 'select',
4805
- 'label' => __( 'Load more posts', 'feed-them-social' ),
4806
- 'type' => 'text',
4807
- 'id' => 'instagram_load_more_option',
4808
- 'name' => 'instagram_load_more_option',
4809
-
4810
- // Premium Required - yes/no/more (more allows for us to limit things by numbers, also allows for special message above option.)
4811
- 'prem_req' => 'yes',
4812
- 'options' => array(
4813
- 1 => array(
4814
- 'label' => __( 'No', 'feed-them-social' ),
4815
- 'value' => 'no',
4816
- ),
4817
- 2 => array(
4818
- 'label' => __( 'Yes', 'feed-them-social' ),
4819
- 'value' => 'yes',
4820
- ),
4821
- ),
4822
- 'req_plugin' => 'fts_premium',
4823
-
4824
- // Relative to JS.
4825
- 'short_attr' => array(
4826
- 'attr_name' => 'load_more',
4827
- 'var_final_if' => 'no',
4828
- 'no_attribute' => 'yes',
4829
- ),
4830
- ),
4831
-
4832
- // Load More Option Type
4833
- array(
4834
- 'option_type' => 'select',
4835
- 'label' => __( 'Load more style', 'feed-them-social' ),
4836
- 'type' => 'text',
4837
- 'id' => 'instagram_load_more_style',
4838
- 'name' => 'instagram_load_more_style',
4839
- 'instructional-text' => '<strong>' . __( 'NOTE:', 'feed-them-social' ) . '</strong> ' . __( 'The Button option will show a "Load More Posts" button under your feed. The AutoScroll option will load more posts when you reach the bottom of the feed. AutoScroll ONLY works if you\'ve filled in a Fixed Height for your feed.', 'feed-them-social' ),
4840
- 'options' => array(
4841
- 1 => array(
4842
- 'label' => __( 'Button', 'feed-them-social' ),
4843
- 'value' => 'button',
4844
- ),
4845
- 2 => array(
4846
- 'label' => __( 'AutoScroll', 'feed-them-social' ),
4847
- 'value' => 'autoscroll',
4848
- ),
4849
- ),
4850
- 'req_plugin' => 'fts_premium',
4851
- 'short_attr' => array(
4852
- 'attr_name' => 'loadmore',
4853
- 'var_final_if' => 'no',
4854
- 'var_final_value' => '',
4855
- 'ifs' => 'load_more',
4856
- ),
4857
-
4858
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
4859
- 'sub_options' => array(
4860
- 'sub_options_wrap_class' => 'fts-instagram-load-more-options-wrap',
4861
- ),
4862
- ),
4863
-
4864
- // Instagram Page Load more Amount
4865
- array(
4866
- 'option_type' => 'input',
4867
- 'label' => __( 'Load more Amount', 'feed-them-social' ) . '<br/><small>' . __( 'How many more posts will load at a time.', 'feed-them-social' ) . '</small>',
4868
- 'type' => 'text',
4869
- 'id' => 'instagram_loadmore_count',
4870
- 'name' => 'instagram_loadmore_count',
4871
- 'placeholder' => __( '5 is the default number', 'feed-them-social' ),
4872
- 'value' => '',
4873
- 'req_plugin' => 'fts_premium',
4874
-
4875
- // Relative to JS.
4876
- 'short_attr' => array(
4877
- 'attr_name' => 'loadmore_count',
4878
- 'empty_error' => 'set',
4879
- 'empty_error_value' => 'loadmore_count=5',
4880
- 'ifs' => 'load_more',
4881
- ),
4882
-
4883
- // This should be placed in the STARTING field of sub options that way wrap and instruction text is above this div (end will be in final options for div output)
4884
- 'sub_options' => array(
4885
- 'sub_options_wrap_class' => 'fts-instagram-load-more-options2-wrap',
4886
-
4887
- // 'sub_options_instructional_txt' => '<a href="https://feedthemsocial.com/instagram-feed-demo/" target="_blank">' . __('View demo', 'feed-them-social') . '</a> ' . __('of the Super Instagram gallery.', 'feed-them-social'),
4888
- ),
4889
- ),
4890
-
4891
- // Instagram Page Load more Button Width
4892
- array(
4893
- 'option_type' => 'input',
4894
- 'label' => __( 'Load more Button Width', 'feed-them-social' ) . '<br/><small>' . __( 'Leave blank for auto width', 'feed-them-social' ) . '</small>',
4895
- 'type' => 'text',
4896
- 'id' => 'instagram_loadmore_button_width',
4897
- 'name' => 'instagram_loadmore_button_width',
4898
- 'placeholder' => '300px ' . __( 'for example', 'feed-them-social' ),
4899
- 'value' => '',
4900
- 'req_plugin' => 'fts_premium',
4901
-
4902
- // Relative to JS.
4903
- 'short_attr' => array(
4904
- 'attr_name' => 'loadmore_btn_maxwidth',
4905
- 'empty_error' => 'set',
4906
- 'empty_error_value' => 'loadmore_btn_maxwidth=300px',
4907
- 'ifs' => 'load_more',
4908
- ),
4909
- ),
4910
-
4911
- // Facebook Page Load more Button Margin
4912
- array(
4913
- 'option_type' => 'input',
4914
- 'label' => __( 'Load more Button Margin', 'feed-them-social' ),
4915
- 'type' => 'text',
4916
- 'id' => 'instagram_loadmore_button_margin',
4917
- 'name' => 'instagram_loadmore_button_margin',
4918
- 'placeholder' => '10px ' . __( 'for example', 'feed-them-social' ),
4919
- 'value' => '',
4920
- 'req_plugin' => 'fts_premium',
4921
-
4922
- // Relative to JS.
4923
- 'short_attr' => array(
4924
- 'attr_name' => 'loadmore_btn_margin',
4925
- 'empty_error' => 'set',
4926
- 'empty_error_value' => 'loadmore_btn_margin=10px',
4927
- 'ifs' => 'load_more',
4928
- ),
4929
- 'sub_options_end' => 2,
4930
- ),
4931
-
4932
- // Pop Up Option
4933
- array(
4934
- 'grouped_options_title' => __( 'Popup', 'feed-them-social' ),
4935
- 'option_type' => 'select',
4936
- 'label' => __( 'Display Photos & Videos in Popup', 'feed-them-social' ),
4937
- 'type' => 'text',
4938
- 'id' => 'instagram_popup_option',
4939
- 'name' => 'instagram_popup_option',
4940
- 'options' => array(
4941
- 1 => array(
4942
- 'label' => __( 'No', 'feed-them-social' ),
4943
- 'value' => 'no',
4944
- ),
4945
- 2 => array(
4946
- 'label' => __( 'Yes', 'feed-them-social' ),
4947
- 'value' => 'yes',
4948
- ),
4949
- ),
4950
- 'req_plugin' => 'fts_premium',
4951
- 'short_attr' => array(
4952
- 'attr_name' => 'popup',
4953
- ),
4954
- ),
4955
- ),
4956
-
4957
- // Final Shortcode ifs
4958
- 'shortcode_ifs' => array(
4959
- 'profile_wrap' => array(
4960
- 'if' => array(
4961
- 'class' => 'select#instagram-profile-wrap',
4962
- 'operator' => '==',
4963
- 'value' => 'yes',
4964
- ),
4965
- ),
4966
- 'super_gallery' => array(
4967
- 'if' => array(
4968
- 'class' => 'select#instagram-custom-gallery',
4969
- 'operator' => '==',
4970
- 'value' => 'yes',
4971
- ),
4972
- ),
4973
- 'load_more' => array(
4974
- 'if' => array(
4975
- 'class' => 'select#instagram_load_more_option',
4976
- 'operator' => '==',
4977
- 'value' => 'yes',
4978
- ),
4979
- ),
4980
- ),
4981
-
4982
- // Generator Info
4983
- 'generator_title' => __( 'Instagram Feed Shortcode', 'feed-them-social' ),
4984
- 'generator_class' => 'instagram-final-shortcode',
4985
- ), // End Instagram Feed
4986
- );
4987
-
4988
- return $feed_settings_array;
4989
- }
4990
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/class-fts-settings-page.php DELETED
@@ -1,1989 +0,0 @@
1
- <?php
2
- /**
3
- * Feed Them Social - Settings Page
4
- *
5
- * This page is used to Set Global options and Creates Shortcode Generator
6
- *
7
- * @package feedthemsocial
8
- * @copyright Copyright (c) 2012-2018, SlickRemix
9
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
10
- * @since 1.0.0
11
- */
12
-
13
- namespace feedthemsocial;
14
-
15
- /**
16
- * Class FTS Settings Page
17
- *
18
- * @package feedthemsocial
19
- * @since 1.9.6
20
- */
21
- class FTS_Settings_Page {
22
-
23
- /**
24
- * Construct
25
- *
26
- * FTS_settings_page constructor.
27
- *
28
- * @since 1.9.6
29
- */
30
- public function __construct() {
31
- }
32
-
33
- /**
34
- * Feed Them Settings Page
35
- *
36
- * Main Settings Page.
37
- *
38
- * @since 1.9.6
39
- */
40
- public function feed_them_settings_page() {
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' );
48
-
49
- if ( wp_verify_nonce( $fts_fb_options_nonce, 'fts-settings-page-nonce' ) ) {
50
- ?>
51
-
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>
59
- <a href="javascript:" class="twitter-icon"></a>
60
- <a href="javascript:" class="facebook-icon"></a>
61
- <a href="javascript:" class="instagram-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', 'sidebar-support' ); ?></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', 'sidebar-support' ); ?></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' ); ?></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
-
97
- <?php
98
-
99
- $step2_custom_message = __( '<br/><strong>STEP 2:</strong> Generate your custom shortcode using the options below, then click generate shortcode and paste that to a Page, Post or widget.', 'feed-them-social' );
100
-
101
- $limitforpremium = ! is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ? '<small class="fts-required-more-posts"><br/>' . __( 'More than 6 Requires <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">Premium version</a>', 'feed-them-social' ) . '</small>' : '';
102
-
103
- if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) {
104
- $facebook_reviews_token_check = array(
105
- 1 => array(
106
- 'option_name' => 'fts_facebook_custom_api_token',
107
- 'no_token_msg' => sprintf(
108
- __( '%1$sSTEP 1:%2$s Please get your API Token on our %3$sFacebook Options%4$s page before getting started.%5$s', 'feed-them-social' ),
109
- '<strong>',
110
- '</strong>',
111
- '<a href="admin.php?page=fts-facebook-feed-styles-submenu-page">',
112
- '</a>',
113
- $step2_custom_message
114
- ),
115
- ),
116
- 2 => array(
117
- 'option_name' => 'fts_facebook_custom_api_token_biz',
118
- 'no_token_msg' => sprintf(
119
- __( '%1$sSTEP 1:%2$s Please add a Facebook Page Reviews API Token to our %3$sFacebook Options%4$s page before getting started.%5$s', 'feed-them-social' ),
120
- '<strong>',
121
- '</strong>',
122
- '<a href="admin.php?page=fts-facebook-feed-styles-submenu-page">',
123
- '</a>',
124
- $step2_custom_message
125
- ),
126
- 'req_plugin' => 'facebook_reviews',
127
- ),
128
- );
129
-
130
- } else {
131
- $facebook_reviews_token_check = array(
132
- 1 => array(
133
- 'option_name' => 'fts_facebook_custom_api_token',
134
- 'no_token_msg' => sprintf(
135
- __( '%1$sSTEP 1:%2$s Please get your API Token on our %3$sFacebook Options%4$s page before getting started.%5$s', 'feed-them-social' ),
136
- '<strong>',
137
- '</strong>',
138
- '<a href="admin.php?page=fts-facebook-feed-styles-submenu-page">',
139
- '</a>',
140
- $step2_custom_message
141
- ),
142
- ),
143
- );
144
- }
145
- $required_plugins = array(
146
- 'fts_premium' => array(
147
- // Name will go into Non-Premium field so make sure it says "extension" Example: Must have {Plugin Name} to edit.
148
- 'name' => '<h3>Feed Them Premium extension</h3>',
149
- // Slick URL should Take them to plugin on Slickremix.com because they need for required fields!
150
- 'slick_url' => 'https://www.slickremix.com/downloads/feed-them-social-premium-extension/',
151
- // Plugin URL for checking if plugin is active!
152
- 'plugin_url' => 'feed-them-premium/feed-them-premium.php',
153
- 'no_active_msg' => 'Must have <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">premium</a> to edit.',
154
- ),
155
- 'facebook_reviews' => array(
156
- 'name' => '<h3>Facebook Reviews extension</h3>',
157
- 'slick_url' => 'https://www.slickremix.com/downloads/feed-them-social-facebook-reviews/',
158
- 'plugin_url' => 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php',
159
- 'no_active_msg' => 'Must have <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">premium</a> and <a href="https://www.slickremix.com/downloads/feed-them-carousel-premium/">carousel</a> to edit.',
160
- ),
161
- 'fts_carousel' => array(
162
- 'name' => '<h3>Feed Them Carousel extension</h3>',
163
- 'slick_url' => 'https://www.slickremix.com/downloads/feed-them-carousel-premium/',
164
- 'plugin_url' => 'feed-them-carousel-premium/feed-them-carousel-premium.php',
165
- 'no_active_msg' => 'Must have <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">premium</a> and <a href="https://www.slickremix.com/downloads/feed-them-carousel-premium/">carousel</a> to edit.',
166
- ),
167
- 'combine_streams' => array(
168
- 'name' => '<h3>Feed Them Social Combined Streams extension</h3>',
169
- 'slick_url' => 'https://www.slickremix.com/downloads/feed-them-social-combined-streams/',
170
- 'plugin_url' => 'feed-them-social-combined-streams/feed-them-social-combined-streams.php',
171
- 'no_active_msg' => 'Must have <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-combined-streams/">combined streams extenstion</a> to edit.',
172
- ),
173
- );
174
-
175
- $settings_options_array = new FTS_Settings_Page_Options();
176
- $feed_settings_array = $settings_options_array->settings_page_options( $facebook_reviews_token_check, $limitforpremium, $step2_custom_message );
177
-
178
- echo $fts_functions->fts_settings_html_form( false, $feed_settings_array, $required_plugins );
179
- ?>
180
- </section>
181
- </div> <!-- #fts-tab-content1 -->
182
-
183
- <div id="fts-tab-content2" class="fts-tab-content fts-hide-me <?php echo isset( $_GET['tab'] ) && 'global_options' === $_GET['tab'] ? 'pane-active' : ''; ?>
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>';
192
- }
193
-
194
- $fts_dev_mode_cache = null !== get_option( 'fts_clear_cache_developer_mode' ) ? get_option( 'fts_clear_cache_developer_mode' ) : '900';
195
- $fts_admin_bar_menu = get_option( 'fts_admin_bar_menu' );
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">
226
- <?php
227
- // get our registered settings from the fts functions!
228
- settings_fields( 'feed-them-social-settings' );
229
- ?>
230
- <?php
231
- $fts_date_time_format = get_option( 'fts-date-and-time-format' );
232
- $fts_timezone = get_option( 'fts-timezone' );
233
- $fts_custom_date = get_option( 'date_format' );
234
- $fts_custom_time = get_option( 'time_format' );
235
- $fts_custom_timezone = get_option( 'fts-timezone' ) ? get_option( 'fts-timezone' ) : 'America/Los_Angeles';
236
- date_default_timezone_set( $fts_custom_timezone );
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">
244
- <option value="<?php echo esc_attr( 'l, F jS, Y \a\t g:ia' ); ?>" <?php echo 'l, F jS, Y \a\t g:ia' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
245
- <?php echo esc_html( date( 'l, F jS, Y \a\t g:ia' ) ); ?>
246
- </option>
247
- <option value="<?php echo esc_attr( 'F j, Y \a\t g:ia' ); ?>" <?php echo 'F j, Y \a\t g:ia' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
248
- <?php echo esc_html( date( 'F j, Y \a\t g:ia' ) ); ?>
249
- </option>
250
- <option value="<?php echo esc_attr( 'F j, Y g:ia' ); ?>" <?php echo 'F j, Y g:ia' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
251
- <?php echo esc_html( date( 'F j, Y g:ia' ) ); ?>
252
- </option>
253
- <option value="<?php echo esc_attr( 'F, Y \a\t g:ia' ); ?>" <?php echo 'F, Y \a\t g:ia' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
254
- <?php echo esc_html( date( 'F, Y \a\t g:ia' ) ); ?>
255
- </option>
256
- <option value="<?php echo esc_attr( 'M j, Y @ g:ia' ); ?>" <?php echo 'M j, Y @ g:ia' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
257
- <?php echo esc_html( date( 'M j, Y @ g:ia' ) ); ?>
258
- </option>
259
- <option value="<?php echo esc_attr( 'M j, Y @ G:i' ); ?>" <?php echo 'M j, Y @ G:i' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
260
- <?php echo esc_html( date( 'M j, Y @ G:i' ) ); ?>
261
- </option>
262
- <option value="<?php echo esc_attr( 'm/d/Y \a\t g:ia' ); ?>" <?php echo 'm/d/Y \a\t g:ia' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
263
- <?php echo esc_html( date( 'm/d/Y \a\t g:ia' ) ); ?>
264
- </option>
265
- <option value="<?php echo esc_attr( 'm/d/Y @ G:i' ); ?>" <?php echo 'm/d/Y @ G:i' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
266
- <?php echo esc_html( date( 'm/d/Y @ G:i' ) ); ?>
267
- </option>
268
- <option value="<?php echo esc_attr( 'd/m/Y \a\t g:ia' ); ?>" <?php echo 'd/m/Y \a\t g:ia' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
269
- <?php echo esc_html( date( 'd/m/Y \a\t g:ia' ) ); ?>
270
- </option>
271
- <option value="<?php echo esc_attr( 'd/m/Y @ G:i' ); ?>" <?php echo 'd/m/Y @ G:i' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
272
- <?php echo esc_html( date( 'd/m/Y @ G:i' ) ); ?>
273
- </option>
274
- <option value="<?php echo esc_attr( 'Y/m/d \a\t g:ia' ); ?>" <?php echo 'Y/m/d \a\t g:ia' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
275
- <?php echo esc_html( date( 'Y/m/d \a\t g:ia' ) ); ?>
276
- </option>
277
- <option value="<?php echo esc_attr( 'Y/m/d @ G:i' ); ?>" <?php echo 'Y/m/d @ G:i' === $fts_date_time_format ? 'selected="selected"' : ''; ?>>
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' ); ?>
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>
288
-
289
- <?php
290
- // Date translate!
291
- $fts_language_second = get_option( 'fts_language_second', 'second' );
292
- $fts_language_seconds = get_option( 'fts_language_seconds', 'seconds' );
293
- $fts_language_minute = get_option( 'fts_language_minute', 'minute' );
294
- $fts_language_minutes = get_option( 'fts_language_minutes', 'minutes' );
295
- $fts_language_hour = get_option( 'fts_language_hour', 'hour' );
296
- $fts_language_hours = get_option( 'fts_language_hours', 'hours' );
297
- $fts_language_day = get_option( 'fts_language_day', 'day' );
298
- $fts_language_days = get_option( 'fts_language_days', 'days' );
299
- $fts_language_week = get_option( 'fts_language_week', 'week' );
300
- $fts_language_weeks = get_option( 'fts_language_weeks', 'weeks' );
301
- $fts_language_month = get_option( 'fts_language_month', 'month' );
302
- $fts_language_months = get_option( 'fts_language_months', 'months' );
303
- $fts_language_year = get_option( 'fts_language_year', 'year' );
304
- $fts_language_years = get_option( 'fts_language_years', 'years' );
305
- $fts_language_ago = get_option( 'fts_language_ago', 'ago' );
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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></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' ); ?></label>
353
- <input name="fts_language_ago" type="text" value="<?php echo esc_attr( $fts_language_ago ); ?>" size="25"/>
354
-
355
- </div>
356
- <script>
357
- // change the feed type 'how to' message when a feed type is selected
358
-
359
- <?php if ( 'one-day-ago' === $fts_date_time_format ) { ?>
360
- jQuery('.custom_time_ago_wrap').show();
361
- <?php } ?>
362
- jQuery('#fts-date-and-time-format').change(function () {
363
-
364
- var ftsTimeAgo = jQuery("select#fts-date-and-time-format").val();
365
- if ( 'one-day-ago' === ftsTimeAgo ) {
366
- jQuery('.custom_time_ago_wrap').show();
367
- }
368
- else {
369
- jQuery('.custom_time_ago_wrap').hide();
370
- }
371
-
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>
379
- <p style="margin:12px 0 !important;">
380
- <input name="fts-custom-date" style="max-width:105px;" class="fts-color-settings-admin-input" id="fts-custom-date" placeholder="<?php esc_attr( 'Date', 'feed-them-social' ); ?>" value="<?php echo esc_attr( get_option( 'fts-custom-date' ) ); ?>"/>
381
- <input name="fts-custom-time" style="max-width:75px;" class="fts-color-settings-admin-input" id="fts-custom-time" placeholder="<?php esc_attr( 'Time', 'feed-them-social' ); ?>" value="<?php echo esc_attr( get_option( 'fts-custom-time' ) ); ?>"/>
382
- </p>
383
- <div><?php echo esc_html( 'This will override the date and time format above.', 'feed-them-social' ); ?>
384
- <br/><a href="https://codex.wordpress.org/Formatting_Date_and_Time" target="_blank"><?php echo esc_html( 'Options for custom date and time formatting.', 'feed-them-social' ); ?></a>
385
- </div>
386
- </div>
387
- <div style="float:left; max-width:330px; margin-right: 30px;">
388
- <h2><?php echo esc_html( 'TimeZone', 'feed-them-social' ); ?></h2>
389
- <fieldset>
390
- <select id="fts-timezone" name="fts-timezone">
391
- <option value="Pacific/Midway" <?php echo 'Pacific/Midway' === $fts_timezone ? 'selected="selected"' : ''; ?>>
392
- <?php echo esc_html( '(GMT-11:00) Midway Island, Samoa', 'feed-them-social' ); ?>
393
- </option>
394
- <option value="America/Adak" <?php echo 'America/Adak' === $fts_timezone ? 'selected="selected"' : ''; ?>>
395
- <?php echo esc_html( '(GMT-10:00) Hawaii-Aleutian', 'feed-them-social' ); ?>
396
- </option>
397
- <option value="Etc/GMT+10" <?php echo 'Etc/GMT+10' === $fts_timezone ? 'selected="selected"' : ''; ?>>
398
- <?php echo esc_html( '(GMT-10:00) Hawaii', 'feed-them-social' ); ?>
399
- </option>
400
- <option value="Pacific/Marquesas" <?php echo 'Pacific/Marquesas' === $fts_timezone ? 'selected="selected"' : ''; ?>>
401
- <?php echo esc_html( '(GMT-09:30) Marquesas Islands', 'feed-them-social' ); ?>
402
- </option>
403
- <option value="Pacific/Gambier" <?php echo 'Pacific/Gambier' === $fts_timezone ? 'selected="selected"' : ''; ?>>
404
- <?php echo esc_html( '(GMT-09:00) Gambier Islands', 'feed-them-social' ); ?>
405
- </option>
406
- <option value="America/Anchorage" <?php echo 'America/Anchorage' === $fts_timezone ? 'selected="selected"' : ''; ?>>
407
- <?php echo esc_html( '(GMT-09:00) Alaska', 'feed-them-social' ); ?>
408
- </option>
409
- <option value="America/Anchorage" <?php echo 'America/Anchorage' === $fts_timezone ? 'selected="selected"' : ''; ?>>
410
- <?php echo esc_html( '(GMT-09:00) Gambier Islands', 'feed-them-social' ); ?>
411
- </option>
412
- <option value="America/Ensenada" <?php echo 'America/Ensenada' === $fts_timezone ? 'selected="selected"' : ''; ?>>
413
- <?php echo esc_html( '(GMT-08:00) Tijuana, Baja California', 'feed-them-social' ); ?>
414
- </option>
415
- <option value="Etc/GMT+8" <?php echo 'Etc/GMT+8' === $fts_timezone ? 'selected="selected"' : ''; ?>>
416
- <?php echo esc_html( '(GMT-08:00) Pitcairn Islands', 'feed-them-social' ); ?>
417
- </option>
418
- <option value="America/Los_Angeles" <?php echo 'America/Los_Angeles' === $fts_timezone ? 'selected="selected"' : ''; ?>>
419
- <?php echo esc_html( '(GMT-08:00) Pacific Time (US & Canada)', 'feed-them-social' ); ?>
420
- </option>
421
- <option value="America/Denver" <?php echo 'America/Denver' === $fts_timezone ? 'selected="selected"' : ''; ?>>
422
- <?php echo esc_html( '(GMT-07:00) Mountain Time (US & Canada)', 'feed-them-social' ); ?>
423
- </option>
424
- <option value="America/Chihuahua" <?php echo 'America/Chihuahua' === $fts_timezone ? 'selected="selected"' : ''; ?>>
425
- <?php echo esc_html( '(GMT-07:00) Chihuahua, La Paz, Mazatlan', 'feed-them-social' ); ?>
426
- </option>
427
- <option value="America/Dawson_Creek" <?php echo 'America/Dawson_Creek' === $fts_timezone ? 'selected="selected"' : ''; ?>>
428
- <?php echo esc_html( '(GMT-07:00) Arizona', 'feed-them-social' ); ?>
429
- </option>
430
- <option value="America/Belize" <?php echo 'America/Belize' === $fts_timezone ? 'selected="selected"' : ''; ?>>
431
- <?php echo esc_html( '(GMT-06:00) Saskatchewan, Central America', 'feed-them-social' ); ?>
432
- </option>
433
- <option value="America/Cancun" <?php echo 'America/Cancun' === $fts_timezone ? 'selected="selected"' : ''; ?>>
434
- <?php echo esc_html( '(GMT-06:00) Guadalajara, Mexico City, Monterrey', 'feed-them-social' ); ?>
435
- </option>
436
- <option value="Chile/EasterIsland" <?php echo 'Chile/EasterIsland' === $fts_timezone ? 'selected="selected"' : ''; ?>>
437
- <?php echo esc_html( '(GMT-06:00) Easter Island', 'feed-them-social' ); ?>
438
- </option>
439
- <option value="America/Chicago" <?php echo 'America/Chicago' === $fts_timezone ? 'selected="selected"' : ''; ?>>
440
- <?php echo esc_html( '(GMT-06:00) Central Time (US & Canada)', 'feed-them-social' ); ?>
441
- </option>
442
- <option value="America/New_York" <?php echo 'America/New_York' === $fts_timezone ? 'selected="selected"' : ''; ?>>
443
- <?php echo esc_html( '(GMT-05:00) Eastern Time (US & Canada)', 'feed-them-social' ); ?>
444
- </option>
445
- <option value="America/Havana" <?php echo 'America/Havana' === $fts_timezone ? 'selected="selected"' : ''; ?>>
446
- <?php echo esc_html( '(GMT-05:00) Cuba', 'feed-them-social' ); ?>
447
- </option>
448
- <option value="America/Bogota" <?php echo 'America/Bogota' === $fts_timezone ? 'selected="selected"' : ''; ?>>
449
- <?php echo esc_html( '(GMT-05:00) Bogota, Lima, Quito, Rio Branco', 'feed-them-social' ); ?>
450
- </option>
451
- <option value="America/Caracas" <?php echo 'America/Caracas' === $fts_timezone ? 'selected="selected"' : ''; ?>>
452
- <?php echo esc_html( '(GMT-04:30) Caracas', 'feed-them-social' ); ?>
453
- </option>
454
- <option value="America/Santiago" <?php echo 'America/Santiago' === $fts_timezone ? 'selected="selected"' : ''; ?>>
455
- <?php echo esc_html( '(GMT-04:00) Santiago', 'feed-them-social' ); ?>
456
- </option>
457
- <option value="America/La_Paz" <?php echo 'America/La_Paz' === $fts_timezone ? 'selected="selected"' : ''; ?>>
458
- <?php echo esc_html( '(GMT-04:00) La Paz', 'feed-them-social' ); ?>
459
- </option>
460
- <option value="Atlantic/Stanley" <?php echo 'Atlantic/Stanley' === $fts_timezone ? 'selected="selected"' : ''; ?>>
461
- <?php echo esc_html( '(GMT-04:00) Faukland Islands', 'feed-them-social' ); ?>
462
- </option>
463
- <option value="America/Campo_Grande" <?php echo 'America/Campo_Grande' === $fts_timezone ? 'selected="selected"' : ''; ?>>
464
- <?php echo esc_html( '(GMT-04:00) Brazil', 'feed-them-social' ); ?>
465
- </option>
466
- <option value="America/Goose_Bay" <?php echo 'America/Goose_Bay' === $fts_timezone ? 'selected="selected"' : ''; ?>>
467
- <?php echo esc_html( '(GMT-04:00) Atlantic Time (Goose Bay)', 'feed-them-social' ); ?>
468
- </option>
469
- <option value="America/Glace_Bay" <?php echo 'America/Glace_Bay' === $fts_timezone ? 'selected="selected"' : ''; ?>>
470
- <?php echo esc_html( '(GMT-04:00) Atlantic Time (Canada)', 'feed-them-social' ); ?>
471
- </option>
472
- <option value="America/St_Johns" <?php echo 'America/St_Johns' === $fts_timezone ? 'selected="selected"' : ''; ?>>
473
- <?php echo esc_html( '(GMT-03:30) Newfoundland', 'feed-them-social' ); ?>
474
- </option>
475
- <option value="America/Araguaina" <?php echo 'America/Araguaina' === $fts_timezone ? 'selected="selected"' : ''; ?>>
476
- <?php echo esc_html( '(GMT-03:00) UTC-3', 'feed-them-social' ); ?>
477
- </option>
478
- <option value="America/Montevideo" <?php echo 'America/Montevideo' === $fts_timezone ? 'selected="selected"' : ''; ?>>
479
- <?php echo esc_html( '(GMT-03:00) Montevideo', 'feed-them-social' ); ?>
480
- </option>
481
- <option value="America/Miquelon" <?php echo 'America/Miquelon' === $fts_timezone ? 'selected="selected"' : ''; ?>>
482
- <?php echo esc_html( '(GMT-03:00) Miquelon, St. Pierre', 'feed-them-social' ); ?>
483
- </option>
484
- <option value="America/Godthab" <?php echo 'America/Godthab' === $fts_timezone ? 'selected="selected"' : ''; ?>>
485
- <?php echo esc_html( '(GMT-03:00) Greenland', 'feed-them-social' ); ?>
486
- </option>
487
- <option value="America/Argentina/Buenos_Aires" <?php echo 'America/Argentina/Buenos_Aires' === $fts_timezone ? 'selected="selected"' : ''; ?>>
488
- <?php echo esc_html( '(GMT-03:00) Buenos Aires', 'feed-them-social' ); ?>
489
- </option>
490
- <option value="America/Sao_Paulo" <?php echo 'America/Sao_Paulo' === $fts_timezone ? 'selected="selected"' : ''; ?>>
491
- <?php echo esc_html( '(GMT-03:00) Brasilia', 'feed-them-social' ); ?>
492
- </option>
493
- <option value="America/Noronha" <?php echo 'America/Noronha' === $fts_timezone ? 'selected="selected"' : ''; ?>>
494
- <?php echo esc_html( '(GMT-02:00) Mid-Atlantic', 'feed-them-social' ); ?>
495
- </option>
496
- <option value="Atlantic/Cape_Verde" <?php echo 'Atlantic/Cape_Verde' === $fts_timezone ? 'selected="selected"' : ''; ?>>
497
- <?php echo esc_html( '(GMT-01:00) Cape Verde Is.', 'feed-them-social' ); ?>
498
- </option>
499
- <option value="Atlantic/Azores" <?php echo 'Atlantic/Azores' === $fts_timezone ? 'selected="selected"' : ''; ?>>
500
- <?php echo esc_html( '(GMT-01:00) Azores', 'feed-them-social' ); ?>
501
- </option>
502
- <option value="Europe/Belfast" <?php echo 'Europe/Belfast' === $fts_timezone ? 'selected="selected"' : ''; ?>>
503
- <?php echo esc_html( '(GMT) Greenwich Mean Time : Belfast', 'feed-them-social' ); ?>
504
- </option>
505
- <option value="Europe/Dublin" <?php echo 'Europe/Dublin' === $fts_timezone ? 'selected="selected"' : ''; ?>>
506
- <?php echo esc_html( '(GMT) Greenwich Mean Time : Dublin', 'feed-them-social' ); ?>
507
- </option>
508
- <option value="Europe/Lisbon" <?php echo 'Europe/Lisbon' === $fts_timezone ? 'selected="selected"' : ''; ?>>
509
- <?php echo esc_html( '(GMT) Greenwich Mean Time : Lisbon', 'feed-them-social' ); ?>
510
- </option>
511
- <option value="Europe/London" <?php echo 'Europe/London' === $fts_timezone ? 'selected="selected"' : ''; ?>>
512
- <?php echo esc_html( '(GMT) Greenwich Mean Time : London', 'feed-them-social' ); ?>
513
- </option>
514
- <option value="Africa/Abidjan" <?php echo 'Africa/Abidjan' === $fts_timezone ? 'selected="selected"' : ''; ?>>
515
- <?php echo esc_html( '(GMT) Monrovia, Reykjavik', 'feed-them-social' ); ?>
516
- </option>
517
- <option value="Europe/Amsterdam" <?php echo 'Europe/Amsterdam' === $fts_timezone ? 'selected="selected"' : ''; ?>>
518
- <?php echo esc_html( '(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna', 'feed-them-social' ); ?>
519
- </option>
520
- <option value="Europe/Belgrade" <?php echo 'Europe/Belgrade' === $fts_timezone ? 'selected="selected"' : ''; ?>>
521
- <?php echo esc_html( '(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague', 'feed-them-social' ); ?>
522
- </option>
523
- <option value="Africa/Algiers" <?php echo 'Africa/Algiers' === $fts_timezone ? 'selected="selected"' : ''; ?>>
524
- <?php echo esc_html( '(GMT+01:00) West Central Africa', 'feed-them-social' ); ?>
525
- </option>
526
- <option value="Africa/Windhoek" <?php echo 'Africa/Windhoek' === $fts_timezone ? 'selected="selected"' : ''; ?>>
527
- <?php echo esc_html( '(GMT+01:00) Windhoek', 'feed-them-social' ); ?>
528
- </option>
529
- <option value="Asia/Beirut" <?php echo 'Asia/Beirut' === $fts_timezone ? 'selected="selected"' : ''; ?>>
530
- <?php echo esc_html( '(GMT+02:00) Beirut', 'feed-them-social' ); ?>
531
- </option>
532
- <option value="Africa/Cairo" <?php echo 'Africa/Cairo' === $fts_timezone ? 'selected="selected"' : ''; ?>>
533
- <?php echo esc_html( '(GMT+02:00) Cairo', 'feed-them-social' ); ?>
534
- </option>
535
- <option value="Asia/Gaza" <?php echo 'Asia/Gaza' === $fts_timezone ? 'selected="selected"' : ''; ?>>
536
- <?php echo esc_html( '(GMT+02:00) Gaza', 'feed-them-social' ); ?>
537
- </option>
538
- <option value="Africa/Blantyre" <?php echo 'Africa/Blantyre' === $fts_timezone ? 'selected="selected"' : ''; ?>>
539
- <?php echo esc_html( '(GMT+02:00) Harare, Pretoria', 'feed-them-social' ); ?>
540
- </option>
541
- <option value="Asia/Jerusalem" <?php echo 'Asia/Jerusalem' === $fts_timezone ? 'selected="selected"' : ''; ?>>
542
- <?php echo esc_html( '(GMT+02:00) Jerusalem', 'feed-them-social' ); ?>
543
- </option>
544
- <option value="Europe/Minsk" <?php echo 'Europe/Minsk' === $fts_timezone ? 'selected="selected"' : ''; ?>>
545
- <?php echo esc_html( '(GMT+02:00) Minsk', 'feed-them-social' ); ?>
546
- </option>
547
- <option value="Asia/Damascus" <?php echo 'Asia/Damascus' === $fts_timezone ? 'selected="selected"' : ''; ?>>
548
- <?php echo esc_html( '(GMT+02:00) Syria', 'feed-them-social' ); ?>
549
- </option>
550
- <option value="Europe/Moscow" <?php echo 'Europe/Moscow' === $fts_timezone ? 'selected="selected"' : ''; ?>>
551
- <?php echo esc_html( '(GMT+03:00) Moscow, St. Petersburg, Volgograd', 'feed-them-social' ); ?>
552
- </option>
553
- <option value="Africa/Addis_Ababa" <?php echo 'Africa/Addis_Ababa' === $fts_timezone ? 'selected="selected"' : ''; ?>>
554
- <?php echo esc_html( '(GMT+03:00) Nairobi', 'feed-them-social' ); ?>
555
- </option>
556
- <option value="Asia/Tehran" <?php echo 'Asia/Tehran' === $fts_timezone ? 'selected="selected"' : ''; ?>>
557
- <?php echo esc_html( '(GMT+03:30) Tehran', 'feed-them-social' ); ?>
558
- </option>
559
- <option value="Asia/Dubai" <?php echo 'Asia/Dubai' === $fts_timezone ? 'selected="selected"' : ''; ?>>
560
- <?php echo esc_html( '(GMT+04:00) Abu Dhabi, Muscat', 'feed-them-social' ); ?>
561
- </option>
562
- <option value="Asia/Yerevan" <?php echo 'Asia/Yerevan' === $fts_timezone ? 'selected="selected"' : ''; ?>>
563
- <?php echo esc_html( '(GMT+04:00) Yerevan', 'feed-them-social' ); ?>
564
- </option>
565
- <option value="Asia/Kabul" <?php echo 'Asia/Kabul' === $fts_timezone ? 'selected="selected"' : ''; ?>>
566
- <?php echo esc_html( '(GMT+04:30) Kabul', 'feed-them-social' ); ?>
567
- </option>
568
- <option value="Asia/Yekaterinburg" <?php echo 'Asia/Yekaterinburg' === $fts_timezone ? 'selected="selected"' : ''; ?>>
569
- <?php echo esc_html( '(GMT+05:00) Ekaterinburg', 'feed-them-social' ); ?>
570
- </option>
571
- <option value="Asia/Tashkent" <?php echo 'Asia/Tashkent' === $fts_timezone ? 'selected="selected"' : ''; ?>>
572
- <?php echo esc_html( '(GMT+05:00) Tashkent', 'feed-them-social' ); ?>
573
- </option>
574
- <option value="Asia/Kolkata" <?php echo 'Asia/Kolkata' === $fts_timezone ? 'selected="selected"' : ''; ?>>
575
- <?php echo esc_html( '(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi', 'feed-them-social' ); ?>
576
- </option>
577
- <option value="Asia/Katmandu" <?php echo 'Asia/Katmandu' === $fts_timezone ? 'selected="selected"' : ''; ?>>
578
- <?php echo esc_html( '(GMT+05:45) Kathmandu', 'feed-them-social' ); ?>
579
- </option>
580
- <option value="Asia/Dhaka" <?php echo 'Asia/Dhaka' === $fts_timezone ? 'selected="selected"' : ''; ?>>
581
- <?php echo esc_html( '(GMT+06:00) Astana, Dhaka', 'feed-them-social' ); ?>
582
- </option>
583
- <option value="Asia/Novosibirsk" <?php echo 'Asia/Novosibirsk' === $fts_timezone ? 'selected="selected"' : ''; ?>>
584
- <?php echo esc_html( '(GMT+06:00) Novosibirsk', 'feed-them-social' ); ?>
585
- </option>
586
- <option value="Asia/Rangoon" <?php echo 'Asia/Rangoon' === $fts_timezone ? 'selected="selected"' : ''; ?>>
587
- <?php echo esc_html( '(GMT+06:30) Yangon (Rangoon)', 'feed-them-social' ); ?>
588
- </option>
589
- <option value="Asia/Bangkok" <?php echo 'Asia/Bangkok' === $fts_timezone ? 'selected="selected"' : ''; ?>>
590
- <?php echo esc_html( '(GMT+07:00) Bangkok, Hanoi, Jakarta', 'feed-them-social' ); ?>
591
- </option>
592
- <option value="Asia/Krasnoyarsk" <?php echo 'Asia/Krasnoyarsk' === $fts_timezone ? 'selected="selected"' : ''; ?>>
593
- <?php echo esc_html( '(GMT+07:00) Krasnoyarsk', 'feed-them-social' ); ?>
594
- </option>
595
- <option value="Asia/Hong_Kong" <?php echo 'Asia/Hong_Kong' === $fts_timezone ? 'selected="selected"' : ''; ?>>
596
- <?php echo esc_html( '(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi', 'feed-them-social' ); ?>
597
- </option>
598
- <option value="Asia/Irkutsk" <?php echo 'Asia/Irkutsk' === $fts_timezone ? 'selected="selected"' : ''; ?>>
599
- <?php echo esc_html( '(GMT+08:00) Irkutsk, Ulaan Bataar', 'feed-them-social' ); ?>
600
- </option>
601
- <option value="Australia/Perth" <?php echo 'Australia/Perth' === $fts_timezone ? 'selected="selected"' : ''; ?>>
602
- <?php echo esc_html( '(GMT+08:00) Perth', 'feed-them-social' ); ?>
603
- </option>
604
- <option value="Australia/Eucla" <?php echo 'Australia/Eucla' === $fts_timezone ? 'selected="selected"' : ''; ?>>
605
- <?php echo esc_html( '(GMT+08:45) Eucla', 'feed-them-social' ); ?>
606
- </option>
607
- <option value="Asia/Tokyo" <?php echo 'Asia/Tokyo' === $fts_timezone ? 'selected="selected"' : ''; ?>>
608
- <?php echo esc_html( '(GMT+09:00) Osaka, Sapporo, Tokyo', 'feed-them-social' ); ?>
609
- </option>
610
- <option value="Asia/Seoul" <?php echo 'Asia/Seoul' === $fts_timezone ? 'selected="selected"' : ''; ?>>
611
- <?php echo esc_html( '(GMT+09:00) Seoul', 'feed-them-social' ); ?>
612
- </option>
613
- <option value="Asia/Yakutsk" <?php echo 'Asia/Yakutsk' === $fts_timezone ? 'selected="selected"' : ''; ?>>
614
- <?php echo esc_html( '(GMT+09:00) Yakutsk', 'feed-them-social' ); ?>
615
- </option>
616
- <option value="Australia/Adelaide" <?php echo 'Australia/Adelaide' === $fts_timezone ? 'selected="selected"' : ''; ?>>
617
- <?php echo esc_html( '(GMT+09:30) Adelaide', 'feed-them-social' ); ?>
618
- </option>
619
- <option value="Australia/Darwin" <?php echo 'Australia/Darwin' === $fts_timezone ? 'selected="selected"' : ''; ?>>
620
- <?php echo esc_html( '(GMT+09:30) Darwin', 'feed-them-social' ); ?>
621
- </option>
622
- <option value="Australia/Brisbane" <?php echo 'Australia/Brisbane' === $fts_timezone ? 'selected="selected"' : ''; ?>>
623
- <?php echo esc_html( '(GMT+10:00) Brisbane', 'feed-them-social' ); ?>
624
- </option>
625
- <option value="Australia/Hobart" <?php echo 'Australia/Hobart' === $fts_timezone ? 'selected="selected"' : ''; ?>>
626
- <?php echo esc_html( '(GMT+10:00) Sydney', 'feed-them-social' ); ?>
627
- </option>
628
- <option value="Asia/Vladivostok" <?php echo 'Asia/Vladivostok' === $fts_timezone ? 'selected="selected"' : ''; ?>>
629
- <?php echo esc_html( '(GMT+10:00) Vladivostok', 'feed-them-social' ); ?>
630
- </option>
631
- <option value="Australia/Lord_Howe" <?php echo 'Australia/Lord_Howe' === $fts_timezone ? 'selected="selected"' : ''; ?>>
632
- <?php echo esc_html( '(GMT+10:30) Lord Howe Island', 'feed-them-social' ); ?>
633
- </option>
634
- <option value="Etc/GMT-11" <?php echo 'Etc/GMT-11' === $fts_timezone ? 'selected="selected"' : ''; ?>>
635
- <?php echo esc_html( '(GMT+11:00) Solomon Is., New Caledonia', 'feed-them-social' ); ?>
636
- </option>
637
- <option value="Asia/Magadan" <?php echo 'Asia/Magadan' === $fts_timezone ? 'selected="selected"' : ''; ?>>
638
- <?php echo esc_html( '(GMT+11:00) Magadan', 'feed-them-social' ); ?>
639
- </option>
640
- <option value="Pacific/Norfolk" <?php echo 'Pacific/Norfolk' === $fts_timezone ? 'selected="selected"' : ''; ?>>
641
- <?php echo esc_html( '(GMT+11:30) Norfolk Island', 'feed-them-social' ); ?>
642
- </option>
643
- <option value="Asia/Anadyr" <?php echo 'Asia/Anadyr' === $fts_timezone ? 'selected="selected"' : ''; ?>>
644
- <?php echo esc_html( '(GMT+12:00) Anadyr, Kamchatka', 'feed-them-social' ); ?>
645
- </option>
646
- <option value="Pacific/Auckland" <?php echo 'Pacific/Auckland' === $fts_timezone ? 'selected="selected"' : ''; ?>>
647
- <?php echo esc_html( '(GMT+12:00) Auckland, Wellington', 'feed-them-social' ); ?>
648
- </option>
649
- <option value="Etc/GMT-12" <?php echo 'Etc/GMT-12' === $fts_timezone ? 'selected="selected"' : ''; ?>>
650
- <?php echo esc_html( '(GMT+12:00) Fiji, Kamchatka, Marshall Is.', 'feed-them-social' ); ?>
651
- </option>
652
- <option value="Pacific/Chatham" <?php echo 'Pacific/Chatham' === $fts_timezone ? 'selected="selected"' : ''; ?>>
653
- <?php echo esc_html( '(GMT+12:45) Chatham Islands', 'feed-them-social' ); ?>
654
- </option>
655
- <option value="Pacific/Tongatapu" <?php echo 'Pacific/Tongatapu' === $fts_timezone ? 'selected="selected"' : ''; ?>>
656
- <?php echo esc_html( '(GMT+13:00) Nuku\'alofa', 'feed-them-social' ); ?>
657
- </option>
658
- <option value="Pacific/Kiritimati" <?php echo 'Pacific/Kiritimati' === $fts_timezone ? 'selected="selected"' : ''; ?>>
659
- <?php echo esc_html( '(GMT+14:00) Kiritimati', 'feed-them-social' ); ?>
660
- </option>
661
- </select>
662
- </fieldset>
663
- </div>
664
- <div class="clear"></div>
665
-
666
- <br/>
667
- <h2><?php echo esc_html( 'Custom CSS Option', 'feed-them-social' ); ?></h2>
668
- <p>
669
- <input name="fts-color-options-settings-custom-css" class="fts-color-settings-admin-input" type="checkbox" id="fts-color-options-settings-custom-css" value="1" <?php echo checked( '1', get_option( 'fts-color-options-settings-custom-css' ) ); ?>/>
670
- <?php
671
- if ( '1' === get_option( 'fts-color-options-settings-custom-css' ) ) {
672
- ?>
673
- <strong><?php echo esc_html( 'Checked:', 'feed-them-social' ); ?></strong> <?php echo esc_html( 'Custom CSS option is being used now.', 'feed-them-social' ); ?>
674
- <?php
675
- } else {
676
- ?>
677
- <strong><?php echo esc_html( 'Not Checked:', 'feed-them-social' ); ?></strong> <?php echo esc_html( 'You are using the default CSS.', 'feed-them-social' ); ?>
678
- <?php
679
- }
680
- ?>
681
- </p>
682
- <label class="toggle-custom-textarea-show"><span><?php echo esc_html( 'Show', 'feed-them-social' ); ?></span><span class="toggle-custom-textarea-hide"><?php echo esc_html( 'Hide', 'feed-them-social' ); ?></span> <?php echo esc_html( 'custom CSS', 'feed-them-social' ); ?>
683
- </label>
684
- <div class="clear"></div>
685
- <div class="fts-custom-css-text"><?php echo esc_html( 'Thanks for using our plugin :) Add your custom CSS additions or overrides below.', 'feed-them-social' ); ?></div>
686
- <textarea name="fts-color-options-main-wrapper-css-input" class="fts-color-settings-admin-input" id="fts-color-options-main-wrapper-css-input"><?php echo esc_textarea( get_option( 'fts-color-options-main-wrapper-css-input' ) ); ?></textarea>
687
- </div><!--/feed-them-custom-css-->
688
-
689
- <div class="feed-them-custom-logo-css">
690
- <h2><?php echo esc_html( 'Disable Share Option', 'feed-them-social' ); ?></h2>
691
- <p>
692
- <input name="fts_disable_share_button" class="fts-powered-by-settings-admin-input" type="checkbox" id="fts_disable_share_button" value="1" <?php echo checked( '1', get_option( 'fts_disable_share_button' ) ); ?>/> <?php echo esc_html( 'Check this if you want to disable the Share Icon on all feeds', 'feed-them-social' ); ?>
693
- </p>
694
- <br/>
695
- <div class="feed-them-social-admin-input-wrap">
696
- <div class="feed-them-social-admin-input-label fts-social-icons-color-label">
697
- <?php echo esc_html( 'Social Icons Color', 'feed-them-social' ); ?>
698
- </div>
699
- <input type="text" name="fts_social_icons_color" class="feed-them-social-admin-input fts-social-icons-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fts-border-bottom-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fts_social_icons_color' ) ); ?>"/>
700
- <div class="clear"></div>
701
- </div>
702
- <!--/fts-facebook-feed-styles-input-wrap-->
703
-
704
- <div class="feed-them-social-admin-input-wrap">
705
- <div class="feed-them-social-admin-input-label fts-social-icons-color-label">
706
- <?php echo esc_html( 'Social Icons Hover Color', 'feed-them-social' ); ?>
707
- </div>
708
- <input type="text" name="fts_social_icons_hover_color" class="feed-them-social-admin-input fts-social-icons-hover-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fts-border-bottom-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fts_social_icons_hover_color' ) ); ?>"/>
709
- <div class="clear"></div>
710
- </div>
711
- <!--/fts-facebook-feed-styles-input-wrap-->
712
-
713
- <div class="feed-them-social-admin-input-wrap">
714
- <div class="feed-them-social-admin-input-label fts-social-icons-color-back-label">
715
- <?php echo esc_html( 'Icons wrap background Color', 'feed-them-social' ); ?>
716
- </div>
717
- <input type="text" name="fts_social_icons_back_color" class="feed-them-social-admin-input fts-social-icons-back-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="fts-border-bottom-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'fts_social_icons_back_color' ) ); ?>"/>
718
- <div class="clear"></div>
719
- </div>
720
- <!--/fts-facebook-feed-styles-input-wrap-->
721
-
722
- <br/>
723
- <?php if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) { ?>
724
- <h2><?php echo esc_html( 'Disable Magnific Popup CSS', 'feed-them-social' ); ?></h2>
725
- <p>
726
- <input name="fts_fix_magnific" class="fts-powered-by-settings-admin-input" type="checkbox" id="fts_fix_magnific" value="1" <?php echo checked( '1', get_option( 'fts_fix_magnific' ) ); ?>/> <?php echo esc_html( 'Check this if you are experiencing problems with your theme(s) or other plugin(s) popups.', 'feed-them-social' ); ?>
727
- </p>
728
- <br/>
729
- <?php } ?>
730
-
731
- <h2><?php echo esc_html( 'Fix Twitter Time', 'feed-them-social' ); ?></h2>
732
- <p>
733
- <input name="fts_twitter_time_offset" class="fts-powered-by-settings-admin-input" type="checkbox" id="fts_twitter_time_offset" value="1" <?php echo checked( '1', get_option( 'fts_twitter_time_offset' ) ); ?>/> <?php echo esc_html( 'Check this if the Twitter time is still off by 3 hours after setting the TimeZone above.', 'feed-them-social' ); ?>
734
- </p>
735
- <br/>
736
-
737
- <h2><?php echo esc_html( 'Fix Internal Server Error', 'feed-them-social' ); ?></h2>
738
- <p>
739
- <input name="fts_curl_option" class="fts-powered-by-settings-admin-input" type="checkbox" id="fts_curl_option" value="1" <?php echo checked( '1', get_option( 'fts_curl_option' ) ); ?>/> <?php echo esc_html( 'Check this option if you are getting a 500 Internal Server Error when trying to load a page with our feed on it.', 'feed-them-social' ); ?>
740
- </p>
741
- <br/>
742
-
743
- <h2><?php echo esc_html( 'Powered by Text', 'feed-them-social' ); ?></h2>
744
- <p>
745
- <input name="fts-powered-text-options-settings" class="fts-powered-by-settings-admin-input" type="checkbox" id="fts-powered-text-options-settings" value="1" <?php echo checked( '1', get_option( 'fts-powered-text-options-settings' ) ); ?>/>
746
- <?php
747
- if ( '1' === get_option( 'fts-powered-text-options-settings' ) ) {
748
- ?>
749
- <strong><?php echo esc_html( 'Checked:', 'feed-them-social' ); ?></strong> <?php echo esc_html( 'You are not showing the Powered by Logo.', 'feed-them-social' ); ?>
750
- <?php
751
- } else {
752
- ?>
753
- <strong><?php echo esc_html( 'Not Checked:', 'feed-them-social' ); ?></strong><?php echo esc_html( 'The Powered by text will appear in the site. Awesome! Thanks so much for sharing.', 'feed-them-social' ); ?>
754
- <?php
755
- }
756
- ?>
757
- </p>
758
- <br/>
759
- <input type="submit" class="feed-them-social-admin-submit-btn" value="<?php echo esc_html( 'Save All Changes', 'feed-them-social' ); ?>"/>
760
- <div class="clear"></div>
761
- </div><!--/feed-them-custom-logo-css-->
762
- </form>
763
- </div><!--/font-content-->
764
-
765
- </section>
766
- </div>
767
- </div>
768
-
769
- </div><!--/feed-them-social-admin-wrap-->
770
-
771
- <script>
772
- jQuery(document).ready(function ($) {
773
-
774
- //create hash tag in url for fts-tabs
775
- jQuery('.feed-them-social-admin-wrap #fts-tabs').on('click', "label.fts-tabbed", function () {
776
- var myURL = document.location;
777
- document.location = myURL + "&tab=" + jQuery(this).attr('id');
778
-
779
- })
780
-
781
- });
782
- </script>
783
-
784
- <h1 class="plugin-author-note"><?php echo esc_html( 'Plugin Authors Note', 'feed-them-social' ); ?></h1>
785
- <div class="fts-plugin-reviews">
786
- <div class="fts-plugin-reviews-rate"><?php echo esc_html( ' Feed Them Social was created by 2 Brothers, Spencer and Justin Labadie. That’s it, 2 people! We spend all our time creating and supporting this plugin. Show us some love if you like our plugin and leave a quick review for us, it will make our day!', 'feed-them-social' ); ?>
787
- <a href="https://wordpress.org/support/view/plugin-reviews/feed-them-social" target="_blank"><?php echo esc_html( 'Leave us a Review', 'feed-them-social' ); ?>
788
- ★★★★★</a>
789
- </div>
790
- <div class="fts-plugin-reviews-support">
791
- <?php
792
- // Free Support Message!
793
- echo sprintf(
794
- esc_html( 'If you\'re using the Free plugin and are having troubles getting setup please contact us on the %1$sFree WordPress Support Forum%2$s. We will respond within 24hrs during weekdays.', 'feed-them-social' ),
795
- '<a href="' . esc_url( 'https://wordpress.org/support/plugin/feed-them-social' ) . '" target="_blank">',
796
- '</a>'
797
- );
798
- // Paid Support Message!
799
- echo sprintf(
800
- esc_html( 'If you have a paid extensions from us please use our %1$sPaid Extension Support Ticket System%2$s', 'feed-them-social' ),
801
- '<a href="' . esc_url( 'https://www.slickremix.com/my-account/#tab-support' ) . '" target="_blank">',
802
- '</a>'
803
- );
804
- ?>
805
-
806
- <div class="fts-text-align-center">
807
- <a class="feed-them-social-admin-slick-logo" href="https://www.slickremix.com" target="_blank"></a>
808
- </div>
809
- </div>
810
- </div>
811
-
812
- <script>
813
-
814
- jQuery(document).ready(function () {
815
-
816
- // Master feed selector
817
- jQuery('#shortcode-form-selector').change(function () {
818
- jQuery('.shortcode-generator-form').hide();
819
- jQuery('.' + jQuery(this).val()).fadeIn('fast');
820
-
821
- <?php if ( get_option( 'youtube_custom_access_token' ) && get_option( 'youtube_custom_access_token' ) !== '' && get_option( 'youtube_custom_access_token' ) !== '' ) { ?>
822
- if (jQuery('select#shortcode-form-selector').val() == 'youtube-shortcode-form') {
823
- jQuery(".shortcode-generator-form.youtube-shortcode-form .fts-required-token-message").hide();
824
- }<?php } ?>
825
-
826
- if (jQuery('select#shortcode-form-selector').val() == 'fts-fb-page-shortcode-form') {
827
- jQuery("#facebook-messages-selector").change();
828
- jQuery("html, .facebook_hide_thumbnail, .facebook_hide_date, .facebook_hide_name, .facebook_show_media").show();
829
- }
830
-
831
- if (jQuery("select#shortcode-form-selector").val() == "vine-shortcode-form") {
832
- jQuery("form#feed-selector-form").append('<div class="feed-them-social-admin-input-wrap fts-premium-options-message" id="bye-vine"><a class="not-active-title" href="https://medium.com/@vine/important-news-about-vine-909c5f4ae7a7#.lcz07v6ws" target="_blank">Vine Depreciated</a><?php esc_js( 'A notice to all users of Feed Them Social that use the Vine feed in our plugin... It appears they will be closing the doors at some point soon. No specific date, but well keep you posted before it gets fully phased out. <a href="https://medium.com/@vine/important-news-about-vine-909c5f4ae7a7#.lcz07v6ws">https://medium.com/@vine/important-news-about-vine-909c5f4ae7a7#.lcz07v6ws</a><br><br>You can see the shortcode options and shortcode examples here, we will no longer be creating a shortcode generator for this feed. <a href="https://www.slickremix.com/docs/shortcode-options-table/#vine">https://www.slickremix.com/docs/shortcode-options-table/#vine</a> ', 'feed-them-social' ); ?></div>');
833
- jQuery("#bye-vine").show();
834
- }
835
- else {
836
- jQuery("form#feed-selector-form").remove("#bye-vine");
837
- }
838
-
839
- //Combined Feed
840
- <?php if ( ! is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) ) { ?>
841
- if (jQuery("select#shortcode-form-selector").val() == "combine-steams-shortcode-form") {
842
- jQuery('.combine-steams-shortcode-form, .fts-required-more-posts').hide();
843
- jQuery('#not_active_main_select, .fts-required-more-posts').show();
844
- }
845
- <?php } ?>
846
-
847
- jQuery('select#combine-steams-selector').val('all');
848
- //Remove Controller Class so everything reappears for Facebook Feed
849
- if (jQuery('.fts-facebook_page-shortcode-form').hasClass('multiple_facebook')) {
850
- jQuery('.fts-facebook_page-shortcode-form').removeClass('multiple_facebook');
851
- jQuery('.fts-required-more-posts').hide();
852
- }
853
- else {
854
- jQuery('.fts-required-more-posts').show();
855
- }
856
- jQuery('select#facebook-messages-selector option[value="events"]').show();
857
-
858
- });
859
-
860
- jQuery('select#fb_hide_like_box_button').bind('change', function (e) {
861
- if (jQuery('select#fb_hide_like_box_button').val() == 'no') {
862
- jQuery('.like-box-wrap').show();
863
- }
864
- else {
865
- jQuery('.like-box-wrap').hide();
866
- }
867
- });
868
-
869
- jQuery('#facebook_show_video_button').change(function () {
870
- jQuery('.fb-video-play-btn-options-content').toggle();
871
- });
872
-
873
- //Combine Feed Type Selector
874
- jQuery('select#combine-steams-selector').bind('change', function (e) {
875
- if (jQuery('select#combine-steams-selector').val() == 'multiple_facebook') {
876
- jQuery('.facebook_options_wrap,#fts-fb-page-form, .facebook_hide_thumbnail, .facebook_hide_date, .facebook_hide_name, .facebook_show_media ').show();
877
- jQuery('.combine_streams_options_wrap, .fts-required-more-posts').hide();
878
- jQuery('.fts-facebook_page-shortcode-form').addClass('multiple_facebook');
879
-
880
- jQuery('.multiple_facebook select#facebook-messages-selector option[value="events"]').hide();
881
- }
882
- else {
883
-
884
- jQuery('.facebook_options_wrap,#fts-fb-page-form, .facebook_hide_thumbnail, .facebook_hide_date, .facebook_hide_name, .facebook_show_media ').hide();
885
- jQuery('.combine_streams_options_wrap, .fts-required-more-posts').show();
886
-
887
- //Remove Controller Class so everything reappears for Facebook Feed
888
- if (jQuery('.fts-facebook_page-shortcode-form').hasClass('multiple_facebook')) {
889
- jQuery('.fts-facebook_page-shortcode-form').removeClass('multiple_facebook');
890
- }
891
- }
892
- });
893
-
894
- // change the feed type 'how to' message when a feed type is selected
895
- jQuery('#facebook-messages-selector').change(function () {
896
- jQuery('.facebook-message-generator').hide();
897
- jQuery('.' + jQuery(this).val()).fadeIn('fast');
898
- // if the facebook type select is changed we hide the shortcode code so not to confuse people
899
- jQuery('.final-shortcode-textarea').hide();
900
- // only show the Super Gallery Options if the facebook ablum or album covers feed type is selected
901
- var facebooktype = jQuery("select#facebook-messages-selector").val();
902
-
903
-
904
- if (facebooktype == 'albums' || facebooktype == 'album_photos' || facebooktype == 'album_videos') {
905
- jQuery('.fts-super-facebook-options-wrap,.align-images-wrap').show();
906
- jQuery('.fixed_height_option,.main-grid-options-wrap').hide();
907
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( 'Display Posts in Grid', 'feed-them-social' ); ?>')").parent('div').hide();
908
- }
909
- else {
910
- jQuery('.fts-super-facebook-options-wrap,.align-images-wrap ').hide();
911
- jQuery('.fixed_height_option,.main-grid-options-wrap').show();
912
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( 'Display Posts in Grid', 'feed-them-social' ); ?>')").parent('div').show();
913
- }
914
-
915
- if (facebooktype == 'page' || facebooktype == 'event' || facebooktype == 'group') {
916
- jQuery(".facebook_hide_thumbnail, .facebook_hide_date, .facebook_hide_name, .facebook_show_media ").show();
917
- }
918
- else {
919
- jQuery(".facebook_hide_thumbnail, .facebook_hide_date, .facebook_hide_name, .facebook_show_media ").hide();
920
- }
921
-
922
- <?php if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) { ?>
923
-
924
- // This is to show all option when prem active if you selected the Facebook Page reviews if not active. Otherwise all other fb-options-wraps are hidden when selecting another fb feed from settings page drop down.
925
- jQuery('.fb-options-wrap').show();
926
- jQuery('body .fb_album_photos_id, .fts-required-more-posts').hide();
927
-
928
- if (facebooktype == 'album_videos') {
929
- jQuery('.fts-photos-popup, #facebook_super_gallery_container, #facebook_super_gallery_animate').hide();
930
- jQuery('.video, .fb-video-play-btn-options-wrap').show();
931
- jQuery(".feed-them-social-admin-input-label:contains('# of Posts')").html("<?php echo esc_js( '# of Videos', 'feed-them-social' ); ?>");
932
- }
933
- else {
934
- jQuery('.video, .fb-video-play-btn-options-wrap').hide();
935
- jQuery('.fts-photos-popup, #facebook_super_gallery_container, #facebook_super_gallery_animate').show();
936
- jQuery(".feed-them-social-admin-input-label:contains('# of Videos')").html("<?php echo esc_js( '# of Posts', 'feed-them-social' ); ?>");
937
- }
938
- <?php
939
- } else {
940
- ?>
941
-
942
- jQuery('.video, .fb-video-play-btn-options-wrap').hide();
943
- jQuery('body .fb_album_photos_id, .fts-required-more-posts').hide();
944
-
945
- <?php } ?>
946
-
947
- if (facebooktype == 'page') {
948
- jQuery('.inst-text-facebook-page').show();
949
- }
950
- else {
951
- jQuery('.inst-text-facebook-page').hide();
952
- }
953
-
954
- if (facebooktype == 'events') {
955
- jQuery('.inst-text-facebook-event-list').show();
956
- jQuery('.facebook-loadmore-wrap').hide();
957
-
958
- }
959
- else {
960
- jQuery('.inst-text-facebook-event-list').hide();
961
- jQuery('.facebook-loadmore-wrap').show();
962
- }
963
-
964
- <?php if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) { ?>
965
- if (facebooktype == 'reviews') {
966
- jQuery('.facebook-reviews-wrap, .inst-text-facebook-reviews').show();
967
- jQuery('.align-images-wrap,.facebook-title-options-wrap, .facebook-popup-wrap, .fts-required-more-posts, .fts-required-more-posts').hide();
968
- } else {
969
- jQuery('.facebook-reviews-wrap, .inst-text-facebook-reviews').hide();
970
- jQuery('.facebook-title-options-wrap, .facebook-popup-wrap, .fts-required-more-posts, .fts-required-more-posts').show();
971
- }
972
- <?php } ?>
973
-
974
- // only show the post type visible if the facebook page feed type is selected
975
- jQuery('.facebook-post-type-visible').hide();
976
- if (facebooktype == 'page') {
977
- jQuery('.facebook-post-type-visible').show();
978
- }
979
- var fb_feed_type_option = jQuery("select#facebook-messages-selector").val();
980
- if (fb_feed_type_option == 'album_photos') {
981
- jQuery('.fb_album_photos_id').show();
982
- }
983
- else {
984
- jQuery('.fb_album_photos_id').hide();
985
- }
986
- });
987
- //Instagram Profile wrap
988
- jQuery('select#instagram-profile-wrap').bind('change', function (e) {
989
- if (jQuery('#instagram-profile-wrap').val() == 'yes') {
990
- jQuery('.instagram-profile-options-wrap').show();
991
- }
992
- else {
993
- jQuery('.instagram-profile-options-wrap').hide();
994
- }
995
- });
996
- // Instagram Super Gallery option
997
- jQuery('#instagram-custom-gallery').bind('change', function (e) {
998
- if (jQuery('#instagram-custom-gallery').val() == 'no') {
999
- jQuery('.fts-super-instagram-options-wrap').hide();
1000
- }
1001
- else {
1002
- jQuery('.fts-super-instagram-options-wrap').show();
1003
- }
1004
- });
1005
-
1006
-
1007
- jQuery('#instagram-messages-selector').bind('change', function (e) {
1008
- if (jQuery('#instagram-messages-selector').val() == 'hashtag') {
1009
- jQuery(".instagram-id-option-wrap,.instagram-user-option-text,.instagram-location-option-text,.main-instagram-profile-options-wrap").hide();
1010
- jQuery(".instagram-hashtag-option-text").show();
1011
- }
1012
- else if (jQuery('#instagram-messages-selector').val() == 'location') {
1013
- jQuery(".instagram-id-option-wrap,.instagram-user-option-text,.instagram-hashtag-option-text,.main-instagram-profile-options-wrap").hide();
1014
- jQuery(".instagram-location-option-text").show();
1015
- }
1016
- else {
1017
- jQuery(".instagram-id-option-wrap,.instagram-user-option-text,.main-instagram-profile-options-wrap").show();
1018
- jQuery(".instagram-hashtag-option-text,.instagram-location-option-text").hide();
1019
- }
1020
- });
1021
-
1022
- jQuery('#combine_instagram_type').bind('change', function (e) {
1023
- if (jQuery('#combine_instagram_type').val() == 'hashtag') {
1024
- jQuery(".combine-instagram-id-option-wrap,.combine-instagram-user-option-text,.combine-instagram-location-option-text").hide();
1025
- jQuery(".combine-instagram-hashtag-option-text").show();
1026
- }
1027
- else if (jQuery('#combine_instagram_type').val() == 'location') {
1028
- jQuery(".combine-instagram-id-option-wrap,.combine-instagram-user-option-text,.combine-instagram-hashtag-option-text").hide();
1029
- jQuery(".combine-instagram-location-option-text").show();
1030
- }
1031
- else {
1032
- jQuery(".combine-instagram-id-option-wrap,.combine-instagram-user-option-text").show();
1033
- jQuery(".combine-instagram-hashtag-option-text,.combine-instagram-location-option-text").hide();
1034
- }
1035
- });
1036
-
1037
- /* Instagram */
1038
- function getQueryString(Param) {
1039
- return decodeURI(
1040
- (RegExp('[#|&]' + Param + '=' + '(.+?)(&|$)').exec(location.hash) || [, null])[1]
1041
- );
1042
- }
1043
-
1044
- if (window.location.hash && getQueryString('feed_type') == 'instagram') {
1045
- jQuery('#feed-selector-form').find('option[value=instagram-shortcode-form]').attr('selected', 'selected');
1046
- jQuery('.shortcode-generator-form.instagram-shortcode-form').show();
1047
- jQuery('#instagram_id').val(jQuery('#instagram_id').val() + '<?php echo esc_js( get_option( 'fts_instagram_custom_id' ) ); ?>');
1048
- jQuery('#insta_access_token').val(jQuery('#insta_access_token').val() + '<?php echo esc_js( get_option( 'fts_instagram_custom_api_token' ) ); ?>');
1049
- }
1050
-
1051
- jQuery('#shortcode-form-selector, #instagram-messages-selector').bind('change', function (e) {
1052
- if (jQuery('#instagram-messages-selector').val() == 'user') {
1053
- jQuery('#instagram_id, #insta_access_token').val('');
1054
- jQuery('#instagram_id').val(jQuery('#instagram_id').val() + '<?php echo esc_js( get_option( 'fts_instagram_custom_id' ) ); ?>');
1055
- jQuery('#insta_access_token').val(jQuery('#insta_access_token').val() + '<?php echo esc_js( get_option( 'fts_instagram_custom_api_token' ) ); ?>');
1056
- }
1057
- else {
1058
- jQuery('#instagram_id').val('');
1059
- }
1060
-
1061
- });
1062
- /* FB Pages, Ablums, Photos etc */
1063
- if (window.location.hash && getQueryString('feed_type') == 'facebook') {
1064
- jQuery('#feed-selector-form').find('option[value=fts-fb-page-shortcode-form]').attr('selected', 'selected');
1065
- jQuery('#fts-tab-content1 .fts-fb-page-shortcode-form').show();
1066
- jQuery('#fb_page_id').val(jQuery('#fb_page_id').val() + '<?php echo esc_js( get_option( 'fts_facebook_custom_api_token_user_id' ) ); ?>');
1067
- jQuery('#fb_access_token').val(jQuery('#fb_access_token').val() + '<?php echo esc_js( get_option( 'fts_facebook_custom_api_token' ) ); ?>');
1068
- }
1069
-
1070
- jQuery('#shortcode-form-selector, #facebook-messages-selector').bind('change', function (e) {
1071
- if (jQuery('#facebook-messages-selector').val() == 'page' || jQuery('#facebook-messages-selector').val() == 'album_photos' || jQuery('#facebook-messages-selector').val() == 'albums' || jQuery('#facebook-messages-selector').val() == 'album_videos') {
1072
- jQuery('#fb_page_id, #fb_access_token').val('');
1073
- jQuery('#fb_page_id').val(jQuery('#fb_page_id').val() + '<?php echo esc_js( get_option( 'fts_facebook_custom_api_token_user_id' ) ); ?>');
1074
- jQuery('#fb_access_token').val(jQuery('#fb_access_token').val() + '<?php echo esc_js( get_option( 'fts_facebook_custom_api_token' ) ); ?>');
1075
- }
1076
- else {
1077
-
1078
- }
1079
-
1080
- });
1081
-
1082
- /* FB Pages, Ablums, Photos etc */
1083
- if (window.location.hash && getQueryString('feed_type') == 'facebook_reviews') {
1084
- jQuery('#feed-selector-form').find('option[value=fts-fb-page-shortcode-form]').attr('selected', 'selected');
1085
- jQuery('#fts-tab-content1 .fts-fb-page-shortcode-form').show();
1086
-
1087
- jQuery('#facebook-messages-selector').find('option[value=reviews]').attr('selected', 'selected');
1088
- jQuery('.facebook-reviews-wrap, .inst-text-facebook-reviews').show();
1089
- jQuery('.align-images-wrap,.facebook-title-options-wrap, .facebook-popup-wrap, .fts-required-more-posts, .fts-required-more-posts, .inst-text-facebook-page').hide();
1090
-
1091
- jQuery('#fb_page_id').val(jQuery('#fb_page_id').val() + '<?php echo esc_js( get_option( 'fts_facebook_custom_api_token_user_id_biz' ) ); ?>');
1092
- jQuery('#fb_access_token').val(jQuery('#fb_access_token').val() + '<?php echo esc_js( get_option( 'fts_facebook_custom_api_token_biz' ) ); ?>');
1093
- }
1094
-
1095
- jQuery('#shortcode-form-selector, #facebook-messages-selector').bind('change', function (e) {
1096
- if (jQuery('#facebook-messages-selector').val() == 'reviews') {
1097
- jQuery('#fb_page_id, #fb_access_token').val('');
1098
- jQuery('#fb_page_id').val(jQuery('#fb_page_id').val() + '<?php echo esc_js( get_option( 'fts_facebook_custom_api_token_user_id_biz' ) ); ?>');
1099
- jQuery('#fb_access_token').val(jQuery('#fb_access_token').val() + '<?php echo esc_js( get_option( 'fts_facebook_custom_api_token_biz' ) ); ?>');
1100
- }
1101
- else {
1102
-
1103
- }
1104
-
1105
- });
1106
-
1107
- jQuery('#combine_facebook').bind('change', function (e) {
1108
- jQuery('#combine_facebook_name').val('');
1109
- jQuery('#combine_facebook_name').val(jQuery('#combine_facebook_name').val() + '<?php echo esc_js( get_option( 'fts_facebook_custom_api_token_user_id' ) ); ?>');
1110
- });
1111
-
1112
- jQuery('#combine_instagram, #combine_instagram_type').bind('change', function (e) {
1113
- jQuery('#combine_instagram_name').val('');
1114
- if (jQuery('#combine_instagram_type').val() == 'user') {
1115
- jQuery('#combine_instagram_name').val(jQuery('#combine_instagram_name').val() + '<?php echo esc_js( get_option( 'fts_instagram_custom_id' ) ); ?>');
1116
- }
1117
- else {
1118
- jQuery('#combine_instagram_name').val('');
1119
- }
1120
-
1121
- });
1122
-
1123
- <?php if ( ! is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) { ?>
1124
- jQuery('#instagram-messages-selector').bind('change', function (e) {
1125
- if (jQuery('#instagram-messages-selector').val() == 'location') {
1126
- jQuery("#instagram_id").hide();
1127
- jQuery('<div class="feed-them-social-admin-input-default fts-custom-premium-required">Must have <a target="_blank" href="https://www.slickremix.com/downloads/feed-them-social-premium-extension/">premium</a> to edit.</div>').insertAfter('.feed-them-social-admin-input-label.instagram-location-option-text');
1128
- jQuery(".feed-them-social-admin-submit-btn").hide();
1129
- }
1130
- else {
1131
- jQuery("#instagram_id").show();
1132
- jQuery(".fts-custom-premium-required").hide();
1133
- jQuery(".feed-them-social-admin-submit-btn").show();
1134
- }
1135
-
1136
- });
1137
- <?php } ?>
1138
-
1139
- jQuery('#twitter-messages-selector').bind('change', function (e) {
1140
- if (jQuery('#twitter-messages-selector').val() == 'hashtag') {
1141
- jQuery(".hashtag-option-small-text,.twitter-hashtag-etc-wrap").show();
1142
- jQuery(".hashtag-option-not-required, .must-copy-twitter-name").hide();
1143
- }
1144
- else {
1145
- jQuery(".hashtag-option-not-required, .must-copy-twitter-name").show();
1146
- jQuery(".twitter-hashtag-etc-wrap,.hashtag-option-small-text").hide();
1147
- }
1148
- });
1149
-
1150
- jQuery('#combine-twitter-messages-selector').bind('change', function (e) {
1151
- if (jQuery('#combine-twitter-messages-selector').val() == 'hashtag') {
1152
- jQuery(".combine-twitter-hashtag-etc-wrap").show();
1153
- jQuery(".combine_twitter_name").hide();
1154
- }
1155
- else {
1156
- jQuery(".combine_twitter_name").show();
1157
- jQuery(".combine-twitter-hashtag-etc-wrap").hide();
1158
- }
1159
- });
1160
-
1161
- //Twitter Grid option
1162
- jQuery('#twitter-grid-option').bind('change', function (e) {
1163
- if (jQuery('#twitter-grid-option').val() == 'yes') {
1164
- jQuery('.fts-twitter-grid-options-wrap').show();
1165
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( 'Center Facebook Container?', 'feed-them-social' ); ?>')").parent('div').show();
1166
- }
1167
- else {
1168
- jQuery('.fts-twitter-grid-options-wrap').hide();
1169
- }
1170
- });
1171
-
1172
- //Twitter show load more options
1173
- jQuery('#twitter_load_more_option').bind('change', function (e) {
1174
- if (jQuery('#twitter_load_more_option').val() == 'yes') {
1175
- jQuery('.fts-twitter-load-more-options-wrap').show();
1176
- jQuery('.fts-twitter-load-more-options2-wrap').show();
1177
- }
1178
-
1179
- else {
1180
- jQuery('.fts-twitter-load-more-options-wrap, .fts-twitter-load-more-options2-wrap').hide();
1181
- }
1182
- });
1183
-
1184
- //youtube show load more options
1185
- jQuery('#youtube_load_more_option').bind('change', function (e) {
1186
- if (jQuery('#youtube_load_more_option').val() == 'yes') {
1187
- jQuery('.fts-youtube-load-more-options-wrap').show();
1188
- jQuery('.fts-youtube-load-more-options2-wrap').show();
1189
- }
1190
-
1191
- else {
1192
- jQuery('.fts-youtube-load-more-options-wrap, .fts-youtube-load-more-options2-wrap').hide();
1193
- }
1194
- });
1195
-
1196
- // facebook show grid options
1197
- jQuery('#fb-grid-option').bind('change', function (e) {
1198
- if (jQuery('#fb-grid-option').val() == 'yes') {
1199
- jQuery('.fts-facebook-grid-options-wrap').show();
1200
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( 'Center Facebook Container?', 'feed-them-social' ); ?>')").parent('div').show();
1201
- }
1202
- else {
1203
- jQuery('.fts-facebook-grid-options-wrap').hide();
1204
- }
1205
- });
1206
-
1207
- // facebook Super Gallery option
1208
- jQuery('#facebook-custom-gallery').bind('change', function (e) {
1209
- if (jQuery('#facebook-custom-gallery').val() == 'yes') {
1210
- jQuery('.fts-super-facebook-options-wrap').show();
1211
- }
1212
- else {
1213
- jQuery('.fts-super-facebook-options-wrap').hide();
1214
- }
1215
- });
1216
-
1217
- //Facebook Display Popup option
1218
- jQuery('#facebook_popup').bind('change', function (e) {
1219
- if (jQuery('#facebook_popup').val() == 'yes') {
1220
- jQuery('.display-comments-wrap').show();
1221
- }
1222
- else {
1223
- jQuery('.display-comments-wrap').hide();
1224
- }
1225
- });
1226
-
1227
- // facebook show load more options
1228
- jQuery('#fb_load_more_option').bind('change', function (e) {
1229
- if (jQuery('#fb_load_more_option').val() == 'yes') {
1230
-
1231
- if (jQuery('#facebook-messages-selector').val() !== 'album_videos') {
1232
- jQuery('.fts-facebook-load-more-options-wrap').show();
1233
- }
1234
- jQuery('.fts-facebook-load-more-options2-wrap').show();
1235
- }
1236
-
1237
- else {
1238
- jQuery('.fts-facebook-load-more-options-wrap, .fts-facebook-load-more-options2-wrap').hide();
1239
- }
1240
- });
1241
- // Instagram show load more options
1242
- jQuery('#instagram_load_more_option').bind('change', function (e) {
1243
- if (jQuery('#instagram_load_more_option').val() == 'yes') {
1244
- jQuery('.fts-instagram-load-more-options-wrap').show();
1245
- }
1246
- else {
1247
- jQuery('.fts-instagram-load-more-options-wrap').hide();
1248
- }
1249
- });
1250
-
1251
-
1252
- //Combine Grid Options
1253
- jQuery('#combine_grid_option').bind('change', function (e) {
1254
- if (jQuery('#combine_grid_option').val() == 'yes') {
1255
- jQuery('.combine-grid-options-wrap ').show();
1256
- }
1257
- else {
1258
- jQuery('.combine-grid-options-wrap ').hide();
1259
- }
1260
- });
1261
-
1262
- //Combine Facebook
1263
- jQuery('select#combine_facebook').bind('change', function (e) {
1264
- if (jQuery('select#combine_facebook').val() == 'yes') {
1265
- jQuery('.combine-facebook-wrap').show();
1266
- }
1267
- else {
1268
- jQuery('.combine-facebook-wrap').hide();
1269
- }
1270
- });
1271
- //Combine Twitter
1272
- jQuery('#combine_twitter').bind('change', function (e) {
1273
- if (jQuery('#combine_twitter').val() == 'yes') {
1274
- jQuery('.combine-twitter-wrap').show();
1275
- }
1276
- else {
1277
- jQuery('.combine-twitter-wrap').hide();
1278
- }
1279
- });
1280
- //Combine Instagram
1281
- jQuery('#combine_instagram').bind('change', function (e) {
1282
- if (jQuery('#combine_instagram').val() == 'yes') {
1283
- jQuery('.combine-instagram-wrap').show();
1284
- }
1285
- else {
1286
- jQuery('.combine-instagram-wrap').hide();
1287
- }
1288
- });
1289
- //Combine Pinterest
1290
- jQuery('#combine_pinterest').bind('change', function (e) {
1291
- if (jQuery('#combine_pinterest').val() == 'yes') {
1292
- jQuery('.combine-pinterest-wrap').show();
1293
- }
1294
- else {
1295
- jQuery('.combine-pinterest-wrap').hide();
1296
- }
1297
- });
1298
- //Combine Pinterest Type Options
1299
- jQuery('#combine_pinterest_type').bind('change', function (e) {
1300
- if (jQuery('#combine_pinterest_type').val() == 'pins_from_user') {
1301
- jQuery('.combine_board_id').hide();
1302
- }
1303
- if (jQuery('#combine_pinterest_type').val() == 'single_board_pins') {
1304
- jQuery('.combine_board_id').show();
1305
- }
1306
- });
1307
- //Combine Youtube
1308
- jQuery('#combine_youtube').bind('change', function (e) {
1309
- if (jQuery('#combine_youtube').val() == 'yes') {
1310
- jQuery('.combine-youtube-wrap').show();
1311
- }
1312
- else {
1313
- jQuery('.combine-youtube-wrap').hide();
1314
- }
1315
- });
1316
- //Youtube Options
1317
- jQuery('select#combine_youtube_type').bind('change', function (e) {
1318
- if (jQuery('#combine_youtube_type').val() == 'channelID') {
1319
- jQuery('.combine_youtube_name, .combine_playlist_id').hide();
1320
- jQuery('.combine_channel_id').show();
1321
- }
1322
- else if (jQuery('#combine_youtube_type').val() == 'userPlaylist') {
1323
- jQuery('.combine_channel_id').hide();
1324
- jQuery('.combine_playlist_id, .combine_youtube_name').show();
1325
- }
1326
- else if (jQuery('#combine_youtube_type').val() == 'playlistID') {
1327
- jQuery('.combine_youtube_name').hide();
1328
- jQuery('.combine_playlist_id, .combine_channel_id').show();
1329
- }
1330
- else {
1331
- jQuery('.combine_youtube_name').show();
1332
- jQuery('.combine_playlist_id, .combine_channel_id').hide();
1333
- }
1334
- });
1335
-
1336
-
1337
- // Pinterest options
1338
- // hide this div till needed for free version
1339
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( '# of Pins', 'feed-them-social' ); ?>')").parent('div').hide();
1340
- jQuery('#pinterest-messages-selector').bind('change', function (e) {
1341
- if (jQuery('#pinterest-messages-selector').val() == 'boards_list') {
1342
- jQuery('.number-of-boards, .pinterest-name-text').show();
1343
- jQuery('.board-name, .show-pins-amount, .pinterest-board-and-name-text').hide();
1344
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( '# of Boards', 'feed-them-social' ); ?>')").parent('div').show();
1345
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( '# of Pins', 'feed-them-social' ); ?>')").parent('div').hide();
1346
- }
1347
- });
1348
- // Pinterest options
1349
- jQuery('#pinterest-messages-selector').bind('change', function (e) {
1350
- if (jQuery('#pinterest-messages-selector').val() == 'single_board_pins') {
1351
- jQuery('.board-name, .show-pins-amount, .pinterest-board-and-name-text').show();
1352
- jQuery('.number-of-boards, .pinterest-name-text').hide();
1353
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( '# of Boards', 'feed-them-social' ); ?>')").parent('div').hide();
1354
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( '# of Pins', 'feed-them-social' ); ?>')").parent('div').show();
1355
- }
1356
- });
1357
- // Pinterest options
1358
- jQuery('#pinterest-messages-selector').bind('change', function (e) {
1359
- if (jQuery('#pinterest-messages-selector').val() == 'pins_from_user') {
1360
- jQuery('.show-pins-amount, .pinterest-name-text').show();
1361
- jQuery('.number-of-boards, .board-name, .pinterest-board-and-name-text').hide();
1362
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( '# of Boards', 'feed-them-social' ); ?>')").parent('div').hide();
1363
- jQuery(".feed-them-social-admin-input-label:contains('<?php echo esc_js( '# of Pins', 'feed-them-social' ); ?>')").parent('div').show();
1364
- }
1365
- });
1366
-
1367
-
1368
- });
1369
- <?php
1370
- $output = '';
1371
- // If shortcode Generator Changes!
1372
- echo 'jQuery("#shortcode-form-selector").change(function () {';
1373
- // Hide Premium Msg Boxes if showing!
1374
- echo 'jQuery("div.fts-premium-options-message").hide();';
1375
- echo '});';
1376
- foreach ( $feed_settings_array as $section => $section_info ) {
1377
-
1378
- // Premium Message Boxes JS!
1379
- if ( isset( $section_info['premium_msg_boxes'] ) ) {
1380
- echo 'jQuery("#' . esc_js( $section_info['feed_type_select']['select_id'] ) . '").change(function () {';
1381
- echo 'jQuery("form.' . esc_js( $section ) . '_options_wrap").show();';
1382
- foreach ( $section_info['premium_msg_boxes'] as $key => $premium_msg ) {
1383
- if ( ! is_plugin_active( $required_plugins[ $premium_msg['req_plugin'] ]['plugin_url'] ) ) {
1384
- $premium_if_class = $section_info['shortcode_ifs'][ $key ]['if']['class'];
1385
- $premium_if_operator = $section_info['shortcode_ifs'][ $key ]['if']['operator'];
1386
- $premium_if_value = $section_info['shortcode_ifs'][ $key ]['if']['value'];
1387
- echo 'if (jQuery("' . esc_js( $premium_if_class ) . '").val() ' . esc_js( $premium_if_operator ) . ' "' . esc_js( $premium_if_value ) . '") { jQuery("form.' . esc_js( $section ) . '_options_wrap").hide(); jQuery("div#not_active_' . esc_js( $key ) . '").show(); }';
1388
- echo 'else{jQuery("div#not_active_' . esc_js( $key ) . '").hide(); }';
1389
- }
1390
- }
1391
- echo '});';
1392
- }
1393
-
1394
- // Main JS Function for each Feed.
1395
- echo 'function updateTextArea_' . esc_js( $section ) . '() { ' . "\n";
1396
-
1397
- $final_shortcode_var = array();
1398
- foreach ( $section_info['main_options'] as $option ) {
1399
- $no_attribute = ! isset( $option['short_attr']['no_attribute'] ) || isset( $option['short_attr']['no_attribute'] ) && 'yes' !== $option['short_attr']['no_attribute'] ? false : true;
1400
- if ( false === $no_attribute ) {
1401
- if ( ! empty( $option['short_attr'] ) || ! isset( $option['short_attr']['no_html'] ) ) {
1402
- $option_id = isset( $option['id'] ) ? $option['id'] : '';
1403
- $input_wrap_class = isset( $option['input_wrap_class'] ) ? $option['input_wrap_class'] : '';
1404
- $section_attr_key = isset( $section_info['section_attr_key'] ) ? $section_info['section_attr_key'] : '';
1405
- $attr_name = isset( $option['short_attr']['attr_name'] ) ? $option['short_attr']['attr_name'] : '';
1406
- $empty_error = isset( $option['short_attr']['empty_error'] ) ? $option['short_attr']['empty_error'] : '';
1407
- $empty_error_value = isset( $option['short_attr']['empty_error_value'] ) ? $option['short_attr']['empty_error_value'] : '';
1408
- $var_final_check = isset( $option['short_attr']['var_final_if'] ) && ( 'yes' === $option['short_attr']['var_final_if'] || 'set' === $option['short_attr']['var_final_if'] ) ? '_final' : '';
1409
-
1410
- $set_operator = isset( $option['short_attr']['set_operator'] ) ? $option['short_attr']['set_operator'] : '';
1411
- $set_equals = isset( $option['short_attr']['set_equals'] ) ? $option['short_attr']['set_equals'] : '';
1412
-
1413
- // Is this field Hidden!
1414
- echo 'if (jQuery(\'#' . esc_js( $option_id ) . '\').is(":visible") || jQuery(\'#' . esc_js( $option_id ) . '\').hasClass( "non-visible")){';
1415
- switch ( $option['option_type'] ) {
1416
- case 'input':
1417
- echo 'var ' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name ) . ' = ' . ( empty( $empty_error ) || 'set' !== $empty_error ? '\' ' . esc_js( $attr_name ) . '=\' + ' : '' ) . 'jQuery("input#' . esc_js( $option_id ) . '").val();' . "\n";
1418
- break;
1419
- case 'select':
1420
- echo 'var ' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name ) . ' = \' ' . esc_js( $attr_name ) . '=\' + jQuery("select#' . esc_js( $option_id ) . '").val();' . "\n";
1421
- break;
1422
- }
1423
- // If Field Empty throw error (only if field can't be empty)!
1424
- if ( ! empty( $empty_error ) && 'yes' === $empty_error || ! empty( $empty_error ) && 'set' === $empty_error ) {
1425
- // Show Empty Error and Highlight input!
1426
- if ( 'yes' === $empty_error ) {
1427
-
1428
- echo isset( $option['short_attr']['empty_error_if'] ) ? 'var ' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name ) . '_error = jQuery("' . esc_js( $option['short_attr']['empty_error_if']['attribute'] ) . '").val(); if (' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name ) . '_error ' . esc_js( $option['short_attr']['empty_error_if']['operator'] ) . ' "' . esc_js( $option['short_attr']['empty_error_if']['value'] ) . '") {' : '';
1429
-
1430
- echo 'if (' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name ) . ' == " ' . esc_js( $attr_name ) . '=") {
1431
- jQuery(".' . esc_js( $input_wrap_class ) . '").addClass(\'fts-empty-error\');
1432
- jQuery("input#' . esc_js( $option_id ) . '").focus();
1433
- return false;
1434
- }
1435
- if (' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name ) . ' != " ' . esc_js( $attr_name ) . '=") {
1436
- jQuery(".' . esc_js( $input_wrap_class ) . '").removeClass(\'fts-empty-error\');
1437
- }' . "\n";
1438
-
1439
- $empty_error_value = ! empty( $empty_error_value ) ? ' ' . $empty_error_value : '';
1440
- echo isset( $option['short_attr']['empty_error_if'] ) ? '}
1441
- if (' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name ) . ' != " ' . esc_js( $attr_name ) . '=") {
1442
- var ' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name . $var_final_check ) . ' = \' ' . esc_js( $attr_name ) . '=\' + jQuery("input#' . esc_js( $option_id ) . '").val();
1443
- }
1444
- else {
1445
- var ' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name . $var_final_check ) . ' = \'' . esc_js( $empty_error_value ) . '\';
1446
- }
1447
- ' : '';
1448
- }
1449
- // Don't Show Empty Error but Automatically set value if not set.
1450
- if ( 'set' === $empty_error ) {
1451
- $empty_error_value = ! empty( $empty_error_value ) ? ' ' . $empty_error_value : '';
1452
- echo 'if (' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name ) . ( $set_operator && $set_equals ? esc_js( $set_operator ) . ' \' ' . esc_js( $attr_name ) . '=' . esc_js( $set_equals ) . '\'' : '' ) . ') {
1453
- var ' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name . $var_final_check ) . ' = \' ' . esc_js( $attr_name ) . '=\' + jQuery("' . esc_js( $option['option_type'] ) . '#' . esc_js( $option_id ) . '").val();
1454
- }
1455
- else {
1456
- var ' . ( isset( $section_attr_key ) ? esc_js( $section_attr_key ) : '' ) . esc_js( $attr_name . $var_final_check ) . ' = \'' . esc_js( $empty_error_value ) . '\';
1457
- }' . "\n";
1458
- }
1459
- }
1460
- // Is this field Hidden!
1461
- echo '}';
1462
- } else {
1463
- $output .= 'Please add "short_attr" to array.';
1464
- }
1465
-
1466
- // Premium Required? if so Check if active!
1467
- if ( ! isset( $option['req_plugin'] ) || ( isset( $option['req_plugin'] ) && is_plugin_active( $required_plugins[ $option['req_plugin'] ]['plugin_url'] ) || isset( $option['or_req_plugin'] ) && is_plugin_active( $required_plugins[ $option['or_req_plugin'] ]['plugin_url'] ) ) || isset( $option['or_req_plugin_three'] ) && is_plugin_active( $required_plugins[ $option['or_req_plugin_three'] ]['plugin_url'] ) ) {
1468
- // Check "IF"s if they exist!
1469
- if ( isset( $option['short_attr']['ifs'] ) ) {
1470
- $if_array = $option['short_attr']['ifs'];
1471
- $if_array = explode( ',', $if_array );
1472
- foreach ( $if_array as $key => $if_group ) {
1473
- $and_if_array = isset( $option['short_attr']['and_ifs'] ) ? $option['short_attr']['and_ifs'] : '';
1474
- if ( $and_if_array ) {
1475
- // Unset to Shift to end if key exists already!
1476
- if ( isset( $final_shortcode_var[ $if_group ]['and_ifs'] ) ) {
1477
- $inital_and_if = $final_shortcode_var[ $if_group ]['and_ifs'];
1478
- unset( $final_shortcode_var[ $if_group ]['and_ifs'] );
1479
- $final_shortcode_var[ $if_group ]['and_ifs'] = $inital_and_if;
1480
- }
1481
- $final_shortcode_var[ $if_group ]['and_ifs'][ $option['short_attr']['and_ifs'] ][ $attr_name ] = ( isset( $section_attr_key ) ? $section_attr_key : '' ) . $attr_name . $var_final_check;
1482
- } else {
1483
- $final_shortcode_var[ $if_group ][ $attr_name ] = ( isset( $section_attr_key ) ? $section_attr_key : '' ) . $attr_name . $var_final_check;
1484
- }
1485
- }
1486
- } else {
1487
- // no IF.
1488
- $final_shortcode_var['general_options'][] = ( isset( $section_attr_key ) ? $section_attr_key : '' ) . $attr_name . $var_final_check;
1489
- }
1490
- }
1491
-
1492
- ?>
1493
- // Extra Options to show px if user does not enter it.
1494
- // Facebook
1495
- var isPXpresent = jQuery('#facebook_page_height').val();
1496
- // This is in place to auto add the px if a specific input is missing it.
1497
- if (jQuery('#facebook_page_height').val().indexOf('px') <= 0 && isPXpresent !== "") {
1498
- jQuery('#facebook_page_height').val(jQuery('#facebook_page_height').val() + 'px');
1499
- }
1500
- <?php if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) || is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) { ?>
1501
- var isPXpresent2 = jQuery('#facebook_grid_column_width').val();
1502
- if (jQuery('#facebook_grid_column_width').val().indexOf('px') <= 0 && isPXpresent2 !== "") {
1503
- jQuery('#facebook_grid_column_width').val(jQuery('#facebook_grid_column_width').val() + 'px');
1504
- }
1505
- var isPXpresent3 = jQuery('#facebook_grid_space_between_posts').val();
1506
- if (jQuery('#facebook_grid_space_between_posts').val().indexOf('px') <= 0 && isPXpresent3 !== "") {
1507
- jQuery('#facebook_grid_space_between_posts').val(jQuery('#facebook_grid_space_between_posts').val() + 'px');
1508
- }
1509
- var isPXpresent4 = jQuery('#loadmore_button_width').val();
1510
- if (jQuery('#loadmore_button_width').val().indexOf('px') <= 0 && isPXpresent4 !== "") {
1511
- jQuery('#loadmore_button_width').val(jQuery('#loadmore_button_width').val() + 'px');
1512
- }
1513
- var isPXpresent5 = jQuery('#loadmore_button_margin').val();
1514
- if (jQuery('#loadmore_button_margin').val().indexOf('px') <= 0 && isPXpresent5 !== "") {
1515
- jQuery('#loadmore_button_margin').val(jQuery('#loadmore_button_margin').val() + 'px');
1516
- }
1517
- var isPXpresent12 = jQuery('#like_box_width').val();
1518
- if (jQuery('#like_box_width').val().indexOf('px') <= 0 && isPXpresent12 !== "") {
1519
- jQuery('#like_box_width').val(jQuery('#like_box_width').val() + 'px');
1520
- }
1521
- <?php } ?>
1522
-
1523
- // Twitter
1524
- var isPXpresent6 = jQuery('#twitter_height').val();
1525
- if (jQuery('#twitter_height').val().indexOf('px') <= 0 && isPXpresent6 !== "") {
1526
- jQuery('#twitter_height').val(jQuery('#twitter_height').val() + 'px');
1527
- }
1528
- // Instagram
1529
- var isPXpresent11 = jQuery('#instagram_page_height').val();
1530
- if (jQuery('#instagram_page_height').val().indexOf('px') <= 0 && isPXpresent11 !== "") {
1531
- jQuery('#instagram_page_height').val(jQuery('#instagram_page_height').val() + 'px');
1532
- }
1533
- // Instagram
1534
- var isPXpresent13 = jQuery('#fts-slicker-youtube-container-margin').val();
1535
- if (jQuery('#fts-slicker-youtube-container-margin').val().indexOf('px') <= 0 && isPXpresent13 !== "") {
1536
- jQuery('#fts-slicker-youtube-container-margin').val(jQuery('#fts-slicker-youtube-container-margin').val() + 'px');
1537
- }
1538
-
1539
- <?php if ( is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) ) { ?>
1540
- var isPXpresent = jQuery('#combine_grid_column_width').val();
1541
- // This is in place to auto add the px if a specific input is missing it.
1542
- if (jQuery('#combine_grid_column_width').val().indexOf('px') <= 0 && isPXpresent !== "") {
1543
- jQuery('#combine_grid_column_width').val(jQuery('#combine_grid_column_width').val() + 'px');
1544
- }
1545
- var isPXpresent = jQuery('#combine_grid_space_between_posts').val();
1546
- // This is in place to auto add the px if a specific input is missing it.
1547
- if (jQuery('#combine_grid_space_between_posts').val().indexOf('px') <= 0 && isPXpresent !== "") {
1548
- jQuery('#combine_grid_space_between_posts').val(jQuery('#combine_grid_space_between_posts').val() + 'px');
1549
- }
1550
- var isPXpresent = jQuery('#combine_height').val();
1551
- // This is in place to auto add the px if a specific input is missing it.
1552
- if (jQuery('#combine_height').val().indexOf('px') <= 0 && isPXpresent !== "") {
1553
- jQuery('#combine_height').val(jQuery('#combine_height').val() + 'px');
1554
- }
1555
- <?php } ?>
1556
-
1557
- <?php
1558
-
1559
- }
1560
- }
1561
- // End JS Loop
1562
- // Start Final Shortcode!
1563
- echo 'var final_' . esc_js( $section ) . '_shorcode_start = \'[fts_' . ( isset( $section_info['shorcode_label'] ) ? esc_js( $section_info['shorcode_label'] ) : esc_js( $section ) ) . '\';' . "\n";
1564
-
1565
- $shortcode_general_options = '';
1566
- echo 'var final_' . esc_js( $section ) . '_shorcode_attributes =\'\';' . "\n";
1567
-
1568
- if ( isset( $final_shortcode_var['general_options'] ) ) {
1569
- foreach ( $final_shortcode_var['general_options'] as $final_attribute ) {
1570
- // Add Attributes to shortcode!
1571
- echo 'if (' . esc_js( $final_attribute ) . '){final_' . esc_js( $section ) . '_shorcode_attributes +=' . esc_js( $final_attribute ) . ';}' . "\n";
1572
- }
1573
- }
1574
- // End of shorcode!
1575
- echo 'var final_' . esc_js( $section ) . '_shorcode_end = \']\';' . "\n";
1576
-
1577
- // Special Options!
1578
- foreach ( $final_shortcode_var as $special_option_group => $special_options ) {
1579
- if ( ( 'general_options' !== $special_option_group ) && isset( $section_info['shortcode_ifs'][ $special_option_group ] ) ) {
1580
- $if_class = $section_info['shortcode_ifs'][ $special_option_group ]['if']['class'];
1581
- $if_operator = $section_info['shortcode_ifs'][ $special_option_group ]['if']['operator'];
1582
- $if_value = $section_info['shortcode_ifs'][ $special_option_group ]['if']['value'];
1583
-
1584
- if ( isset( $final_shortcode_var[ $special_option_group ]['and_ifs'] ) ) {
1585
- $and_ifs_array = $final_shortcode_var[ $special_option_group ]['and_ifs'];
1586
-
1587
- foreach ( $and_ifs_array as $key => $and_ifs_attribute_array ) {
1588
- $and_if_class = $section_info['shortcode_ifs'][ $key ]['if']['class'];
1589
- $and_if_operator = $section_info['shortcode_ifs'][ $key ]['if']['operator'];
1590
- $and_if_value = $section_info['shortcode_ifs'][ $key ]['if']['value'];
1591
-
1592
- echo 'if (jQuery("' . esc_js( $if_class ) . '").val() ' . esc_js( $if_operator ) . ' "' . esc_js( $if_value ) . '" && jQuery("' . esc_js( $and_if_class ) . '").val() ' . esc_js( $and_if_operator ) . ' "' . esc_js( $and_if_value ) . '") {' . "\n";
1593
- foreach ( $and_ifs_attribute_array as $and_if_key => $and_if_attribute ) {
1594
- // Add Attributes to shortcode!
1595
- echo 'if (' . esc_js( $and_if_attribute ) . '){ final_' . esc_js( $section ) . '_shorcode_attributes +=' . esc_js( $and_if_attribute ) . ';}';
1596
- }
1597
- echo "\n" . '}' . "\n";
1598
- }
1599
- }
1600
- unset( $final_shortcode_var[ $special_option_group ]['and_ifs'] );
1601
-
1602
- $i = 0;
1603
- echo 'if (jQuery("' . esc_js( $if_class ) . '").val() ' . esc_js( $if_operator ) . ' "' . esc_js( $if_value ) . '") {' . "\n";
1604
- foreach ( $final_shortcode_var[ $special_option_group ] as $key => $final_special_attribute ) {
1605
- // Add Attributes to shortcode!
1606
- echo 'if (' . esc_js( $final_special_attribute ) . '){ final_' . esc_js( $section ) . '_shorcode_attributes +=' . esc_js( $final_special_attribute ) . ';}';
1607
- }
1608
- echo "\n" . '}' . "\n";
1609
- }
1610
- }
1611
- // Put the shortcode together!
1612
- echo 'var final_' . esc_js( $section ) . '_shorcode = final_' . esc_js( $section ) . '_shorcode_start + final_' . esc_js( $section ) . '_shorcode_attributes + final_' . esc_js( $section ) . '_shorcode_end;' . "\n";
1613
-
1614
- // Create Final Shortcode and show it!
1615
- echo 'jQuery(\'.' . esc_js( $section_info['generator_class'] ) . '\').val(final_' . esc_js( $section ) . '_shorcode);' . "\n";
1616
- echo 'jQuery(\'.' . esc_js( $section_info['form_wrap_classes'] ) . ' .final-shortcode-textarea\').slideDown();';
1617
-
1618
- echo '}';
1619
- }
1620
- ?>
1621
-
1622
- //END Instagram//
1623
-
1624
-
1625
- //START convert Instagram name to id for regular isntagram and combined feeds instagram option //
1626
- function converter_instagram_username() {
1627
-
1628
- var convert_instagram_username = jQuery("input#convert_instagram_username").val();
1629
-
1630
- var convert_instagram_username_combined = jQuery("input#combine_convert_instagram_username").val();
1631
-
1632
- // Regular Instagram Converter
1633
- if (jQuery("#fts-instagram-form").is(':visible') && convert_instagram_username == "") {
1634
- jQuery("#convert_instagram_username").addClass('fts-empty-error');
1635
- jQuery("input#convert_instagram_username").focus();
1636
- return false;
1637
- }
1638
- else if (jQuery("#fts-instagram-form").is(':visible') && convert_instagram_username !== "") {
1639
- jQuery(".convert_instagram_username").removeClass('fts-empty-error');
1640
- var username_id = "#convert_instagram_username";
1641
- var picker_wrap = "#fts-instagram-username-picker-wrap";
1642
- var username = convert_instagram_username;
1643
- }
1644
-
1645
-
1646
- // Combined Feeds Converter
1647
- if (jQuery("#fts-combine-steams-form").is(':visible') && convert_instagram_username_combined == "") {
1648
- // alert('wtf');
1649
- jQuery("#combine_convert_instagram_username").addClass('fts-empty-error');
1650
- jQuery("input#combine_convert_instagram_username").focus();
1651
- return false;
1652
- }
1653
- else if (jQuery("#fts-combine-steams-form").is(':visible') && convert_instagram_username_combined !== "") {
1654
-
1655
- jQuery(".convert_instagram_username").removeClass('fts-empty-error');
1656
- var username_id = "#combine_convert_instagram_username";
1657
- var picker_wrap = "#fts-instagram-username-picker-wrap-combined";
1658
- var username = convert_instagram_username_combined;
1659
- }
1660
-
1661
- console.log(username);
1662
-
1663
- <?php
1664
- $fts_instagram_tokens_array = array( '9844495a8c4c4c51a7c519d0e7e8f293', '9844495a8c4c4c51a7c519d0e7e8f293' );
1665
- $fts_instagram_access_token = $fts_instagram_tokens_array[ array_rand( $fts_instagram_tokens_array, 1 ) ];
1666
- ?>
1667
- jQuery.getJSON("https://api.instagram.com/v1/users/search?q=" + username + "&client_id=<?php echo esc_attr( $fts_instagram_access_token ); ?>&access_token=258559306.da06fb6.c222db6f1a794dccb7a674fec3f0941f&callback=?",
1668
-
1669
- {
1670
- format: "json"
1671
- },
1672
- function (data) {
1673
-
1674
- console.log(data);
1675
-
1676
- var convert_instagram_username = jQuery("input#convert_instagram_username").val();
1677
-
1678
- var convert_instagram_username_combined = jQuery("input#combine_convert_instagram_username").val();
1679
- jQuery('.fts-instagram-username-picker-wrap').html('');
1680
- jQuery('.fts-instagram-username-picker-wrap').closest('.instructional-text').css("border", "none");
1681
-
1682
-
1683
- jQuery.each(data.data, function (key, val) {
1684
- console.log(data.data[key].full_name);
1685
- console.log(data.data[key].profile_picture);
1686
- console.log(data.data[key].username);
1687
- console.log(data.data[key].id);
1688
-
1689
- if (jQuery(username_id).val() === data.data[key].username) {
1690
-
1691
- jQuery(username_id).prepend(data.data[key].username);
1692
-
1693
- jQuery(picker_wrap).prepend('<li class="fts-insta-username-' + data.data[key].username + '"><div class="fts-insta-profile-picture-div"><img src="' + data.data[key].profile_picture + '"/><div class="fts-insta-fullname-div"><strong>Full Name:</strong> ' + data.data[key].full_name + '</div><div class="fts-insta-username-div"><strong>Username:</strong> ' + data.data[key].username + '</div><div class="fts-insta-id-div"><strong>ID:</strong> <span class="fts-insta-id-final">' + data.data[key].id + '</span></span></div></li>');
1694
-
1695
-
1696
- if (jQuery("#fts-instagram-form").is(':visible') && convert_instagram_username !== "") {
1697
- jQuery('.fts-insta-username-' + data.data[key].username + '').addClass('fts-insta-id-active');
1698
- jQuery('#instagram_id').val(data.data[key].id);
1699
- console.log('Success');
1700
- console.log('.fts-insta-username-' + data.data[key].username + '');
1701
- }
1702
-
1703
- if (jQuery("#fts-combine-steams-form").is(':visible') && convert_instagram_username_combined !== "") {
1704
- jQuery('.fts-insta-username-' + data.data[key].username + '').addClass('fts-insta-id-active');
1705
- jQuery('#combine_instagram_name').val(data.data[key].id);
1706
-
1707
-
1708
- console.log('Success');
1709
- console.log('.fts-insta-username-' + data.data[key].username + '');
1710
-
1711
- }
1712
-
1713
- }
1714
- else {
1715
- jQuery(picker_wrap).append('<li class="fts-insta-username-' + data.data[key].username + '"><div class="fts-insta-profile-picture-div"><img src="' + data.data[key].profile_picture + '"/><div class="fts-insta-fullname-div"><strong>Full Name:</strong> ' + data.data[key].full_name + '</div><div class="fts-insta-username-div"><strong>Username:</strong> ' + data.data[key].username + '</div><div class="fts-insta-id-div"><strong>ID:</strong> <span class="fts-insta-id-final">' + data.data[key].id + '</span></span></div></li>');
1716
-
1717
- }
1718
-
1719
- });
1720
-
1721
- });
1722
- }
1723
-
1724
- //Append button to instagram converter input
1725
- // jQuery('.combine-instagram-id-option-wrap').append('<input type="button" class="feed-them-social-admin-submit-btn" value="Convert Instagram Username" onclick="converter_instagram_username();" tabindex="4" style="margin-right:1em;" />');
1726
-
1727
- jQuery(document).ready(function () {
1728
-
1729
- // Use this to force form to be open for easier development access to shortcode options( comment out when not in use ) .fts-instagram-form
1730
- // jQuery('.shortcode-generator-form').hide();
1731
- // jQuery('.combine-steams-shortcode-form').fadeIn('fast');
1732
-
1733
- // This is for when you click on the returned instagram id,name list it will make that li active and append the value to the instagram ID input.
1734
- jQuery('.fts-instagram-username-picker-wrap').on('click', 'li', function () {
1735
- var convert_instagram_username = jQuery("input#convert_instagram_username").val();
1736
- var convert_instagram_username_combined = jQuery("input#combine_convert_instagram_username").val();
1737
- var insta_page_id = jQuery(this).find('.fts-insta-id-final').html();
1738
- console.log(insta_page_id);
1739
-
1740
- if (convert_instagram_username !== "") {
1741
- jQuery("#instagram_id").val(insta_page_id);
1742
- }
1743
- if (convert_instagram_username_combined !== "") {
1744
- jQuery("#combine_instagram_name").val(insta_page_id);
1745
- }
1746
-
1747
- jQuery('.fts-instagram-username-picker-wrap li').not(this).removeClass('fts-insta-id-active');
1748
- jQuery(this).addClass('fts-insta-id-active');
1749
-
1750
- });
1751
-
1752
- jQuery(".toggle-custom-textarea-show").click(function () {
1753
- jQuery('textarea#fts-color-options-main-wrapper-css-input').slideToggle();
1754
- jQuery('.toggle-custom-textarea-show span').toggle();
1755
- jQuery('.fts-custom-css-text').toggle();
1756
- });
1757
-
1758
- // START: Fix issues when people enter the full url instead of just the ID or Name. We'll truncate this at a later date.
1759
- jQuery("#fb_page_id").change(function () {
1760
- var feedID = jQuery("input#fb_page_id").val();
1761
- if (feedID.indexOf('facebook.com') != -1 || feedID.indexOf('facebook.com') != -1) {
1762
- feedID = feedID.replace(/\/$/, '');
1763
- feedID = feedID.substr(feedID.lastIndexOf('/') + 1);
1764
- var newfeedID = feedID;
1765
- jQuery('#fb_page_id').val(newfeedID);
1766
-
1767
- }
1768
- });
1769
-
1770
- jQuery("#twitter_name").change(function () {
1771
- var feedID = jQuery("input#twitter_name").val();
1772
- if (feedID.indexOf('twitter.com') != -1) {
1773
- feedID = feedID.replace(/\/$/, '');
1774
- feedID = feedID.substr(feedID.lastIndexOf('/') + 1);
1775
- var newfeedID = feedID;
1776
- jQuery('#twitter_name').val(newfeedID);
1777
-
1778
- }
1779
- });
1780
-
1781
- jQuery("#convert_instagram_username").change(function () {
1782
- var feedID = jQuery("input#convert_instagram_username").val();
1783
- if (feedID.indexOf('instagram.com') != -1) {
1784
- feedID = feedID.replace(/\/$/, '');
1785
- feedID = feedID.substr(feedID.lastIndexOf('/') + 1);
1786
- var newfeedID = feedID;
1787
- jQuery('#convert_instagram_username').val(newfeedID);
1788
-
1789
- }
1790
- });
1791
-
1792
- jQuery("#pinterest_board_name").change(function () {
1793
- var feedID = jQuery("input#pinterest_board_name").val();
1794
- if (feedID.indexOf('pinterest.com') != -1) {
1795
- feedID = feedID.replace(/\/$/, '');
1796
- feedID = feedID.substr(feedID.lastIndexOf('/') + 1);
1797
- var newfeedID = feedID;
1798
- jQuery('#pinterest_board_name').val(newfeedID);
1799
-
1800
- }
1801
- });
1802
-
1803
- jQuery("#pinterest_name").change(function () {
1804
- var feedID = jQuery("input#pinterest_name").val();
1805
- if (feedID.indexOf('pinterest.com') != -1) {
1806
- feedID = feedID.replace(/\/$/, '');
1807
- feedID = feedID.substr(feedID.lastIndexOf('/') + 1);
1808
- var newfeedID = feedID;
1809
- jQuery('#pinterest_name').val(newfeedID);
1810
-
1811
- }
1812
- });
1813
-
1814
- <?php
1815
- // show the js for the discount option under social icons on the settings page
1816
- // if(!is_plugin_active('feed-them-premium/feed-them-premium.php')) {
1817
- // jQuery("#discount-for-review").click(function () {
1818
- // jQuery('.discount-review-text').slideToggle();
1819
- // });!
1820
- ?>
1821
-
1822
- //START youtube//
1823
- //Youtube Options
1824
- jQuery('select#youtube-messages-selector').bind('change', function (e) {
1825
- if (jQuery('#youtube-messages-selector').val() == 'channelID') {
1826
- jQuery('.youtube_name, .youtube_playlistID, .youtube_channelID2, .youtube_playlistID2, .youtube_name2, .youtube_align_comments_wrap, .youtube_singleVideoID, .youtube_video_single_info_display').hide();
1827
- jQuery('.youtube_channelID, .youtube_hide_option, .youtube_video_thumbs_display, .youtube_vid_count, h3.sectioned-options-title').show();
1828
- }
1829
- else if (jQuery('#youtube-messages-selector').val() == 'userPlaylist') {
1830
- jQuery('.youtube_name, .youtube_channelID, .youtube_playlistID, .youtube_channelID, .youtube_channelID2, .youtube_align_comments_wrap, .youtube_singleVideoID, .youtube_video_single_info_display').hide();
1831
- jQuery('.youtube_playlistID2, .youtube_name2, .youtube_hide_option, .youtube_video_thumbs_display, h3.sectioned-options-title').show();
1832
- }
1833
- else if (jQuery('#youtube-messages-selector').val() == 'playlistID') {
1834
- jQuery('.youtube_name, .youtube_channelID, .youtube_playlistID2, .youtube_name2, .youtube_align_comments_wrap, .youtube_singleVideoID, .youtube_video_single_info_display').hide();
1835
- jQuery('.youtube_playlistID, .youtube_channelID2, .youtube_hide_option, .youtube_video_thumbs_display, .youtube_vid_count, h3.sectioned-options-title').show();
1836
- }
1837
- else if (jQuery('#youtube-messages-selector').val() == 'singleID') {
1838
- jQuery('.youtube_name,.youtube_playlistID, .youtube_channelID, .youtube_channelID2, .youtube_playlistID2, .youtube_name2, .youtube_vid_count, .youtube_hide_option, .youtube_video_thumbs_display, h3.sectioned-options-title').hide();
1839
- jQuery('.youtube_singleVideoID, .youtube_align_comments_wrap, .youtube_video_single_info_display').show();
1840
- }
1841
- else if (jQuery('#youtube-messages-selector').val() == 'username') {
1842
- jQuery('.youtube_playlistID, .youtube_channelID, .youtube_channelID2, .youtube_playlistID2, .youtube_name2, .youtube_align_comments_wrap, .youtube_singleVideoID, .youtube_video_single_info_display').hide();
1843
- jQuery('.youtube_name, .youtube_hide_option, .youtube_video_thumbs_display, .youtube_vid_count, h3.sectioned-options-title').show();
1844
- }
1845
- });
1846
-
1847
-
1848
- jQuery('.youtube_first_video').hide();
1849
-
1850
- jQuery('select#youtube_columns').change(function () {
1851
- var youtube_columns_count = jQuery(this).val();
1852
-
1853
- if (youtube_columns_count == '1') {
1854
- jQuery('.youtube_first_video').hide();
1855
- }
1856
- else {
1857
- jQuery('.youtube_first_video').show();
1858
- }
1859
- });
1860
-
1861
-
1862
- jQuery("#youtube_name").change(function () {
1863
- var feedID = jQuery("input#youtube_name").val();
1864
- if (feedID.indexOf('youtube.com/user') != -1) {
1865
- feedID = feedID.replace(/\/$/, '');
1866
- feedID = feedID.substr(feedID.lastIndexOf('/') + 1);
1867
- var newfeedID = feedID;
1868
- jQuery('#youtube_name').val(newfeedID);
1869
-
1870
- }
1871
- });
1872
-
1873
- jQuery("#youtube_name2").change(function () {
1874
- var feedID = jQuery("input#youtube_name2").val();
1875
- if (feedID.indexOf('youtube.com/user') != -1) {
1876
- feedID = feedID.replace(/\/$/, '');
1877
- feedID = feedID.substr(feedID.lastIndexOf('/') + 1);
1878
- var newfeedID = feedID;
1879
- jQuery('#youtube_name2').val(newfeedID);
1880
-
1881
- }
1882
- });
1883
-
1884
- jQuery("#youtube_channelID").change(function () {
1885
- var feedID = jQuery("input#youtube_channelID").val();
1886
- if (feedID.indexOf('youtube.com/channel') != -1) {
1887
- feedID = feedID.replace(/\/$/, '');
1888
- feedID = feedID.substr(feedID.lastIndexOf('/') + 1);
1889
- var newfeedID = feedID;
1890
- jQuery('#youtube_channelID').val(newfeedID);
1891
-
1892
- }
1893
- });
1894
-
1895
- jQuery("#youtube_channelID2").change(function () {
1896
- var feedID = jQuery("input#youtube_channelID2").val();
1897
- if (feedID.indexOf('youtube.com/channel') != -1) {
1898
- feedID = feedID.replace(/\/$/, '');
1899
- feedID = feedID.substr(feedID.lastIndexOf('/') + 1);
1900
- var newfeedID = feedID;
1901
- jQuery('#youtube_channelID2').val(newfeedID);
1902
-
1903
- }
1904
- });
1905
-
1906
- jQuery("#youtube_playlistID").change(function () {
1907
- var feedID = jQuery("input#youtube_playlistID").val();
1908
- if (feedID.indexOf('&list=') != -1) {
1909
- feedID = feedID.replace(/\/$/, '');
1910
- feedID = feedID.substr(feedID.lastIndexOf('=') + 1);
1911
- var newfeedID = feedID;
1912
- jQuery('#youtube_playlistID').val(newfeedID);
1913
-
1914
- }
1915
- });
1916
-
1917
- jQuery("#youtube_playlistID2").change(function () {
1918
- var feedID = jQuery("input#youtube_playlistID2").val();
1919
- if (feedID.indexOf('&list=') != -1) {
1920
- feedID = feedID.replace(/\/$/, '');
1921
- feedID = feedID.substr(feedID.lastIndexOf('=') + 1);
1922
- var newfeedID = feedID;
1923
- jQuery('#youtube_playlistID2').val(newfeedID);
1924
-
1925
- }
1926
- });
1927
-
1928
- jQuery("#youtube_singleVideoID").change(function () {
1929
- var feedID = jQuery("input#youtube_singleVideoID").val();
1930
- if (feedID.indexOf('watch?v=') != -1) {
1931
- feedID = feedID.replace(/\/$/, '');
1932
- feedID = feedID.substr(feedID.lastIndexOf('=') + 1);
1933
- var newfeedID = feedID;
1934
- jQuery('#youtube_singleVideoID').val(newfeedID);
1935
-
1936
- }
1937
- });
1938
-
1939
-
1940
- // END: Fix issues when people enter the full url instead of just the ID or Name. We'll truncate this at a later date.
1941
-
1942
-
1943
- jQuery(".copyme").focus(function () {
1944
-
1945
- var jQuerythis = jQuery(this);
1946
- jQuerythis.select();
1947
- // Work around Chrome's little problem
1948
- jQuerythis.mouseup(function () {
1949
- // Prevent further mouseup intervention
1950
- jQuerythis.unbind("mouseup");
1951
- return false;
1952
- });
1953
- });
1954
-
1955
- }); //end document ready
1956
-
1957
- // Like box/button Options Premium Content
1958
- jQuery('#facebook-messages-selector').change(function () {
1959
- if (jQuery("select#facebook-messages-selector").val() == "group" || jQuery("select#facebook-messages-selector").val() == "event" || jQuery("select#facebook-messages-selector").val() == "events") {
1960
- jQuery('.main-like-box-wrap').hide();
1961
- // alert(jQuery("select#facebook-messages-selector").val());
1962
- }
1963
- else {
1964
- jQuery('.main-like-box-wrap').show();
1965
- }
1966
- });
1967
-
1968
- // Carousel and Slideshow Premium Content
1969
- jQuery('#facebook-messages-selector').change(function () {
1970
- if (jQuery("select#facebook-messages-selector").val() == "album_photos" || jQuery("select#facebook-messages-selector").val() == "album_videos") {
1971
- jQuery('.slideshow-wrap').show();
1972
- }
1973
- else {
1974
- jQuery('.slideshow-wrap').hide();
1975
- }
1976
- });
1977
- jQuery('#scrollhorz_or_carousel').change(function () {
1978
- jQuery('.slider_carousel_wrap').toggle();
1979
- });
1980
- jQuery('#fts-slider').change(function () {
1981
- jQuery('.slider_options_wrap').toggle();
1982
- });
1983
-
1984
- </script>
1985
- <?php
1986
- }
1987
- }
1988
- }
1989
- // end class.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/class-fts-system-info-page.php DELETED
@@ -1,224 +0,0 @@
1
- <?php
2
- /**
3
- * Feed Them Social - System Info Page
4
- *
5
- * This page is used to get the details of WordPress install, Server Info and settings and Feed Them Social Settings.
6
- *
7
- * @package feedthemsocial
8
- * @copyright Copyright (c) 2012-2018, SlickRemix
9
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
10
- * @since 1.0.0
11
- */
12
-
13
- namespace feedthemsocial;
14
-
15
- /**
16
- * Class FTS System Info Page
17
- *
18
- * @package feedthemsocial
19
- * @since 1.9.6
20
- */
21
- class FTS_System_Info_Page extends feed_them_social_functions {
22
-
23
- /**
24
- * Construct
25
- *
26
- * Facebook Them System constructor.
27
- *
28
- * @since 1.9.6
29
- */
30
- public function __construct() {
31
- }
32
-
33
- /**
34
- * Feed Them Sstem Info Page
35
- *
36
- * @since 1.9.6
37
- */
38
- public function feed_them_system_info_page() {
39
- ?>
40
- <div class="fts-help-admin-wrap"> <a class="buy-extensions-btn" href="https://www.slickremix.com/downloads/category/feed-them-social/" target="_blank">
41
- <?php esc_html_e( 'Get Extensions Here!', 'feed-them-social' ); ?>
42
- </a>
43
- <h2>
44
- <?php esc_html_e( 'System Info', 'feed-them-social' ); ?>
45
- </h2>
46
- <p>
47
- <?php esc_html_e( 'Please click the box below and copy the report. You will need to paste this information along with your question when requesting', 'feed-them-social' ); ?>
48
- <a href="https://www.slickremix.com/support/" target="_blank">
49
- <?php esc_html_e( 'Support', 'feed-them-social' ); ?>
50
- </a>.
51
- <?php esc_html_e( 'To copy the system info, click below then press Ctrl + C (PC) or Cmd + C (Mac).', 'feed-them-social' ); ?>
52
- </p>
53
- <form action="<?php echo esc_url( admin_url( 'admin.php?page=fts-system-info-submenu-page' ) ); ?>" method="post" dir="ltr" >
54
- <textarea readonly="readonly" onclick="this.focus();this.select()" id="system-info-textarea" name="fts-sysinfo" title="<?php esc_html_e( 'To copy the system info, click here then press Ctrl + C (PC) or Cmd + C (Mac).', 'feed-them-social' ); ?>">
55
- ### Begin System Info ###
56
- <?php
57
- $theme_data = wp_get_theme();
58
- $theme = $theme_data->Name . ' ' . $theme_data->Version;
59
- ?>SITE_URL: <?php echo esc_html( site_url() ) . "\n"; ?>
60
- Feed Them Social Version: <?php echo esc_html( FEED_THEM_SOCIAL_VERSION ) . "\n"; ?>
61
-
62
- -- WordPress Configuration:
63
- WordPress Version: <?php echo esc_html( get_bloginfo( 'version' ) ) . "\n"; ?>
64
- Multisite: <?php echo is_multisite() ? 'Yes' . "\n" : 'No' . "\n"; ?>
65
- Permalink Structure: <?php echo esc_html( get_option( 'permalink_structure' ) ) . "\n"; ?>
66
- Active Theme: <?php echo esc_html( $theme ) . "\n"; ?>
67
- PHP Memory Limit: <?php echo esc_html( ini_get( 'memory_limit' ) ) . "\n"; ?>
68
- WP_DEBUG: <?php echo defined( 'WP_DEBUG' ) ? esc_html( WP_DEBUG ) ? 'Enabled' . "\n" : 'Disabled' . "\n" : 'Not set' . "\n"; ?>
69
-
70
- -- Webserver Configuration:
71
- PHP Version: <?php echo PHP_VERSION . "\n"; ?>
72
- <?php $server_software = sanitize_key( wp_unslash( $_SERVER['SERVER_SOFTWARE'] ) ); ?>
73
- Web Server Info: <?php echo esc_html( $server_software ) . "\n"; ?>
74
-
75
- -- PHP Configuration:
76
- Safe Mode: <?php echo ini_get( 'safe_mode' ) ? 'Yes' : "No\n"; ?>
77
- Upload Max Size: <?php echo esc_html( ini_get( 'upload_max_filesize' ) ) . "\n"; ?>
78
- Post Max Size: <?php echo esc_html( ini_get( 'post_max_size' ) ) . "\n"; ?>
79
- Upload Max Filesize: <?php echo esc_html( ini_get( 'upload_max_filesize' ) ) . "\n"; ?>
80
- Time Limit: <?php echo esc_html( ini_get( 'max_execution_time' ) ) . "\n"; ?>
81
- Max Input Vars: <?php echo esc_html( ini_get( 'max_input_vars' ) ) . "\n"; ?>
82
- Allow URL File Open: <?php echo ( ini_get( 'allow_url_fopen' ) ) ? esc_html( 'On (' . ini_get( 'display_errors' ) . ')' ) : 'N/A'; ?><?php echo "\n"; ?>
83
- Display Erros: <?php echo ( ini_get( 'display_errors' ) ) ? esc_html( 'On (' . ini_get( 'display_errors' ) . ')' ) : 'N/A'; ?><?php echo "\n"; ?>
84
-
85
- -- PHP Extensions:
86
- FSOCKOPEN: <?php echo ( function_exists( 'fsockopen' ) ) ? 'Your server supports fsockopen.' : 'Your server does not support fsockopen.'; ?><?php echo "\n"; ?>
87
- cURL: <?php echo ( function_exists( 'curl_init' ) ) ? 'Your server supports cURL.' : 'Your server does not support cURL.'; ?><?php echo "\n"; ?>
88
-
89
- -- FTS Settings->Global Options: <?php $fts_cachetime = get_option( 'fts_clear_cache_developer_mode' ) ? get_option( 'fts_clear_cache_developer_mode' ) : '86400'; ?>
90
-
91
- Cache time: <?php echo esc_html( $this->fts_cachetime_amount( $fts_cachetime ) ) . "\n"; ?>
92
-
93
- -- Active Plugins:
94
- <?php
95
- $plugins = \get_plugins();
96
- $active_plugins = get_option( 'active_plugins', array() );
97
- foreach ( $plugins as $plugin_path => $plugin ) {
98
- // If the plugin isn't active, don't show it.
99
- if ( ! in_array( $plugin_path, $active_plugins, true ) ) {
100
- continue;
101
- }
102
- echo esc_html( $plugin['Name'] ) . ': ' . esc_html( $plugin['Version'] ) . "\n";
103
- }
104
- if ( is_multisite() ) :
105
- ?>
106
-
107
- -- Network Active Plugins:
108
-
109
- <?php
110
- $plugins = \wp_get_active_network_plugins();
111
- $active_plugins = get_site_option( 'active_sitewide_plugins', array() );
112
-
113
- foreach ( $plugins as $plugin_path ) {
114
- $plugin_base = plugin_basename( $plugin_path );
115
-
116
- // If the plugin isn't active, don't show it.
117
- if ( ! array_key_exists( $plugin_base, $active_plugins ) ) {
118
- continue;
119
- }
120
-
121
- $plugin = get_plugin_data( $plugin_path );
122
-
123
- echo esc_html( $plugin['Name'] ) . ' :' . esc_html( $plugin['Version'] ) . "\n";
124
- }
125
-
126
- endif;
127
-
128
- $facebook_options = get_option( 'fts_facebook_custom_api_token' ) ? 'Yes' : 'No';
129
- $twitter_options1 = get_option( 'fts_twitter_custom_consumer_key' ) ? 'Yes' : 'No';
130
- $twitter_options2 = get_option( 'fts_twitter_custom_consumer_secret' ) ? 'Yes' : 'No';
131
- $twitter_options3 = get_option( 'fts_twitter_custom_access_token' ) ? 'Yes' : 'No';
132
- $twitter_options4 = get_option( 'fts_twitter_custom_access_token_secret' ) ? 'Yes' : 'No';
133
- $instagram_options = get_option( 'fts_instagram_custom_api_token' ) ? 'Yes' : 'No';
134
- $pinterest_token = get_option( 'fts_pinterest_custom_api_token' ) ? 'Yes' : 'No';
135
-
136
- $fts_date_time_format = get_option( 'fts-date-and-time-format' ) ? get_option( 'fts-date-and-time-format' ) : 'No';
137
- $fts_timezone = get_option( 'fts-timezone' ) ? get_option( 'fts-timezone' ) : 'No';
138
-
139
- $fts_offset_post_limit = get_option( 'fb_count_offset' ) ? get_option( 'fb_count_offset' ) : 'None';
140
- $fts_hide_offset_post_limit_notice = get_option( 'fb_hide_no_posts_message' ) ? 'No' : 'Yes';
141
- $fts_fix_time_out = get_option( 'fts_curl_option' ) ? get_option( 'fts_curl_option' ) : 'No';
142
-
143
- $fts_fix_twitter_time = get_option( 'fts_twitter_time_offset' ) ? get_option( 'fts_twitter_time_offset' ) : '';
144
- $fts_disable_magnific_css = get_option( 'fts_fix_magnific' ) ? get_option( 'fts_fix_magnific' ) : '';
145
-
146
- ?>
147
-
148
- -- Custom Token or Keys added to Options Pages
149
- -- You must have a custom token to use the feeds
150
-
151
- <?php
152
- if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) {
153
- $fb_reviews_token = get_option( 'fts_facebook_custom_api_token_biz' ) ? 'Yes' : 'No';
154
- ?>
155
- Facebook Reviews App Token: <?php echo esc_html( $fb_reviews_token ) . "\n"; } ?>
156
- Facebook App Token: <?php echo esc_html( $facebook_options ) . "\n"; ?>
157
- Twitter Consumer Key: <?php echo esc_html( $twitter_options1 ) . "\n"; ?>
158
- Twitter Secret: <?php echo esc_html( $twitter_options2 ) . "\n"; ?>
159
- Twitter Token: <?php echo esc_html( $twitter_options3 ) . "\n"; ?>
160
- Twitter Token Secret: <?php echo esc_html( $twitter_options4 ) . "\n"; ?>
161
- Pinterest Token: <?php echo esc_html( $pinterest_token ) . "\n"; ?>
162
- Instagram: <?php echo esc_html( $instagram_options ) . "\n";
163
- $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';
164
- $fts_fix_loadmore = get_option( 'fts_fix_loadmore' ) ? get_option( 'fts_fix_loadmore' ) : 'No';
165
- $feed_them_social_premium_license_key = get_option( 'feed_them_social_premium_license_key' );
166
- $fts_bar_license_key = get_option( 'fts_bar_license_key' );
167
- $feed_them_carousel_premium_license_key = get_option( 'feed_them_carousel_premium_license_key' );
168
- $feed_them_social_combined_streams_license_key = get_option( 'feed_them_social_combined_streams_license_key' );
169
- $fb_hide_error_handler_message = get_option( 'fb_hide_error_handler_message' );
170
- $fb_hide_images_in_posts = get_option( 'fb_hide_images_in_posts' );
171
- ?>
172
- YouTube: <?php echo esc_html( $youtube_options ) . "\n"; ?>
173
-
174
- -- FaceBook & Twitter Date Format and Timezone
175
-
176
- Date Format: <?php echo esc_html( $fts_date_time_format ) . "\n"; ?>
177
- Timezone: <?php echo esc_html( $fts_timezone ) . "\n"; ?>
178
-
179
- -- Hide Facebook Images in Posts:
180
-
181
- Hide: <?php echo isset( $fb_hide_images_in_posts ) && 'yes' === $fb_hide_images_in_posts ? 'Yes' . "\n" : 'No' . "\n"; ?>
182
-
183
- -- Hide Facebook Error Handler:
184
-
185
- Hide: <?php echo isset( $fb_hide_error_handler_message ) && 'yes' === $fb_hide_error_handler_message ? 'Yes' . "\n" : 'No' . "\n"; ?>
186
-
187
- -- Fix Twitter Time:
188
-
189
- Fix: <?php echo isset( $fts_fix_twitter_time ) && 1 === $fts_fix_twitter_time ? 'Yes' . "\n" : 'No' . "\n"; ?>
190
-
191
- -- Disable Magnific CSS:
192
-
193
- Fix: <?php echo isset( $fts_disable_magnific_css ) && 1 === $fts_disable_magnific_css ? 'Yes' . "\n" : 'No' . "\n"; ?>
194
-
195
- -- Fix Internal Server Error:
196
-
197
- Fix: <?php echo isset( $fts_fix_time_out ) && 1 === $fts_fix_time_out ? 'Yes' . "\n" : 'No' . "\n"; ?>
198
- <?php if ( is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) || is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) || is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) || is_plugin_active( 'fts-bar/fts-bar.php' ) || is_plugin_active( 'feed-them-carousel-premium/feed-them-carousel-premium.php' ) ) { ?>
199
-
200
- -- Load More Options:
201
-
202
- Override: <?php echo isset( $fts_fix_loadmore ) && 1 === $fts_fix_loadmore ? 'Yes' . "\n" : 'No' . "\n"; ?>
203
-
204
- -- Premium Extensions:
205
-
206
- <?php if ( is_plugin_active( 'feed-them-social-combined-streams/feed-them-social-combined-streams.php' ) ) { ?>
207
- FTS Combined Streams: <?php echo isset( $feed_them_social_combined_streams_license_key ) && '' !== $feed_them_social_combined_streams_license_key ? 'Yes' . "\n" : 'No' . "\n"; } if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) { ?>
208
- Premium Active: <?php echo isset( $feed_them_social_premium_license_key ) && '' !== $feed_them_social_premium_license_key ? 'Yes' . "\n" : 'No' . "\n"; }if ( is_plugin_active( 'fts-bar/fts-bar.php' ) ) { ?>
209
- FTS Bar Active: <?php echo isset( $fts_bar_license_key ) && '' !== $fts_bar_license_key ? 'Yes' . "\n" : 'No' . "\n"; }if ( is_plugin_active( 'feed-them-carousel-premium/feed-them-carousel-premium.php' ) ) { ?>
210
- FTS Carousel Premium: <?php echo isset( $feed_them_carousel_premium_license_key ) && '' !== $feed_them_carousel_premium_license_key ? 'Yes' . "\n" : 'No' . "\n"; }if ( is_plugin_active( 'feed-them-social-facebook-reviews/feed-them-social-facebook-reviews.php' ) ) { ?>
211
- Facebook Reviews Active: <?php echo isset( $fb_reviews_token ) && '' !== $fb_reviews_token ? 'Yes' . "\n" : 'No' . "\n"; }}?>
212
- ### End System Info ###</textarea>
213
- <?php
214
- // -- Pages or Posts with Shortcode(s).
215
- // -- If you are using our shortcode in a widget you'll need to paste your shortcode in our support forum.
216
- // COMMENTING OUT FOR NOW BECAUSE TO MUCH INFO FROM PEOPLES SITES ARE BEING ADDED TO OUR SUPPORT FORUMS.
217
- // echo do_shortcode("[shortcodefinderSlick find='[fts']");
218
- ?>
219
- </form>
220
- <a class="fts-settings-admin-slick-logo" href="https://www.slickremix.com/support/" target="_blank"></a> </div>
221
- <?php
222
- }
223
-
224
- }//end class
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/class-fts-twitter-options-page.php DELETED
@@ -1,580 +0,0 @@
1
- <?php
2
- /**
3
- * Feed Them Social - Twitter Options Page
4
- *
5
- * This page is used to create the general options for Twitter Feeds
6
- * including setting access tokens.
7
- *
8
- * @package feedthemsocial
9
- * @copyright Copyright (c) 2012-2018, SlickRemix
10
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
11
- * @since 1.0.0
12
- */
13
-
14
- namespace feedthemsocial;
15
-
16
- /**
17
- * Class FTS Twitter Options Page
18
- *
19
- * @package feedthemsocial
20
- * @since 1.9.6
21
- */
22
- class FTS_Twitter_Options_Page {
23
-
24
-
25
- /**
26
- * Construct
27
- *
28
- * Twitter Style Options Page constructor.
29
- *
30
- * @since 1.9.6
31
- */
32
- public function __construct() {
33
- }
34
-
35
- /**
36
- * Feed Them Twitter Options Page
37
- *
38
- * @since 1.9.6
39
- */
40
- public function feed_them_twitter_options_page() {
41
- ?>
42
- <div class="feed-them-social-admin-wrap">
43
- <h1>
44
- <?php echo esc_html( 'Twitter Feed Options', 'feed-them-social' ); ?>
45
- </h1>
46
- <div class="use-of-plugin">
47
- <?php echo esc_html( 'Change the color of your twitter feed and more using the options below.', 'feed-them-social' ); ?>
48
- </div>
49
- <!-- custom option for padding -->
50
- <form method="post" class="fts-twitter-feed-options-form" action="options.php">
51
- <?php
52
- $fts_fb_options_nonce = wp_create_nonce( 'fts-twitter-options-page-nonce' );
53
-
54
- if ( wp_verify_nonce( $fts_fb_options_nonce, 'fts-twitter-options-page-nonce' ) ) {
55
-
56
- // get our registered settings from the fts functions!
57
- settings_fields( 'fts-twitter-feed-style-options' );
58
-
59
- $twitter_full_width = get_option( 'twitter_full_width' );
60
- $twitter_allow_videos = get_option( 'twitter_allow_videos' );
61
- $twitter_allow_shortlink_conversion = get_option( 'twitter_allow_shortlink_conversion' );
62
- $twitter_show_follow_btn = get_option( 'twitter_show_follow_btn' );
63
- $twitter_show_follow_count = get_option( 'twitter_show_follow_count' );
64
- $twitter_show_follow_btn_where = get_option( 'twitter_show_follow_btn_where' );
65
- $fts_twitter_hide_images_in_posts = get_option( 'fts_twitter_hide_images_in_posts' );
66
-
67
- $fts_twitter_custom_consumer_key = get_option( 'fts_twitter_custom_consumer_key' );
68
- $fts_twitter_custom_consumer_secret = get_option( 'fts_twitter_custom_consumer_secret' );
69
-
70
- $test_fts_twitter_custom_consumer_key = '35mom6axGlf60ppHJYz1dsShc';
71
- $test_fts_twitter_custom_consumer_secret = '7c2TJvUT7lS2EkCULpK6RGHrgXN1BA4oUi396pQEdRj3OEq5QQ';
72
-
73
- $fts_twitter_custom_consumer_key = isset( $fts_twitter_custom_consumer_key ) && '' !== $fts_twitter_custom_consumer_key ? $fts_twitter_custom_consumer_key : $test_fts_twitter_custom_consumer_key;
74
- $fts_twitter_custom_consumer_secret = isset( $fts_twitter_custom_consumer_secret ) && '' !== $fts_twitter_custom_consumer_secret ? $fts_twitter_custom_consumer_secret : $test_fts_twitter_custom_consumer_secret;
75
-
76
- $fts_twitter_custom_access_token = get_option( 'fts_twitter_custom_access_token' );
77
- $fts_twitter_custom_access_token_secret = get_option( 'fts_twitter_custom_access_token_secret' );
78
-
79
- if ( isset( $_GET['page'] ) && 'fts-twitter-feed-styles-submenu-page' === $_GET['page'] ) {
80
-
81
- include WP_CONTENT_DIR . '/plugins/feed-them-social/feeds/twitter/twitteroauth/twitteroauth.php';
82
-
83
- $test_connection = new TwitterOAuthFTS(
84
- // Consumer Key!
85
- $fts_twitter_custom_consumer_key,
86
- // Consumer Secret!
87
- $fts_twitter_custom_consumer_secret,
88
- // Access Token!
89
- $fts_twitter_custom_access_token,
90
- // Access Token Secret!
91
- $fts_twitter_custom_access_token_secret
92
- );
93
-
94
- $fetched_tweets = $test_connection->get(
95
- 'statuses/user_timeline',
96
- array(
97
- 'screen_name' => 'twitter',
98
- 'count' => '1',
99
- )
100
- );
101
-
102
- // TESTING AREA!
103
- // $fetched_tweets = $test_connection->get(
104
- // 'statuses/user_timeline',
105
- // array(
106
- // 'tweet_mode' => 'extended',
107
- // 'screen_name' => 'slickremix',
108
- // 'count' => '1',
109
- // )
110
- // );
111
- // echo '<pre>';
112
- // print_r($fetched_tweets);
113
- // echo '</pre>';
114
- // END TESTING!
115
- }
116
- ?>
117
- <div class="feed-them-social-admin-input-wrap" style="padding-top: 0px">
118
- <div class="fts-title-description-settings-page">
119
- <h3>
120
- <?php echo esc_html( 'Twitter API Token', 'feed-them-social' ); ?>
121
- </h3>
122
- <p>
123
- <?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' ); ?>
124
- </p>
125
- <p>
126
- <?php
127
- echo sprintf(
128
- esc_html( '%1$sLogin and get my Access Tokens%2$s', 'feed-them-social' ),
129
- '<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">',
130
- '</a>'
131
- );
132
- ?>
133
- </p>
134
- </div>
135
- <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>
136
- </div>
137
- <div class="fts-clear"></div>
138
- <div class="feed-them-social-admin-input-wrap">
139
- <?php
140
- $fts_twitter_custom_consumer_key = get_option( 'fts_twitter_custom_consumer_key' );
141
- $fts_twitter_custom_consumer_secret = get_option( 'fts_twitter_custom_consumer_secret' );
142
- $extra_keys = empty( $fts_twitter_custom_consumer_key ) && empty( $fts_twitter_custom_consumer_secret ) ? 'display:none' : '';
143
- ?>
144
-
145
- <div class="fts-twitter-add-all-keys-click-option">
146
- <label for="fts-custom-tokens-twitter">
147
- <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' ); ?>
148
- </label>
149
- </div>
150
-
151
- <div class="twitter-extra-keys" style="<?php echo esc_attr( $extra_keys ); ?>" >
152
- <div class="twitter-extra-keys-text">
153
- <?php
154
- echo sprintf(
155
- esc_html( 'Learn how to manually create the Consumer Key/Secret and the Access Token/Secret %1$shere%2$s.', 'feed-them-social' ),
156
- '<a href="' . esc_url( 'https://www.slickremix.com/docs/how-to-get-api-keys-and-tokens-for-twitter/' ) . '" target="_blank">',
157
- '</a>'
158
- );
159
- ?>
160
- </div>
161
- <div class="feed-them-social-admin-input-wrap">
162
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
163
- <?php echo esc_html( 'Consumer Key (API Key)', 'feed-them-social' ); ?>
164
- </div>
165
- <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' ) ); ?>"/>
166
- <div class="fts-clear"></div>
167
- </div>
168
- <div class="feed-them-social-admin-input-wrap">
169
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
170
- <?php echo esc_html( 'Consumer Secret (API Secret)', 'feed-them-social' ); ?>
171
- </div>
172
- <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' ) ); ?>"/>
173
- <div class="fts-clear"></div>
174
- </div>
175
- </div>
176
-
177
- <script>
178
- jQuery(document).ready(function ($) {
179
- jQuery('#fts-custom-tokens-twitter').click(function () {
180
- jQuery(".twitter-extra-keys").toggle();
181
- });
182
- });
183
- </script>
184
- <?php
185
- $oath_token = isset( $_GET['oauth_token'] ) && ! empty( $_GET['oauth_token'] ) ? sanitize_text_field( wp_unslash( $_GET['oauth_token'] ) ) : get_option( 'fts_twitter_custom_access_token' );
186
- $oauth_token_secret = isset( $_GET['oauth_token_secret'] ) && ! empty( $_GET['oauth_token_secret'] ) ? sanitize_text_field( wp_unslash( $_GET['oauth_token_secret'] ) ) : get_option( 'fts_twitter_custom_access_token_secret' );
187
- ?>
188
- <div class="feed-them-social-admin-input-wrap">
189
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
190
- <?php echo esc_html( 'Access Token', 'feed-them-social' ); ?>
191
- </div>
192
- <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 ); ?>"/>
193
- <div class="fts-clear"></div>
194
- </div>
195
-
196
- <div class="feed-them-social-admin-input-wrap">
197
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
198
- <?php echo esc_html( 'Access Token Secret', 'feed-them-social' ); ?>
199
- </div>
200
- <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 ); ?>"/>
201
- <div class="fts-clear"></div>
202
- </div>
203
-
204
- <div class="feed-them-social-admin-input-wrap">
205
- <?php
206
- // && !empty($test_fts_twitter_custom_access_token) && !empty($test_fts_twitter_custom_access_token_secret)!
207
- if ( ! empty( $fts_twitter_custom_access_token_secret ) && ! empty( $fts_twitter_custom_access_token_secret ) ) {
208
- if ( 200 !== $test_connection->http_code || isset( $fetched_tweets->errors ) ) {
209
- echo sprintf(
210
- esc_html( '%1$sOh No, something\'s wrong. ', 'feed-them-social' ),
211
- '<div class="fts-failed-api-token">'
212
- );
213
- foreach ( $fetched_tweets->errors as $error ) {
214
- echo sprintf(
215
- 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' ),
216
- '<strong>',
217
- esc_html( $error->message ),
218
- '</strong>',
219
- '</div>'
220
- );
221
- }
222
- } else {
223
- echo sprintf(
224
- esc_html( '%1$sYour access token is working! Generate your shortcode on the %2$sSettings Page%3$s.%4$s', 'feed-them-social' ),
225
- '<div class="fts-successful-api-token">',
226
- '<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
227
- '</a>',
228
- '</div>'
229
- );
230
- }
231
- } else {
232
- echo sprintf(
233
- esc_html( '%1$sYou are using our Default Access tokens for testing purposes. Generate your shortcode on the %2$sSettings Page%3$s to test your feed, but remember to add your own tokens after testing as the default tokens will not always work.%4$s', 'feed-them-social' ),
234
- '<div class="fts-successful-api-token">',
235
- '<a href="' . esc_url( 'admin.php?page=feed-them-settings-page' ) . '">',
236
- '</a>',
237
- '</div>'
238
- );
239
- }
240
- ?>
241
- </div>
242
-
243
- <div class="fts-clear"></div>
244
- </div>
245
-
246
-
247
- <div class="feed-them-social-admin-input-wrap">
248
- <div class="fts-title-description-settings-page">
249
- <h3>
250
- <?php echo esc_html( 'Follow Button Options', 'feed-them-social' ); ?>
251
- </h3>
252
- <?php echo esc_html( 'This will only show on regular feeds not combined feeds.', 'feed-them-social' ); ?>
253
- </div>
254
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
255
- <?php echo esc_html( 'Show Follow Count', 'feed-them-social' ); ?>
256
- </div>
257
- <select name="twitter_show_follow_count" id="twitter-show-follow-count" class="feed-them-social-admin-input">
258
- <option <?php echo selected( $twitter_show_follow_count, 'no', false ); ?> value=" <?php echo esc_attr( 'no' ); ?>">
259
- <?php echo esc_html( 'No', 'feed-them-social' ); ?>
260
- </option>
261
- <option <?php echo selected( $twitter_show_follow_count, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
262
- <?php echo esc_html( 'Yes', 'feed-them-social' ); ?>
263
- </option>
264
- </select>
265
- <div class="fts-clear"></div>
266
- </div>
267
- <!--/fts-twitter-feed-styles-input-wrap-->
268
-
269
- <div class="feed-them-social-admin-input-wrap">
270
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
271
- <?php echo esc_html( 'Show Follow Button', 'feed-them-social' ); ?>
272
- </div>
273
- <select name="twitter_show_follow_btn" id="twitter-show-follow-btn" class="feed-them-social-admin-input">
274
- <option <?php echo selected( $twitter_show_follow_btn, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
275
- <?php echo esc_html( 'No', 'feed-them-social' ); ?>
276
- </option>
277
- <option <?php echo selected( $twitter_show_follow_btn, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
278
- <?php echo esc_html( 'Yes', 'feed-them-social' ); ?>
279
- </option>
280
- </select>
281
- <div class="fts-clear"></div>
282
- </div>
283
- <!--/fts-twitter-feed-styles-input-wrap-->
284
-
285
- <div class="feed-them-social-admin-input-wrap">
286
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
287
- <?php echo esc_html( 'Placement of Follow Button', 'feed-them-social' ); ?>
288
- </div>
289
- <select name="twitter_show_follow_btn_where" id="twitter-show-follow-btn-where" class="feed-them-social-admin-input">
290
- <option>
291
- <?php echo esc_html( 'Please Select Option', 'feed-them-social' ); ?>
292
- </option>
293
- <option <?php echo selected( $twitter_show_follow_btn_where, 'twitter-follow-above', false ); ?> value="<?php echo esc_attr( 'twitter-follow-above' ); ?>">
294
- <?php echo esc_html( 'Show Above Feed', 'feed-them-social' ); ?>
295
- </option>
296
- <option <?php echo selected( $twitter_show_follow_btn_where, 'twitter-follow-below', false ); ?> value="<?php echo esc_attr( 'twitter-follow-below' ); ?>">
297
- <?php echo esc_html( 'Show Below Feed', 'feed-them-social' ); ?>
298
- </option>
299
- </select>
300
- <div class="fts-clear"></div>
301
- </div>
302
- <!--/fts-twitter-feed-styles-input-wrap-->
303
-
304
- <div class="feed-them-social-admin-input-wrap">
305
- <div class="fts-title-description-settings-page">
306
- <h3>
307
- <?php echo esc_html( 'Video Player Options', 'feed-them-social' ); ?>
308
- </h3>
309
- </div>
310
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
311
- <?php echo esc_html( 'Show videos', 'feed-them-social' ); ?>
312
- </div>
313
- <select name="twitter_allow_videos" id="twitter-allow-videos" class="feed-them-social-admin-input">
314
- <option <?php echo selected( $twitter_allow_videos, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
315
- <?php echo esc_html( 'No', 'feed-them-social' ); ?>
316
- </option>
317
- <option <?php echo selected( $twitter_allow_videos, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
318
- <?php echo esc_html( 'Yes', 'feed-them-social' ); ?>
319
- </option>
320
- </select>
321
- <div class="fts-clear"></div>
322
- </div>
323
- <!--/fts-twitter-feed-styles-input-wrap-->
324
-
325
- <div class="feed-them-social-admin-input-wrap" style="display: none">
326
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
327
- <?php
328
- echo sprintf(
329
- esc_html( 'Convert shortlinks for video%1$sLike bitly etc. May slow load time slightly%2$s.', 'feed-them-social' ),
330
- '<br/><small>',
331
- '</small>'
332
- );
333
- ?>
334
- </div>
335
- <select name="twitter_allow_shortlink_conversion" id="twitter-allow-shortlink-conversion" class="feed-them-social-admin-input">
336
- <option
337
- <?php echo selected( $twitter_allow_shortlink_conversion, '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_shortlink_conversion, '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>
345
- </div>
346
- <!--/fts-twitter-feed-styles-input-wrap-->
347
-
348
- <div class="feed-them-social-admin-input-wrap">
349
- <div class="fts-title-description-settings-page">
350
- <h3>
351
- <?php echo esc_html( 'Profile Photo Option', 'feed-them-social' ); ?>
352
- </h3>
353
- </div>
354
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
355
- <?php echo esc_html( 'Hide Profile Photo', 'feed-them-social' ); ?>
356
- </div>
357
- <select name="twitter_full_width" id="twitter-full-width" class="feed-them-social-admin-input">
358
- <option
359
- <?php echo selected( $twitter_full_width, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
360
- <?php echo esc_html( 'No', 'feed-them-social' ); ?>
361
- </option>
362
- <option <?php echo selected( $twitter_full_width, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
363
- <?php echo esc_html( 'Yes', 'feed-them-social' ); ?>
364
- </option>
365
- </select>
366
- <div class="fts-clear"></div>
367
- </div>
368
- <!--/fts-twitter-feed-styles-input-wrap-->
369
-
370
- <div class="feed-them-social-admin-input-wrap">
371
- <div class="fts-title-description-settings-page">
372
- <h3>
373
- <?php echo esc_html( 'Style Options', 'feed-them-social' ); ?>
374
- </h3>
375
- </div>
376
-
377
- <div class="feed-them-social-admin-input-wrap">
378
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
379
- <?php echo esc_html( 'Hide Images in Posts', 'feed-them-social' ); ?>
380
- </div>
381
- <select name="fts_twitter_hide_images_in_posts" id="fts_twitter_hide_images_in_posts" class="feed-them-social-admin-input">
382
- <option value="">
383
- <?php echo esc_html( 'Please Select Option', 'feed-them-social' ); ?>
384
- </option>
385
- <option <?php echo selected( $fts_twitter_hide_images_in_posts, 'no', false ); ?> value="<?php echo esc_attr( 'no' ); ?>">
386
- <?php echo esc_html( 'No', 'feed-them-social' ); ?>
387
- </option>
388
- <option <?php echo selected( $fts_twitter_hide_images_in_posts, 'yes', false ); ?> value="<?php echo esc_attr( 'yes' ); ?>">
389
- <?php echo esc_html( 'Yes', 'feed-them-social' ); ?>
390
- </option>
391
- </select>
392
- <div class="fts-clear"></div>
393
- </div>
394
- <!--/fts-twitter-feed-styles-input-wrap-->
395
-
396
- <div class="feed-them-social-admin-input-wrap">
397
- <div class="feed-them-social-admin-input-label">
398
- <?php echo esc_html( 'Max-width for Feed Images', 'feed-them-social' ); ?>
399
- </div>
400
- <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' ) ); ?>"/>
401
- <div class="fts-clear"></div>
402
- </div>
403
- <!--/fts-twitter-feed-styles-input-wrap-->
404
-
405
- <div class="feed-them-social-admin-input-wrap">
406
- <div class="feed-them-social-admin-input-label fts-twitter-text-size-label">
407
- <?php echo esc_html( 'Feed Description Text Size', 'feed-them-social' ); ?>
408
- </div>
409
- <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' ) ); ?>"/>
410
- <div class="fts-clear"></div>
411
- </div>
412
- <!--/fts-twitter-feed-styles-input-wrap-->
413
-
414
- <div class="feed-them-social-admin-input-wrap">
415
- <div class="feed-them-social-admin-input-label fts-twitter-text-color-label">
416
- <?php echo esc_html( 'Feed Text Color', 'feed-them-social' ); ?>
417
- </div>
418
- <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' ) ); ?>"/>
419
- <div class="fts-clear"></div>
420
- </div>
421
- <!--/fts-twitter-feed-styles-input-wrap-->
422
-
423
- <div class="feed-them-social-admin-input-wrap">
424
- <div class="feed-them-social-admin-input-label fts-twitter-link-color-label">
425
- <?php echo esc_html( 'Feed Link Color', 'feed-them-social' ); ?>
426
- </div>
427
- <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' ) ); ?>"/>
428
- <div class="fts-clear"></div>
429
- </div>
430
- <!--/fts-twitter-feed-styles-input-wrap-->
431
-
432
- <div class="feed-them-social-admin-input-wrap">
433
- <div class="feed-them-social-admin-input-label fts-twitter-link-color-hover-label">
434
- <?php echo esc_html( 'Feed Link Color Hover', 'feed-them-social' ); ?>
435
- </div>
436
- <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' ) ); ?>"/>
437
- <div class="fts-clear"></div>
438
- </div>
439
- <!--/fts-twitter-feed-styles-input-wrap-->
440
-
441
- <div class="feed-them-social-admin-input-wrap">
442
- <div class="feed-them-social-admin-input-label fts-twitter-feed-width-label">
443
- <?php echo esc_html( 'Feed Width', 'feed-them-social' ); ?>
444
- </div>
445
- <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' ) ); ?>"/>
446
- <div class="fts-clear"></div>
447
- </div>
448
- <!--/fts-twitter-feed-styles-input-wrap-->
449
-
450
- <div class="feed-them-social-admin-input-wrap">
451
- <div class="feed-them-social-admin-input-label fts-twitter-feed-margin-label">
452
- <?php
453
- echo sprintf(
454
- esc_html( 'Feed Margin %1$sTo center feed type auto%2$s', 'feed-them-social' ),
455
- '<br/><small>',
456
- '</small>'
457
- );
458
- ?>
459
- </div>
460
- <input type="text" name="twitter_feed_margin" class="feed-them-social-admin-input twitter-feed-margin-input" id="twitter-feed-margin-input" placeholder="10px" value="<?php echo esc_attr( get_option( 'twitter_feed_margin' ) ); ?>"/>
461
- <div class="fts-clear"></div>
462
- </div>
463
- <!--/fts-twitter-feed-styles-input-wrap-->
464
-
465
- <div class="feed-them-social-admin-input-wrap">
466
- <div class="feed-them-social-admin-input-label fts-twitter-feed-padding-label">
467
- <?php echo esc_html( 'Feed Padding', 'feed-them-social' ); ?>
468
- </div>
469
- <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' ) ); ?>"/>
470
- <div class="fts-clear"></div>
471
- </div>
472
- <!--/fts-twitter-feed-styles-input-wrap-->
473
-
474
- <div class="feed-them-social-admin-input-wrap">
475
- <div class="feed-them-social-admin-input-label fts-twitter-feed-background-color-label">
476
- <?php echo esc_html( 'Feed Background Color', 'feed-them-social' ); ?>
477
- </div>
478
- <input type="text" name="twitter_feed_background_color" class="feed-them-social-admin-input twitter-feed-background-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-feed-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'twitter_feed_background_color' ) ); ?>"/>
479
- <div class="fts-clear"></div>
480
- </div>
481
- <!--/fts-twitter-feed-styles-input-wrap-->
482
-
483
- <div class="feed-them-social-admin-input-wrap">
484
- <div class="feed-them-social-admin-input-label fts-twitter-border-bottom-color-label">
485
- <?php echo esc_html( 'Feed Border Bottom Color', 'feed-them-social' ); ?>
486
- </div>
487
- <input type="text" name="twitter_border_bottom_color" class="feed-them-social-admin-input twitter-border-bottom-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-border-bottom-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'twitter_border_bottom_color' ) ); ?>"/>
488
- <div class="fts-clear"></div>
489
- </div>
490
- <!--/fts-twitter-feed-styles-input-wrap-->
491
- <?php if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) { ?>
492
-
493
- <div class="feed-them-social-admin-input-wrap">
494
- <div class="fts-title-description-settings-page">
495
- <h3>
496
- <?php echo esc_html( 'Grid Styles', 'feed-them-social' ); ?>
497
- </h3>
498
- </div>
499
- <div class="feed-them-social-admin-input-label fts-fb-grid-posts-background-color-label">
500
- <?php echo esc_html( 'Posts Background Color', 'feed-them-social' ); ?>
501
- </div>
502
- <input type="text" name="twitter_grid_posts_background_color" class="feed-them-social-admin-input fb-grid-posts-background-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-grid-posts-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'twitter_grid_posts_background_color' ) ); ?>"/>
503
- <div class="fts-clear"></div>
504
- </div>
505
- <!--/fts-twitter-feed-styles-input-wrap-->
506
-
507
- <div class="feed-them-social-admin-input-wrap">
508
- <div class="feed-them-social-admin-input-label fts-fb-border-bottom-color-label">
509
- <?php echo esc_html( 'Border Bottom Color', 'feed-them-social' ); ?>
510
- </div>
511
- <input type="text" name="twitter_grid_border_bottom_color" class="feed-them-social-admin-input fb-border-bottom-color-input color {hash:true,caps:false,required:false,adjust:false,pickerFaceColor:'#eee',pickerFace:3,pickerBorder:0,pickerInsetColor:'white'}" id="twitter-border-bottom-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'twitter_grid_border_bottom_color' ) ); ?>"/>
512
- <div class="fts-clear"></div>
513
- </div>
514
- <!--/fts-twitter-feed-styles-input-wrap-->
515
-
516
- <div class="feed-them-social-admin-input-wrap">
517
- <div class="fts-title-description-settings-page">
518
- <h3>
519
- <?php echo esc_html( 'Load More Button Styles & Options', 'feed-them-social' ); ?>
520
- </h3>
521
- </div>
522
- <div class="feed-them-social-admin-input-wrap">
523
- <div class="feed-them-social-admin-input-label fts-fb-loadmore-background-color-label">
524
- <?php echo esc_html( 'Button Color', 'feed-them-social' ); ?>
525
- </div>
526
- <input type="text" name="twitter_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="twitter-loadmore-background-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'twitter_loadmore_background_color' ) ); ?>"/>
527
- <div class="fts-clear"></div>
528
- </div>
529
- <!--/fts-twitter-feed-styles-input-wrap-->
530
-
531
- <div class="feed-them-social-admin-input-wrap">
532
- <div class="feed-them-social-admin-input-label fts-fb-border-bottom-color-label">
533
- <?php echo esc_html( 'Text Color', 'feed-them-social' ); ?>
534
- </div>
535
- <input type="text" name="twitter_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="twitter-loadmore-text-color-input" placeholder="#ddd" value="<?php echo esc_attr( get_option( 'twitter_loadmore_text_color' ) ); ?>"/>
536
- <div class="fts-clear"></div>
537
- </div>
538
- <!--/fts-twitter-feed-styles-input-wrap-->
539
-
540
- <div class="feed-them-social-admin-input-wrap">
541
- <div class="feed-them-social-admin-input-label">
542
- <?php echo esc_html( '"Load More" Text', 'feed-them-social' ); ?>
543
- </div>
544
- <input type="text" name="twitter_load_more_text" class="feed-them-social-admin-input" id="twitter_load_more_text" placeholder="Load More" value="<?php echo esc_attr( get_option( 'twitter_load_more_text' ) ); ?>"/>
545
- <div class="clear"></div>
546
- </div>
547
- <!--/fts-twitter-feed-styles-input-wrap-->
548
-
549
- <div class="feed-them-social-admin-input-wrap">
550
- <div class="feed-them-social-admin-input-label">
551
- <?php echo esc_html( '"No More Tweets" Text', 'feed-them-social' ); ?>
552
- </div>
553
- <input type="text" name="twitter_no_more_tweets_text" class="feed-them-social-admin-input" id="twitter_no_more_tweets_text" placeholder="No More Photos" value="<?php echo esc_attr( get_option( 'twitter_no_more_tweets_text' ) ); ?>"/>
554
- <div class="clear"></div>
555
- </div>
556
- <!--/fts-twitter-feed-styles-input-wrap-->
557
-
558
- <div class="feed-them-social-admin-input-wrap" style="display: none;">
559
- <div class="feed-them-social-admin-input-label fts-fb-border-bottom-color-label">
560
- <?php
561
- echo sprintf(
562
- esc_html( 'Fix Post Count %1$sType 2 or 3 if your feed is skipping posts when using the loadmore option.%2$s', 'feed-them-social' ),
563
- '<br/><small>',
564
- '</small>'
565
- );
566
- ?>
567
- </div>
568
- <input type="text" name="twitter_replies_offset" class="feed-them-social-admin-input" id="twitter-replies-offset" placeholder="1" value="<?php echo esc_attr( get_option( 'twitter_replies_offset' ) ); ?>"/>
569
- <div class="fts-clear"></div>
570
- </div>
571
- <!--/fts-twitter-feed-styles-input-wrap-->
572
- <?php } ?>
573
- <input type="submit" class="feed-them-social-admin-submit-btn" value="<?php echo esc_html( 'Save All Changes' ); ?>"/>
574
- <?php } ?>
575
- </form>
576
- </div>
577
- <!--/feed-them-social-admin-wrap-->
578
- <?php
579
- }
580
- }//end class
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/class-fts-youtube-options-page.php DELETED
@@ -1,356 +0,0 @@
1
- <?php
2
- /**
3
- * Feed Them Social - Youtube Options Page
4
- *
5
- * This page is used to create the general options for Youtube Feeds
6
- * including setting access tokens.
7
- *
8
- * @package feedthemsocial
9
- * @copyright Copyright (c) 2012-2018, SlickRemix
10
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
11
- * @since 1.0.0
12
- */
13
-
14
- namespace feedthemsocial;
15
-
16
- /**
17
- * Class FTS Youtube Options Page
18
- *
19
- * @package feedthemsocial
20
- */
21
- class FTS_Youtube_Options_Page {
22
-
23
-
24
- /**
25
- * Construct
26
- *
27
- * Youtube Style Options Page constructor.
28
- *
29
- * @since 1.9.6
30
- */
31
- public function __construct() { }
32
-
33
- /**
34
- * Feed Them Youtube Option Page
35
- *
36
- * @since 1.9.6
37
- */
38
- public function feed_them_youtube_options_page() {
39
- $fts_functions = new feed_them_social_functions();
40
- $fts_youtube_show_follow_btn = get_option( 'youtube_show_follow_btn' );
41
- $fts_youtube_show_follow_btn_where = get_option( 'youtube_show_follow_btn_where' );
42
-
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 -->
53
- <form method="post" class="fts-youtube-feed-options-form" action="options.php">
54
- <?php
55
- $fts_fb_options_nonce = wp_create_nonce( 'fts-youtube-options-page-nonce' );
56
-
57
- if ( wp_verify_nonce( $fts_fb_options_nonce, 'fts-youtube-options-page-nonce' ) ) {
58
-
59
- settings_fields( 'fts-youtube-feed-style-options' );
60
- $youtube_api_key = get_option( 'youtube_custom_api_token' );
61
- $youtube_access_token = get_option( 'youtube_custom_access_token' );
62
- if ( isset( $youtube_api_key ) && ! empty( $youtube_api_key ) ) {
63
- $youtube_api_key_or_token = 'key=' . $youtube_api_key . '';
64
- } elseif ( isset( $youtube_api_key ) && empty( $youtube_api_key ) && isset( $youtube_access_token ) && ! empty( $youtube_access_token ) ) {
65
- $youtube_api_key_or_token = 'access_token=' . $youtube_access_token . '';
66
- } else {
67
- $youtube_api_key_or_token = '';
68
- }
69
-
70
- $youtube_user_id_data = esc_url_raw( 'https://www.googleapis.com/youtube/v3/channels?part=contentDetails&forUsername=slickremix&' . $youtube_api_key_or_token );
71
- // Get Data for Youtube!
72
- $response = wp_remote_fopen( $youtube_user_id_data );
73
- // Error Check!
74
- $test_app_token_response = json_decode( $response );
75
-
76
- ?>
77
-
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
- );
92
- ?>
93
- </p>
94
-
95
- </div>
96
-
97
- <a href="https://www.slickremix.com/docs/get-api-key-for-youtube/" target="_blank" class="fts-admin-button-no-work">Button not working?</a>
98
- </div>
99
-
100
-
101
- <div class="fts-clear"></div>
102
- <div class="feed-them-social-admin-input-wrap" style="margin-bottom:0;">
103
-
104
- <?php
105
- $extra_keys = '' === get_option( 'youtube_custom_api_token' ) ? 'display:none' : '';
106
- $extra_keys_no = get_option( 'youtube_custom_api_token' );
107
- if ( ! empty( $extra_keys_no ) ) {
108
- $extra_keys_no = 'display:none';
109
- }
110
- ?>
111
- <div class="fts-youtube-add-all-keys-click-option"><label for="fts-custom-tokens-youtube"><input type="checkbox" id="fts-custom-tokens-youtube" name="fts_youtube_custom_tokens" value="1" <?php echo checked( '1', '' === $extra_keys ); ?>> Add your own API
112
- Key?</label></div>
113
-
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' ) ); ?>"/>
126
- <div class="fts-clear"></div>
127
- </div>
128
- </div>
129
-
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>
144
- </div>
145
- <?php
146
- // Add yes to show the expiration time and js that runs it below!
147
- $dev_mode = 'no';
148
- ?>
149
- <div class="feed-them-social-admin-input-wrap fts-exp-time-wrapper" style="margin-top:10px;
150
- <?php
151
- if ( 'yes' !== $dev_mode ) {
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>
159
- </div>
160
- </div>
161
-
162
- <div class="feed-them-social-admin-input-wrap fts-youtube-last-row" style="margin-top:0;">
163
- <script>
164
- jQuery(document).ready(function ($) {
165
- jQuery('#fts-custom-tokens-youtube').click(function () {
166
- jQuery(".youtube-extra-keys, .hide-button-tokens-options").toggle();
167
- });
168
- });
169
- </script>
170
- <?php
171
- if ( isset( $_GET['refresh_token'] ) && isset( $_GET['access_token'] ) && 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();
175
- }
176
-
177
- $expiration_time = get_option( 'youtube_custom_tokenecho esc_htmlxp_time' );
178
- // Give the access token a 5 minute buffer (300 seconds) before getting a new one.
179
- $expiration_time = $expiration_time - 300;
180
- // Test Liner!
181
- if ( time() < $expiration_time && empty( $youtube_api_key ) && 'yes' === $dev_mode ) {
182
- ?>
183
- <script>
184
- // Set the time * 1000 because js uses milliseconds not seconds and that is what youtube gives us is a 3600 seconds of time
185
- var countDownDate = new Date(<?php echo esc_js( $expiration_time ); ?> * 1000;
186
- )
187
-
188
- // Update the count down every 1 second
189
- var x = setInterval(function () {
190
-
191
- // Get todays date and time
192
- var now = new Date().getTime();
193
-
194
- // Find the distance between now an the count down date
195
- var distance = countDownDate - now;
196
-
197
- // Time calculations for days, hours, minutes and seconds
198
- var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
199
- var seconds = Math.floor((distance % (1000 * 60)) / 1000);
200
-
201
- // Display the result in the element with id="demo"
202
- jQuery('<span id="fts-timer"></span>').insertBefore('.hide-button-tokens-options .fts-exp-time-wrapper .fts-clear');
203
- document.getElementById("fts-timer").innerHTML = minutes + "m " + seconds + "s ";
204
-
205
- // If the count down is finished, write some text
206
- if (distance < 0) {
207
- clearInterval(x);
208
- jQuery('.fts-success').fadeIn();
209
- document.getElementById("fts-timer").innerHTML = "Expired, refresh page to get new token (developer use only)";
210
- }
211
- }, 1000);
212
- </script>
213
- <?php
214
- } elseif ( empty( $youtube_api_key ) && ! empty( $youtube_access_token ) && time() > $expiration_time ) {
215
- // refresh token action!
216
- $fts_functions->feed_them_youtube_refresh_token();
217
- }
218
-
219
- foreach ( $test_app_token_response as $user_id ) {
220
- if ( ! isset( $user_id->error->errors[0]->reason ) && ! empty( $youtube_api_key ) ) {
221
- $type_of_key = __( 'API key', 'feed-them-social' );
222
- } elseif ( ! isset( $user_id->error->errors[0]->reason ) && ! empty( $youtube_access_token ) ) {
223
- $type_of_key = __( 'Access Token', 'feed-them-social' );
224
- }
225
-
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' ) . '">',
233
- '</a>',
234
- '</div>'
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 ),
242
- '</div>'
243
- );
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
- );
251
- }
252
- break;
253
- }
254
- ?>
255
-
256
-
257
- <div class="fts-clear"></div>
258
- </div>
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, 'no', false ); ?>
270
- value="<?php echo esc_attr( 'yes' ); ?>">
271
- <?php echo esc_html( 'No', 'feed-them-social' ); ?>
272
- </option>
273
- <option <?php echo selected( $fts_youtube_show_follow_btn, 'yes', false ); ?>
274
- value="<?php echo esc_attr( 'no' ); ?>">
275
- <?php echo esc_html( 'Yes', 'feed-them-social' ); ?>
276
- </option>
277
- </select>
278
-
279
- <div class="fts-clear"></div>
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
-
300
- <div class="fts-clear"></div>
301
- </div><!--/fts-youtube-feed-styles-input-wrap-->
302
-
303
-
304
- <?php if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) { ?>
305
-
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>
318
- </div>
319
- <!--/fts-youtube-feed-styles-input-wrap-->
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>
327
- </div>
328
- <!--/fts-youtube-feed-styles-input-wrap-->
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>
336
- </div>
337
- <!--/fts-youtube-feed-styles-input-wrap-->
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>
345
- </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' ); ?>"/>
350
- <?php } ?>
351
- </form>
352
- </div>
353
- <!--/feed-them-social-admin-wrap-->
354
- <?php
355
- }
356
- }//end class
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/css/admin-settings.css DELETED
@@ -1 +0,0 @@
1
- .fts-clear,.clear,.im-done{clear:both}.buy-extensions-btn,.fts-settings-admin-submit-btn,.fts-settings-admin-wrap .upload_image_button,.im-done{text-shadow:1px 1px 3px #000;filter:dropshadow(color=#000000, offx=1, offy=1)}.buy-extensions-btn,.fts-settings-admin-submit-btn,.fts-settings-admin-wrap h2,.fts-settings-admin-wrap h3,.im-done{text-shadow:1px 1px 3px #000}.buy-extensions-btn{margin-top:23px;padding:9px 25px 11px;background-color:#CE1212!important;border:none!important;color:#fff!important;font-weight:700;cursor:pointer!important;position:absolute;right:21px;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.buy-extensions-btn,.fts-settings-admin-input-label a{text-decoration:none;-webkit-transition:background 2s;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.display{display:block!important}.use-of-plugin{color:#fff;font-weight:400;font-size:14px;padding-bottom:8px}.subtext-of-title{color:#c7c4c4;font-weight:700;margin-bottom:10px}.fts-settings-admin-wrap{width:900px;background:url(../images/vinyl-backg.jpeg) no-repeat #1A1830;padding:15px 25px 0;-webkit-box-shadow:2px 3px 7px 1px #333;box-shadow:2px 3px 7px 1px #333;-webkit-border-radius:6px;border-radius:5px;position:relative;margin-top:50px}.fts-settings-admin-wrap h2{color:#CD1723;font-size:28px;margin:17px 0 15px -2px}.fts-settings-admin-wrap h3{color:#FFF;padding-top:12px;margin-bottom:6px;font-size:18px}.fts-settings-admin-wrap h4{color:#000;font-size:14px;margin-bottom:5px;margin-top:10px}.fts-settings-admin-form{width:100%;padding:0 0 20px}.fts-settings-admin-input-wrap{background-color:#f3f3f3;padding:10px 20px;margin-bottom:10px;border:1px solid #CFCACA;border-radius:4px;-webkit-border-radius:6px}.fts-settings-admin-input-label{margin-right:10px;font-size:13px;font-weight:700;text-transform:uppercase;padding-bottom:4px}.fts-settings-admin-input-label a{cursor:pointer;font-size:13px;color:red;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-settings-admin-input-label a:hover{color:grey}.company-info-style{background-color:rgba(240,243,245,.78)!important;color:#000}.fts-settings-admin-wrap .upload_image_button{margin-top:5px;padding:9px 20px;background-color:#CD1723;border:none;color:#fff!important;font-weight:700;float:left;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-settings-admin-input-example a,.fts-settings-admin-wrap .upload_image_button,.fts-video-admin-wrap a{cursor:pointer;-webkit-transition:background 2s;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.upload-logo-size{float:left;width:350px;margin-left:15px;margin-top:2px}.fts-settings-admin-input-example{font-weight:400;padding-top:4px;font-size:12px;color:#797979}.company-info-style .fts-settings-admin-input-example{color:#434343}.fts-settings-admin-input-example a,.fts-video-admin-wrap a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-settings-admin-input:focus{background-color:#f0f0f0;color:#000;outline:0}.fts-settings-admin-input{width:100%;padding:10px;font-size:13px;-webkit-transition-duration:400ms;-webkit-transition-property:width,background;-webkit-transition-timing-function:ease;-moz-transition-duration:400ms;-moz-transition-property:width,background;-moz-transition-timing-function:ease;-o-transition-duration:400ms;-o-transition-property:width,background;-o-transition-timing-function:ease}.fts-settings-admin-submit-btn{background-color:#CD1723!important;border:none!important;color:#fff!important;font-weight:700;cursor:pointer!important}.fts-settings-admin-slick-logo{background:url(../images/footer-logo.png) left no-repeat;width:108px;height:20px;padding:8px 2px;display:block;position:absolute;bottom: 15px;right:18px;-webkit-border-radius:3px;border-radius:3px;}.fts-video-admin-wrap .fts-settings-admin-slick-logo{bottom:7px;right:3px;-webkit-border-radius:3px;border-radius:3px}.fts-settings-admin-slick-logo:hover{opacity:.9}.fts-settings-facebook-btn{width:250px;position:absolute;bottom:19px;right:269px}.fts-settings-paypal-btn{width:200px;position:absolute;bottom:12px;right:146px}.fts-settings-id-answer{padding:15px 0 0;display:none;margin-top:10px;font-weight:700;border-top:1px solid #ccc}.fts-settings-id-answer h4{padding:0;margin:5px 0 -6px}.fts-settings-id-answer span{display:block;color:#999;font-size:13px;margin:15px 0 0}.fts-settings-id-answer img{margin:10px 0 14px}.fts-settings-id-answer ul{padding:8px 0 0;clear:both;margin:0}.fts-settings-id-answer ul li{margin:0 0 4px}.fts-settings-id-answer a{cursor:pointer!important}.im-done{margin-top:0;padding:7px 38px;background-color:#CD1723;border:none;color:#fff;font-size:12px;font-weight:700;-webkit-border-radius:3px;border-radius:5px;cursor:pointer;float:left;display:block;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.buy-extensions-btn:hover,.fts-settings-admin-submit-btn:hover,.upload_image_button:hover,a.im-done:hover{background:#919191!important;-webkit-transition:background 2s;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#f1f1f1}.fts-settings-admin-submit-btn{padding:10px 40px;margin-top:30px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-help-admin-wrap a,.fts-settings-admin-submit-btn{-webkit-transition:background 2s;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.fts-admin-help-wrap{padding:0 20px 10px 0}.fts-help-admin-wrap{width:auto;background:0 0;padding:10px 20px 45px 0;position:relative;margin-top:5px;margin-right:0;min-width:673px}.fts-help-admin-wrap .use-of-plugin{color:#888;font-weight:400;font-size:12px;text-align:justify;background:#FFF;line-height:18px;margin:10px 0 25px;padding:15px 20px 15px 17px;border:1px solid #DFDFDF}.fts-help-admin-wrap li{margin-top:-10px;line-height:23px}.fts-help-admin-wrap h2{color:#CC0303;font-size:27px;margin:0 25px 15px 0;letter-spacing:-1px;height:30px;text-shadow:0 0 0 #222;padding:15px 0 5px 68px;background:url(../images/fts-help-icon.png) 0 9px no-repeat;border-bottom:1px solid #DBDBDB}.fts-help-admin-wrap h3{padding:0;margin-bottom:10px;font-size:18px;color:#555}.fts-help-admin-wrap a{text-decoration:none;cursor:pointer!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fts-help-admin-wrap ol li{margin:5px 0 0;line-height:17px}#fts-debug-report{font-family:monospace;display:none;width:100%;margin-bottom:20px;height:200px}a.fts-debug-report{padding:1px 7px 2px;background:#E6E6E6}.fts-admin-help-faqs-wrap{line-height:21px}.fts-admin-help-faqs-wrap ol{margin:12px 17px 31px 27px}@keyframes fade{from,to{opacity:1}50%{opacity:.5}}@-webkit-keyframes fade{from,to{opacity:1}50%{opacity:.5}}#system-info-textarea{min-height:450px;width:100%;font-family:Menlo,Monaco,monospace;background:0 0;white-space:pre;overflow:auto;margin-bottom:7px;display:block}.feed-them_page_fts-system-info-submenu-page .error{margin:20px 20px 0px 0 !important; }
 
trunk/admin/css/admin.css DELETED
@@ -1 +0,0 @@
1
- @font-face{font-family:SlickRemix;src:url(fonts/SlickRemix.eot?p9iqv);src:url(fonts/SlickRemix.eot?#iefixp9iqv) format("embedded-opentype"),url(fonts/SlickRemix.woff?p9iqv) format("woff"),url(fonts/SlickRemix.ttf?p9iqv) format("truetype"),url(fonts/SlickRemix.svg?p9iqv#SlickRemix) format("svg");font-weight:400;font-style:normal}#adminmenu #toplevel_page_feed-them-settings-page div.wp-menu-image:before{font-family:SlickRemix!important;content:"\e600";line-height:1.2em;font-size:1.2em!important}@media only screen and (max-width:782px){#adminmenu #toplevel_page_feed-them-settings-page div.wp-menu-image:before{line-height:normal!important}}.fts-activation-msg{margin:14px 0 25px;font-size:13px}.fts-activation-msg ol{margin:10px 0 0 20px}.fts-update-message:before{color:#FFF;content:'\e600';display:inline-block;font:400 16px/1 SlickRemix;speak:none;margin:0 8px 0 -1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top}.fts-update-message{font-weight:400;color:#fff;background:#d54d21;padding:1em;margin:9px 0}.fts_old_plugins_message{margin:15px 15px 0 0}.fts-update-message a{color:#fff;text-decoration:underline}.feed-them_page_fts-license-page .edd-upgrade-license-btn{display:inline-block!important;margin-left:5px!important}.fts-no-license-overlay{position:absolute;height:100%;width:100%;top:0;left:0;z-index:100;background:rgba(255,255,255,.64);text-align:center;vertical-align:middle}.fts-no-license-button-wrap{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:200px}.fts-no-license-overlay a{padding:9px 15px;background:#0073aa;color:#FFF;text-decoration:none;border-radius:3px;font-size:14px;display:inline-block}.fts-no-license-overlay a:hover{background:rgba(0,115,170,.88)}.fts-license-master-form .form-table tr{min-width:250px}.fts-license-wrap th{position:relative;z-index:200;padding:14px!important}.fts-clear{clear:both}.fts-license-wrap .regular-text{width:100%!important}#wp-admin-bar-feed_them_social_admin_bar_set_cache{padding-bottom:17px!important;line-height:0!important}#wp-admin-bar-feed_them_social_admin_bar_set_cache span{line-height:10px;display:block;color:rgba(221,221,221,.57)}#wp-admin-bar-feed_them_social_admin_bar_set_cache:hover span{line-height:10px;display:block;color:#fff}.fts_review_notice{background:#FFF;padding: 20px 25px 8px;}.fts_review_notice img{max-width:100%}.fts-notice-text p{line-height:19px}.fts_notice_dismiss{padding:5px 10px;background:#f1f1f1;color:#0081c1;border-radius:2px;text-decoration:none;margin-right:5px;margin-bottom: 5px;display: inline-block;}.fts-links{margin-top:20px;}.fts-notice-text{max-width:1015px;}
 
trunk/admin/css/fonts/SlickRemix.eot DELETED
Binary file
trunk/admin/css/fonts/SlickRemix.svg DELETED
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="icomoon" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" d="" horiz-adv-x="512" />
10
- <glyph unicode="&#xe600;" d="M497.050 511.023l38.231 247.692-295.142 200.308-14.973 0.311-220.457-337.283v-51.36l95.656-112.472zM615.32 509.445l-30.589 243.116 338.793 127.334 183.581-264.108-8.419-98.699-120.936-47.028zM495.406 385.377l43.874-291.099-179.382-153.191-183.247-2.333-169.474 347.302 107.985 146.705zM618.83 386.555l-34.099-276.082 235.874-149.992 70.953 11.196 186.868 292.299-38.964 184.025-418.699-62.067z" horiz-adv-x="1111" />
11
- </font></defs></svg>
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/css/fonts/SlickRemix.ttf DELETED
Binary file
trunk/admin/css/fonts/SlickRemix.woff DELETED
Binary file
trunk/admin/css/settings-page.css DELETED
@@ -1 +0,0 @@
1
- .clear,.fts-clear{clear:both}.display{display:block!important}.facebook-message-generator,.final-instagram-user-id-textarea,.final-shortcode-textarea,.fts-facebook_group-shortcode-form .twitter_name,.fts-fb-event-option-wrap .twitter_name,.shortcode-generator-form,instagram-shortcode-form{display:none}.feed-them_page_fts-facebook-feed-styles-submenu-page .use-of-plugin{font-size:13px;font-weight:400;line-height:20px;max-width:740px;border-bottom:1px solid #ccc}.feed-them_page_fts-facebook-feed-styles-submenu-page .feed-them-social-admin-wrap h1,.feed-them_page_fts-facebook-feed-styles-submenu-page .feed-them-social-admin-wrap h2,.feed-them_page_fts-facebook-feed-styles-submenu-page .use-of-plugin,.feed-them_page_fts-instagram-feed-styles-submenu-page .feed-them-social-admin-wrap h1,.feed-them_page_fts-instagram-feed-styles-submenu-page .feed-them-social-admin-wrap h2,.feed-them_page_fts-instagram-feed-styles-submenu-page .use-of-plugin,.feed-them_page_fts-pinterest-feed-styles-submenu-page .feed-them-social-admin-wrap h1,.feed-them_page_fts-pinterest-feed-styles-submenu-page .use-of-plugin,.feed-them_page_fts-twitter-feed-styles-submenu-page .feed-them-social-admin-wrap h1,.feed-them_page_fts-twitter-feed-styles-submenu-page .feed-them-social-admin-wrap h2,.feed-them_page_fts-twitter-feed-styles-submenu-page .use-of-plugin,.feed-them_page_fts-youtube-feed-styles-submenu-page .feed-them-social-admin-wrap h1,.feed-them_page_fts-youtube-feed-styles-submenu-page .use-of-plugin{color:#333}.instagram-id-option-wrap{margin-top:25px}.feed-them_page_fts-facebook-feed-styles-submenu-page .feed-them-social-admin-wrap h2,.feed-them_page_fts-instagram-feed-styles-submenu-page .feed-them-social-admin-wrap h2{margin-top:45px}.fts-super-instagram-options-wrap{padding-top:0}.fts-empty-error input{background-color:#FDFDD3!important}.toplevel_page_feed-them-settings-page h1{font-size:32px}.feed-them_page_fts-twitter-feed-styles-submenu-page .feed-them-social-admin-wrap h2,.fts-youtube-feed-styles-submenu-page .feed-them-social-admin-wrap h2{margin-top:45px;color:#333}.feed-them-social-admin-wrap h1{color:#FFF;margin:0 0 5px;line-height:30px;font-weight:700}.feed-them-social-admin-wrap h4{font-size:12px;font-weight:400;color:#000;margin:1px 0 8px}.feed-them-social-admin-wrap input[type=button],.feed-them-social-admin-wrap input[type=submit]{-webkit-appearance:none}.feed-them-social-admin-wrap input[type=text]{line-height:19px;max-width:100%;font-weight:400}.feed-them_page_fts-facebook-feed-styles-submenu-page .feed-them-social-admin-wrap,.feed-them_page_fts-instagram-feed-styles-submenu-page .feed-them-social-admin-wrap,.feed-them_page_fts-pinterest-feed-styles-submenu-page .feed-them-social-admin-wrap,.feed-them_page_fts-twitter-feed-styles-submenu-page .feed-them-social-admin-wrap,.feed-them_page_fts-youtube-feed-styles-submenu-page .feed-them-social-admin-wrap{max-width:100%;width:100%;min-height:auto;background:0 0;padding:0;-webkit-box-shadow:none;box-shadow:none;border-radius:1px;position:relative;margin:20px 20px 0 0;-webkit-text-size-adjust:none}.feed-them_page_fts-facebook-feed-styles-submenu-page .feed-them-social-admin-input-wrap,.feed-them_page_fts-pinterest-feed-styles-submenu-page .feed-them-social-admin-input-wrap,.feed-them_page_fts-twitter-feed-styles-submenu-page .feed-them-social-admin-input-wrap,.feed-them_page_fts-youtube-feed-styles-submenu-page .feed-them-social-admin-input-wrap{background:0 0}.feed-them-social-admin-wrap{max-width:806px;min-height:379px;padding:19px;margin:20px 10px 0 0;background-size:cover;-webkit-text-size-adjust:none;overflow:hidden;border-radius:2px}.feed-them_page_fts-youtube-feed-styles-submenu-page h2{color:#333!important;margin-top:45px!important}.feed-them-social-admin-form .feed-them-social-admin-wrap h2{color:#000;font-size:20px;font-weight:400;line-height:23px;margin:15px 0}.feed-them-social-admin-form{padding:5px 0 0}.fts-facebook_group-shortcode-form:hover a{background-position:top right!important;background-size:34px!important;height:34px!important;width:34px!important}.feed-them-social-admin-input-wrap{padding:5px 0 10px;margin-bottom:10px;border-radius:2px;-webkit-border-radius:2px}.pinterest-gen-selection{margin-bottom:25px}.final-shortcode-textarea .feed-them-social-admin-input-label{color:#0361B8;width:auto;font-size:14px}.instagram-shortcode-form .final-shortcode-textarea .feed-them-social-admin-input-label{color:#0361B8}.final-shortcode-textarea{margin-top:25px}.final-shortcode-textarea input{width:100%;margin-top:2px}.feed-them-social-admin-input-label{float:left;width:230px;margin-right:10px;font-size:13px;padding-top:6px;font-weight:700}.feed-them_page_fts-facebook-feed-styles-submenu-page .feed-them-social-admin-input-label,.feed-them_page_fts-instagram-feed-styles-submenu-page .feed-them-social-admin-input-label,.feed-them_page_fts-twitter-feed-styles-submenu-page .feed-them-social-admin-input-label{float:left;width:230px;margin-right:10px;font-size:13px;text-transform:none;padding-top:6px}.feed-them-social-admin-input-label a{text-decoration:underline!important;cursor:pointer}.feed_them_social_id-answer a,.im-done{cursor:pointer!important}.feed-them-social-admin-input-example{float:left;font-weight:700;margin-left:10px;padding-top:4px}.feed-them-social-admin-input{float:left;width:305px;max-width:100%;font-weight:400}.feed-them-social-admin-input-default{float:left;width:290px;padding:4px 7px;border:1px solid #DFDFDF;background-color:#FFF;font-size:12px}.fts-color-settings-admin-form .feed-them-social-admin-submit-btn{float:left;margin:0;padding:0 20px;height:37px;line-height:35px}.feed-them-social-admin-submit-btn{padding:10px 15px;border-radius:1px;background-color:#31AC45!important;color:#fff!important;font-weight:400;cursor:pointer!important;transition:all .3s ease-in-out;border:none;letter-spacing:1px;outline:0;font-size:12px}.feed-them-social-admin-submit-btn,.feed-them-social-admin-submit-btn:hover{-webkit-transition:background 2s;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.feed-them-social-admin-submit-btn:hover{background-color:#2BBE43!important;color:#FFF!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;outline:0}.toplevel_page_feed-them-settings-page .feed-them-social-admin-slick-logo{right:5px;-webkit-border-radius:3px;border-radius:3px}.feed_them_social_id-answer{padding:15px 0;display:none;font-weight:700}.feed_them_social_id-answer div{padding-bottom:10px}.im-done{padding:10px;background-color:#CD1723!important;border:none!important;color:#fff!important;font-weight:700;text-shadow:1px 1px 3px #000;filter:dropshadow(color=#000000, offx=1, offy=1);-webkit-border-radius:3px;border-radius:3px}#shortcode-form-selector{margin-bottom:10px;padding:15px;height:40px;min-width:290px}.feed-them-icon-wrap{position:absolute;right:27px;top:25px;width:234px;height:50px}.feed-them-social-admin-wrap,.fts-content,.fts-plugin-reviews{position:relative}.fts-facebook_group-shortcode-form:hover .feed-them-icon-wrap a.facebook-icon{background-position:top right!important;background-size:34px!important;height:34px!important;width:34px!important;display:none}.feed-them-icon-wrap a{opacity:1;float:right;margin-left:1px;margin-bottom:1px;display:block;height:38px;width:38px;cursor:default;outline:0;border:none;box-shadow:0 1px 1px #222;border-radius:0;transition:all .3s ease-in-out}.feed-them-icon-wrap a,.feed-them-icon-wrap a:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.feed-them-icon-wrap a:hover{opacity:.85;transition:all .3s ease-in-out}.feed-them-icon-wrap a.facebook-icon{background:url(../images/facebook-icon.png) no-repeat}.feed-them-icon-wrap a.twitter-icon{background:url(../images/twitter-icon.png) top right no-repeat}.feed-them-icon-wrap a.instagram-icon{background:url(../images/instagram-icon.png) top right no-repeat}.feed-them-icon-wrap .feed-them-icon-wrap a.youtube-icon{background:url(../images/youtube-icon.png) top right no-repeat}.feed-them-icon-wrap a.pinterest-icon{background:url(../images/pinterest-icon.png) top right no-repeat}a.icon-animate-small{background-position:top right!important;background-size:34px!important;height:34px!important;width:34px!important}.instructional-text{font-size:13px;line-height:19px;margin:0 0 15px;border-bottom:1px dotted #9C9C9C;color:#212121;padding:0 0 5px}.instructional-text a{color:#0073aa;text-decoration:none}.instructional-text a,.instructional-text a:hover{-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.instructional-text a:hover{transition:all .3s ease-in-out}.feed-them-custom-css{padding-top:25px;padding-left:0}.feed-them-clear-cache input{background-color:#F11E2E!important;margin-bottom:10px}.feed-them-clear-cache input:hover{background-color:#F15D2E!important}.feed-them-clear-cache-text{color:#F11E2E!important;font-weight:700;background-color:rgba(255,255,255,.88);padding:10px 16px;margin-top:10px;margin-bottom:10px;border-radius:2px;-webkit-border-radius:2px;opacity:.9}.fts-get-premium-version{margin-right:1em;margin-top:15px;display:block;max-width:210px;text-align:center;text-decoration:none!important}textarea#fts-color-options-main-wrapper-css-input{max-width:100%;min-height:350px;clear:both;background:#F9F9F9;font-family:Consolas,Monaco,monospace;font-size:12px;width:100%;height:300px;outline:0}.fts-custom-css-text{margin-bottom:5px}label.toggle-custom-textarea-show:hover{background:#999}label.toggle-custom-textarea-show{max-width:435px;display:block;height:37px;line-height:35px;float:left;text-align:center;padding:0 15px;background:#818181;border-radius:1px;font-size:12px;clear:both;letter-spacing:1px;margin:5px 5px 10px 0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#fts-color-options-main-wrapper-css-input,.fts-custom-css-text,.toggle-custom-textarea-hide{display:none}.fts-admin-wrap p input[type=checkbox],.fts-wp-header-custom input[type=checkbox]{margin:-1px 7px 0 2px!important}.fts-color-settings-admin-form p,.fts-powered-by-settings-admin-form p{color:#000;font-size:12px;-webkit-text-size-adjust:none}.fts-powered-by-settings-admin-form p{margin-bottom:0}.feed-them-custom-logo-css{margin-top:25px}#discount-for-review{clear:both;margin-bottom:1px;text-align:center;font-weight:700;color:#000;background:rgba(255,255,255,.53);float:right;width:195px;line-height:40px;cursor:pointer}.discount-review-text{clear:both;color:#333;background:rgba(255,255,255,.9);width:165px;float:right;padding:20px 15px;text-align:center;display:none}#discount-for-review a{display:inline-block;width:auto;height:auto;margin:0;padding:0;border:none;box-shadow:none;float:none;cursor:pointer;text-decoration:none;font-size:12px;font-weight:700;color:#0073aa}.fts-color-settings-admin-form label,.fts-color-settings-admin-form span{color:#060606}.fts-color-settings-admin-form p.example{color:#FFF;padding-bottom:35px!important}.fts-color-settings-admin-form fieldset label{color:#FFF;line-height:30px}.fts-color-settings-admin-form fieldset a{color:#FFF;text-decoration:none}@media (max-width:800px){.toplevel_page_feed-them-settings-page .feed-them-social-admin-wrap h1{text-shadow:#fff!important;height:32px!important;width:280px!important;background-size:280px!important}.feed-them-icon-wrap{position:relative;margin:-20px 0 70px;left:0!important;height:auto;clear:both;text-align:left}.feed-them-social-admin-slick-logo{display:none}#fts-date-and-time-format{width:100%}}.fts-failed-api-token,.fts-successful-api-token{clear:both;float:left;padding:7px 14px 7px 10px;border:1px solid rgba(255,255,255,.45);color:#000;margin:10px 20px 0 0;max-width:715px;width:100%}.fts-failed-api-token{background:rgba(245,207,206,.78)}.fts-successful-api-token{background:rgba(220,253,205,.78)}.feed-them_page_fts-facebook-feed-styles-submenu-page .fts-failed-api-token,.feed-them_page_fts-facebook-feed-styles-submenu-page .fts-successful-api-token{margin-top:0!important;padding:10px 15px;max-width:708px}.fts-special-working-wrap{padding:8px!important;max-width:722px!important}#fts_facebook_custom_api_token,#fts_facebook_custom_api_token_biz{margin-bottom:20px!important}.fts-facebook-custom-api-token-label{display:block;margin:0 40px 4px 0}.fts-facebook-custom-api-token-label a{font-weight:700;color:#DF1818}.twitter-api-wrap{margin:20px 0 0}.twitter-api-wrap .feed-them-social-admin-input-wrap{margin:0}.fts-facebook-custom-api-token-label,.fts-instagram-custom-api-token-label{max-width:700px;line-height:21px;font-size:13px}.fts-facebook-get-access-token,.fts-facebook-get-access-token:focus,.fts-instagram-get-access-token,.fts-instagram-get-access-token:focus,.fts-pinterest-get-access-token,.fts-pinterest-get-access-token:focus,.fts-twitter-get-access-token,.fts-twitter-get-access-token:focus,.fts-youtube-get-access-token,.fts-youtube-get-access-token:focus{border-radius:5px;box-shadow:0 1px 1px #999;display:block;clear:both;float:left;font-size:14px;margin-bottom:25px;margin-top:5px;text-decoration:none;font-weight:600}.fts-instagram-get-access-token,.fts-instagram-get-access-token:focus{padding:18px 16px 19px 188px;background:url(../images/instagram-logo-admin.png) 13px 12px no-repeat #FFF;color:#252525}.fts-pinterest-get-access-token,.fts-pinterest-get-access-token:focus{padding:18px 16px 19px 188px;background:url(../images/pinterest-logo-admin.jpg) 13px 12px no-repeat #FFF;color:#252525}.fts-facebook-get-access-token:hover,.fts-instagram-get-access-token:hover,.fts-pinterest-get-access-token:hover{color:#666}.fts-facebook-get-access-token,.fts-facebook-get-access-token:focus{padding:18px 16px 19px 182px;background:url(../images/facebook-logo-admin.jpg) 14px 12px no-repeat #FFF;color:#252525}@font-face{margin:0 0 9px;font-size:19px}.fts-title-description-settings-page{padding:25px 0 15px;max-width:740px;border-top:1px solid #ccc}.fts-premium-options-message,.fts-premium-options-message2{font-size:13px;padding:20px 25px 25px;line-height:19px;background-color:#FFF;margin:0}.fts-premium-options-message a:first-child,.fts-premium-options-message2 a:first-child{font-size:16px;display:inline-block;padding:0;margin:0 0 5px;text-decoration:none}.fts-plugin-reviews{max-width:789px;padding:25px 28px 31px;box-shadow:0 0 1px #d1d1d1;border-radius:1px;background:rgba(255,255,255,1);-webkit-text-size-adjust:none;font-size:13px;line-height:21px;margin-right:10px}.fts-plugin-reviews a{text-decoration:none}.fts-plugin-reviews-rate{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee}h1.plugin-author-note{margin:50px 0 15px!important;font-size:22px;color:#222;z-index:1;position:relative}.toplevel_page_feed-them-settings-page .error{margin:20px 20px 20px 0;max-width:818px}.feed-them_page_fts-facebook-feed-styles-submenu-page .error,.feed-them_page_fts-instagram-feed-styles-submenu-page .error,.feed-them_page_fts-pinterest-feed-styles-submenu-page .error,.feed-them_page_fts-system-info-submenu-page .error,.feed-them_page_fts-system-info-submenu-page .notice,.feed-them_page_fts-twitter-feed-styles-submenu-page .error,.feed-them_page_fts-youtube-feed-styles-submenu-page .error{margin:20px 20px 20px 0!important}.feed-them_page_fts-bar-settings-page .error{margin:20px 20px 20px 5px!important;max-width:1005px}.hashtag-option-small-text,.twitter-hashtag-etc-wrap{display:none}.twitter-hashtag-etc-wrap{margin:15px 0 35px}.fts-content{background-color:rgba(241,241,241,.65);padding:30px;z-index:1;display:nonee;border-radius:2px;box-shadow:0 2px 10px rgba(41,41,41,.51);min-height:315px}.shortcode-generator-form{border-radius:3px;margin-top:15px}.instructional-text a:hover{color:#EA1616;text-decoration:underline;opacity:.8}.final-shortcode-textarea h4{border-bottom:1px solid #FFF;padding:0 0 10px;font-size:13px;margin-bottom:15px}.toplevel_page_feed-them-settings-page .fts-content h1{color:#fbfbfb;margin:0 0 12px;line-height:30px;text-shadow:1px 1px 1px rgba(51,51,51,.06);font-weight:600;background:url(../images/feed-them-social-logo.png) no-repeat;height:40px;width:377px;font-size:0}.fb-options-wrap .feed-them-social-admin-submit-btn{margin-top:5px}#fts-social-selector,.twitter-gen-selection{margin-bottom:25px}.fts-text-align-center{text-align:center}.toplevel_page_feed-them-settings-page .feed-them-social-admin-slick-logo{background:url(../images/footer-logo.png) center no-repeat;width:110px;height:20px;padding:0;margin:20px 0 -20px;display:inline-block;position:relative;bottom:0;:0;opacity:1}.fb-image,.fts-backg{width:100%;height:100%}.feed-them-social-admin-wrap h3{color:#000;font-size:20px;font-weight:400;line-height:23px;margin:0 0 5px}.feed-them-social-admin-wrap .feed-them-social-admin-form h2{color:#000;font-size:23px;font-weight:400;line-height:23px;margin:15px 0 20px;padding:0}.instagram-id-option-wrap .feed-them-social-admin-submit-btn,.toplevel_page_feed-them-settings-page .feed-them-social-admin-submit-btn{margin-top:0;margin-left:0!important}.toplevel_page_feed-them-settings-page .instagram-id-option-wrap .feed-them-social-admin-submit-btn{margin-top:5px!important;margin-left:0!important}.feed-them-clear-cache .use-of-plugin{margin:0}.feed-them-clear-cache h2,.feed-them-custom-css h2,.feed-them-custom-logo-css h2{margin-bottom:10px;margin-top:5px;font-size:17px;padding-top:20px;border-top:1px dotted rgba(177,177,177,.88);color:#060606}.feed-them-clear-cache h2{border:none;margin-top:17px;padding-top:0}.feed-them-custom-css p,.feed-them-custom-logo-css p{margin:0 0 5px}#fts-date-and-time-format{margin-bottom:10px}.feed-them-social-admin-submit-btn{margin-top:15px!important}#fts_admin_bar_menu{margin-bottom:0;margin-left:31px}.fts-backg{position:absolute;top:0;right:0;z-index:0;opacity:1;-webkit-animation:ftsettings 5s;animation:ftsettings 5s;background:rgba(255,255,255,.8)}@-webkit-keyframes ftsettings{from{opacity:0}to{opacity:1}}@keyframes ftsettings{from{opacity:0}to{opacity:1}}.fb-reviews,.reviews-options{display:none}.fts-required-token-message{padding:15px;background:#fcfcfc;margin:12px 0 20px;border-left:4px solid #FB3939}.custom_time_ago_wrap{padding-top:10px}.custom_time_ago_wrap h2{margin-bottom:20px}.custom_time_ago_wrap label{color:#000;display:inline-block;min-width:75px;margin:0 10px 12px;font-size:13px}.slideshow-wrap{margin-top:18px}.fb-page-list{margin:0;display:block;max-width:740px}.fb-page-list li{background:#FFF;padding:8px 10px 10px;margin:0;border-left:15px solid #3b5999;border-bottom:1px solid #e9ebee;cursor:pointer}.fb-page-list li .feed-them-social-admin-submit-btn{display:none;margin-top:9px!important;position:absolute;right:15px;top:7px}.fb-page-list li:hover{background:rgba(255,255,255,.57)}.fb-image{margin:0 15px 0 0;float:left;line-height:50px;text-align:center!important;max-width:50px;min-width:50px;vertical-align:baseline;min-height:50px}.fb-image img{display:inline-block;vertical-align:middle;border-radius:50px}.fb-name{margin:0;display:inline-block;line-height:15px;letter-spacing:1px;color:#4c4c4c;font-weight:500;padding-top:10px}.board-name,.combine-instagram-hashtag-option-text,.combine-instagram-location-option-text,.fb-video-play-btn-options-content,.fb-video-play-btn-options-wrap,.fb_album_photos_id,.fts-facebook-grid-options-wrap,.fts-facebook-load-more-options-wrap,.fts-facebook-load-more-options2-wrap,.fts-fb-id,.fts-instagram-load-more-options-wrap,.fts-super-facebook-options-wrap,.fts-youtube-load-more-options-wrap,.fts-youtube-load-more-options2-wrap,.instagram-hashtag-option-text,.instagram-location-option-text,.page-token,.pinterest-board-and-name-text,.slider_options_wrap,.slideshow-wrap,.youtube_align_comments_wrap,.youtube_channelID2,.youtube_name,.youtube_name2,.youtube_playlistID,.youtube_playlistID2,.youtube_singleVideoID{display:none}.fts-pages-info{background:#3b5999;max-width:710px;padding:10px 15px 12px;color:#FFF;margin-top:1px;letter-spacing:.5px}.fts-fb-page-thumb{float:left;margin-right:10px;border-radius:50px}.fts-successful-api-token h3{margin-bottom:0;margin-top:4px;font-weight:700}.use-of-plugin{color:#000;font-size:13px;font-weight:400;line-height:20px;max-width:60%;padding-bottom:12px;margin-bottom:0}.fts-admin-button-no-work{margin:0 0 0 25px;line-height:41px}.twitter_hashtag_etc_name{padding-top:0}.page.inst-text-facebook-page{display:block}.slider_options_wrap.not-active-premium-fields,.slideshow-wrap .feed-them-social-admin-input-default{display:block!important}.fts-premium-options-message a.not-active-title:first-child{font-size:16px!important;display:block!important;padding:0!important;margin:0 0 5px!important;text-decoration:none!important}.combine-facebook-wrap,.combine-grid-options-wrap,.combine-instagram-wrap,.combine-pinterest-wrap,.combine-twitter-wrap,.combine-youtube-wrap,.combine_board_id,.combine_playlist_id,.combine_youtube_name,.display-comments-wrap,.facebook-reviews-wrap,.fts-premium-options-message,.fts-twitter-grid-options-wrap,.fts-twitter-load-more-options-wrap,.fts-twitter-load-more-options2-wrap,.inst-text-facebook-reviews,.instagram-profile-options-wrap,.like-box-wrap{display:none}.sectioned-options-title{margin-top:15px!important;margin-bottom:15px!important;border-bottom:1px solid #f1f1f1;padding:10px 10px 10px 30px;font-size:18px!important;color:#060606!important;background:#FFF;margin-left:-30px!important;box-shadow:0 1px 1px rgba(153,153,153,.59)}.facebook-image-animation-option-wrap,.multiple_facebook .facebook-loadmore-wrap,.multiple_facebook .facebook-title-options-wrap,.multiple_facebook .like-box-wrap,.multiple_facebook h2{display:none!important}.fts-fb-load-more,.fts-fb-spinner{text-align:center}.fts-fb-spinner>div{width:10px;height:10px;background-color:#999;border-radius:100%;display:inline-block;-webkit-animation:fts-fb-bouncedelay 1.4s infinite ease-in-out;animation:fts-fb-bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fts-hide-me,.popup-gallery-fb .fts-fb-caption{display:none}.fb-social-btn-below-description,.fb-social-btn-bottom,.fb-social-btn-top{width:100%!important;overflow:hidden}.fts-fb-spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.fts-fb-spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes fts-fb-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes fts-fb-bouncedelay{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.fts-fluid-videoWrapper-html5 video{object-fit:inherit;margin-bottom:0!important}.fts-fb-album-view-link a{color:#FFF}.fts-fb-album-view-link a:hover{color:#eee}.fts-fb-load-more{border-radius:1px;padding:0;line-height:37px!important;width:100%;min-height:37px!important;font-size:13px!important;background:#fff!important;cursor:pointer;color:#787a7b;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;max-width:740px!important;font-weight:700}.toggle-custom-textarea-show span,label.toggle-custom-textarea-show{color:#fffefe}.fts-logo-header{margin-bottom:20px!important}.fts-logo-subheader{margin-bottom:10px!important}.fts-color-settings-admin-form label{font-weight:700;min-width:100px}#fts_clear_cache_developer_mode{margin-left:28px}.toplevel_page_feed-them-settings-page .pane-active{display:block}.toplevel_page_feed-them-settings-page .fts-tabbed{display:block;float:left;color:#545454;font-weight:700;text-decoration:none;line-height:1.9;text-align:center;cursor:pointer;border-bottom:1px solid #ccc;padding:10px 38px!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:115px;background:#FFF;margin-right:1px!important;font-size:13px;width:auto!important}.toplevel_page_feed-them-settings-page label.tab-active{background:#0073AA!important;color:#FFF!important}.toplevel_page_feed-them-settings-page .fts-tab-content{clear:both;padding-top:15px}.feed-them-social-admin-input-label small{font-weight:400}.not-active-title:hover h3{color:#028fd2}.not-active-title h3{color:#0073aa}@media (max-width:797px){.toplevel_page_feed-them-settings-page #fts-tabs{margin-top:140px!important}}@media (max-width:450px){#shortcode-form-selector{min-width:270px!important}}@media (max-width:500px){.toplevel_page_feed-them-settings-page #fts-tab-content1 .use-of-plugin{max-width:100%!important}}#fts-timezone{max-width:300px}.fts-instagram-username-picker-wrap li{clear:both;background:#e6e6e6;padding:10px;margin-bottom:1px;display:block;width:100%;line-height:16px;float:left}.combine-twitter-hashtag-etc-wrap,.facebook_hide_date,.facebook_hide_name,.facebook_hide_thumbnail,.facebook_show_media,.fts-success,.youtube_video_single_info_display{display:none}.fts-instagram-username-picker-wrap li.fts-insta-id-active,.fts-instagram-username-picker-wrap li:hover{background:#0073aa;color:#FFF}.ft-instagram-username-picker{clear:both;margin:0 0 1px;height:65px}.fts-insta-profile-picture-div img{float:left;max-width:65px;margin-right:15px;border-radius:100px}.fts-insta-fullname-div{padding:5px 0 2px}.fts-insta-id-div{font-style:italic;padding:5px 0 0}.fts-instagram-username-picker-wrap{padding-right:20px;max-height:310px;overflow:auto;margin:0}.fts-instagram-username-picker-wrap li:first-child{margin-top:10px}.fts-instagram-username-picker-wrap li:last-child{margin-bottom:10px}.fts-empty-error input,input.fts-empty-error{background:#ffffd8!important}.fts-instagram-username-picker-wrap li{color:#222}.fts-highlight{background:#0073aa;border-radius:20px;color:#FFF;padding:0 5px}.fts-youtube-get-access-token,.fts-youtube-get-access-token:focus{padding:18px 16px 19px 188px;background:url(../images/youtube-logo-admin.jpg) 13px 12px no-repeat #FFF;color:#252525}.fts-twitter-get-access-token,.fts-twitter-get-access-token:focus{padding:18px 16px 19px 188px;background:url(../images/twitter-logo-admin.jpg) 13px 12px no-repeat #FFF;color:#252525}.fts-twitter-add-all-keys-click-option, .fts-youtube-add-all-keys-click-option{margin:-10px 0 15px}.twitter-extra-keys-text, .youtube-extra-keys-text{max-width:550px;margin-bottom:15px}.feed-them_page_fts-twitter-feed-styles-submenu-page .fts-successful-api-token{margin-top:0;margin-bottom:-10px}#fts-timer{padding:6px 0 0 1px;float:left}@font-face{font-family:FontAwesomeSlick;src:url(../../feeds/css/font/fontawesome-webfont.eot?v=3.2.1);src:url(../../feeds/css/font/fontawesome-webfont.eot?#iefix&v=3.2.1) format("embedded-opentype"),url(../../feeds/css/font/fontawesome-webfont.woff?v=3.2.1) format("woff"),url(../../feeds/css/font/fontawesome-webfont.ttf?v=3.2.1) format("truetype"),url(../../feeds/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format("svg")}.fts-success:before{font-family:FontAwesomeSlick!important;content:"\f00c"!important;font-size:14px;position:relative;line-height:19px}.fts-success{margin:3px 6px 0;padding:2px 4px;color:#fff;background:#01a701;border-radius:20px;float:left;font-size:10px!important;width:auto;height:18px}#discount-for-review a:hover{color:#0073aa}.fb-sublist{border:none!important;overflow:auto;height:200px;background:#f7f7f7}.fb-sublist li{border: 1px solid #f7f7f7!important;border-bottom:0;border-right:0;}.fts-token-save{border-radius:100px}.fb-sublist .fb-name{letter-spacing:0!important;font-size:13px}.fts-fb-location-text-wrap{padding:8px;text-align:center;color:#f7f7f7;font-weight:700;background:#00a400;margin:10px 0 0}.fb-name small{display:block;line-height:0;letter-spacing:0;color:#969696}.fts-successful-api-token small{font-size:12px}.fb-page-list li{position:relative}.fts-successful-api-token h3 a{text-decoration:none!important;color:#262627;text-shadow:1px 1px 1px #fff;font-size:18px}.fts-successful-api-token h3 a:hover,.fts-successful-api-token img:hover{opacity:.8}.fb-page-list .fts-fb-load-more{color:#00a400}.feed-them-icon-wrap a.youtube-icon {background: url(../images/youtube-icon.png) top right no-repeat;}
 
trunk/admin/images/facebook-icon.png DELETED
Binary file
trunk/admin/images/facebook-logo-admin.jpg DELETED
Binary file
trunk/admin/images/feed-them-social-logo.png DELETED
Binary file
trunk/admin/images/footer-logo.png DELETED
Binary file
trunk/admin/images/ft-gallery-promo-fts.jpg DELETED
Binary file
trunk/admin/images/ft-gallery-promo.jpg DELETED
Binary file
trunk/admin/images/fts-help-icon.png DELETED
Binary file
trunk/admin/images/instagram-backg.jpg DELETED
Binary file
trunk/admin/images/instagram-icon.png DELETED
Binary file
trunk/admin/images/instagram-logo-admin.png DELETED
Binary file
trunk/admin/images/pinterest-icon.png DELETED
Binary file
trunk/admin/images/pinterest-logo-admin.jpg DELETED
Binary file
trunk/admin/images/slickremix-icon-sprite.png DELETED
Binary file
trunk/admin/images/twitter-icon.png DELETED
Binary file
trunk/admin/images/twitter-logo-admin.jpg DELETED
Binary file
trunk/admin/images/vine-icon.png DELETED
Binary file
trunk/admin/images/youtube-icon.png DELETED
Binary file
trunk/admin/images/youtube-logo-admin.jpg DELETED
Binary file
trunk/admin/js/admin.js DELETED
@@ -1,22 +0,0 @@
1
- jQuery(document).ready(function() {
2
-
3
- jQuery("#wp-admin-bar-feed_them_social_admin_bar-default li:first-child a").click(function() {
4
- //alert('etf');
5
- console.log('Click Clear Cache Function');
6
-
7
- jQuery.ajax({
8
- data: {action: "fts_clear_cache_ajax" },
9
- type: 'POST',
10
- url: ftsAjax.ajaxurl,
11
- success: function( response ) {
12
- // jQuery('body').hide();
13
- console.log('Well Done and got this from sever: ' + response);
14
- // alert and upon clicking refresh the page
15
- if(!alert('Cache for all FTS Feeds cleared!')){window.location.reload();}
16
-
17
- return false;
18
- }
19
- }); // end of ajax()
20
- return false;
21
- }); // end of document.ready
22
- }); // end of form.submit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/js/developer-admin.js DELETED
@@ -1,19 +0,0 @@
1
- jQuery(document).ready(function() {
2
- //alert('etf');
3
- console.log('Developer Clear Cache Function');
4
-
5
- jQuery.ajax({
6
- data: {action: "fts_clear_cache_ajax" },
7
- type: 'POST',
8
- url: ftsAjax.ajaxurl,
9
- success: function( response ) {
10
- // jQuery('body').hide();
11
- console.log('Well Done and got this from sever: ' + response);
12
- // alert and upon clicking refresh the page
13
- // if(!alert('Cache for all FTS Feeds cleared!')){window.location.reload();}
14
-
15
- return false;
16
- }
17
- }); // end of ajax()
18
- return false;
19
- }); // end of document.ready
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/admin/js/jscolor/arrow.gif DELETED
Binary file
trunk/admin/js/jscolor/cross.gif DELETED
Binary file
trunk/admin/js/jscolor/hs.png DELETED
Binary file
trunk/admin/js/jscolor/hv.png DELETED
Binary file
trunk/admin/js/jscolor/jscolor.js DELETED
@@ -1,1902 +0,0 @@
1
- /**
2
-
3
- * jscolor, JavaScript Color Picker
4
-
5
- *
6
-
7
- * @version 1.4.0
8
-
9
- * @license GNU Lesser General Public License, http://www.gnu.org/copyleft/lesser.html
10
-
11
- * @author Jan Odvarko, http://odvarko.cz
12
-
13
- * @created 2008-06-15
14
-
15
- * @updated 2012-07-06
16
-
17
- * @link http://jscolor.com
18
-
19
- */
20
-
21
-
22
-
23
-
24
-
25
- var jscolor = {
26
-
27
-
28
-
29
-
30
-
31
- dir : '', // location of jscolor directory (leave empty to autodetect)
32
-
33
- bindClass : 'color', // class name
34
-
35
- binding : true, // automatic binding via <input class="...">
36
-
37
- preloading : true, // use image preloading?
38
-
39
-
40
-
41
-
42
-
43
- install : function() {
44
-
45
- jscolor.addEvent(window, 'load', jscolor.init);
46
-
47
- },
48
-
49
-
50
-
51
-
52
-
53
- init : function() {
54
-
55
- if(jscolor.binding) {
56
-
57
- jscolor.bind();
58
-
59
- }
60
-
61
- if(jscolor.preloading) {
62
-
63
- jscolor.preload();
64
-
65
- }
66
-
67
- },
68
-
69
-
70
-
71
-
72
-
73
- getDir : function() {
74
-
75
- if(!jscolor.dir) {
76
-
77
- var detected = jscolor.detectDir();
78
-
79
- jscolor.dir = detected!==false ? detected : 'jscolor/';
80
-
81
- }
82
-
83
- return jscolor.dir;
84
-
85
- },
86
-
87
-
88
-
89
-
90
-
91
- detectDir : function() {
92
-
93
- var base = location.href;
94
-
95
-
96
-
97
- var e = document.getElementsByTagName('base');
98
-
99
- for(var i=0; i<e.length; i+=1) {
100
-
101
- if(e[i].href) { base = e[i].href; }
102
-
103
- }
104
-
105
-
106
-
107
- var e = document.getElementsByTagName('script');
108
-
109
- for(var i=0; i<e.length; i+=1) {
110
-
111
- if(e[i].src && /(^|\/)jscolor\.js([?#].*)?$/i.test(e[i].src)) {
112
-
113
- var src = new jscolor.URI(e[i].src);
114
-
115
- var srcAbs = src.toAbsolute(base);
116
-
117
- srcAbs.path = srcAbs.path.replace(/[^\/]+$/, ''); // remove filename
118
-
119
- srcAbs.query = null;
120
-
121
- srcAbs.fragment = null;
122
-
123
- return srcAbs.toString();
124
-
125
- }
126
-
127
- }
128
-
129
- return false;
130
-
131
- },
132
-
133
-
134
-
135
-
136
-
137
- bind : function() {
138
-
139
- var matchClass = new RegExp('(^|\\s)('+jscolor.bindClass+')\\s*(\\{[^}]*\\})?', 'i');
140
-
141
- var e = document.getElementsByTagName('input');
142
-
143
- for(var i=0; i<e.length; i+=1) {
144
-
145
- var m;
146
-
147
- if(!e[i].color && e[i].className && (m = e[i].className.match(matchClass))) {
148
-
149
- var prop = {};
150
-
151
- if(m[3]) {
152
-
153
- try {
154
-
155
- prop = (new Function ('return (' + m[3] + ')'))();
156
-
157
- } catch(eInvalidProp) {}
158
-
159
- }
160
-
161
- e[i].color = new jscolor.color(e[i], prop);
162
-
163
- }
164
-
165
- }
166
-
167
- },
168
-
169
-
170
-
171
-
172
-
173
- preload : function() {
174
-
175
- for(var fn in jscolor.imgRequire) {
176
-
177
- if(jscolor.imgRequire.hasOwnProperty(fn)) {
178
-
179
- jscolor.loadImage(fn);
180
-
181
- }
182
-
183
- }
184
-
185
- },
186
-
187
-
188
-
189
-
190
-
191
- images : {
192
-
193
- pad : [ 181, 101 ],
194
-
195
- sld : [ 16, 101 ],
196
-
197
- cross : [ 15, 15 ],
198
-
199
- arrow : [ 7, 11 ]
200
-
201
- },
202
-
203
-
204
-
205
-
206
-
207
- imgRequire : {},
208
-
209
- imgLoaded : {},
210
-
211
-
212
-
213
-
214
-
215
- requireImage : function(filename) {
216
-
217
- jscolor.imgRequire[filename] = true;
218
-
219
- },
220
-
221
-
222
-
223
-
224
-
225
- loadImage : function(filename) {
226
-
227
- if(!jscolor.imgLoaded[filename]) {
228
-
229
- jscolor.imgLoaded[filename] = new Image();
230
-
231
- jscolor.imgLoaded[filename].src = jscolor.getDir()+filename;
232
-
233
- }
234
-
235
- },
236
-
237
-
238
-
239
-
240
-
241
- fetchElement : function(mixed) {
242
-
243
- return typeof mixed === 'string' ? document.getElementById(mixed) : mixed;
244
-
245
- },
246
-
247
-
248
-
249
-
250
-
251
- addEvent : function(el, evnt, func) {
252
-
253
- if(el.addEventListener) {
254
-
255
- el.addEventListener(evnt, func, false);
256
-
257
- } else if(el.attachEvent) {
258
-
259
- el.attachEvent('on'+evnt, func);
260
-
261
- }
262
-
263
- },
264
-
265
-
266
-
267
-
268
-
269
- fireEvent : function(el, evnt) {
270
-
271
- if(!el) {
272
-
273
- return;
274
-
275
- }
276
-
277
- if(document.createEvent) {
278
-
279
- var ev = document.createEvent('HTMLEvents');
280
-
281
- ev.initEvent(evnt, true, true);
282
-
283
- el.dispatchEvent(ev);
284
-
285
- } else if(document.createEventObject) {
286
-
287
- var ev = document.createEventObject();
288
-
289
- el.fireEvent('on'+evnt, ev);
290
-
291
- } else if(el['on'+evnt]) { // alternatively use the traditional event model (IE5)
292
-
293
- el['on'+evnt]();
294
-
295
- }
296
-
297
- },
298
-
299
-
300
-
301
-
302
-
303
- getElementPos : function(e) {
304
-
305
- var e1=e, e2=e;
306
-
307
- var x=0, y=0;
308
-
309
- if(e1.offsetParent) {
310
-
311
- do {
312
-
313
- x += e1.offsetLeft;
314
-
315
- y += e1.offsetTop;
316
-
317
- } while(e1 = e1.offsetParent);
318
-
319
- }
320
-
321
- while((e2 = e2.parentNode) && e2.nodeName.toUpperCase() !== 'BODY') {
322
-
323
- x -= e2.scrollLeft;
324
-
325
- y -= e2.scrollTop;
326
-
327
- }
328
-
329
- return [x, y];
330
-
331
- },
332
-
333
-
334
-
335
-
336
-
337
- getElementSize : function(e) {
338
-
339
- return [e.offsetWidth, e.offsetHeight];
340
-
341
- },
342
-
343
-
344
-
345
-
346
-
347
- getRelMousePos : function(e) {
348
-
349
- var x = 0, y = 0;
350
-
351
- if (!e) { e = window.event; }
352
-
353
- if (typeof e.offsetX === 'number') {
354
-
355
- x = e.offsetX;
356
-
357
- y = e.offsetY;
358
-
359
- } else if (typeof e.layerX === 'number') {
360
-
361
- x = e.layerX;
362
-
363
- y = e.layerY;
364
-
365
- }
366
-
367
- return { x: x, y: y };
368
-
369
- },
370
-
371
-
372
-
373
-
374
-
375
- getViewPos : function() {
376
-
377
- if(typeof window.pageYOffset === 'number') {
378
-
379
- return [window.pageXOffset, window.pageYOffset];
380
-
381
- } else if(document.body && (document.body.scrollLeft || document.body.scrollTop)) {
382
-
383
- return [document.body.scrollLeft, document.body.scrollTop];
384
-
385
- } else if(document.documentElement && (document.documentElement.scrollLeft || document.documentElement.scrollTop)) {
386
-
387
- return [document.documentElement.scrollLeft, document.documentElement.scrollTop];
388
-
389
- } else {
390
-
391
- return [0, 0];
392
-
393
- }
394
-
395
- },
396
-
397
-
398
-
399
-
400
-
401
- getViewSize : function() {
402
-
403
- if(typeof window.innerWidth === 'number') {
404
-
405
- return [window.innerWidth, window.innerHeight];
406
-
407
- } else if(document.body && (document.body.clientWidth || document.body.clientHeight)) {
408
-
409
- return [document.body.clientWidth, document.body.clientHeight];
410
-
411
- } else if(document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
412
-
413
- return [document.documentElement.clientWidth, document.documentElement.clientHeight];
414
-
415
- } else {
416
-
417
- return [0, 0];
418
-
419
- }
420
-
421
- },
422
-
423
-
424
-
425
-
426
-
427
- URI : function(uri) { // See RFC3986
428
-
429
-
430
-
431
- this.scheme = null;
432
-
433
- this.authority = null;
434
-
435
- this.path = '';
436
-
437
- this.query = null;
438
-
439
- this.fragment = null;
440
-
441
-
442
-
443
- this.parse = function(uri) {
444
-
445
- var m = uri.match(/^(([A-Za-z][0-9A-Za-z+.-]*)(:))?((\/\/)([^\/?#]*))?([^?#]*)((\?)([^#]*))?((#)(.*))?/);
446
-
447
- this.scheme = m[3] ? m[2] : null;
448
-
449
- this.authority = m[5] ? m[6] : null;
450
-
451
- this.path = m[7];
452
-
453
- this.query = m[9] ? m[10] : null;
454
-
455
- this.fragment = m[12] ? m[13] : null;
456
-
457
- return this;
458
-
459
- };
460
-
461
-
462
-
463
- this.toString = function() {
464
-
465
- var result = '';
466
-
467
- if(this.scheme !== null) { result = result + this.scheme + ':'; }
468
-
469
- if(this.authority !== null) { result = result + '//' + this.authority; }
470
-
471
- if(this.path !== null) { result = result + this.path; }
472
-
473
- if(this.query !== null) { result = result + '?' + this.query; }
474
-
475
- if(this.fragment !== null) { result = result + '#' + this.fragment; }
476
-
477
- return result;
478
-
479
- };
480
-
481
-
482
-
483
- this.toAbsolute = function(base) {
484
-
485
- var base = new jscolor.URI(base);
486
-
487
- var r = this;
488
-
489
- var t = new jscolor.URI;
490
-
491
-
492
-
493
- if(base.scheme === null) { return false; }
494
-
495
-
496
-
497
- if(r.scheme !== null && r.scheme.toLowerCase() === base.scheme.toLowerCase()) {
498
-
499
- r.scheme = null;
500
-
501
- }
502
-
503
-
504
-
505
- if(r.scheme !== null) {
506
-
507
- t.scheme = r.scheme;
508
-
509
- t.authority = r.authority;
510
-
511
- t.path = removeDotSegments(r.path);
512
-
513
- t.query = r.query;
514
-
515
- } else {
516
-
517
- if(r.authority !== null) {
518
-
519
- t.authority = r.authority;
520
-
521
- t.path = removeDotSegments(r.path);
522
-
523
- t.query = r.query;
524
-
525
- } else {
526
-
527
- if(r.path === '') {
528
-
529
- t.path = base.path;
530
-
531
- if(r.query !== null) {
532
-
533
- t.query = r.query;
534
-
535
- } else {
536
-
537
- t.query = base.query;
538
-
539
- }
540
-
541
- } else {
542
-
543
- if(r.path.substr(0,1) === '/') {
544
-
545
- t.path = removeDotSegments(r.path);
546
-
547
- } else {
548
-
549
- if(base.authority !== null && base.path === '') {
550
-
551
- t.path = '/'+r.path;
552
-
553
- } else {
554
-
555
- t.path = base.path.replace(/[^\/]+$/,'')+r.path;
556
-
557
- }
558
-
559
- t.path = removeDotSegments(t.path);
560
-
561
- }
562
-
563
- t.query = r.query;
564
-
565
- }
566
-
567
- t.authority = base.authority;
568
-
569
- }
570
-
571
- t.scheme = base.scheme;
572
-
573
- }
574
-
575
- t.fragment = r.fragment;
576
-
577
-
578
-
579
- return t;
580
-
581
- };
582
-
583
-
584
-
585
- function removeDotSegments(path) {
586
-
587
- var out = '';
588
-
589
- while(path) {
590
-
591
- if(path.substr(0,3)==='../' || path.substr(0,2)==='./') {
592
-
593
- path = path.replace(/^\.+/,'').substr(1);
594
-
595
- } else if(path.substr(0,3)==='/./' || path==='/.') {
596
-
597
- path = '/'+path.substr(3);
598
-
599
- } else if(path.substr(0,4)==='/../' || path==='/..') {
600
-
601
- path = '/'+path.substr(4);
602
-
603
- out = out.replace(/\/?[^\/]*$/, '');
604
-
605
- } else if(path==='.' || path==='..') {
606
-
607
- path = '';
608
-
609
- } else {
610
-
611
- var rm = path.match(/^\/?[^\/]*/)[0];
612
-
613
- path = path.substr(rm.length);
614
-
615
- out = out + rm;
616
-
617
- }
618
-
619
- }
620
-
621
- return out;
622
-
623
- }
624
-
625
-
626
-
627
- if(uri) {
628
-
629
- this.parse(uri);
630
-
631
- }
632
-
633
-
634
-
635
- },
636
-
637
-
638
-
639
-
640
-
641
- /*
642
-
643
- * Usage example:
644
-
645
- * var myColor = new jscolor.color(myInputElement)
646
-
647
- */
648
-
649
-
650
-
651
- color : function(target, prop) {
652
-
653
-
654
-
655
-
656
-
657
- this.required = true; // refuse empty values?
658
-
659
- this.adjust = true; // adjust value to uniform notation?
660
-
661
- this.hash = false; // prefix color with # symbol?
662
-
663
- this.caps = true; // uppercase?
664
-
665
- this.slider = true; // show the value/saturation slider?
666
-
667
- this.valueElement = target; // value holder
668
-
669
- this.styleElement = target; // where to reflect current color
670
-
671
- this.onImmediateChange = null; // onchange callback (can be either string or function)
672
-
673
- this.hsv = [0, 0, 1]; // read-only 0-6, 0-1, 0-1
674
-
675
- this.rgb = [1, 1, 1]; // read-only 0-1, 0-1, 0-1
676
-
677
- this.minH = 0; // read-only 0-6
678
-
679
- this.maxH = 6; // read-only 0-6
680
-
681
- this.minS = 0; // read-only 0-1
682
-
683
- this.maxS = 1; // read-only 0-1
684
-
685
- this.minV = 0; // read-only 0-1
686
-
687
- this.maxV = 1; // read-only 0-1
688
-
689
-
690
-
691
- this.pickerOnfocus = true; // display picker on focus?
692
-
693
- this.pickerMode = 'HSV'; // HSV | HVS
694
-
695
- this.pickerPosition = 'bottom'; // left | right | top | bottom
696
-
697
- this.pickerSmartPosition = true; // automatically adjust picker position when necessary
698
-
699
- this.pickerButtonHeight = 20; // px
700
-
701
- this.pickerClosable = false;
702
-
703
- this.pickerCloseText = 'Close';
704
-
705
- this.pickerButtonColor = 'ButtonText'; // px
706
-
707
- this.pickerFace = 10; // px
708
-
709
- this.pickerFaceColor = 'ThreeDFace'; // CSS color
710
-
711
- this.pickerBorder = 1; // px
712
-
713
- this.pickerBorderColor = 'ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight'; // CSS color
714
-
715
- this.pickerInset = 1; // px
716
-
717
- this.pickerInsetColor = 'ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow'; // CSS color
718
-
719
- this.pickerZIndex = 10000;
720
-
721
-
722
-
723
-
724
-
725
- for(var p in prop) {
726
-
727
- if(prop.hasOwnProperty(p)) {
728
-
729
- this[p] = prop[p];
730
-
731
- }
732
-
733
- }
734
-
735
-
736
-
737
-
738
-
739
- this.hidePicker = function() {
740
-
741
- if(isPickerOwner()) {
742
-
743
- removePicker();
744
-
745
- }
746
-
747
- };
748
-
749
-
750
-
751
-
752
-
753
- this.showPicker = function() {
754
-
755
- if(!isPickerOwner()) {
756
-
757
- var tp = jscolor.getElementPos(target); // target pos
758
-
759
- var ts = jscolor.getElementSize(target); // target size
760
-
761
- var vp = jscolor.getViewPos(); // view pos
762
-
763
- var vs = jscolor.getViewSize(); // view size
764
-
765
- var ps = getPickerDims(this); // picker size
766
-
767
- var a, b, c;
768
-
769
- switch(this.pickerPosition.toLowerCase()) {
770
-
771
- case 'left': a=1; b=0; c=-1; break;
772
-
773
- case 'right':a=1; b=0; c=1; break;
774
-
775
- case 'top': a=0; b=1; c=-1; break;
776
-
777
- default: a=0; b=1; c=1; break;
778
-
779
- }
780
-
781
- var l = (ts[b]+ps[b])/2;
782
-
783
-
784
-
785
- // picker pos
786
-
787
- if (!this.pickerSmartPosition) {
788
-
789
- var pp = [
790
-
791
- tp[a],
792
-
793
- tp[b]+ts[b]-l+l*c
794
-
795
- ];
796
-
797
- } else {
798
-
799
- var pp = [
800
-
801
- -vp[a]+tp[a]+ps[a] > vs[a] ?
802
-
803
- (-vp[a]+tp[a]+ts[a]/2 > vs[a]/2 && tp[a]+ts[a]-ps[a] >= 0 ? tp[a]+ts[a]-ps[a] : tp[a]) :
804
-
805
- tp[a],
806
-
807
- -vp[b]+tp[b]+ts[b]+ps[b]-l+l*c > vs[b] ?
808
-
809
- (-vp[b]+tp[b]+ts[b]/2 > vs[b]/2 && tp[b]+ts[b]-l-l*c >= 0 ? tp[b]+ts[b]-l-l*c : tp[b]+ts[b]-l+l*c) :
810
-
811
- (tp[b]+ts[b]-l+l*c >= 0 ? tp[b]+ts[b]-l+l*c : tp[b]+ts[b]-l-l*c)
812
-
813
- ];
814
-
815
- }
816
-
817
- drawPicker(pp[a], pp[b]);
818
-
819
- }
820
-
821
- };
822
-
823
-
824
-
825
-
826
-
827
- this.importColor = function() {
828
-
829
- if(!valueElement) {
830
-
831
- this.exportColor();
832
-
833
- } else {
834
-
835
- if(!this.adjust) {
836
-
837
- if(!this.fromString(valueElement.value, leaveValue)) {
838
-
839
- styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
840
-
841
- styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
842
-
843
- styleElement.style.color = styleElement.jscStyle.color;
844
-
845
- this.exportColor(leaveValue | leaveStyle);
846
-
847
- }
848
-
849
- } else if(!this.required && /^\s*$/.test(valueElement.value)) {
850
-
851
- valueElement.value = '';
852
-
853
- styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
854
-
855
- styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
856
-
857
- styleElement.style.color = styleElement.jscStyle.color;
858
-
859
- this.exportColor(leaveValue | leaveStyle);
860
-
861
-
862
-
863
- } else if(this.fromString(valueElement.value)) {
864
-
865
- // OK
866
-
867
- } else {
868
-
869
- this.exportColor();
870
-
871
- }
872
-
873
- }
874
-
875
- };
876
-
877
-
878
-
879
-
880
-
881
- this.exportColor = function(flags) {
882
-
883
- if(!(flags & leaveValue) && valueElement) {
884
-
885
- var value = this.toString();
886
-
887
- if(this.caps) { value = value.toUpperCase(); }
888
-
889
- if(this.hash) { value = '#'+value; }
890
-
891
- valueElement.value = value;
892
-
893
- }
894
-
895
- if(!(flags & leaveStyle) && styleElement) {
896
-
897
- styleElement.style.backgroundImage = "none";
898
-
899
- styleElement.style.backgroundColor =
900
-
901
- '#'+this.toString();
902
-
903
- styleElement.style.color =
904
-
905
- 0.213 * this.rgb[0] +
906
-
907
- 0.715 * this.rgb[1] +
908
-
909
- 0.072 * this.rgb[2]
910
-
911
- < 0.5 ? '#FFF' : '#000';
912
-
913
- }
914
-
915
- if(!(flags & leavePad) && isPickerOwner()) {
916
-
917
- redrawPad();
918
-
919
- }
920
-
921
- if(!(flags & leaveSld) && isPickerOwner()) {
922
-
923
- redrawSld();
924
-
925
- }
926
-
927
- };
928
-
929
-
930
-
931
-
932
-
933
- this.fromHSV = function(h, s, v, flags) { // null = don't change
934
-
935
- if(h !== null) { h = Math.max(0.0, this.minH, Math.min(6.0, this.maxH, h)); }
936
-
937
- if(s !== null) { s = Math.max(0.0, this.minS, Math.min(1.0, this.maxS, s)); }
938
-
939
- if(v !== null) { v = Math.max(0.0, this.minV, Math.min(1.0, this.maxV, v)); }
940
-
941
-
942
-
943
- this.rgb = HSV_RGB(
944
-
945
- h===null ? this.hsv[0] : (this.hsv[0]=h),
946
-
947
- s===null ? this.hsv[1] : (this.hsv[1]=s),
948
-
949
- v===null ? this.hsv[2] : (this.hsv[2]=v)
950
-
951
- );
952
-
953
-
954
-
955
- this.exportColor(flags);
956
-
957
- };
958
-
959
-
960
-
961
-
962
-
963
- this.fromRGB = function(r, g, b, flags) { // null = don't change
964
-
965
- if(r !== null) { r = Math.max(0.0, Math.min(1.0, r)); }
966
-
967
- if(g !== null) { g = Math.max(0.0, Math.min(1.0, g)); }
968
-
969
- if(b !== null) { b = Math.max(0.0, Math.min(1.0, b)); }
970
-
971
-
972
-
973
- var hsv = RGB_HSV(
974
-
975
- r===null ? this.rgb[0] : r,
976
-
977
- g===null ? this.rgb[1] : g,
978
-
979
- b===null ? this.rgb[2] : b
980
-
981
- );
982
-
983
- if(hsv[0] !== null) {
984
-
985
- this.hsv[0] = Math.max(0.0, this.minH, Math.min(6.0, this.maxH, hsv[0]));
986
-
987
- }
988
-
989
- if(hsv[2] !== 0) {
990
-
991
- this.hsv[1] = hsv[1]===null ? null : Math.max(0.0, this.minS, Math.min(1.0, this.maxS, hsv[1]));
992
-
993
- }
994
-
995
- this.hsv[2] = hsv[2]===null ? null : Math.max(0.0, this.minV, Math.min(1.0, this.maxV, hsv[2]));
996
-
997
-
998
-
999
- // update RGB according to final HSV, as some values might be trimmed
1000
-
1001
- var rgb = HSV_RGB(this.hsv[0], this.hsv[1], this.hsv[2]);
1002
-
1003
- this.rgb[0] = rgb[0];
1004
-
1005
- this.rgb[1] = rgb[1];
1006
-
1007
- this.rgb[2] = rgb[2];
1008
-
1009
-
1010
-
1011
- this.exportColor(flags);
1012
-
1013
- };
1014
-
1015
-
1016
-
1017
-
1018
-
1019
- this.fromString = function(hex, flags) {
1020
-
1021
- var m = hex.match(/^\W*([0-9A-F]{3}([0-9A-F]{3})?)\W*$/i);
1022
-
1023
- if(!m) {
1024
-
1025
- return false;
1026
-
1027
- } else {
1028
-
1029
- if(m[1].length === 6) { // 6-char notation
1030
-
1031
- this.fromRGB(
1032
-
1033
- parseInt(m[1].substr(0,2),16) / 255,
1034
-
1035
- parseInt(m[1].substr(2,2),16) / 255,
1036
-
1037
- parseInt(m[1].substr(4,2),16) / 255,
1038
-
1039
- flags
1040
-
1041
- );
1042
-
1043
- } else { // 3-char notation
1044
-
1045
- this.fromRGB(
1046
-
1047
- parseInt(m[1].charAt(0)+m[1].charAt(0),16) / 255,
1048
-
1049
- parseInt(m[1].charAt(1)+m[1].charAt(1),16) / 255,
1050
-
1051
- parseInt(m[1].charAt(2)+m[1].charAt(2),16) / 255,
1052
-
1053
- flags
1054
-
1055
- );
1056
-
1057
- }
1058
-
1059
- return true;
1060
-
1061
- }
1062
-
1063
- };
1064
-
1065
-
1066
-
1067
-
1068
-
1069
- this.toString = function() {
1070
-
1071
- return (
1072
-
1073
- (0x100 | Math.round(255*this.rgb[0])).toString(16).substr(1) +
1074
-
1075
- (0x100 | Math.round(255*this.rgb[1])).toString(16).substr(1) +
1076
-
1077
- (0x100 | Math.round(255*this.rgb[2])).toString(16).substr(1)
1078
-
1079
- );
1080
-
1081
- };
1082
-
1083
-
1084
-
1085
-
1086
-
1087
- function RGB_HSV(r, g, b) {
1088
-
1089
- var n = Math.min(Math.min(r,g),b);
1090
-
1091
- var v = Math.max(Math.max(r,g),b);
1092
-
1093
- var m = v - n;
1094
-
1095
- if(m === 0) { return [ null, 0, v ]; }
1096
-
1097
- var h = r===n ? 3+(b-g)/m : (g===n ? 5+(r-b)/m : 1+(g-r)/m);
1098
-
1099
- return [ h===6?0:h, m/v, v ];
1100
-
1101
- }
1102
-
1103
-
1104
-
1105
-
1106
-
1107
- function HSV_RGB(h, s, v) {
1108
-
1109
- if(h === null) { return [ v, v, v ]; }
1110
-
1111
- var i = Math.floor(h);
1112
-
1113
- var f = i%2 ? h-i : 1-(h-i);
1114
-
1115
- var m = v * (1 - s);
1116
-
1117
- var n = v * (1 - s*f);
1118
-
1119
- switch(i) {
1120
-
1121
- case 6:
1122
-
1123
- case 0: return [v,n,m];
1124
-
1125
- case 1: return [n,v,m];
1126
-
1127
- case 2: return [m,v,n];
1128
-
1129
- case 3: return [m,n,v];
1130
-
1131
- case 4: return [n,m,v];
1132
-
1133
- case 5: return [v,m,n];
1134
-
1135
- }
1136
-
1137
- }
1138
-
1139
-
1140
-
1141
-
1142
-
1143
- function removePicker() {
1144
-
1145
- delete jscolor.picker.owner;
1146
-
1147
- document.getElementsByTagName('body')[0].removeChild(jscolor.picker.boxB);
1148
-
1149
- }
1150
-
1151
-
1152
-
1153
-
1154
-
1155
- function drawPicker(x, y) {
1156
-
1157
- if(!jscolor.picker) {
1158
-
1159
- jscolor.picker = {
1160
-
1161
- box : document.createElement('div'),
1162
-
1163
- boxB : document.createElement('div'),
1164
-
1165
- pad : document.createElement('div'),
1166
-
1167
- padB : document.createElement('div'),
1168
-
1169
- padM : document.createElement('div'),
1170
-
1171
- sld : document.createElement('div'),
1172
-
1173
- sldB : document.createElement('div'),
1174
-
1175
- sldM : document.createElement('div'),
1176
-
1177
- btn : document.createElement('div'),
1178
-
1179
- btnS : document.createElement('span'),
1180
-
1181
- btnT : document.createTextNode(THIS.pickerCloseText)
1182
-
1183
- };
1184
-
1185
- for(var i=0,segSize=4; i<jscolor.images.sld[1]; i+=segSize) {
1186
-
1187
- var seg = document.createElement('div');
1188
-
1189
- seg.style.height = segSize+'px';
1190
-
1191
- seg.style.fontSize = '1px';
1192
-
1193
- seg.style.lineHeight = '0';
1194
-
1195
- jscolor.picker.sld.appendChild(seg);
1196
-
1197
- }
1198
-
1199
- jscolor.picker.sldB.appendChild(jscolor.picker.sld);
1200
-
1201
- jscolor.picker.box.appendChild(jscolor.picker.sldB);
1202
-
1203
- jscolor.picker.box.appendChild(jscolor.picker.sldM);
1204
-
1205
- jscolor.picker.padB.appendChild(jscolor.picker.pad);
1206
-
1207
- jscolor.picker.box.appendChild(jscolor.picker.padB);
1208
-
1209
- jscolor.picker.box.appendChild(jscolor.picker.padM);
1210
-
1211
- jscolor.picker.btnS.appendChild(jscolor.picker.btnT);
1212
-
1213
- jscolor.picker.btn.appendChild(jscolor.picker.btnS);
1214
-
1215
- jscolor.picker.box.appendChild(jscolor.picker.btn);
1216
-
1217
- jscolor.picker.boxB.appendChild(jscolor.picker.box);
1218
-
1219
- }
1220
-
1221
-
1222
-
1223
- var p = jscolor.picker;
1224
-
1225
-
1226
-
1227
- // controls interaction
1228
-
1229
- p.box.onmouseup =
1230
-
1231
- p.box.onmouseout = function() { target.focus(); };
1232
-
1233
- p.box.onmousedown = function() { abortBlur=true; };
1234
-
1235
- p.box.onmousemove = function(e) {
1236
-
1237
- if (holdPad || holdSld) {
1238
-
1239
- holdPad && setPad(e);
1240
-
1241
- holdSld && setSld(e);
1242
-
1243
- if (document.selection) {
1244
-
1245
- document.selection.empty();
1246
-
1247
- } else if (window.getSelection) {
1248
-
1249
- window.getSelection().removeAllRanges();
1250
-
1251
- }
1252
-
1253
- dispatchImmediateChange();
1254
-
1255
- }
1256
-
1257
- };
1258
-
1259
- p.padM.onmouseup =
1260
-
1261
- p.padM.onmouseout = function() { if(holdPad) { holdPad=false; jscolor.fireEvent(valueElement,'change'); } };
1262
-
1263
- p.padM.onmousedown = function(e) {
1264
-
1265
- // if the slider is at the bottom, move it up
1266
-
1267
- switch(modeID) {
1268
-
1269
- case 0: if (THIS.hsv[2] === 0) { THIS.fromHSV(null, null, 1.0); }; break;
1270
-
1271
- case 1: if (THIS.hsv[1] === 0) { THIS.fromHSV(null, 1.0, null); }; break;
1272
-
1273
- }
1274
-
1275
- holdPad=true;
1276
-
1277
- setPad(e);
1278
-
1279
- dispatchImmediateChange();
1280
-
1281
- };
1282
-
1283
- p.sldM.onmouseup =
1284
-
1285
- p.sldM.onmouseout = function() { if(holdSld) { holdSld=false; jscolor.fireEvent(valueElement,'change'); } };
1286
-
1287
- p.sldM.onmousedown = function(e) {
1288
-
1289
- holdSld=true;
1290
-
1291
- setSld(e);
1292
-
1293
- dispatchImmediateChange();
1294
-
1295
- };
1296
-
1297
-
1298
-
1299
- // picker
1300
-
1301
- var dims = getPickerDims(THIS);
1302
-
1303
- p.box.style.width = dims[0] + 'px';
1304
-
1305
- p.box.style.height = dims[1] + 'px';
1306
-
1307
-
1308
-
1309
- // picker border
1310
-
1311
- p.boxB.style.position = 'absolute';
1312
-
1313
- p.boxB.style.clear = 'both';
1314
-
1315
- p.boxB.style.left = x+'px';
1316
-
1317
- p.boxB.style.top = y+'px';
1318
-
1319
- p.boxB.style.zIndex = THIS.pickerZIndex;
1320
-
1321
- p.boxB.style.border = THIS.pickerBorder+'px solid';
1322
-
1323
- p.boxB.style.borderColor = THIS.pickerBorderColor;
1324
-
1325
- p.boxB.style.background = THIS.pickerFaceColor;
1326
-
1327
-
1328
-
1329
- // pad image
1330
-
1331
- p.pad.style.width = jscolor.images.pad[0]+'px';
1332
-
1333
- p.pad.style.height = jscolor.images.pad[1]+'px';
1334
-
1335
-
1336
-
1337
- // pad border
1338
-
1339
- p.padB.style.position = 'absolute';
1340
-
1341
- p.padB.style.left = THIS.pickerFace+'px';
1342
-
1343
- p.padB.style.top = THIS.pickerFace+'px';
1344
-
1345
- p.padB.style.border = THIS.pickerInset+'px solid';
1346
-
1347
- p.padB.style.borderColor = THIS.pickerInsetColor;
1348
-
1349
-
1350
-
1351
- // pad mouse area
1352
-
1353
- p.padM.style.position = 'absolute';
1354
-
1355
- p.padM.style.left = '0';
1356
-
1357
- p.padM.style.top = '0';
1358
-
1359
- p.padM.style.width = THIS.pickerFace + 2*THIS.pickerInset + jscolor.images.pad[0] + jscolor.images.arrow[0] + 'px';
1360
-
1361
- p.padM.style.height = p.box.style.height;
1362
-
1363
- p.padM.style.cursor = 'crosshair';
1364
-
1365
-
1366
-
1367
- // slider image
1368
-
1369
- p.sld.style.overflow = 'hidden';
1370
-
1371
- p.sld.style.width = jscolor.images.sld[0]+'px';
1372
-
1373
- p.sld.style.height = jscolor.images.sld[1]+'px';
1374
-
1375
-
1376
-
1377
- // slider border
1378
-
1379
- p.sldB.style.display = THIS.slider ? 'block' : 'none';
1380
-
1381
- p.sldB.style.position = 'absolute';
1382
-
1383
- p.sldB.style.right = THIS.pickerFace+'px';
1384
-
1385
- p.sldB.style.top = THIS.pickerFace+'px';
1386
-
1387
- p.sldB.style.border = THIS.pickerInset+'px solid';
1388
-
1389
- p.sldB.style.borderColor = THIS.pickerInsetColor;
1390
-
1391
-
1392
-
1393
- // slider mouse area
1394
-
1395
- p.sldM.style.display = THIS.slider ? 'block' : 'none';
1396
-
1397
- p.sldM.style.position = 'absolute';
1398
-
1399
- p.sldM.style.right = '0';
1400
-
1401
- p.sldM.style.top = '0';
1402
-
1403
- p.sldM.style.width = jscolor.images.sld[0] + jscolor.images.arrow[0] + THIS.pickerFace + 2*THIS.pickerInset + 'px';
1404
-
1405
- p.sldM.style.height = p.box.style.height;
1406
-
1407
- try {
1408
-
1409
- p.sldM.style.cursor = 'pointer';
1410
-
1411
- } catch(eOldIE) {
1412
-
1413
- p.sldM.style.cursor = 'hand';
1414
-
1415
- }
1416
-
1417
-
1418
-
1419
- // "close" button
1420
-
1421
- function setBtnBorder() {
1422
-
1423
- var insetColors = THIS.pickerInsetColor.split(/\s+/);
1424
-
1425
- var pickerOutsetColor = insetColors.length < 2 ? insetColors[0] : insetColors[1] + ' ' + insetColors[0] + ' ' + insetColors[0] + ' ' + insetColors[1];
1426
-
1427
- p.btn.style.borderColor = pickerOutsetColor;
1428
-
1429
- }
1430
-
1431
- p.btn.style.display = THIS.pickerClosable ? 'block' : 'none';
1432
-
1433
- p.btn.style.position = 'absolute';
1434
-
1435
- p.btn.style.left = THIS.pickerFace + 'px';
1436
-
1437
- p.btn.style.bottom = THIS.pickerFace + 'px';
1438
-
1439
- p.btn.style.padding = '0 15px';
1440
-
1441
- p.btn.style.height = '18px';
1442
-
1443
- p.btn.style.border = THIS.pickerInset + 'px solid';
1444
-
1445
- setBtnBorder();
1446
-
1447
- p.btn.style.color = THIS.pickerButtonColor;
1448
-
1449
- p.btn.style.font = '12px sans-serif';
1450
-
1451
- p.btn.style.textAlign = 'center';
1452
-
1453
- try {
1454
-
1455
- p.btn.style.cursor = 'pointer';
1456
-
1457
- } catch(eOldIE) {
1458
-
1459
- p.btn.style.cursor = 'hand';
1460
-
1461
- }
1462
-
1463
- p.btn.onmousedown = function () {
1464
-
1465
- THIS.hidePicker();
1466
-
1467
- };
1468
-
1469
- p.btnS.style.lineHeight = p.btn.style.height;
1470
-
1471
-
1472
-
1473
- // load images in optimal order
1474
-
1475
- switch(modeID) {
1476
-
1477
- case 0: var padImg = 'hs.png'; break;
1478
-
1479
- case 1: var padImg = 'hv.png'; break;
1480
-
1481
- }
1482
-
1483
- p.padM.style.backgroundImage = "url('"+jscolor.getDir()+"cross.gif')";
1484
-
1485
- p.padM.style.backgroundRepeat = "no-repeat";
1486
-
1487
- p.sldM.style.backgroundImage = "url('"+jscolor.getDir()+"arrow.gif')";
1488
-
1489
- p.sldM.style.backgroundRepeat = "no-repeat";
1490
-
1491
- p.pad.style.backgroundImage = "url('"+jscolor.getDir()+padImg+"')";
1492
-
1493
- p.pad.style.backgroundRepeat = "no-repeat";
1494
-
1495
- p.pad.style.backgroundPosition = "0 0";
1496
-
1497
-
1498
-
1499
- // place pointers
1500
-
1501
- redrawPad();
1502
-
1503
- redrawSld();
1504
-
1505
-
1506
-
1507
- jscolor.picker.owner = THIS;
1508
-
1509
- document.getElementsByTagName('body')[0].appendChild(p.boxB);
1510
-
1511
- }
1512
-
1513
-
1514
-
1515
-
1516
-
1517
- function getPickerDims(o) {
1518
-
1519
- var dims = [
1520
-
1521
- 2*o.pickerInset + 2*o.pickerFace + jscolor.images.pad[0] +
1522
-
1523
- (o.slider ? 2*o.pickerInset + 2*jscolor.images.arrow[0] + jscolor.images.sld[0] : 0),
1524
-
1525
- o.pickerClosable ?
1526
-
1527
- 4*o.pickerInset + 3*o.pickerFace + jscolor.images.pad[1] + o.pickerButtonHeight :
1528
-
1529
- 2*o.pickerInset + 2*o.pickerFace + jscolor.images.pad[1]
1530
-
1531
- ];
1532
-
1533
- return dims;
1534
-
1535
- }
1536
-
1537
-
1538
-
1539
-
1540
-
1541
- function redrawPad() {
1542
-
1543
- // redraw the pad pointer
1544
-
1545
- switch(modeID) {
1546
-
1547
- case 0: var yComponent = 1; break;
1548
-
1549
- case 1: var yComponent = 2; break;
1550
-
1551
- }
1552
-
1553
- var x = Math.round((THIS.hsv[0]/6) * (jscolor.images.pad[0]-1));
1554
-
1555
- var y = Math.round((1-THIS.hsv[yComponent]) * (jscolor.images.pad[1]-1));
1556
-
1557
- jscolor.picker.padM.style.backgroundPosition =
1558
-
1559
- (THIS.pickerFace+THIS.pickerInset+x - Math.floor(jscolor.images.cross[0]/2)) + 'px ' +
1560
-
1561
- (THIS.pickerFace+THIS.pickerInset+y - Math.floor(jscolor.images.cross[1]/2)) + 'px';
1562
-
1563
-
1564
-
1565
- // redraw the slider image
1566
-
1567
- var seg = jscolor.picker.sld.childNodes;
1568
-
1569
-
1570
-
1571
- switch(modeID) {
1572
-
1573
- case 0:
1574
-
1575
- var rgb = HSV_RGB(THIS.hsv[0], THIS.hsv[1], 1);
1576
-
1577
- for(var i=0; i<seg.length; i+=1) {
1578
-
1579
- seg[i].style.backgroundColor = 'rgb('+
1580
-
1581
- (rgb[0]*(1-i/seg.length)*100)+'%,'+
1582
-
1583
- (rgb[1]*(1-i/seg.length)*100)+'%,'+
1584
-
1585
- (rgb[2]*(1-i/seg.length)*100)+'%)';
1586
-
1587
- }
1588
-
1589
- break;
1590
-
1591
- case 1:
1592
-
1593
- var rgb, s, c = [ THIS.hsv[2], 0, 0 ];
1594
-
1595
- var i = Math.floor(THIS.hsv[0]);
1596
-
1597
- var f = i%2 ? THIS.hsv[0]-i : 1-(THIS.hsv[0]-i);
1598
-
1599
- switch(i) {
1600
-
1601
- case 6:
1602
-
1603
- case 0: rgb=[0,1,2]; break;
1604
-
1605
- case 1: rgb=[1,0,2]; break;
1606
-
1607
- case 2: rgb=[2,0,1]; break;
1608
-
1609
- case 3: rgb=[2,1,0]; break;
1610
-
1611
- case 4: rgb=[1,2,0]; break;
1612
-
1613
- case 5: rgb=[0,2,1]; break;
1614
-
1615
- }
1616
-
1617
- for(var i=0; i<seg.length; i+=1) {
1618
-
1619
- s = 1 - 1/(seg.length-1)*i;
1620
-
1621
- c[1] = c[0] * (1 - s*f);
1622
-
1623
- c[2] = c[0] * (1 - s);
1624
-
1625
- seg[i].style.backgroundColor = 'rgb('+
1626
-
1627
- (c[rgb[0]]*100)+'%,'+
1628
-
1629
- (c[rgb[1]]*100)+'%,'+
1630
-
1631
- (c[rgb[2]]*100)+'%)';
1632
-
1633
- }
1634
-
1635
- break;
1636
-
1637
- }
1638
-
1639
- }
1640
-
1641
-
1642
-
1643
-
1644
-
1645
- function redrawSld() {
1646
-
1647
- // redraw the slider pointer
1648
-
1649
- switch(modeID) {
1650
-
1651
- case 0: var yComponent = 2; break;
1652
-
1653
- case 1: var yComponent = 1; break;
1654
-
1655
- }
1656
-
1657
- var y = Math.round((1-THIS.hsv[yComponent]) * (jscolor.images.sld[1]-1));
1658
-
1659
- jscolor.picker.sldM.style.backgroundPosition =
1660
-
1661
- '0 ' + (THIS.pickerFace+THIS.pickerInset+y - Math.floor(jscolor.images.arrow[1]/2)) + 'px';
1662
-
1663
- }
1664
-
1665
-
1666
-
1667
-
1668
-
1669
- function isPickerOwner() {
1670
-
1671
- return jscolor.picker && jscolor.picker.owner === THIS;
1672
-
1673
- }
1674
-
1675
-
1676
-
1677
-
1678
-
1679
- function blurTarget() {
1680
-
1681
- if(valueElement === target) {
1682
-
1683
- THIS.importColor();
1684
-
1685
- }
1686
-
1687
- if(THIS.pickerOnfocus) {
1688
-
1689
- THIS.hidePicker();
1690
-
1691
- }
1692
-
1693
- }
1694
-
1695
-
1696
-
1697
-
1698
-
1699
- function blurValue() {
1700
-
1701
- if(valueElement !== target) {
1702
-
1703
- THIS.importColor();
1704
-
1705
- }
1706
-
1707
- }
1708
-
1709
-
1710
-
1711
-
1712
-
1713
- function setPad(e) {
1714
-
1715
- var mpos = jscolor.getRelMousePos(e);
1716
-
1717
- var x = mpos.x - THIS.pickerFace - THIS.pickerInset;
1718
-
1719
- var y = mpos.y - THIS.pickerFace - THIS.pickerInset;
1720
-
1721
- switch(modeID) {
1722
-
1723
- case 0: THIS.fromHSV(x*(6/(jscolor.images.pad[0]-1)), 1 - y/(jscolor.images.pad[1]-1), null, leaveSld); break;
1724
-
1725
- case 1: THIS.fromHSV(x*(6/(jscolor.images.pad[0]-1)), null, 1 - y/(jscolor.images.pad[1]-1), leaveSld); break;
1726
-
1727
- }
1728
-
1729
- }
1730
-
1731
-
1732
-
1733
-
1734
-
1735
- function setSld(e) {
1736
-
1737
- var mpos = jscolor.getRelMousePos(e);
1738
-
1739
- var y = mpos.y - THIS.pickerFace - THIS.pickerInset;
1740
-
1741
- switch(modeID) {
1742
-
1743
- case 0: THIS.fromHSV(null, null, 1 - y/(jscolor.images.sld[1]-1), leavePad); break;
1744
-
1745
- case 1: THIS.fromHSV(null, 1 - y/(jscolor.images.sld[1]-1), null, leavePad); break;
1746
-
1747
- }
1748
-
1749
- }
1750
-
1751
-
1752
-
1753
-
1754
-
1755
- function dispatchImmediateChange() {
1756
-
1757
- if (THIS.onImmediateChange) {
1758
-
1759
- var callback;
1760
-
1761
- if (typeof THIS.onImmediateChange === 'string') {
1762
-
1763
- callback = new Function (THIS.onImmediateChange);
1764
-
1765
- } else {
1766
-
1767
- callback = THIS.onImmediateChange;
1768
-
1769
- }
1770
-
1771
- callback.call(THIS);
1772
-
1773
- }
1774
-
1775
- }
1776
-
1777
-
1778
-
1779
-
1780
-
1781
- var THIS = this;
1782
-
1783
- var modeID = this.pickerMode.toLowerCase()==='hvs' ? 1 : 0;
1784
-
1785
- var abortBlur = false;
1786
-
1787
- var
1788
-
1789
- valueElement = jscolor.fetchElement(this.valueElement),
1790
-
1791
- styleElement = jscolor.fetchElement(this.styleElement);
1792
-
1793
- var
1794
-
1795
- holdPad = false,
1796
-
1797
- holdSld = false;
1798
-
1799
- var
1800
-
1801
- leaveValue = 1<<0,
1802
-
1803
- leaveStyle = 1<<1,
1804
-
1805
- leavePad = 1<<2,
1806
-
1807
- leaveSld = 1<<3;
1808
-
1809
-
1810
-
1811
- // target
1812
-
1813
- jscolor.addEvent(target, 'focus', function() {
1814
-
1815
- if(THIS.pickerOnfocus) { THIS.showPicker(); }
1816
-
1817
- });
1818
-
1819
- jscolor.addEvent(target, 'blur', function() {
1820
-
1821
- if(!abortBlur) {
1822
-
1823
- window.setTimeout(function(){ abortBlur || blurTarget(); abortBlur=false; }, 0);
1824
-
1825
- } else {
1826
-
1827
- abortBlur = false;
1828
-
1829
- }
1830
-
1831
- });
1832
-
1833
-
1834
-
1835
- // valueElement
1836
-
1837
- if(valueElement) {
1838
-
1839
- var updateField = function() {
1840
-
1841
- THIS.fromString(valueElement.value, leaveValue);
1842
-
1843
- dispatchImmediateChange();
1844
-
1845
- };
1846
-
1847
- jscolor.addEvent(valueElement, 'keyup', updateField);
1848
-
1849
- jscolor.addEvent(valueElement, 'input', updateField);
1850
-
1851
- jscolor.addEvent(valueElement, 'blur', blurValue);
1852
-
1853
- valueElement.setAttribute('autocomplete', 'off');
1854
-
1855
- }
1856
-
1857
-
1858
-
1859
- // styleElement
1860
-
1861
- if(styleElement) {
1862
-
1863
- styleElement.jscStyle = {
1864
-
1865
- backgroundImage : styleElement.style.backgroundImage,
1866
-
1867
- backgroundColor : styleElement.style.backgroundColor,
1868
-
1869
- color : styleElement.style.color
1870
-
1871
- };
1872
-
1873
- }
1874
-
1875
-
1876
-
1877
- // require images
1878
-
1879
- switch(modeID) {
1880
-
1881
- case 0: jscolor.requireImage('hs.png'); break;
1882
-
1883
- case 1: jscolor.requireImage('hv.png'); break;
1884
-
1885
- }
1886
-
1887
- jscolor.requireImage('cross.gif');
1888
-
1889
- jscolor.requireImage('arrow.gif');
1890
-
1891
-
1892
-
1893
- this.importColor();
1894
-
1895
- }
1896
-
1897
-
1898
-
1899
- };
1900
-
1901
-
1902
- jscolor.install();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/feed-them.php DELETED
@@ -1,527 +0,0 @@
1
- <?php
2
- /**
3
- * Feed Them Social Class (Main Class)
4
- *
5
- * This class is what initiates the Feed Them Social class
6
- *
7
- * Plugin Name: Feed Them Social (Facebook, Instagram, Twitter, etc)
8
- * Plugin URI: https://feedthemsocial.com/
9
- * Description: Customize feeds for Facebook Pages, Album Photos, Videos & Covers, Instagram, Twitter, Pinterest & YouTube on pages, posts or widgets.
10
- * Version: 2.5.8
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 4.9.8
17
- * Stable tag: 2.5.8
18
- * License: GPLv2 or later
19
- * License URI: https://www.gnu.org/licenses/gpl-3.0.html
20
- *
21
- * @version 2.5.8
22
- * @package FeedThemSocial/Core
23
- * @copyright Copyright (c) 2012-2018 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
27
- */
28
-
29
- /**
30
- * Feed Them Social Current Version
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.5.8' );
35
-
36
- define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
37
-
38
-
39
-
40
- /**
41
- * Class Feed_Them_Social
42
- */
43
- final class Feed_Them_Social {
44
-
45
- /**
46
- * Main Instance of Feed Them Social
47
- *
48
- * @var $instance
49
- */
50
- private static $instance;
51
-
52
- /**
53
- * Create Instance of Feed Them Social
54
- *
55
- * @since 1.0.0
56
- */
57
- public static function instance() {
58
- if ( ! isset( self::$instance ) && ! ( self::$instance instanceof Feed_Them_Social ) ) {
59
- self::$instance = new Feed_Them_Social();
60
-
61
- if ( ! function_exists( 'is_plugin_active' ) ) {
62
- require_once ABSPATH . '/wp-admin/includes/plugin.php';
63
- }
64
-
65
- // Third check the php version is not less than 5.2.9
66
- // Make sure php version is greater than 5.3!
67
- if ( function_exists( 'phpversion' ) ) {
68
- $phpversion = phpversion();
69
- }
70
- $phpcheck = '5.2.9';
71
- if ( $phpversion > $phpcheck ) {
72
- // Add actions!
73
- add_action( 'init', array( self::$instance, 'fts_action_init' ) );
74
- } else {
75
- // if the php version is not at least 5.3 do action!
76
- deactivate_plugins( 'feed-them-social/feed-them-social.php' );
77
- if ( $phpversion < $phpcheck ) {
78
- add_action( 'admin_notices', array( self::$instance, 'fts_required_php_check1' ) );
79
-
80
- }
81
- }
82
-
83
- register_activation_hook( __FILE__, array( self::$instance, 'fts_activate' ) );
84
-
85
- add_action( 'admin_init', array( self::$instance, 'feed_them_social_load_plugin' ) );
86
- add_action( 'admin_notices', array( self::$instance, 'fts_install_notice' ) );
87
- add_action( 'admin_notices', array( self::$instance, 'fts_update_notice' ) );
88
- add_action( 'upgrader_process_complete', array( self::$instance, 'fts_upgrade_completed' ), 10, 2 );
89
-
90
- // Include our own Settings link to plugin activation and update page.
91
- add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array( self::$instance, 'fts_free_plugin_actions' ), 10, 4 );
92
-
93
- // Include Leave feedback, Get support and Plugin info links to plugin activation and update page.
94
- add_filter( 'plugin_row_meta', array( self::$instance, 'fts_leave_feedback_link' ), 10, 2 );
95
-
96
- add_action( 'admin_init', array( self::$instance, 'fts_check_nag_get' ) );
97
- add_action( 'admin_init', array( self::$instance, 'fts_maybe_set_transient' ) );
98
-
99
- // only display the notice if the time offset has passed and the user hasn't already dismissed it!
100
- if ( 'fts-review-waiting' !== get_transient( 'rating_fts_slick_notice_waiting' ) && 'dismissed' !== FEED_THEM_SOCIAL_NOTICE_STATUS ) {
101
- add_action( 'admin_notices', array( self::$instance, 'fts_rating_notice_html' ) );
102
- }
103
-
104
- // Setup Constants for FTS!
105
- self::$instance->setup_constants();
106
- // Include the files!
107
- self::$instance->includes();
108
-
109
- // Error Handler!
110
- self::$instance->error_handler = new feedthemsocial\fts_error_handler();
111
-
112
- // FTS Custom Post Type
113
- // self::$instance->fts_custom_post_type = new feedthemsocial\FTS_Custom_Post_Type();
114
- // Core (and load init)!
115
- self::$instance->core_functions = new feedthemsocial\feed_them_social_functions();
116
-
117
- // Free Plugin License page!
118
- self::$instance->updater = new feedthemsocial\updater_init();
119
-
120
- // Facebook!
121
- self::$instance->facebook_feed = new feedthemsocial\FTS_Facebook_Feed();
122
-
123
- // Twitter!
124
- self::$instance->twitter_feed = new feedthemsocial\FTS_Twitter_Feed();
125
-
126
- // Instagram!
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();
134
- }
135
-
136
- return self::$instance;
137
- }
138
-
139
- /**
140
- * This function runs when WordPress completes its upgrade process
141
- *
142
- * It iterates through each plugin updated to see if ours is included
143
- *
144
- * @param string $upgrader_object What we upgrading.
145
- * @param array $options options for upgrade.
146
- * @since 1.0.0
147
- */
148
- public function fts_upgrade_completed( $upgrader_object, $options ) {
149
- // The path to our plugin's main file!
150
- $our_plugin = plugin_basename( __FILE__ );
151
- // If an update has taken place and the updated type is plugins and the plugins element exists!
152
- if ( 'update' === $options['action'] && 'plugin' === $options['type'] && isset( $options['plugins'] ) ) {
153
- // Iterate through the plugins being updated and check if ours is there!
154
- foreach ( $options['plugins'] as $plugin ) {
155
- if ( $plugin === $our_plugin ) {
156
- // Set a transient to record that our plugin has just been updated!
157
- set_transient( 'fts_updated', 1 );
158
- }
159
- }
160
- }
161
- }
162
-
163
- /**
164
- * Show a notice to anyone who has just updated this plugin
165
- * This notice shouldn't display to anyone who has just installed the plugin for the first time
166
- *
167
- * @since 1.0.0
168
- */
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
- }
176
-
177
- /**
178
- * Show a notice to anyone who has just installed the plugin for the first time
179
- * This notice shouldn't display to anyone who has just updated this plugin
180
- *
181
- * @since 1.0.0
182
- */
183
- public function fts_install_notice() {
184
- // Check the transient to see if we've just activated the plugin!
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
- );
192
- echo '</p></div>';
193
- // Delete the transient so we don't keep displaying the activation message!
194
- delete_transient( 'fts_activated' );
195
- }
196
-
197
- }
198
-
199
- /**
200
- * Run this on activation
201
- * Set a transient so that we know we've just activated the plugin
202
- *
203
- * @since 1.0.0
204
- */
205
- public function fts_activate() {
206
- set_transient( 'fts_activated', 1 );
207
-
208
- // we add an db option to check then delete the db option after activation and the cache has emptied.
209
- // the delete_option is on the feed-them-functions.php file at the bottom of the function ftg_clear_cache_script!
210
- add_option( 'Feed_Them_Social_Activated_Plugin', 'feed-them-social' );
211
- }
212
-
213
- /**
214
- * Setup Constants
215
- *
216
- * Setup plugin constants for plugin
217
- *
218
- * @since 1.0.0
219
- */
220
- private function setup_constants() {
221
- // Makes sure the plugin is defined before trying to use it!
222
- if ( ! function_exists( 'is_plugin_active' ) ) {
223
- require_once ABSPATH . '/wp-admin/includes/plugin.php';
224
- }
225
-
226
- $plugin_data = get_plugin_data( __FILE__ );
227
- $plugin_version = $plugin_data['Version'];
228
-
229
- // Free Version Plugin version!
230
- if ( ! defined( 'FEED_THEM_SOCIAL_VERSION' ) ) {
231
- define( 'FEED_THEM_SOCIAL_VERSION', $plugin_version );
232
- }
233
-
234
- // Plugin Folder Path!
235
- if ( ! defined( 'FEED_THEM_SOCIAL_PLUGIN_PATH' ) ) {
236
- define( 'FEED_THEM_SOCIAL_PLUGIN_PATH', plugins_url() );
237
- }
238
- // Plugin Directoy Path!
239
- if ( ! defined( 'FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR' ) ) {
240
- define( 'FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR', plugin_dir_path( __FILE__ ) );
241
- }
242
-
243
- if ( is_plugin_active( 'feed-them-premium/feed-them-premium.php' ) ) {
244
- // Plugin Directoy Path!
245
- if ( ! defined( 'FEED_THEM_SOCIAL_PREMIUM_PLUGIN_FOLDER_DIR' ) ) {
246
- define( 'FEED_THEM_SOCIAL_PREMIUM_PLUGIN_FOLDER_DIR', WP_PLUGIN_DIR . '/feed-them-premium/feed-them-premium.php' );
247
- }
248
- }
249
- // Define constants!
250
- if ( ! defined( 'MY_TEXTDOMAIN' ) ) {
251
- define( 'MY_TEXTDOMAIN', 'feed-them-social' );
252
- }
253
- }
254
-
255
- /**
256
- * Includes Files
257
- *
258
- * Include files needed for Feed Them Social
259
- *
260
- * @since 1.0.0
261
- */
262
- private function includes() {
263
-
264
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'includes/error-handler.php';
265
-
266
- // Core classes!
267
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'includes/feed-them-functions.php';
268
- $load_fts = new feedthemsocial\feed_them_social_functions();
269
- $load_fts->init();
270
-
271
- // Admin Pages!
272
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'admin/class-fts-system-info-page.php';
273
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'admin/class-fts-settings-page-options.php';
274
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'admin/class-fts-settings-page.php';
275
-
276
- // Feed Option Pages!
277
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'admin/class-fts-facebook-options-page.php';
278
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'admin/class-fts-twitter-options-page.php';
279
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'admin/class-fts-instagram-options-page.php';
280
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'admin/class-fts-pinterest-options-page.php';
281
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'admin/class-fts-youtube-options-page.php';
282
-
283
- // Updater Classes!
284
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'updater/updater-license-page.php';
285
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'updater/updater-check-class.php';
286
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'updater/updater-check-init.php';
287
-
288
- // Feed Classes!
289
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'feeds/facebook/class-fts-facebook-feed.php';
290
- include FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'feeds/facebook/class-fts-facebook-feed-post-types.php';
291
- $load_fb_fts = 'feedthemsocial\FTS_Facebook_Feed';
292
- new $load_fb_fts();
293
- include_once FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'feeds/twitter/class-fts-twitter-feed.php';
294
- $load_tw_fts = 'feedthemsocial\FTS_Twitter_Feed';
295
- new $load_tw_fts();
296
- include_once FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'feeds/instagram/class-fts-instagram-feed.php';
297
- include_once FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'feeds/pinterest/class-fts-pinterest-feed.php';
298
-
299
- include_once FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR . 'feeds/youtube/class-youtube-feed-free.php';
300
- }
301
-
302
- /**
303
- * FTS Action Init
304
- *
305
- * Loads language files
306
- *
307
- * @since 1.0.0
308
- */
309
- public function fts_action_init() {
310
- // Localization!
311
- load_plugin_textdomain( 'feed-them-social', false, basename( dirname( __FILE__ ) ) . '/languages' );
312
- }
313
-
314
- /**
315
- * FTS Required php Check
316
- *
317
- * Are they running proper PHP version
318
- *
319
- * @since 1.0.0
320
- */
321
- public function fts_required_php_check1() {
322
- echo '<div class="error"><p>';
323
- echo sprintf(
324
- 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' ),
325
- '<strong>',
326
- '</strong>',
327
- phpversion(),
328
- '<br/><br/>',
329
- '<a href="' . esc_url( 'https://wordpress.org/support/topic/php-version-difference-after-changing-it-at-bluehost-php-config?replies=4' ) . '" target="_blank">',
330
- '</a>'
331
- );
332
- echo '</p></div>';
333
- }
334
-
335
- /**
336
- * FTS Plugin Actions
337
- *
338
- * Loads links in the Plugins page in WordPress Dashboard
339
- *
340
- * @param array $actions actions.
341
- * @param string $plugin_file path to file.
342
- * @param string $plugin_data plugin info.
343
- * @param string $context the context.
344
- * @return mixed
345
- * @since 1.0.0
346
- */
347
- public function fts_free_plugin_actions( $actions, $plugin_file, $plugin_data, $context ) {
348
- array_unshift(
349
- $actions,
350
- '<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' ) . '</a>'
351
- );
352
- return $actions;
353
- }
354
-
355
- /**
356
- * FTS Leave Feedback Link
357
- *
358
- * Link to add feedback for plugin
359
- *
360
- * @param array $links links to check.
361
- * @param string $file path to plugin main file.
362
- * @return mixed
363
- * @since 1.0.0
364
- */
365
- public function fts_leave_feedback_link( $links, $file ) {
366
- if ( plugin_basename( __FILE__ ) === $file ) {
367
- $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>';
368
- }
369
- return $links;
370
- }
371
-
372
- /**
373
- * FTS Load Plugin
374
- *
375
- * Load plugin options on activation check
376
- *
377
- * @since 1.0.0
378
- */
379
- public function feed_them_social_load_plugin() {
380
-
381
- if ( is_admin() && 'feed-them-social' === get_option( 'Feed_Them_Social_Activated_Plugin' ) ) {
382
-
383
- // The Options list!
384
- $activation_options = array(
385
- 'fts-date-and-time-format' => 'one-day-ago',
386
- 'fts_clear_cache_developer_mode' => '86400',
387
- );
388
-
389
- foreach ( $activation_options as $option_key => $option_value ) {
390
- // We don't use update_option because we only want this to run for options that have not already been set by the user!
391
- add_option( $option_key, $option_value );
392
- }
393
- }
394
- }
395
-
396
- /**
397
- * FTS Review Check
398
- *
399
- * Checks $_GET to see if the nag variable is set and what it's value is
400
- *
401
- * @since 2.4.5
402
- */
403
- public function fts_check_nag_get() {
404
- $fts_nag_nonce = wp_create_nonce( 'fts-nag-nonce' );
405
-
406
- global $current_user;
407
- $user_id = $current_user->ID;
408
- // Used for testing: delete_user_meta( $user_id, 'fts_slick_ignore_rating_notice' );
409
- if ( wp_verify_nonce( $fts_nag_nonce, 'fts-nag-nonce' ) ) {
410
-
411
- $transient = 'rating_fts_slick_notice_waiting';
412
- $option = 'rating_fts_slick_notice';
413
- $nag = 'rating_fts_slick_ignore_notice_nag';
414
-
415
- // Used for testing: echo isset( $_GET[ $nag ] ) ? $_GET[ $nag ] : 'no set nag';.
416
- if ( isset( $_GET[ $nag ] ) && '1' === $_GET[ $nag ] && ! get_user_meta( $user_id, 'fts_slick_ignore_rating_notice' ) ) {
417
-
418
- update_option( $option, 'dismissed' );
419
- update_user_meta( $user_id, 'fts_slick_ignore_rating_notice', '1' );
420
- } elseif ( isset( $_GET[ $nag ] ) && 'later' === $_GET[ $nag ] ) {
421
- $time = 2 * WEEK_IN_SECONDS;
422
- // Used for testin: echo $time;.
423
- set_transient( $transient, 'fts-review-waiting', $time );
424
- update_option( $option, 'pending' );
425
- }
426
- // Used for testin: echo 'no hit';.
427
- return;
428
- }
429
- }
430
-
431
- /**
432
- * FTS Set Review Transient
433
- *
434
- * Set a transient if the notice has not been dismissed or has not been set yet.
435
- *
436
- * @since 2.4.5
437
- */
438
- public function fts_maybe_set_transient() {
439
-
440
- $fts_set_transient_nonce = wp_create_nonce( 'fts-set-transient-nonce' );
441
-
442
- if ( wp_verify_nonce( $fts_set_transient_nonce, 'fts-set-transient-nonce' ) ) {
443
- // Variables to define specific terms!
444
- $transient = 'rating_fts_slick_notice_waiting';
445
- $option = 'rating_fts_slick_notice';
446
-
447
- $fts_rating_notice_waiting = get_transient( $transient );
448
- $notice_status = get_option( $option, false );
449
-
450
- global $current_user;
451
- $user_id = $current_user->ID;
452
-
453
- if ( ! $fts_rating_notice_waiting && ! ( 'dismissed' === $notice_status || 'pending' === $notice_status ) && ! get_user_meta( $user_id, 'fts_slick_ignore_rating_notice' ) ) {
454
- $time = 2 * WEEK_IN_SECONDS;
455
- set_transient( $transient, 'fts-review-waiting', $time );
456
- update_option( $option, 'pending' );
457
- // Used for testing: print 'waiting';.
458
- }
459
- // Used for testing:
460
- // print get_transient( $transient );
461
- // Used for testing: print ' & ';
462
- // Used for testing: print $notice_status;
463
- // Used for testing:
464
- // update_option( $option, '' );
465
- // Used for testing:
466
- // set_transient( $transient, '', '' );
467
- // Used for testing: echo 'no hit2';.
468
- return;
469
- }
470
- }
471
-
472
- /**
473
- * FTS Ratings Notice
474
- *
475
- * Generates the html for the admin notice
476
- *
477
- * @since 2.4.5
478
- */
479
- public function fts_rating_notice_html() {
480
-
481
- // Only show to admins!
482
- if ( current_user_can( 'manage_options' ) ) {
483
-
484
- global $current_user;
485
- $user_id = $current_user->ID;
486
-
487
- // Used for testing: print_r( get_user_meta( $user_id, 'fts_slick_ignore_rating_notice' ) );
488
- // Used for testing: $all_meta_for_user = get_user_meta( $user_id );
489
- // Used for testing: print_r( $all_meta_for_user );.
490
- /* Has the user already clicked to ignore the message? */
491
- if ( ! get_user_meta( $user_id, 'fts_slick_ignore_rating_notice' ) && ! isset( $_GET['rating_fts_slick_ignore_notice_nag'] ) ) {
492
-
493
- ?>
494
- <div class="fts_notice fts_review_notice">
495
- <img src="<?php echo esc_url( plugins_url( 'feed-them-social/admin/images/feed-them-social-logo.png' ) ); ?>" alt="Feed Them Social">
496
- <div class="fts-notice-text">
497
- <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>
498
- <p class="fts-links">
499
- <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\'de love to', 'feed-them-social' ); ?></a>
500
- <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>
501
- <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>
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( 'Not working, I need support', '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( 'No thanks', 'feed-them-social' ); ?></a>
504
- </p>
505
- </div>
506
- </div>
507
- <?php
508
- }
509
- }
510
- }
511
- }
512
-
513
- /**
514
- * Feed Them Social
515
- *
516
- * Start it up!
517
- *
518
- * @return feed_them_social
519
- * @since 1.0.0
520
- */
521
- function feed_them_social() {
522
-
523
- return Feed_Them_Social::instance();
524
- }
525
-
526
- // Initiate Feed Them Social!
527
- feed_them_social();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/feeds/css/font/FontAwesome.otf DELETED
Binary file
trunk/feeds/css/font/fontawesome-webfont.eot DELETED
Binary file
trunk/feeds/css/font/fontawesome-webfont.svg DELETED
@@ -1,685 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata></metadata>
5
- <defs>
6
- <font id="fontawesomeregular" horiz-adv-x="1536" >
7
- <font-face units-per-em="1792" ascent="1536" descent="-256" />
8
- <missing-glyph horiz-adv-x="448" />
9
- <glyph unicode=" " horiz-adv-x="448" />
10
- <glyph unicode="&#x09;" horiz-adv-x="448" />
11
- <glyph unicode="&#xa0;" horiz-adv-x="448" />
12
- <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13
- <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14
- <glyph unicode="&#xae;" horiz-adv-x="1792" />
15
- <glyph unicode="&#xb4;" horiz-adv-x="1792" />
16
- <glyph unicode="&#xc6;" horiz-adv-x="1792" />
17
- <glyph unicode="&#xd8;" horiz-adv-x="1792" />
18
- <glyph unicode="&#x2000;" horiz-adv-x="768" />
19
- <glyph unicode="&#x2001;" horiz-adv-x="1537" />
20
- <glyph unicode="&#x2002;" horiz-adv-x="768" />
21
- <glyph unicode="&#x2003;" horiz-adv-x="1537" />
22
- <glyph unicode="&#x2004;" horiz-adv-x="512" />
23
- <glyph unicode="&#x2005;" horiz-adv-x="384" />
24
- <glyph unicode="&#x2006;" horiz-adv-x="256" />
25
- <glyph unicode="&#x2007;" horiz-adv-x="256" />
26
- <glyph unicode="&#x2008;" horiz-adv-x="192" />
27
- <glyph unicode="&#x2009;" horiz-adv-x="307" />
28
- <glyph unicode="&#x200a;" horiz-adv-x="85" />
29
- <glyph unicode="&#x202f;" horiz-adv-x="307" />
30
- <glyph unicode="&#x205f;" horiz-adv-x="384" />
31
- <glyph unicode="&#x2122;" horiz-adv-x="1792" />
32
- <glyph unicode="&#x221e;" horiz-adv-x="1792" />
33
- <glyph unicode="&#x2260;" horiz-adv-x="1792" />
34
- <glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
35
- <glyph unicode="&#xf000;" horiz-adv-x="1792" d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
36
- <glyph unicode="&#xf001;" d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89 t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
37
- <glyph unicode="&#xf002;" horiz-adv-x="1664" d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
38
- <glyph unicode="&#xf003;" horiz-adv-x="1792" d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13 t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
39
- <glyph unicode="&#xf004;" horiz-adv-x="1792" d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600 q-18 -18 -44 -18z" />
40
- <glyph unicode="&#xf005;" horiz-adv-x="1664" d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455 l502 -73q56 -9 56 -46z" />
41
- <glyph unicode="&#xf006;" horiz-adv-x="1664" d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500 l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
42
- <glyph unicode="&#xf007;" horiz-adv-x="1408" d="M1408 131q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q9 0 42 -21.5t74.5 -48t108 -48t133.5 -21.5t133.5 21.5t108 48t74.5 48t42 21.5q61 0 111.5 -20t85.5 -53.5t62 -81 t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
43
- <glyph unicode="&#xf008;" horiz-adv-x="1920" d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128 q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45 t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128 q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19 t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
44
- <glyph unicode="&#xf009;" horiz-adv-x="1664" d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38 h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
45
- <glyph unicode="&#xf00a;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
46
- <glyph unicode="&#xf00b;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
47
- <glyph unicode="&#xf00c;" horiz-adv-x="1792" d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
48
- <glyph unicode="&#xf00d;" horiz-adv-x="1408" d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68 t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
49
- <glyph unicode="&#xf00e;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224 q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5 t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
50
- <glyph unicode="&#xf010;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z " />
51
- <glyph unicode="&#xf011;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5 t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
52
- <glyph unicode="&#xf012;" horiz-adv-x="1792" d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23 v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
53
- <glyph unicode="&#xf013;" d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38 q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13 l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22 q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
54
- <glyph unicode="&#xf014;" horiz-adv-x="1408" d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832 q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
55
- <glyph unicode="&#xf015;" horiz-adv-x="1664" d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5 l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
56
- <glyph unicode="&#xf016;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z " />
57
- <glyph unicode="&#xf017;" d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
58
- <glyph unicode="&#xf018;" horiz-adv-x="1920" d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256 q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
59
- <glyph unicode="&#xf019;" horiz-adv-x="1664" d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136 q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
60
- <glyph unicode="&#xf01a;" d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273 t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
61
- <glyph unicode="&#xf01b;" d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198 t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
62
- <glyph unicode="&#xf01c;" d="M1023 576h316q-1 3 -2.5 8t-2.5 8l-212 496h-708l-212 -496q-1 -2 -2.5 -8t-2.5 -8h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552 q25 -61 25 -123z" />
63
- <glyph unicode="&#xf01d;" d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
64
- <glyph unicode="&#xf01e;" d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q14 0 25 -9 l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
65
- <glyph unicode="&#xf021;" d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117 q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5 q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
66
- <glyph unicode="&#xf022;" horiz-adv-x="1792" d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5 t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47 t47 -113z" />
67
- <glyph unicode="&#xf023;" horiz-adv-x="1152" d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
68
- <glyph unicode="&#xf024;" horiz-adv-x="1792" d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48 t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
69
- <glyph unicode="&#xf025;" horiz-adv-x="1664" d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78 t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5 t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
70
- <glyph unicode="&#xf026;" horiz-adv-x="768" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
71
- <glyph unicode="&#xf027;" horiz-adv-x="1152" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
72
- <glyph unicode="&#xf028;" horiz-adv-x="1664" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5 t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289 t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
73
- <glyph unicode="&#xf029;" horiz-adv-x="1408" d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
74
- <glyph unicode="&#xf02a;" horiz-adv-x="1792" d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
75
- <glyph unicode="&#xf02b;" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91z" />
76
- <glyph unicode="&#xf02c;" horiz-adv-x="1920" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
77
- <glyph unicode="&#xf02d;" horiz-adv-x="1664" d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23 q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906 q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5 t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
78
- <glyph unicode="&#xf02e;" horiz-adv-x="1280" d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
79
- <glyph unicode="&#xf02f;" horiz-adv-x="1664" d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68 v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
80
- <glyph unicode="&#xf030;" horiz-adv-x="1920" d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136 q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
81
- <glyph unicode="&#xf031;" horiz-adv-x="1664" d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57 q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -4 -0.5 -13t-0.5 -13q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5 q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
82
- <glyph unicode="&#xf032;" horiz-adv-x="1408" d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142 q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5 t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68.5 -0.5t67.5 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5 t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
83
- <glyph unicode="&#xf033;" horiz-adv-x="1024" d="M0 -126l17 85q6 2 81.5 21.5t111.5 37.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5 q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
84
- <glyph unicode="&#xf034;" horiz-adv-x="1792" d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2 t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5 q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27 q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
85
- <glyph unicode="&#xf035;" d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1 t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27 q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5 t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49 t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
86
- <glyph unicode="&#xf036;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
87
- <glyph unicode="&#xf037;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19 h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
88
- <glyph unicode="&#xf038;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
89
- <glyph unicode="&#xf039;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
90
- <glyph unicode="&#xf03a;" horiz-adv-x="1792" d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5 t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344 q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192 q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
91
- <glyph unicode="&#xf03b;" horiz-adv-x="1792" d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
92
- <glyph unicode="&#xf03c;" horiz-adv-x="1792" d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
93
- <glyph unicode="&#xf03d;" horiz-adv-x="1792" d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5 q39 -17 39 -59z" />
94
- <glyph unicode="&#xf03e;" horiz-adv-x="1920" d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216 q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
95
- <glyph unicode="&#xf040;" d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38 q53 0 91 -38l235 -234q37 -39 37 -91z" />
96
- <glyph unicode="&#xf041;" horiz-adv-x="1024" d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
97
- <glyph unicode="&#xf042;" d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
98
- <glyph unicode="&#xf043;" horiz-adv-x="1024" d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362 q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
99
- <glyph unicode="&#xf044;" horiz-adv-x="1792" d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92 l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
100
- <glyph unicode="&#xf045;" horiz-adv-x="1664" d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832 q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5 t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
101
- <glyph unicode="&#xf046;" horiz-adv-x="1664" d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832 q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110 q24 -24 24 -57t-24 -57z" />
102
- <glyph unicode="&#xf047;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45 t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
103
- <glyph unicode="&#xf048;" horiz-adv-x="1024" d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19z" />
104
- <glyph unicode="&#xf049;" horiz-adv-x="1792" d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19l710 710 q19 19 32 13t13 -32v-710q4 11 13 19z" />
105
- <glyph unicode="&#xf04a;" horiz-adv-x="1664" d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-8 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q5 11 13 19z" />
106
- <glyph unicode="&#xf04b;" horiz-adv-x="1408" d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
107
- <glyph unicode="&#xf04c;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
108
- <glyph unicode="&#xf04d;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
109
- <glyph unicode="&#xf04e;" horiz-adv-x="1664" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
110
- <glyph unicode="&#xf050;" horiz-adv-x="1792" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19l-710 -710 q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
111
- <glyph unicode="&#xf051;" horiz-adv-x="1024" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19z" />
112
- <glyph unicode="&#xf052;" horiz-adv-x="1538" d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
113
- <glyph unicode="&#xf053;" horiz-adv-x="1280" d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
114
- <glyph unicode="&#xf054;" horiz-adv-x="1280" d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
115
- <glyph unicode="&#xf055;" d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5 t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
116
- <glyph unicode="&#xf056;" d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" />
117
- <glyph unicode="&#xf057;" d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19 q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
118
- <glyph unicode="&#xf058;" d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
119
- <glyph unicode="&#xf059;" d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59 q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
120
- <glyph unicode="&#xf05a;" d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23 t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
121
- <glyph unicode="&#xf05b;" d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109 q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143 q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
122
- <glyph unicode="&#xf05c;" d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23 l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5 t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
123
- <glyph unicode="&#xf05d;" d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198 t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
124
- <glyph unicode="&#xf05e;" d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61 t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
125
- <glyph unicode="&#xf060;" d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5 t32.5 -90.5z" />
126
- <glyph unicode="&#xf061;" d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
127
- <glyph unicode="&#xf062;" horiz-adv-x="1664" d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651 q37 -39 37 -91z" />
128
- <glyph unicode="&#xf063;" horiz-adv-x="1664" d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
129
- <glyph unicode="&#xf064;" horiz-adv-x="1792" d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22 t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
130
- <glyph unicode="&#xf065;" d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332 q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
131
- <glyph unicode="&#xf066;" d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45 t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
132
- <glyph unicode="&#xf067;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
133
- <glyph unicode="&#xf068;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
134
- <glyph unicode="&#xf069;" horiz-adv-x="1664" d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154 q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
135
- <glyph unicode="&#xf06a;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192 q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
136
- <glyph unicode="&#xf06b;" d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320 q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5 t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
137
- <glyph unicode="&#xf06c;" horiz-adv-x="1792" d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268 q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-30 0 -51 11t-31 24t-27 42q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5 t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
138
- <glyph unicode="&#xf06d;" horiz-adv-x="1408" d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1 q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
139
- <glyph unicode="&#xf06e;" horiz-adv-x="1792" d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5 t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
140
- <glyph unicode="&#xf070;" horiz-adv-x="1792" d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9 q-105 -188 -315 -566t-316 -567l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5 q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z " />
141
- <glyph unicode="&#xf071;" horiz-adv-x="1792" d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185 q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
142
- <glyph unicode="&#xf072;" horiz-adv-x="1408" d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9 q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
143
- <glyph unicode="&#xf073;" horiz-adv-x="1664" d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64 q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47 h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
144
- <glyph unicode="&#xf074;" horiz-adv-x="1792" d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1 t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5 v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111 t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
145
- <glyph unicode="&#xf075;" horiz-adv-x="1792" d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281 q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
146
- <glyph unicode="&#xf076;" d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384 q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
147
- <glyph unicode="&#xf077;" horiz-adv-x="1792" d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
148
- <glyph unicode="&#xf078;" horiz-adv-x="1792" d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
149
- <glyph unicode="&#xf079;" horiz-adv-x="1920" d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -11 7 -21 zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z " />
150
- <glyph unicode="&#xf07a;" horiz-adv-x="1664" d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45 t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
151
- <glyph unicode="&#xf07b;" horiz-adv-x="1664" d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
152
- <glyph unicode="&#xf07c;" horiz-adv-x="1920" d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5 t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
153
- <glyph unicode="&#xf07d;" horiz-adv-x="768" d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
154
- <glyph unicode="&#xf07e;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
155
- <glyph unicode="&#xf080;" horiz-adv-x="2048" d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
156
- <glyph unicode="&#xf081;" d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4 q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5 t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
157
- <glyph unicode="&#xf082;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960z" />
158
- <glyph unicode="&#xf083;" horiz-adv-x="1792" d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5 t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280 q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
159
- <glyph unicode="&#xf084;" horiz-adv-x="1792" d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26 l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5 t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
160
- <glyph unicode="&#xf085;" horiz-adv-x="1920" d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -10 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5 l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7 l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -9 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31 q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20 t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68 q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70 q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
161
- <glyph unicode="&#xf086;" horiz-adv-x="1792" d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224 q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7 q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
162
- <glyph unicode="&#xf087;" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5 t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769 q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128 q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
163
- <glyph unicode="&#xf088;" d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 32 18 69t-17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5 t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5 h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -74 49 -163z" />
164
- <glyph unicode="&#xf089;" horiz-adv-x="896" d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
165
- <glyph unicode="&#xf08a;" horiz-adv-x="1792" d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559 q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5 q224 0 351 -124t127 -344z" />
166
- <glyph unicode="&#xf08b;" horiz-adv-x="1664" d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704 q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
167
- <glyph unicode="&#xf08c;" d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5 q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
168
- <glyph unicode="&#xf08d;" horiz-adv-x="1152" d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38 t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
169
- <glyph unicode="&#xf08e;" horiz-adv-x="1792" d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
170
- <glyph unicode="&#xf090;" d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5 q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
171
- <glyph unicode="&#xf091;" horiz-adv-x="1664" d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91 t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96 q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
172
- <glyph unicode="&#xf092;" d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4 q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4 t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16 q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
173
- <glyph unicode="&#xf093;" horiz-adv-x="1664" d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92 t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
174
- <glyph unicode="&#xf094;" d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5 q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44 q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5 q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -10 1 -18.5t3 -17t4 -13.5t6.5 -16t6.5 -17q16 -40 25 -118.5t9 -136.5z" />
175
- <glyph unicode="&#xf095;" horiz-adv-x="1408" d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -52.5 3.5t-57.5 12.5t-47.5 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-128 79 -264.5 215.5t-215.5 264.5q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47.5t-12.5 57.5t-3.5 52.5 q0 92 51 186q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174 q2 -1 19 -11.5t24 -14t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
176
- <glyph unicode="&#xf096;" horiz-adv-x="1408" d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q119 0 203.5 -84.5t84.5 -203.5z" />
177
- <glyph unicode="&#xf097;" horiz-adv-x="1280" d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289 q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
178
- <glyph unicode="&#xf098;" d="M1280 343q0 11 -2 16q-3 8 -38.5 29.5t-88.5 49.5l-53 29q-5 3 -19 13t-25 15t-21 5q-18 0 -47 -32.5t-57 -65.5t-44 -33q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170.5 126.5t-126.5 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5t-3.5 16.5q0 13 20.5 33.5t45 38.5 t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5t320.5 -216.5q6 -2 30 -11t33 -12.5 t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
179
- <glyph unicode="&#xf099;" horiz-adv-x="1664" d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
180
- <glyph unicode="&#xf09a;" horiz-adv-x="1024" d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
181
- <glyph unicode="&#xf09b;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24 q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5 t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12 q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
182
- <glyph unicode="&#xf09c;" horiz-adv-x="1664" d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5 t316.5 -131.5t131.5 -316.5z" />
183
- <glyph unicode="&#xf09d;" horiz-adv-x="1920" d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608 q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
184
- <glyph unicode="&#xf09e;" horiz-adv-x="1408" d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5 t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294 q187 -186 294 -425.5t120 -501.5z" />
185
- <glyph unicode="&#xf0a0;" d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5 h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75 l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
186
- <glyph unicode="&#xf0a1;" horiz-adv-x="1792" d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5 t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
187
- <glyph unicode="&#xf0a2;" horiz-adv-x="1792" d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5 t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
188
- <glyph unicode="&#xf0a3;" d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70 l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70 l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
189
- <glyph unicode="&#xf0a4;" horiz-adv-x="1792" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106 q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43 q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5 t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
190
- <glyph unicode="&#xf0a5;" horiz-adv-x="1792" d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-2 3 -3.5 4.5t-4 4.5t-4.5 5q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576 q-50 0 -89 -38.5t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45 t45 -19t45 19t19 45zM1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128 q0 122 81.5 189t206.5 67q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
191
- <glyph unicode="&#xf0a6;" d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576 q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5 t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76 q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
192
- <glyph unicode="&#xf0a7;" d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33 t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580 q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100 q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
193
- <glyph unicode="&#xf0a8;" d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
194
- <glyph unicode="&#xf0a9;" d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
195
- <glyph unicode="&#xf0aa;" d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
196
- <glyph unicode="&#xf0ab;" d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
197
- <glyph unicode="&#xf0ac;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11 q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 10.5t-9.5 10.5q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5 q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5 q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5 t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-5 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3 q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25 q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5 t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5 t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10t17 -20q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21 q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5 q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3 q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5 t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q7 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5 q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7 q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
198
- <glyph unicode="&#xf0ad;" horiz-adv-x="1664" d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5 t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
199
- <glyph unicode="&#xf0ae;" horiz-adv-x="1792" d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19 t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
200
- <glyph unicode="&#xf0b0;" horiz-adv-x="1408" d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
201
- <glyph unicode="&#xf0b1;" horiz-adv-x="1792" d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68 t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
202
- <glyph unicode="&#xf0b2;" d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144 l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z " />
203
- <glyph unicode="&#xf0c0;" horiz-adv-x="1920" d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5 t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75 t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5 t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
204
- <glyph unicode="&#xf0c1;" horiz-adv-x="1664" d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26 l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15 t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207 q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
205
- <glyph unicode="&#xf0c2;" horiz-adv-x="1920" d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z " />
206
- <glyph unicode="&#xf0c3;" horiz-adv-x="1664" d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
207
- <glyph unicode="&#xf0c4;" horiz-adv-x="1792" d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84 q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148 q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108 q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6 q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
208
- <glyph unicode="&#xf0c5;" horiz-adv-x="1792" d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299 h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
209
- <glyph unicode="&#xf0c6;" horiz-adv-x="1408" d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181 l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235 z" />
210
- <glyph unicode="&#xf0c7;" d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5 h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
211
- <glyph unicode="&#xf0c8;" d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
212
- <glyph unicode="&#xf0c9;" d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45 t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
213
- <glyph unicode="&#xf0ca;" horiz-adv-x="1792" d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
214
- <glyph unicode="&#xf0cb;" horiz-adv-x="1792" d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362 q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5 t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 122t0.5 121v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5 t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
215
- <glyph unicode="&#xf0cc;" horiz-adv-x="1792" d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 97 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6 l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -55 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23 l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
216
- <glyph unicode="&#xf0cd;" d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47 q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41 q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472 q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
217
- <glyph unicode="&#xf0ce;" horiz-adv-x="1664" d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23 v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192 q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192 q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113 z" />
218
- <glyph unicode="&#xf0d0;" horiz-adv-x="1664" d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276 l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
219
- <glyph unicode="&#xf0d1;" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
220
- <glyph unicode="&#xf0d2;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
221
- <glyph unicode="&#xf0d3;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
222
- <glyph unicode="&#xf0d4;" d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585 h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
223
- <glyph unicode="&#xf0d5;" horiz-adv-x="2304" d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62 q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
224
- <glyph unicode="&#xf0d6;" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
225
- <glyph unicode="&#xf0d7;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
226
- <glyph unicode="&#xf0d8;" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
227
- <glyph unicode="&#xf0d9;" horiz-adv-x="640" d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
228
- <glyph unicode="&#xf0da;" horiz-adv-x="640" d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
229
- <glyph unicode="&#xf0db;" horiz-adv-x="1664" d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
230
- <glyph unicode="&#xf0dc;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
231
- <glyph unicode="&#xf0dd;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
232
- <glyph unicode="&#xf0de;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
233
- <glyph unicode="&#xf0e0;" horiz-adv-x="1792" d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123 q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
234
- <glyph unicode="&#xf0e1;" d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329 q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
235
- <glyph unicode="&#xf0e2;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5 t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
236
- <glyph unicode="&#xf0e3;" horiz-adv-x="1792" d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5 t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14 q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28 q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
237
- <glyph unicode="&#xf0e4;" horiz-adv-x="1792" d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5 t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5 t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29 q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
238
- <glyph unicode="&#xf0e5;" horiz-adv-x="1792" d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640 q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5 t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
239
- <glyph unicode="&#xf0e6;" horiz-adv-x="1792" d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257 t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5 t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129 q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
240
- <glyph unicode="&#xf0e7;" horiz-adv-x="896" d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
241
- <glyph unicode="&#xf0e8;" horiz-adv-x="1792" d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68 z" />
242
- <glyph unicode="&#xf0e9;" horiz-adv-x="1664" d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97 q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69 q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
243
- <glyph unicode="&#xf0ea;" horiz-adv-x="1792" d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28 h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
244
- <glyph unicode="&#xf0eb;" horiz-adv-x="1024" d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134 q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47 q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5 t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
245
- <glyph unicode="&#xf0ec;" horiz-adv-x="1792" d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9 q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
246
- <glyph unicode="&#xf0ed;" horiz-adv-x="1920" d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
247
- <glyph unicode="&#xf0ee;" horiz-adv-x="1920" d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
248
- <glyph unicode="&#xf0f0;" horiz-adv-x="1408" d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56 t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68 t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
249
- <glyph unicode="&#xf0f1;" horiz-adv-x="1408" d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48 t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252 t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
250
- <glyph unicode="&#xf0f2;" horiz-adv-x="1792" d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66 t66 -158z" />
251
- <glyph unicode="&#xf0f3;" horiz-adv-x="1792" d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5 t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
252
- <glyph unicode="&#xf0f4;" horiz-adv-x="1920" d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45 t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
253
- <glyph unicode="&#xf0f5;" horiz-adv-x="1408" d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45 t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
254
- <glyph unicode="&#xf0f6;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704 q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
255
- <glyph unicode="&#xf0f7;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
256
- <glyph unicode="&#xf0f8;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5 t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320 v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
257
- <glyph unicode="&#xf0f9;" horiz-adv-x="1920" d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152 q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
258
- <glyph unicode="&#xf0fa;" horiz-adv-x="1792" d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32 q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
259
- <glyph unicode="&#xf0fb;" horiz-adv-x="1920" d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96 q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q261 -58 287 -93z" />
260
- <glyph unicode="&#xf0fc;" horiz-adv-x="1664" d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
261
- <glyph unicode="&#xf0fd;" d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
262
- <glyph unicode="&#xf0fe;" d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
263
- <glyph unicode="&#xf100;" horiz-adv-x="1024" d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
264
- <glyph unicode="&#xf101;" horiz-adv-x="1024" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23 l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
265
- <glyph unicode="&#xf102;" horiz-adv-x="1152" d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393 q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
266
- <glyph unicode="&#xf103;" horiz-adv-x="1152" d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
267
- <glyph unicode="&#xf104;" horiz-adv-x="640" d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
268
- <glyph unicode="&#xf105;" horiz-adv-x="640" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
269
- <glyph unicode="&#xf106;" horiz-adv-x="1152" d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
270
- <glyph unicode="&#xf107;" horiz-adv-x="1152" d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
271
- <glyph unicode="&#xf108;" horiz-adv-x="1920" d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19 t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
272
- <glyph unicode="&#xf109;" horiz-adv-x="1920" d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
273
- <glyph unicode="&#xf10a;" horiz-adv-x="1152" d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832 q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
274
- <glyph unicode="&#xf10b;" horiz-adv-x="768" d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136 q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
275
- <glyph unicode="&#xf10c;" d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103 t279.5 -279.5t103 -385.5z" />
276
- <glyph unicode="&#xf10d;" horiz-adv-x="1664" d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
277
- <glyph unicode="&#xf10e;" horiz-adv-x="1664" d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216 v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
278
- <glyph unicode="&#xf110;" horiz-adv-x="1792" d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5 t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5 q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
279
- <glyph unicode="&#xf111;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
280
- <glyph unicode="&#xf112;" horiz-adv-x="1792" d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19 l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
281
- <glyph unicode="&#xf113;" horiz-adv-x="1664" d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 q0 -87 -27 -168q136 -160 136 -398z" />
282
- <glyph unicode="&#xf114;" horiz-adv-x="1664" d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
283
- <glyph unicode="&#xf115;" horiz-adv-x="1920" d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z " />
284
- <glyph unicode="&#xf116;" horiz-adv-x="1792" />
285
- <glyph unicode="&#xf117;" horiz-adv-x="1792" />
286
- <glyph unicode="&#xf118;" d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
287
- <glyph unicode="&#xf119;" d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
288
- <glyph unicode="&#xf11a;" d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
289
- <glyph unicode="&#xf11b;" horiz-adv-x="1920" d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150 t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
290
- <glyph unicode="&#xf11c;" horiz-adv-x="1920" d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16 h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16 h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96 q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896 h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
291
- <glyph unicode="&#xf11d;" horiz-adv-x="1792" d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9 h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102 q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
292
- <glyph unicode="&#xf11e;" horiz-adv-x="1792" d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2 q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266 q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8 q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
293
- <glyph unicode="&#xf120;" horiz-adv-x="1664" d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9 t9 -23z" />
294
- <glyph unicode="&#xf121;" horiz-adv-x="1920" d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5 l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
295
- <glyph unicode="&#xf122;" horiz-adv-x="1792" d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1 q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
296
- <glyph unicode="&#xf123;" horiz-adv-x="1664" d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5 l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
297
- <glyph unicode="&#xf124;" horiz-adv-x="1408" d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
298
- <glyph unicode="&#xf125;" horiz-adv-x="1664" d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23 v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
299
- <glyph unicode="&#xf126;" horiz-adv-x="1024" d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5 q-2 -287 -226 -414q-68 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497 q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
300
- <glyph unicode="&#xf127;" horiz-adv-x="1664" d="M439 265l-256 -256q-10 -9 -23 -9q-12 0 -23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320 q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18 l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9 t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
301
- <glyph unicode="&#xf128;" horiz-adv-x="1024" d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5 t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
302
- <glyph unicode="&#xf129;" horiz-adv-x="640" d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192 q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
303
- <glyph unicode="&#xf12a;" horiz-adv-x="640" d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
304
- <glyph unicode="&#xf12b;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1534 846v-206h-514l-3 27 q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5t-65.5 -51.5t-30.5 -63h232v80 h126z" />
305
- <glyph unicode="&#xf12c;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1536 -50v-206h-514l-4 27 q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73h232v80h126z" />
306
- <glyph unicode="&#xf12d;" horiz-adv-x="1920" d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
307
- <glyph unicode="&#xf12e;" horiz-adv-x="1664" d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5 t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89 q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117 q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
308
- <glyph unicode="&#xf130;" horiz-adv-x="1152" d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5 t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
309
- <glyph unicode="&#xf131;" horiz-adv-x="1408" d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128 q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23 t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
310
- <glyph unicode="&#xf132;" horiz-adv-x="1280" d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150 t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
311
- <glyph unicode="&#xf133;" horiz-adv-x="1664" d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
312
- <glyph unicode="&#xf134;" horiz-adv-x="1408" d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
313
- <glyph unicode="&#xf135;" horiz-adv-x="1664" d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
314
- <glyph unicode="&#xf136;" horiz-adv-x="1792" d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
315
- <glyph unicode="&#xf137;" d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
316
- <glyph unicode="&#xf138;" d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
317
- <glyph unicode="&#xf139;" d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
318
- <glyph unicode="&#xf13a;" d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
319
- <glyph unicode="&#xf13b;" horiz-adv-x="1408" d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
320
- <glyph unicode="&#xf13c;" horiz-adv-x="1792" d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
321
- <glyph unicode="&#xf13d;" horiz-adv-x="1792" d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-13 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352 q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19 t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
322
- <glyph unicode="&#xf13e;" horiz-adv-x="1152" d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181 v-320h736z" />
323
- <glyph unicode="&#xf140;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150 t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
324
- <glyph unicode="&#xf141;" horiz-adv-x="1408" d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
325
- <glyph unicode="&#xf142;" horiz-adv-x="384" d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
326
- <glyph unicode="&#xf143;" d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 232 -177 396t-396 177q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128q13 0 23 10 t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
327
- <glyph unicode="&#xf144;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56 q16 -8 32 -8q17 0 32 9z" />
328
- <glyph unicode="&#xf145;" horiz-adv-x="1792" d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136 t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
329
- <glyph unicode="&#xf146;" d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
330
- <glyph unicode="&#xf147;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5 t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
331
- <glyph unicode="&#xf148;" horiz-adv-x="1024" d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
332
- <glyph unicode="&#xf149;" horiz-adv-x="1024" d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
333
- <glyph unicode="&#xf14a;" d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5 t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
334
- <glyph unicode="&#xf14b;" d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
335
- <glyph unicode="&#xf14c;" d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
336
- <glyph unicode="&#xf14d;" d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q10 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5 t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
337
- <glyph unicode="&#xf14e;" d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
338
- <glyph unicode="&#xf150;" d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
339
- <glyph unicode="&#xf151;" d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
340
- <glyph unicode="&#xf152;" d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
341
- <glyph unicode="&#xf153;" horiz-adv-x="1024" d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9 t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26 l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
342
- <glyph unicode="&#xf154;" horiz-adv-x="1024" d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7 q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
343
- <glyph unicode="&#xf155;" horiz-adv-x="1024" d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 t53 -63.5t31.5 -76.5t13 -94z" />
344
- <glyph unicode="&#xf156;" horiz-adv-x="898" d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
345
- <glyph unicode="&#xf157;" horiz-adv-x="1027" d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
346
- <glyph unicode="&#xf158;" horiz-adv-x="1280" d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128 q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
347
- <glyph unicode="&#xf159;" horiz-adv-x="1792" d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
348
- <glyph unicode="&#xf15a;" horiz-adv-x="1280" d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
349
- <glyph unicode="&#xf15b;" d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
350
- <glyph unicode="&#xf15c;" d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704 q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
351
- <glyph unicode="&#xf15d;" horiz-adv-x="1664" d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23 v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162 l230 -662h70z" />
352
- <glyph unicode="&#xf15e;" horiz-adv-x="1664" d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150 v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248 v119h121z" />
353
- <glyph unicode="&#xf160;" horiz-adv-x="1792" d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832 q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
354
- <glyph unicode="&#xf161;" horiz-adv-x="1792" d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192 q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
355
- <glyph unicode="&#xf162;" d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23 zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5 t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
356
- <glyph unicode="&#xf163;" d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9 t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13 q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
357
- <glyph unicode="&#xf164;" horiz-adv-x="1664" d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76 q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5 t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
358
- <glyph unicode="&#xf165;" horiz-adv-x="1664" d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135 t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121 t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
359
- <glyph unicode="&#xf166;" d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 16 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15 q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38 q21 -28 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5 q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78l24 -69t23 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38q-51 0 -78 -38 q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
360
- <glyph unicode="&#xf167;" d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73 q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51 q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99 q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-37 -51 -106 -51q-67 0 -105 51 q-28 38 -28 118v175q0 80 28 117q38 51 105 51q69 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
361
- <glyph unicode="&#xf168;" horiz-adv-x="1408" d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942 q25 45 64 45h241q22 0 31 -15z" />
362
- <glyph unicode="&#xf169;" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
363
- <glyph unicode="&#xf16a;" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
364
- <glyph unicode="&#xf16b;" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
365
- <glyph unicode="&#xf16c;" d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
366
- <glyph unicode="&#xf16d;" d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270 q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5 t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317 q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
367
- <glyph unicode="&#xf16e;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
368
- <glyph unicode="&#xf170;" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
369
- <glyph unicode="&#xf171;" horiz-adv-x="1408" d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22 t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18 t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5 t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
370
- <glyph unicode="&#xf172;" d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5 t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
371
- <glyph unicode="&#xf173;" horiz-adv-x="1024" d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14 q78 2 134 29z" />
372
- <glyph unicode="&#xf174;" d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
373
- <glyph unicode="&#xf175;" horiz-adv-x="768" d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
374
- <glyph unicode="&#xf176;" horiz-adv-x="768" d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
375
- <glyph unicode="&#xf177;" horiz-adv-x="1792" d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
376
- <glyph unicode="&#xf178;" horiz-adv-x="1792" d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
377
- <glyph unicode="&#xf179;" horiz-adv-x="1408" d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q112 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65 q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
378
- <glyph unicode="&#xf17a;" horiz-adv-x="1664" d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
379
- <glyph unicode="&#xf17b;" horiz-adv-x="1408" d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30 t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5 h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
380
- <glyph unicode="&#xf17c;" d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-7 -10 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7 q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15 q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5 t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19 q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63 q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18l-4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92 q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152 q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-14 -1 -7 -7l4 -2 q14 -4 18 -31q0 -3 8 2zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5t-30 -18.5 t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43q-19 4 -51 9.5 t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49t-14 -48 q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54q110 143 124 195 q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5t-40.5 -33.5t-61 -14 q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5t15.5 47.5q1 -31 8 -56.5 t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
381
- <glyph unicode="&#xf17d;" d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81 t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19 q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -6 6.5 -17.5t7.5 -16.5q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6 t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
382
- <glyph unicode="&#xf17e;" d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5 t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5 q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80 q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
383
- <glyph unicode="&#xf180;" horiz-adv-x="1280" d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324 l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
384
- <glyph unicode="&#xf181;" d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408 q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
385
- <glyph unicode="&#xf182;" horiz-adv-x="1280" d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43 q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
386
- <glyph unicode="&#xf183;" horiz-adv-x="1024" d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
387
- <glyph unicode="&#xf184;" d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
388
- <glyph unicode="&#xf185;" horiz-adv-x="1792" d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4 l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94 q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
389
- <glyph unicode="&#xf186;" d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61 t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
390
- <glyph unicode="&#xf187;" horiz-adv-x="1792" d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536 q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
391
- <glyph unicode="&#xf188;" horiz-adv-x="1664" d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
392
- <glyph unicode="&#xf189;" horiz-adv-x="1920" d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-78 -100 -90 -131q-17 -41 14 -81q17 -21 81 -82h1l1 -1l1 -1l2 -2q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q17 19 38 30q53 26 239 24 q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 q39 5 64 -2.5t31 -16.5z" />
393
- <glyph unicode="&#xf18a;" horiz-adv-x="1792" d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
394
- <glyph unicode="&#xf18b;" d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495 q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
395
- <glyph unicode="&#xf18c;" horiz-adv-x="1408" d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5 t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56 t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -5 1 -50.5t-1 -71.5q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5 t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
396
- <glyph unicode="&#xf18d;" horiz-adv-x="1280" d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z " />
397
- <glyph unicode="&#xf18e;" d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
398
- <glyph unicode="&#xf190;" d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
399
- <glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
400
- <glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
401
- <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
402
- <glyph unicode="&#xf194;" d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179 q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
403
- <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
404
- <glyph unicode="&#xf196;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
405
- <glyph unicode="&#xf197;" horiz-adv-x="2176" d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40 t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29 q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
406
- <glyph unicode="&#xf198;" horiz-adv-x="1664" d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9 q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102 t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
407
- <glyph unicode="&#xf199;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69 q-46 32 -141.5 92.5t-142.5 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13 t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
408
- <glyph unicode="&#xf19a;" horiz-adv-x="1792" d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5 t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21 t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286 t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273 t273 -182.5t331.5 -68z" />
409
- <glyph unicode="&#xf19b;" horiz-adv-x="1792" d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
410
- <glyph unicode="&#xf19c;" horiz-adv-x="2048" d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64 q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
411
- <glyph unicode="&#xf19d;" horiz-adv-x="2304" d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433 q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
412
- <glyph unicode="&#xf19e;" d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q43 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0 q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
413
- <glyph unicode="&#xf1a0;" d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5 t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
414
- <glyph unicode="&#xf1a1;" horiz-adv-x="1792" d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26 t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37 q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191 t348 71t348 -71t286 -191t191 -286t71 -348z" />
415
- <glyph unicode="&#xf1a2;" d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54 q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83 q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
416
- <glyph unicode="&#xf1a3;" d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150 v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103 t385.5 -103t279.5 -279.5t103 -385.5z" />
417
- <glyph unicode="&#xf1a4;" horiz-adv-x="1920" d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328 v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
418
- <glyph unicode="&#xf1a5;" d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
419
- <glyph unicode="&#xf1a6;" horiz-adv-x="2048" d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123 v-369h123z" />
420
- <glyph unicode="&#xf1a7;" d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101 v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
421
- <glyph unicode="&#xf1a8;" horiz-adv-x="2038" d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14 q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24 q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33 q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5 t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43 q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5 t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13 t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" />
422
- <glyph unicode="&#xf1a9;" d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10 q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14 q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14 t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44 q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" />
423
- <glyph unicode="&#xf1aa;" d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5 t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5 q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126 t135.5 51q85 0 145 -60.5t60 -145.5z" />
424
- <glyph unicode="&#xf1ab;" d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5 q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28 q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11 q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q106 35 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5 q20 0 20 -21v-418z" />
425
- <glyph unicode="&#xf1ac;" horiz-adv-x="1792" d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48 l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23 t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128 q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128 q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" />
426
- <glyph unicode="&#xf1ad;" d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9 t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64 q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64 q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9 t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64 q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64 q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9 t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" />
427
- <glyph unicode="&#xf1ae;" horiz-adv-x="1280" d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68t68 28t68 -28l228 -228h368l228 228q28 28 68 28t68 -28t28 -68t-28 -68zM864 1152q0 -93 -65.5 -158.5 t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
428
- <glyph unicode="&#xf1b0;" horiz-adv-x="1664" d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5 q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819 q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5 t100.5 134t141.5 55.5z" />
429
- <glyph unicode="&#xf1b1;" horiz-adv-x="768" d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" />
430
- <glyph unicode="&#xf1b2;" horiz-adv-x="1792" d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z " />
431
- <glyph unicode="&#xf1b3;" horiz-adv-x="2304" d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67 t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-5 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70 v-400l434 -186q36 -16 57 -48t21 -70z" />
432
- <glyph unicode="&#xf1b4;" horiz-adv-x="2048" d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658 q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204 q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" />
433
- <glyph unicode="&#xf1b5;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5 t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217 t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" />
434
- <glyph unicode="&#xf1b6;" horiz-adv-x="1792" d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5 q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89 q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" />
435
- <glyph unicode="&#xf1b7;" d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5 q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5 q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z " />
436
- <glyph unicode="&#xf1b8;" horiz-adv-x="1792" d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188 l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5 t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1 q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" />
437
- <glyph unicode="&#xf1b9;" horiz-adv-x="2048" d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384 q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5 l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" />
438
- <glyph unicode="&#xf1ba;" horiz-adv-x="2048" d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5 t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" />
439
- <glyph unicode="&#xf1bb;" d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384 q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" />
440
- <glyph unicode="&#xf1bc;" d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64 q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37 q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
441
- <glyph unicode="&#xf1bd;" horiz-adv-x="1024" d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" />
442
- <glyph unicode="&#xf1be;" horiz-adv-x="2304" d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11 q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245 q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785 l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242 q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236q0 -11 -8 -19 t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786q-13 2 -22 11t-9 22v899 q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" />
443
- <glyph unicode="&#xf1c0;" d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127 t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5 t-103 128v128q0 69 103 128t280 93.5t385 34.5z" />
444
- <glyph unicode="&#xf1c1;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197 q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8 q-1 1 -1 2t-0.5 1.5t-0.5 1.5q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" />
445
- <glyph unicode="&#xf1c2;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4l-3 21q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5t-3.5 -21.5l-4 -21h-4l-2 21 q-2 26 -7 46l-99 438h90v107h-300z" />
446
- <glyph unicode="&#xf1c3;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107 h-290v-107h68l189 -272l-194 -283h-68z" />
447
- <glyph unicode="&#xf1c4;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" />
448
- <glyph unicode="&#xf1c5;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" />
449
- <glyph unicode="&#xf1c6;" d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400 v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79 q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" />
450
- <glyph unicode="&#xf1c7;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5 q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" />
451
- <glyph unicode="&#xf1c8;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" />
452
- <glyph unicode="&#xf1c9;" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243 l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" />
453
- <glyph unicode="&#xf1ca;" d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406 q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" />
454
- <glyph unicode="&#xf1cb;" horiz-adv-x="1792" d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546 q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
455
- <glyph unicode="&#xf1cc;" horiz-adv-x="2048" d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94 q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55 t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97q14 -16 29.5 -34t34.5 -40t29 -34q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5 t-85 -189.5z" />
456
- <glyph unicode="&#xf1cd;" horiz-adv-x="1792" d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194 q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5 t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167