Hi
I’ve been using your plugin for a long time and it has worked perfectly.
But just the other day I noticed that it didn’t show the latest photos from my feed.
Then I logged into my backend and refreshed the page and now the photos was there, but when I log out the new photos disappears.
Do you have any idea what is wrong, cause I have tried everything I think – even cleared all caches and tried a private browsing – but still no new photos.
Hope you can help….
]]>I was sometimes getting white bars on images (except for the “small” size). This is caused by instagram now accepting non-square images. While it creates cropped (square) thumbnails for the “small” size, it leaves white bars for the other sizes. I needed a medium size image, but cropped square, without the white bars. I came up with this simple patch, which adds this as the ‘medium-square’ size. Feel free to add this patch to the plugin if you find it useful. It doesn’t change/break any existing functionality, and adds just a few lines, as you can see,
Index: web/wp-content/plugins/simple-instagram/inc/shortcodes.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- web/wp-content/plugins/simple-instagram/inc/shortcodes.php (revision )
+++ web/wp-content/plugins/simple-instagram/inc/shortcodes.php (revision )
@@ -194,7 +194,12 @@
$url = $image->images->low_resolution->url;
break;
+ case 'medium-square':
+ $url = $image->images->thumbnail->url;
+ $url = str_replace('s150x150', 's320x320', $url);
+ break;
+
- case 'small':
+ case 'small':
$url = $image->images->thumbnail->url;
break;
}
\ No newline at end of file
]]>
When I check my site speed with Simple Instagram installed, it is super slow. https://developers.google.com/speed/pagespeed/insights/
When I disable Simple Instagram and check the site speed again, it is cut in half. I went from 11 seconds to 5 seconds download. I think this is hurting my traffic and rank because things have taken a dip since installing this plugin. Is this true for anyone else?
I love the look of this plugin, so I’m hoping there’s a way to use it while speeding up the download a bit, like maybe a way to scale the images on or before load?
]]>Hi, how it possible to integrate shortcode in theme template? for example in footer.
]]>I randomly keep getting error
Fatal error: Cannot use object of type WP_Error as array in /class-simple-instagram.php on line 114
Any ideas on what is causing this or how to fix it? When this happens it’s causing the bottom portion of my site and side bar not to load so I need to fix this desperately.
]]>The images in the widget are very small
If I change the width from Simple Instagram options , the images deteriorate “-pixelated-
To change this, I followed these instructions: (but nothing change)
On your dashboard, go to appearance->editor in the menu on the left-hand side. On the resulting page, look in the list of files on the right-hand side and click on the one that says “Stylesheet (style.css)”. This is your stylesheet, and determines how your site looks. We’ll add a new rule that’ll override how the instagram widget looks.
Scroll to the bottom of the file and add the following text:
.si_feed_widget .si_item{ width: 100%; }
Then click on the Update File button. If you go to your homepage and refresh, you’ll notice that the images are now one-per-row.
Thank for your help.
Ariel
How to instagram revoke access?
I try to change username.. but errors
]]>Hi!
I want my pictures to fit from one end of the page to the other with no spaces on the left or right. The other topics didn’t worked.
I have already this in the css:
.si_item{
width: 14%;
}
and [si_popular size=medium limit=14] as shortcode. But I still have a little space on the right between the pictures and the end of the page.
Thanx!
]]>with insatgrams new update full size portrait and landscape pictures are now allowed while we still have the perfect squares on our profile pages. Since using it I have noticed my feed displaying on my site looks terrible. Im wondering if you guys will update the plugin to accommodate this change or if there’s css i can use with to keep them cropped on my site as a perfect square?
]]>I have problem with сyrillic alphabet in tag.
I use this fix
$defaults['tag']=urlencode($defaults['tag']);
I think this fix is useful.
There are blue dots betweeen the Instagram photos in when I use this plugin in my footer. (Doesn’t happen when I use it in my sidebar.) https://www.happinessbythejar.com
Does anyone know how to get rid of the dots? Thanks in advance! -Katie
Is there any way to include images with a specific tag from a specific user?
Currently when used in shortcode the tag overwrites user.
Could this be done by modifying the templates?
]]>Hello how to display the widget in a horizontal manner and not vertical ?
I would like the widget to be vertical from side to side of the screen
thanks
]]>Is it possible to filter the function so that links to the instagram post are removed?
Rich
]]>Hi,
I just updated to the latest version (2.0) of your plugin and received the following fatal errors:
Warning: include_once(/public_html/wp-content/plugins/simple-instagram/inc/admin.php): failed to open stream: No such file or directory in/public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 34
Warning: include_once(): Failed opening ‘/public_html/wp-content/plugins/simple-instagram/inc/admin.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in/public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 34
Warning: include_once(/public_html/wp-content/plugins/simple-instagram/inc/scripts.php): failed to open stream: No such file or directory in/public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 35
Warning: include_once(): Failed opening ‘/public_html/wp-content/plugins/simple-instagram/inc/scripts.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in/public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 35
Warning: include_once(/public_html/wp-content/plugins/simple-instagram/inc/widgets.php): failed to open stream: No such file or directory in/public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 36
Warning: include_once(): Failed opening ‘/public_html/wp-content/plugins/simple-instagram/inc/widgets.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in/public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 36
Warning: include_once(/public_html/wp-content/plugins/simple-instagram/inc/shortcodes.php): failed to open stream: No such file or directory in/public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 37
Warning: include_once(): Failed opening ‘/public_html/wp-content/plugins/simple-instagram/inc/shortcodes.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 37
Warning: include_once(/public_html/wp-content/plugins/simple-instagram/inc/ajax.php): failed to open stream: No such file or directory in/public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 38
Warning: include_once(): Failed opening ‘/public_html/wp-content/plugins/simple-instagram/inc/ajax.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in/public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 38
Warning: Cannot modify header information – headers already sent by (output started at /public_html/wp-content/plugins/simple-instagram/simple-instagram.php:34) in/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 60
Fatal error: Class ‘SI_Admin’ not found in /public_html/wp-content/plugins/simple-instagram/simple-instagram.php on line 47
My site is running PHP 5.4 and WordPress 4.2.2
Everything was working fine before I updated. And I’ve reverted back to 1.2 of your plugin and everything works fine again.
Thanks
]]>Hey there,
love the plugin, thanks very much!
Myself and I can see a few others here, are wondering how to centre the shortcode. I cannot figure out how to make it centre align. I’ve used it on several clients websites and it always floats left! I’m a coding novice, but couldn’t find the css for the plugin to try edit that either. Any help would be really appreciated!
Here are two examples using the same theme with the plugin:
https://www.ramcat.com.au/
https://g3fitness.com.au/
Hi,
I’m currently designing my website and am having a bit of bother with this wonderful plugin. I have seen numerous posts that have similar questions to me however none of the answers have helped. My question is:
I want to have a row or 2 of my Instagram feed from one side of the page to the other (full width). However I seem to be having a problem with getting this to work,
Could anyone help me? I’ve been trying to work this out for the last 5 hours. ??
Website: https://www.jamiewhiffen.co.uk/
]]>Great plugin, but quick question. Is there a way to load more items?
E.g. if we initially requested 12 images, to then add another 12 images etc.
How can I add a header on the top of all images, for example “My instagram”?
I would like to have some data with the hover on images, how can I do this?
Like here: https://garypeppergirl.com/
]]>How would I add a link in my theme’s php for the feed to show up using this plugin? I want it to sit at the very bottom of my site under the footer area, but that requires me to paste it in as a php code instead into my footer.php (I tried using the shortcode in there and it didn’t work). Any tips please?
]]>Right now I have more than one row and I only one want row – how do I do that? I also want to limit the number of images shown to 6 images. How do I do that? Thanks.
]]>What short-code should be used to show likes, comments and darken the image when mouse hovers like at the bottom of this website:
https://taug13.com/demo/harjotg/wp/5/
Same as https://garypeppergirl.com/
]]>I would like to know if it’s possible to remove the space between the two lines on the carrousel of my web https://www.karlacaloca.com
Also, I would like to know where can I active the option for show the numbers of “likes” and “comments” of my feeds showed here https://garypeppergirl.com/.
Thank you for your help.
]]>I am trying to center my Instagram feed on my page, but it floats left.
I have tried:
.si_feed_widget .si_item{
width:66%;
float:none;
margin: 0 auto;
}
Website: https://www.thepixelbuzz.com/
Would appreciate any help!
]]>Hello, your plugin is great! But it stopped working today. Error 504 appears while trying to login into Instagram and widget shows nothing…
]]>Hello, I have been very happy with the plugin so far but have not found any documentation addressing whether or not the instagram videos are playable or is it supposed to just show a freeze frame of the video. Thanks in advance for any help!
]]>Hi,
i was wondering if i could display video’s within the feed? because i want that video’s will autoplay if you come on the website. (www.mijnschiedam.nl)
Thank you.
yours sincerely,
Koen Dijkstra
]]>Here’s the site in question: https://janebrown.org/blog/
It’s running the ColorWay Pro theme.
No matter what number is set in the widget, the 4th position is alway empty?
I currently have the widget set to display 9 items.
Here’s a screenshot as well…
https://www.screencast.com/t/dNz6PbpJK7bb
Thanks in advance for your help!!!
]]>Hi,
I’m using the Simple Instagram Tag Widget in my footer and only the first picture (the one that added last) is not aligned with the rest – its a bit higher (a pixel or 2) from the rest.
Anyone encounter that?
Thanks,
Elad.
It’s possible show the description under each photo?
Regards
]]>