BlossomThemes Social Feed - Version 1.1.8

Version Description

  • Plugin name renamed due to Instagram Trademark issues
  • Minor SEO issues fixed
Download this release

Release Info

Developer blossomthemes
Plugin Icon 128x128 BlossomThemes Social Feed
Version 1.1.8
Comparing to
See all releases

Code changes from version 1.1.6 to 1.1.8

README.txt CHANGED
@@ -1,18 +1,19 @@
1
- === BlossomThemes Instagram Feed ===
2
  Contributors: blossomthemes
3
  Donate link: https://blossomthemes.com
4
  Tags: instagram, popup, responsive, insta widget
5
  Requires at least: 4.3
6
- Tested up to: 5.0.3
7
- Stable tag: 1.1.6
 
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Show Instagram Feed on your website using shortcode and widget.
12
 
13
  == Description ==
14
 
15
- BlossomThemes Instagram Feed plugin is a flexible Instagram plugin that allows you to show your Instagram profile on your website. The plugin works best with BlossonThemes’ themes.
16
 
17
  You can display up to 20 photos with maximum 5 photos in each row.
18
 
@@ -22,9 +23,9 @@ The plugin is very easy to use.
22
 
23
  = Generating your Instagram Shortcode =
24
 
25
- Once activated, a menu named “BlossomThemes Instagram Feed” will be created on the WordPress dashboard.
26
 
27
- Go to BlossomThemes Instagram Feed. Then, on the General tab, click Connect with Instagram, copy and enter the Access Token, enter your Instagram username, select number of photos to display (max. 20), select number of photos per row (max. 5 photos per row), select whether to enable or disable comments and likes and then click on “Save Changes”.
28
 
29
  Then, go to Usage tab, copy the shortcode and use it on your posts. As easy as that!
30
 
@@ -32,18 +33,18 @@ Then, go to Usage tab, copy the shortcode and use it on your posts. As easy as t
32
 
33
  The plugin will create a widget called “BlossomThemes: Instagram”. So, go to Appearance> Widgets on your Admin dashboard, select the BlossomThemes: Instagram widget and place it in the desired sidebar.
34
 
35
- If you do not enter the Instagram username in the widget, the username assigned on the main plugin page (on BlossomThemes Instagram Feed) will be used.
36
 
37
  = Video Link =
38
 
