Scott (@scottsweb)
Forum Replies Created
-
Forum: Plugins
In reply to: [Instant Search & Suggest] Accessibility – Set Sans-Serif Font as DefaultThis is not the correct forum to report this.
For www.ads-software.com try here: https://make.www.ads-software.com/meta/
For WordPress.com try: https://wordpress.com/support/
Forum: Plugins
In reply to: [WP Instagram Widget] WP Instagram feed problemHi, unfortunately this plugin was discontinued some months ago. Instagram found a way to block it and it also filed a trademark complaint against the listing here on www.ads-software.com. The plugin is no longer available. There are several existing forum threads on this. Best of luck.
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram has returned invalid data on @profile_nameHi
A whole series of events has led to the deprecation of this plugin. First it was removed from the .org for scraping, then reinstated. Then Instagram filled a trademark complaint against my use of the word “Instagram” forcing removal once again. Finally, the Instagram website now occasionally blocks requests to their site, making the scraping method unreliable.I released a couple of updates via GitHub to attempt to fix the issue: https://github.com/scottsweb/wp-instagram-widget but utlimately I have given up on the project.
Thanks
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram has returned invalid dataThere is no solution as per the GitHub discussion.
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram has returned invalid dataExcellent.
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram has returned invalid dataPlease see the discussion here: https://github.com/scottsweb/wp-instagram-widget/issues/118#issuecomment-524009143
Forum: Plugins
In reply to: [WP Instagram Widget] Not showing images for my account onlyPlease follow the advice here: https://github.com/scottsweb/wp-instagram-widget/issues/118#issuecomment-524009143
Forum: Plugins
In reply to: [WP Instagram Widget] Speed optimization testDirect download link to the PR version: https://github.com/scottsweb/wp-instagram-widget/archive/fixes/two-point-oh-four.zip
Forum: Plugins
In reply to: [WP Instagram Widget] Speed optimization testTest this PR: https://github.com/scottsweb/wp-instagram-widget/pull/117
Some related discussion here: https://github.com/scottsweb/wp-instagram-widget/issues/112
Forum: Plugins
In reply to: [WP Instagram Widget] Add rel=”noopener” too for the target=”_blank” linksCreated an issue to track this: https://github.com/scottsweb/wp-instagram-widget/issues/113
In the meantime you can create a custom template part that does this. Some details can be found in the readme file.
Forum: Plugins
In reply to: [WP Instagram Widget] Help getting widget to be full widthTry adding:
.site-footer .container { width: 100%; }
This container has a width set which is impacting the widget.
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram did not return a 200Might be worth contacting your host to see if they can put you on a new IP
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram did not return a 200Perhaps time for a new host then ??
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram did not return a 200Please see conversation here: https://github.com/scottsweb/wp-instagram-widget/issues/103#issuecomment-513161561
Essentially there are two things that would cause your requests to be rate limited in this way:
1. Your cache time is too low, flooding Instagram with requests
2. You are using a shared hosting environment – in this instance you may share your IP with other sites that are also making requests.Where are you hosting the sites?
Forum: Plugins
In reply to: [WP Instagram Widget] Shortcode to add widgetNope. There are plugins that can allow you to convert widgets to shortcodes though.