I get this error from your plugin:
The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.
https://www.ads-software.com/plugins/twitter-hash-tag-shortcode/
]]>Hello,
I’ve installed this plugin and used the shortcode successfully.
I made some changes to the shortcode options and now am unable to get the “cache” to clear.
At one point I set the cache hours to “0” in order to not cache at all. Could this have created a problem?
Is there someway to manually clear the display of the tweets?
Thanks for any & all help!
https://www.ads-software.com/plugins/twitter-hash-tag-shortcode/
]]>I’m trying this:
$hashtag = 'redhotchilipeppers';
echo do_shortcode('[hashtag_tweets hashtag="<?php echo $hashtag; ?>" number="10" cache="1"]');
and getting this warning:
PHP Warning: get_object_vars() expects parameter 1 to be object, null given in C:\xampp\htdocs\faz-um-aue\wp-content\plugins\twitter-hash-tag-shortcode\bath.php on line 154
can you help me?
https://www.ads-software.com/plugins/twitter-hash-tag-shortcode/
]]>Hi,
I am getting the following error… what could be wrong?
Double checked API etc and should be all fine.
Thank you!
Warning: Invalid argument supplied for foreach() in /home/name/site.com/wp-content/plugins/twitter-hash-tag-shortcode/bath.php on line 160
https://www.ads-software.com/plugins/twitter-hash-tag-shortcode/
]]>Installed this today, and when I tried to use it, I got this error
The Twitter REST API v1 is no longer active. Please migrate to API v1.1.
https://dev.twitter.com/docs/api/1.1/overview
https://www.ads-software.com/extend/plugins/twitter-hash-tag-shortcode/
]]>Plugin works fine with WP 3.5 but I don’t like the twitter user photo to be shown, is there a chance to turn that off? thx adrian
https://www.ads-software.com/extend/plugins/twitter-hash-tag-shortcode/
]]>I just got this, and like it, but does it ever refresh? Even when I physically refresh my page it doesn’t give me new hashtags. Any ideas.
https://www.ads-software.com/extend/plugins/twitter-hash-tag-shortcode/
]]>The Glitch
The profile image is only working if I do this conditional:
if ( isset($image) )
instead of the original, wich has a wrong var name:
if ( $images )
. . .
The Lost Option
This call only makes sense if there were an option being set somewhere
get_option('twitter_hash_tag_cache');
A transient would be the best, no?
https://www.ads-software.com/extend/plugins/twitter-hash-tag-shortcode/
]]>I’m having troubles with HTML Encode. Some suggestion?
https://www.ads-software.com/extend/plugins/twitter-hash-tag-shortcode/
]]>Shortcode in template doesn’t give any results.
do_shortcode('[hashtag_tweets hashtag="keyword" number="5"]');