39
- [How to authorize Instagram account for BlossomThemes Instagram Feed Plugin?](https://www.youtube.com/watch?v=U4tkwdtgkt0)
40
 
41
  == Installation ==
42
  **From your WordPress dashboard**
43
 
44
  1. Visit 'Plugins > Add New',
45
- 2. Search for 'BlossomThemes Instagram Feed' and install the plugin.
46
- 3. Activate ‘BlossomThemes Instagram Feed’ from your Plugins page.
47
 
48
  == Screenshots ==
49
 
@@ -51,8 +52,27 @@ If you do not enter the Instagram username in the widget, the username assigned
51
  2. Usage Tab Backend
52
  3. BlossomThemes Instagram Widget
53
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  == Changelog ==
55
 
 
 
 
 
 
 
 
56
  = 1.1.6 =
57
  * Instagram Settings Issue fixed
58
 
1
+ === BlossomThemes Social Feed ===
2
  Contributors: blossomthemes
3
  Donate link: https://blossomthemes.com
4
  Tags: instagram, popup, responsive, insta widget
5
  Requires at least: 4.3
6
+ Tested up to: 5.2
7
+ Requires PHP: 5.6
8
+ Stable tag: 1.1.8
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
+ Show instagram feed on your website using shortcode and widget.
13
 
14
  == Description ==
15
 
16
+ BlossomThemes Social Feed plugin allows you to show your Instagram profile on your website. The plugin works best with BlossomThemes’ themes.
17
 
18
  You can display up to 20 photos with maximum 5 photos in each row.
19
 
23
 
24
  = Generating your Instagram Shortcode =
25
 
26
+ Once activated, a menu named “BlossomThemes Social Feed” will be created on the WordPress dashboard.
27
 
28
+ Go to BlossomThemes Social Feed. Then, on the General tab, click Connect with Instagram, copy and enter the Access Token, enter your Instagram username, select number of photos to display (max. 20), select number of photos per row (max. 5 photos per row), select whether to enable or disable comments and likes and then click on “Save Changes”.
29
 
30
  Then, go to Usage tab, copy the shortcode and use it on your posts. As easy as that!
31
 
33
 
34
  The plugin will create a widget called “BlossomThemes: Instagram”. So, go to Appearance> Widgets on your Admin dashboard, select the BlossomThemes: Instagram widget and place it in the desired sidebar.
35
 
36
+ If you do not enter the Instagram username in the widget, the username assigned on the main plugin page (on BlossomThemes Social Feed) will be used.
37
 
38
  = Video Link =
39
 
40
+ [How to authorize Instagram account for BlossomThemes Social Feed Plugin?](https://www.youtube.com/watch?v=U4tkwdtgkt0)
41
 
42
  == Installation ==
43
  **From your WordPress dashboard**
44
 
45
  1. Visit 'Plugins > Add New',
46
+ 2. Search for 'BlossomThemes Social Feed' and install the plugin.
47
+ 3. Activate ‘BlossomThemes Social Feed’ from your Plugins page.
48
 
49
  == Screenshots ==
50
 
52
  2. Usage Tab Backend
53
  3. BlossomThemes Instagram Widget
54
 
55
+ == Images ==
56
+ All images are under Creative Commons Public Domain deed CC0.
57
+
58
+ * Plugin Banner Image
59
+ Links:
60
+ https://stocksnap.io/photo/Q2WJXI3CSE,
61
+ https://stocksnap.io/photo/EPDJ57Y4TC,
62
+ https://stocksnap.io/photo/ZT9WYAA3Y2,
63
+ https://stocksnap.io/photo/MHP7KONPB9
64
+
65
+ License: https://stocksnap.io/license
66
+
67
  == Changelog ==
68
 
69
+ = 1.1.8 =
70
+ * Plugin name renamed due to Instagram Trademark issues
71
+ * Minor SEO issues fixed
72
+
73
+ = 1.1.7 =
74
+ * Plugin name renamed due to Instagram Trademark issues
75
+
76
  = 1.1.6 =
77
  * Instagram Settings Issue fixed
78
 
admin/class-blossomthemes-instagram-feed-admin.php CHANGED
@@ -106,7 +106,7 @@ class Blossomthemes_Instagram_Feed_Admin {
106
  * @since 1.0.0
107
  */
108
  public function blossomthemes_instagram_feed_settings_page() {
109
- add_menu_page('BlossomThemes Instagram Feed', 'BlossomThemes Instagram Feed', 'manage_options', basename(__FILE__), array($this,'blossomthemes_instagram_feed_callback_function'), esc_url(BTIF_FILE_URL).'\admin\css\images\menu-icon.png');
110
  }
111
 
112
  /**
@@ -172,7 +172,7 @@ class Blossomthemes_Instagram_Feed_Admin {
172
 
173
  echo '<div class="error notice is-dismissible" style="position:relative"><p>';
174
 
175
- echo '<strong>'.'Please configure BlossomThemes Instagram Feed</strong><br /><br/> If you have just installed or updated this plugin, please go to the <strong><a href="admin.php?page=class-blossomthemes-instagram-feed-admin.php">Settings Page</a> and connect it with your Instagram account.</strong> You can ignore this message if you have already configured it. | '.'<strong><a href="' . esc_url( wp_nonce_url( add_query_arg( 'btif-dismiss', 'dismiss_admin_notices' ), 'confirm=0' ) ) .'" class="dismiss-notice" target="_parent">' . __( 'Dismiss this notice', 'blossomthemes-instagram-feed' ) . '</a></strong>';
176
 
177
  echo "</p></div>";
178
  }
106
  * @since 1.0.0
107
  */
108
  public function blossomthemes_instagram_feed_settings_page() {
109
+ add_menu_page('BlossomThemes Social Feed', 'BlossomThemes Social Feed', 'manage_options', basename(__FILE__), array($this,'blossomthemes_instagram_feed_callback_function'), esc_url(BTIF_FILE_URL).'\admin\css\images\menu-icon.png');
110
  }
111
 
112
  /**
172
 
173
  echo '<div class="error notice is-dismissible" style="position:relative"><p>';
174
 
175
+ echo '<strong>'.'Please configure BlossomThemes Social Feed</strong><br /><br/> If you have just installed or updated this plugin, please go to the <strong><a href="admin.php?page=class-blossomthemes-instagram-feed-admin.php">Settings Page</a> and connect it with your Instagram account.</strong> You can ignore this message if you have already configured it. | '.'<strong><a href="' . esc_url( wp_nonce_url( add_query_arg( 'btif-dismiss', 'dismiss_admin_notices' ), 'confirm=0' ) ) .'" class="dismiss-notice" target="_parent">' . __( 'Dismiss this notice', 'blossomthemes-instagram-feed' ) . '</a></strong>';
176
 
177
  echo "</p></div>";
178
  }
blossomthemes-instagram-feed.php CHANGED
@@ -12,10 +12,10 @@
12
  * @package Blossomthemes_Instagram_Feed
13
  *
14
  * @wordpress-plugin
15
- * Plugin Name: BlossomThemes Instagram Feed
16
  * Plugin URI: https://wordpress.org/plugins/blossomthemes-instagram-feed
17
  * Description: Show instagram feed on your website using shortcode and widget.
18
- * Version: 1.1.6
19
  * Author: blossomthemes
20
  * Author URI: https://blossomthemes.com
21
  * License: GPL-2.0+
12
  * @package Blossomthemes_Instagram_Feed
13
  *
14
  * @wordpress-plugin
15
+ * Plugin Name: BlossomThemes Social Feed
16
  * Plugin URI: https://wordpress.org/plugins/blossomthemes-instagram-feed
17
  * Description: Show instagram feed on your website using shortcode and widget.
18
+ * Version: 1.1.8
19
  * Author: blossomthemes
20
  * Author URI: https://blossomthemes.com
21
  * License: GPL-2.0+
includes/class-blossomthemes-instagram-feed-api.php CHANGED
@@ -89,7 +89,8 @@ class Blossomthemes_Instagram_Feed_API {
89
  'image-standard' => $item->images->standard_resolution->url,
90
  'image-url' => $item->images->$photo_size->url,
91
  'likes_count' => ! empty( $item->likes->count ) ? esc_attr( $item->likes->count ) : 0,
92
- 'comments_count' => ! empty( $item->comments->count ) ? esc_attr( $item->comments->count ) : 0
 
93
  );
94
  }
95
  $i++;
89
  'image-standard' => $item->images->standard_resolution->url,
90
  'image-url' => $item->images->$photo_size->url,
91
  'likes_count' => ! empty( $item->likes->count ) ? esc_attr( $item->likes->count ) : 0,
92
+ 'comments_count' => ! empty( $item->comments->count ) ? esc_attr( $item->comments->count ) : 0,
93
+ 'caption' => ! empty( $item->caption->text ) ? html_entity_decode( $item->caption->text ) : 'Instagram-Caption',
94
  );
95
  }
96
  $i++;
includes/class-blossomthemes-instagram-feed-settings.php CHANGED
@@ -18,7 +18,7 @@ class BlossomThemes_Instagram_Feed_Settings
18
  <div class="btif-wrap">
19
  <?php settings_errors(); ?>
20
  <div class="btif-header">
21
- <h3><?php _e( 'BlossomThemes Instagram Feed', 'blossomthemes-instagram-feed' ); ?></h3>
22
  </div>
23
  <div class="btif-inner-wrap">
24
  <h2 class="nav-tab-wrapper">
@@ -50,7 +50,7 @@ class BlossomThemes_Instagram_Feed_Settings
50
 
51
  <h2><?php _e('Connect with Instagram', 'blossomthemes-instagram-feed'); ?></h2>
52
 
53
- <p><?php _e( 'To get started click the button below. You’ll be prompted to authorize BlossomThemes Instagram Feed to access your Instagram photos.', 'blossomthemes-instagram-feed' ); ?>
54
  <a href="https://www.youtube.com/watch?v=U4tkwdtgkt0" target="_blank"><?php _e('For help, please refer to this video tutorial.', 'blossomthemes-instagram-feed');?></a>
55
  </p>
56
 
18
  <div class="btif-wrap">
19
  <?php settings_errors(); ?>
20
  <div class="btif-header">
21
+ <h3><?php _e( 'BlossomThemes Social Feed', 'blossomthemes-instagram-feed' ); ?></h3>
22
  </div>
23
  <div class="btif-inner-wrap">
24
  <h2 class="nav-tab-wrapper">
50
 
51
  <h2><?php _e('Connect with Instagram', 'blossomthemes-instagram-feed'); ?></h2>
52
 
53
+ <p><?php _e( 'To get started click the button below. You’ll be prompted to authorize BlossomThemes Social Feed to access your Instagram photos.', 'blossomthemes-instagram-feed' ); ?>
54
  <a href="https://www.youtube.com/watch?v=U4tkwdtgkt0" target="_blank"><?php _e('For help, please refer to this video tutorial.', 'blossomthemes-instagram-feed');?></a>
55
  </p>
56
 
includes/class-blossomthemes-instagram-feed-shortcodes.php CHANGED
@@ -45,12 +45,13 @@ class BlossomThemes_Instagram_Feed_Shortcodes
45
  $src = $item['image-url'];
46
  $likes = $item['likes_count'];
47
  $comments = $item['comments_count'];
 
48
  ?>
49
 
50
  <li>
51
 
52
  <a href="<?php echo esc_url($img_standard); ?>">
53
- <img src="<?php echo esc_url($src); ?>">
54
  </a>
55
  <?php if( isset( $options['meta'] ) )
56
  {
@@ -86,13 +87,13 @@ class BlossomThemes_Instagram_Feed_Shortcodes
86
  });
87
  });
88
  </script>';
89
- echo ' <a class="profile-link" href="'.esc_url($instaUrl).'" target="_blank"><span class="insta-icon"><i class="fab fa-instagram"></i></span>'.esc_attr($profile_link_text).'</a>';
90
  }
91
  else:
92
  if ( current_user_can( 'edit_theme_options' ) ) {
93
  ?>
94
  <p>
95
- <?php _e( 'BlossomThemes Instagram Feed misconfigured, check plugin &amp; widget settings.', 'blossomthemes-instagram-feed' ); ?>
96
  </p>
97
  <?php
98
  }
45
  $src = $item['image-url'];
46
  $likes = $item['likes_count'];
47
  $comments = $item['comments_count'];
48
+ $caption = $item['caption'];
49
  ?>
50
 
51
  <li>
52
 
53
  <a href="<?php echo esc_url($img_standard); ?>">
54
+ <img src="<?php echo esc_url($src); ?>" alt="<?php echo html_entity_decode($caption); ?>">
55
  </a>
56
  <?php if( isset( $options['meta'] ) )
57
  {
87
  });
88
  });
89
  </script>';
90
+ echo ' <a class="profile-link" href="'.esc_url($instaUrl).'" target="_blank" rel="noreferrer"><span class="insta-icon"><i class="fab fa-instagram"></i></span>'.esc_attr($profile_link_text).'</a>';
91
  }
92
  else:
93
  if ( current_user_can( 'edit_theme_options' ) ) {
94
  ?>
95
  <p>
96
+ <?php _e( 'BlossomThemes Social Feed misconfigured, check plugin &amp; widget settings.', 'blossomthemes-instagram-feed' ); ?>
97
  </p>
98
  <?php
99
  }
includes/widgets/widget-blossomthemes-instagram-feed.php CHANGED
@@ -22,8 +22,8 @@ class BlossomThemes_Instagram_Widget extends WP_Widget {
22
  function __construct() {
23
  parent::__construct(
24
  'btif_instagram_widget', // Base ID
25
- __( 'BlossomThemes: Instagram', 'blossomthemes-instagram-feed' ), // Name
26
- array( 'description' => __( 'A Instagram Widget that displays your latest Instagram photos.', 'blossomthemes-instagram-feed' ), ) // Args
27
  );
28
  }
29
 
@@ -95,8 +95,9 @@ class BlossomThemes_Instagram_Widget extends WP_Widget {
95
  $src = $item['image-url'];
96
  $likes = $item['likes_count'];
97
  $comments = $item['comments_count'];
 
98
 
99
- echo '<li><a href="'.esc_url($img_standard).'"><img src="'.esc_url($src).'"></a>';
100
 
101
  if( isset( $meta ) && $meta == 'true' )
102
  {
@@ -131,14 +132,14 @@ class BlossomThemes_Instagram_Widget extends WP_Widget {
131
  });
132
  });
133
  </script>';
134
- echo '<a class="profile-link" href="'.esc_url($profile_link).'" target="_blank">'.esc_attr($profile_link_text).'</a>';
135
  }
136
  }
137
  else{
138
  if ( current_user_can( 'edit_theme_options' ) ) {
139
  ?>
140
  <p>
141
- <?php _e( 'BlossomThemes Instagram Feed Widget misconfigured, check plugin &amp; widget settings.', 'blossomthemes-instagram-feed' ); ?>
142
  </p>
143
  <?php
144
  }
22
  function __construct() {
23
  parent::__construct(
24
  'btif_instagram_widget', // Base ID
25
+ __( 'BlossomThemes: Feed for Instagram', 'blossomthemes-instagram-feed' ), // Name
26
+ array( 'description' => __( 'A widget that displays your latest Instagram photos.', 'blossomthemes-instagram-feed' ), ) // Args
27
  );
28
  }
29
 
95
  $src = $item['image-url'];
96
  $likes = $item['likes_count'];
97
  $comments = $item['comments_count'];
98
+ $caption = $item['caption'];
99
 
100
+ echo '<li><a href="'.esc_url($img_standard).'"><img src="'.esc_url($src).'" alt="'.html_entity_decode($caption).'"></a>';
101
 
102
  if( isset( $meta ) && $meta == 'true' )
103
  {
132
  });
133
  });
134
  </script>';
135
+ echo '<a class="profile-link" href="'.esc_url($profile_link).'" target="_blank" rel="noreferrer">'.esc_attr($profile_link_text).'</a>';
136
  }
137
  }
138
  else{
139
  if ( current_user_can( 'edit_theme_options' ) ) {
140
  ?>
141
  <p>
142
+ <?php _e( 'BlossomThemes Social Feed Widget misconfigured, check plugin &amp; widget settings.', 'blossomthemes-instagram-feed' ); ?>
143
  </p>
144
  <?php
145
  }
languages/blossomthemes-instagram-feed.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: BlossomThemes Instagram Feed 1.1.4\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/blossomthemes-instagram-feed\n"
8
- "POT-Creation-Date: 2019-01-28 08:55:52+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -23,7 +23,7 @@ msgid "Dismiss this notice"
23
  msgstr ""
24
 
25
  #. Plugin Name of the plugin/theme
26
- msgid "BlossomThemes Instagram Feed"
27
  msgstr ""
28
 
29
  #: includes/class-blossomthemes-instagram-feed-settings.php:25
@@ -42,7 +42,7 @@ msgstr ""
42
  #: includes/class-blossomthemes-instagram-feed-settings.php:53
43
  msgid ""
44
  "To get started click the button below. You’ll be prompted to authorize "
45
- "BlossomThemes Instagram Feed to access your Instagram photos."
46
  msgstr ""
47
 
48
  #: includes/class-blossomthemes-instagram-feed-settings.php:54
@@ -72,7 +72,7 @@ msgid ""
72
  msgstr ""
73
 
74
  #: includes/class-blossomthemes-instagram-feed-settings.php:81
75
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:214
76
  msgid "Username"
77
  msgstr ""
78
 
@@ -81,32 +81,32 @@ msgid "Number of Photos"
81
  msgstr ""
82
 
83
  #: includes/class-blossomthemes-instagram-feed-settings.php:90
84
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:224
85
  msgid "Photo size"
86
  msgstr ""
87
 
88
  #: includes/class-blossomthemes-instagram-feed-settings.php:92
89
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:226
90
  msgid "Thumbnail"
91
  msgstr ""
92
 
93
  #: includes/class-blossomthemes-instagram-feed-settings.php:93
94
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:227
95
  msgid "Small"
96
  msgstr ""
97
 
98
  #: includes/class-blossomthemes-instagram-feed-settings.php:94
99
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:228
100
  msgid "Large"
101
  msgstr ""
102
 
103
  #: includes/class-blossomthemes-instagram-feed-settings.php:98
104
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:233
105
  msgid "Photos Per Row"
106
  msgstr ""
107
 
108
  #: includes/class-blossomthemes-instagram-feed-settings.php:102
109
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:243
110
  msgid "Profile Link Text"
111
  msgstr ""
112
 
@@ -139,10 +139,8 @@ msgstr ""
139
  msgid "No posts available!"
140
  msgstr ""
141
 
142
- #: includes/class-blossomthemes-instagram-feed-shortcodes.php:95
143
- msgid ""
144
- "BlossomThemes Instagram Feed misconfigured, check plugin &amp; widget "
145
- "settings."
146
  msgstr ""
147
 
148
  #: includes/template/backend/sidebar.php:3
@@ -166,38 +164,38 @@ msgid "Leave a Review"
166
  msgstr ""
167
 
168
  #: includes/widgets/widget-blossomthemes-instagram-feed.php:25
169
- msgid "BlossomThemes: Instagram"
170
  msgstr ""
171
 
172
  #: includes/widgets/widget-blossomthemes-instagram-feed.php:26
173
- msgid "A Instagram Widget that displays your latest Instagram photos."
174
  msgstr ""
175
 
176
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:141
177
  msgid ""
178
- "BlossomThemes Instagram Feed Widget misconfigured, check plugin &amp; "
179
- "widget settings."
180
  msgstr ""
181
 
182
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:160
183
  msgid "Instagram"
184
  msgstr ""
185
 
186
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:201
187
  msgid ""
188
  "Please configure <a href=\"%1$s\">Plugin Settings</a> before using this "
189
  "widget."
190
  msgstr ""
191
 
192
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:209
193
  msgid "Title"
194
  msgstr ""
195
 
196
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:219
197
  msgid "Number of photos"
198
  msgstr ""
199
 
200
- #: includes/widgets/widget-blossomthemes-instagram-feed.php:239
201
  msgid "Display Comments/Likes"
202
  msgstr ""
203
 
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: BlossomThemes Social Feed 1.1.7\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/blossomthemes-instagram-feed\n"
8
+ "POT-Creation-Date: 2019-08-09 07:44:48+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
23
  msgstr ""
24
 
25
  #. Plugin Name of the plugin/theme
26
+ msgid "BlossomThemes Social Feed"
27
  msgstr ""
28
 
29
  #: includes/class-blossomthemes-instagram-feed-settings.php:25
42
  #: includes/class-blossomthemes-instagram-feed-settings.php:53
43
  msgid ""
44
  "To get started click the button below. You’ll be prompted to authorize "
45
+ "BlossomThemes Social Feed to access your Instagram photos."
46
  msgstr ""
47
 
48
  #: includes/class-blossomthemes-instagram-feed-settings.php:54
72
  msgstr ""
73
 
74
  #: includes/class-blossomthemes-instagram-feed-settings.php:81
75
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:215
76
  msgid "Username"
77
  msgstr ""
78
 
81
  msgstr ""
82
 
83
  #: includes/class-blossomthemes-instagram-feed-settings.php:90
84
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:225
85
  msgid "Photo size"
86
  msgstr ""
87
 
88
  #: includes/class-blossomthemes-instagram-feed-settings.php:92
89
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:227
90
  msgid "Thumbnail"
91
  msgstr ""
92
 
93
  #: includes/class-blossomthemes-instagram-feed-settings.php:93
94
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:228
95
  msgid "Small"
96
  msgstr ""
97
 
98
  #: includes/class-blossomthemes-instagram-feed-settings.php:94
99
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:229
100
  msgid "Large"
101
  msgstr ""
102
 
103
  #: includes/class-blossomthemes-instagram-feed-settings.php:98
104
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:234
105
  msgid "Photos Per Row"
106
  msgstr ""
107
 
108
  #: includes/class-blossomthemes-instagram-feed-settings.php:102
109
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:244
110
  msgid "Profile Link Text"
111
  msgstr ""
112
 
139
  msgid "No posts available!"
140
  msgstr ""
141
 
142
+ #: includes/class-blossomthemes-instagram-feed-shortcodes.php:96
143
+ msgid "BlossomThemes Social Feed misconfigured, check plugin &amp; widget settings."
 
 
144
  msgstr ""
145
 
146
  #: includes/template/backend/sidebar.php:3
164
  msgstr ""
165
 
166
  #: includes/widgets/widget-blossomthemes-instagram-feed.php:25
167
+ msgid "BlossomThemes: Feed for Instagram"
168
  msgstr ""
169
 
170
  #: includes/widgets/widget-blossomthemes-instagram-feed.php:26
171
+ msgid "A widget that displays your latest Instagram photos."
172
  msgstr ""
173
 
174
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:142
175
  msgid ""
176
+ "BlossomThemes Social Feed Widget misconfigured, check plugin &amp; widget "
177
+ "settings."
178
  msgstr ""
179
 
180
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:161
181
  msgid "Instagram"
182
  msgstr ""
183
 
184
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:202
185
  msgid ""
186
  "Please configure <a href=\"%1$s\">Plugin Settings</a> before using this "
187
  "widget."
188
  msgstr ""
189
 
190
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:210
191
  msgid "Title"
192
  msgstr ""
193
 
194
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:220
195
  msgid "Number of photos"
196
  msgstr ""
197
 
198
+ #: includes/widgets/widget-blossomthemes-instagram-feed.php:240
199
  msgid "Display Comments/Likes"
200
  msgstr ""
201