Is this plugin GDPR compliant? Does it store any site visitor information or use cookies?
]]>This plugin is throwing a notice, a pity because it does, simply, exactly what I need.
Notice: The called constructor method for WP_Widget in AnyUserTwitterFeed is deprecated since version 4.3.0! Use __construct() instead.
So I did what it said; in any-user-twitter-feed.php
change line 153 from parent::WP_Widget(false, 'Any User Twitter Feed', array('description' => 'Embedding Twitter timelines or search'), $control_ops);
to parent::_construct(false, 'Any User Twitter Feed', array('description' => 'Embedding Twitter timelines or search'), $control_ops);
Job done.
]]>everything is configure perfect
checking oauth on twitter dev works no probs
running latest WP with frontier theme
the widget just returns “no tweets returned ” and thats it
no errors or clues at all
though i may have found a good one here going by reviews but it seams not after all so unless i can working fast i will have go search for different one
Is there a way to use teh plug as shortcode in pages ?
thank you!
Hi,
I’ve come here, as the support system on the WDS website is nothing short of Fawlty Towers. You can’t create a forum account, you need a password to access your support ticket, and you get no notification of your password anyway.
Hardly inspiring stuff!
Anyway, surprisingly enough, the widget seems to work fine!
My support question was regarding something that should definitely be included, albeit if in a pro version only, but I was getting no sense (or replies) over at WDS, so here goes –
My initial test was in conjunction with a plugin called ‘Shortcode Any Widget’ which allows you to place a widget anywhere within a page provided that you place the widget name within a shortcode.
My idea is to have a number of these Twitter Feed widgets, all with different accounts enabled, on various pages of my website.
My problem is, that each of these widgets needs a unique identifier that can be placed within the shortcode.
When doing this with something like a ‘Text’ widget, you can re-title the text widget, and then use that new title within the ‘Shortcode Any Widget’ plugin.
There seems no obvious way to ‘Re-title’ the Any User Twitter Feed widget.
Does anyone have any ideas, please?
]]>I cannot find the setting for this widget after install to copy to widget settings “Consumer key”, “Consumer secret”, “Access token” and “Access secret”.
]]>Ok all installed all api keys are in but all I am getting is a small white box no feed no nothing what have I done wrong ?
]]>Warning: Invalid argument supplied for foreach() in ../wp-content/plugins/any-user-twitter-feed/helper.php on line 54
I changed nothing?
]]>How can I change the font used by this plugin?
regs.
https://www.ads-software.com/extend/plugins/any-user-twitter-feed/
]]>Hello,
very nice plugin but URLs seem to be translated to a format like https://t.co/6e9RLAFRD cluttering the space. How to prevent this from happening?
regs.
https://www.ads-software.com/extend/plugins/any-user-twitter-feed/
]]>I have two twitter accounts and would like to display both. Do I need to create a new App for each account?
Thanks for your help.
https://www.ads-software.com/extend/plugins/any-user-twitter-feed/
]]>After creating a twitter application following the instructions in the widget and setting up the widget as directed my page stops loading completely after displaying the header for this widget. I’ve tried using this plugin on two different wordpress sites both using 3.5.2 and both have the same results. The issue can currently be seen at https://dev.legendsofhorror.org/index.php
https://www.ads-software.com/extend/plugins/any-user-twitter-feed/
]]>First of all: THANK YOU for writing this plugin! It’s helped me solving many customer’s requests since the latest Twiter API update ??
I have a suggestion for the output of the Tweet’s time. In the plugin’s helper.php file I noticed the function for parcing the time in twitter style outputs the date (starting at line 120):
return date_i18n('d M', strtotime($date));
I think it would be nice to use the standard date format as the user has set in the WP options, like:
return date_i18n( get_option( 'date_format' ), strtotime($date));
And will there be a translation file available in the near future?
Thanks again!
https://www.ads-software.com/extend/plugins/any-user-twitter-feed/
]]>hi there
is it possible to make this plugin theme responsive?
thanks
https://www.ads-software.com/extend/plugins/any-user-twitter-feed/
]]>Hi, I tried to display the twitter widget in two different widgets ready areas, but it only displays on one area. I want to display in a side bar widget, and in the footer. Any ideas? I’m using the same consumer info, etc. Thanks
Frank
https://www.ads-software.com/extend/plugins/any-user-twitter-feed/
]]>