Version Description
- Fix: Fixed an issue with the Instagram icon not appearing in the 'Follow on Instagram' button or in the header
- Fix: Addressed a few CSS issues which were causing some minor formatting issues on certain themes
Download this release
Release Info
Developer | smashballoon |
Plugin | Instagram Feed |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.1
- README.txt +8 -4
- css/sb-instagram.css +2 -2
- instagram-feed-admin.php +1 -1
- instagram-feed.php +3 -2
README.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: smashballoon
|
3 |
Tags: Instagram, Instagram feed, Instagram photos, Instagram plugin, Instagram stream, Custom Instagram Feed, responsive Instagram, mobile Instagram, Instagram posts, Instagram wall, Instagram account
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -102,7 +102,7 @@ Yep. You can just separate the IDs by commas, either in the User ID(s) field on
|
|
102 |
|
103 |
We've made it super easy. Simply click on the big blue button on the Instagram Feed Settings page and log into your Instagram account. The plugin will then retrieve and display both your Access Token and User ID from Instagram.
|
104 |
|
105 |
-
You can also display photos from other peoples Instagram accounts. To find their Instagram User ID you can use [this tool](http://
|
106 |
|
107 |
= Are there any security issues with using an Access Token on my site? =
|
108 |
|
@@ -114,7 +114,7 @@ There are a few common reasons for this:
|
|
114 |
|
115 |
* Your Instagram account may be set to private. Instagram doesn't allow photos from private Instagram accounts to be displayed publicly.
|
116 |
* Your Access Token may not be valid. Try clicking on the blue Instagram login button on the plugin's Settings page again and copy and paste the Instagram token it gives you into the plugin's Access Token field.
|
117 |
-
* Your User ID may not be valid. Be sure you're not using your Instagram username instead of your User ID. You can find your Instagram User ID by using [this tool](http://
|
118 |
* Your website may contain a JavaScript error which is preventing JavaScript from running. The plugin uses JavaScript to load the Instagram photos into your page and so needs JavaScript to be running in order to work. You would need to remove any existing JavaScript errors on your website for the plugin to be able to load in your feed.
|
119 |
|
120 |
If you're still having an issue displaying your feed then please open a ticket in the [Support forum](http://wordpress.org/support/plugin/instagram-feed 'Instagram Feed Support Forum') with a link to the page where you're trying to display the Instagram feed and, if possible, a link to your Instagram account.
|
@@ -175,6 +175,10 @@ For more shortcode options, check out the [Pro version](http://smashballoon.com/
|
|
175 |
7. The Instagram Feed plugin Settings pages
|
176 |
|
177 |
== Changelog ==
|
|
|
|
|
|
|
|
|
178 |
= 1.3 =
|
179 |
* New: You can now display photos from multiple Instagram User IDs. Simply separate your IDs by commas.
|
180 |
* New: Added an optional header to the feed which contains your Instagram profile picture, username and bio. You can activate this on the Customize page.
|
2 |
Contributors: smashballoon
|
3 |
Tags: Instagram, Instagram feed, Instagram photos, Instagram plugin, Instagram stream, Custom Instagram Feed, responsive Instagram, mobile Instagram, Instagram posts, Instagram wall, Instagram account
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 4.1
|
6 |
+
Stable tag: 1.3.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
102 |
|
103 |
We've made it super easy. Simply click on the big blue button on the Instagram Feed Settings page and log into your Instagram account. The plugin will then retrieve and display both your Access Token and User ID from Instagram.
|
104 |
|
105 |
+
You can also display photos from other peoples Instagram accounts. To find their Instagram User ID you can use [this tool](http://www.otzberg.net/iguserid/).
|
106 |
|
107 |
= Are there any security issues with using an Access Token on my site? =
|
108 |
|
114 |
|
115 |
* Your Instagram account may be set to private. Instagram doesn't allow photos from private Instagram accounts to be displayed publicly.
|
116 |
* Your Access Token may not be valid. Try clicking on the blue Instagram login button on the plugin's Settings page again and copy and paste the Instagram token it gives you into the plugin's Access Token field.
|
117 |
+
* Your User ID may not be valid. Be sure you're not using your Instagram username instead of your User ID. You can find your Instagram User ID by using [this tool](http://www.otzberg.net/iguserid/).
|
118 |
* Your website may contain a JavaScript error which is preventing JavaScript from running. The plugin uses JavaScript to load the Instagram photos into your page and so needs JavaScript to be running in order to work. You would need to remove any existing JavaScript errors on your website for the plugin to be able to load in your feed.
|
119 |
|
120 |
If you're still having an issue displaying your feed then please open a ticket in the [Support forum](http://wordpress.org/support/plugin/instagram-feed 'Instagram Feed Support Forum') with a link to the page where you're trying to display the Instagram feed and, if possible, a link to your Instagram account.
|
175 |
7. The Instagram Feed plugin Settings pages
|
176 |
|
177 |
== Changelog ==
|
178 |
+
= 1.3.1 =
|
179 |
+
* Fix: Fixed an issue with the Instagram icon not appearing in the 'Follow on Instagram' button or in the header
|
180 |
+
* Fix: Addressed a few CSS issues which were causing some minor formatting issues on certain themes
|
181 |
+
|
182 |
= 1.3 =
|
183 |
* New: You can now display photos from multiple Instagram User IDs. Simply separate your IDs by commas.
|
184 |
* New: Added an optional header to the feed which contains your Instagram profile picture, username and bio. You can activate this on the Customize page.
|
css/sb-instagram.css
CHANGED
@@ -189,7 +189,7 @@
|
|
189 |
#sb_instagram .sbi_header_text{
|
190 |
float: left;
|
191 |
width: 100%;
|
192 |
-
padding-top:
|
193 |
}
|
194 |
#sb_instagram .sb_instagram_header a{
|
195 |
text-decoration: none;
|
@@ -203,7 +203,7 @@
|
|
203 |
}
|
204 |
#sb_instagram .sb_instagram_header h3{
|
205 |
font-size: 16px;
|
206 |
-
|
207 |
}
|
208 |
#sb_instagram .sb_instagram_header p{
|
209 |
font-size: 13px;
|
189 |
#sb_instagram .sbi_header_text{
|
190 |
float: left;
|
191 |
width: 100%;
|
192 |
+
padding-top: 5px;
|
193 |
}
|
194 |
#sb_instagram .sb_instagram_header a{
|
195 |
text-decoration: none;
|
203 |
}
|
204 |
#sb_instagram .sb_instagram_header h3{
|
205 |
font-size: 16px;
|
206 |
+
line-height: 1.3;
|
207 |
}
|
208 |
#sb_instagram .sb_instagram_header p{
|
209 |
font-size: 13px;
|
instagram-feed-admin.php
CHANGED
@@ -218,7 +218,7 @@ function sb_instagram_settings_page() {
|
|
218 |
<label class="sbi_radio_label" for="sb_instagram_type_user">User ID(s):</label>
|
219 |
<input name="sb_instagram_user_id" id="sb_instagram_user_id" type="text" value="<?php esc_attr_e( $sb_instagram_user_id ); ?>" size="25" />
|
220 |
<a class="sbi_tooltip_link" href="JavaScript:void(0);"><?php _e("What is this?"); ?></a>
|
221 |
-
<p class="sbi_tooltip"><?php _e("These are the IDs of the Instagram accounts you want to display photos from. To get your ID simply click on the button above and log into Instagram.<br /><br />You can also display photos from other peoples Instagram accounts. To find their User ID you can use <a href='http://
|
222 |
</span>
|
223 |
|
224 |
<span class="sbi_pro">
|
218 |
<label class="sbi_radio_label" for="sb_instagram_type_user">User ID(s):</label>
|
219 |
<input name="sb_instagram_user_id" id="sb_instagram_user_id" type="text" value="<?php esc_attr_e( $sb_instagram_user_id ); ?>" size="25" />
|
220 |
<a class="sbi_tooltip_link" href="JavaScript:void(0);"><?php _e("What is this?"); ?></a>
|
221 |
+
<p class="sbi_tooltip"><?php _e("These are the IDs of the Instagram accounts you want to display photos from. To get your ID simply click on the button above and log into Instagram.<br /><br />You can also display photos from other peoples Instagram accounts. To find their User ID you can use <a href='http://www.otzberg.net/iguserid/' target='_blank'>this tool</a>. You can separate multiple IDs using commas."); ?></p><br />
|
222 |
</span>
|
223 |
|
224 |
<span class="sbi_pro">
|
instagram-feed.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Instagram Feed
|
4 |
Plugin URI: http://smashballoon.com/instagram-feed
|
5 |
Description: Display beautifully clean, customizable, and responsive Instagram feeds
|
6 |
-
Version: 1.3
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|
@@ -168,8 +168,9 @@ add_filter('widget_text', 'do_shortcode');
|
|
168 |
//Enqueue stylesheet
|
169 |
add_action( 'wp_enqueue_scripts', 'sb_instagram_styles_enqueue' );
|
170 |
function sb_instagram_styles_enqueue() {
|
171 |
-
wp_register_style( 'sb_instagram_styles', plugins_url('css/sb-instagram.css?
|
172 |
wp_enqueue_style( 'sb_instagram_styles' );
|
|
|
173 |
}
|
174 |
|
175 |
//Enqueue scripts
|
3 |
Plugin Name: Instagram Feed
|
4 |
Plugin URI: http://smashballoon.com/instagram-feed
|
5 |
Description: Display beautifully clean, customizable, and responsive Instagram feeds
|
6 |
+
Version: 1.3.1
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|
168 |
//Enqueue stylesheet
|
169 |
add_action( 'wp_enqueue_scripts', 'sb_instagram_styles_enqueue' );
|
170 |
function sb_instagram_styles_enqueue() {
|
171 |
+
wp_register_style( 'sb_instagram_styles', plugins_url('css/sb-instagram.css?6', __FILE__) );
|
172 |
wp_enqueue_style( 'sb_instagram_styles' );
|
173 |
+
wp_enqueue_style( 'sb_instagram_icons', '//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css?1', array(), '4.2.0' );
|
174 |
}
|
175 |
|
176 |
//Enqueue scripts
|