Martin Tod
Forum Replies Created
-
Forum: Plugins
In reply to: [WP DoNotTrack] Twitter Button (via Rotating Tweets Plugin)This is working for Ghostery in Chrome…
Martin
Just checked with Ghostery in Chrome – and the new code successfully switches the Twitter code off.
- This reply was modified 9 years, 6 months ago by Martin Tod.
Forum: Plugins
In reply to: [WP DoNotTrack] Twitter Button (via Rotating Tweets Plugin)Have added some code to the development version of Rotating Tweets to ensure that if Do Not Track is not enabled then the Twitter script is not called….
if(navigator.doNotTrack != 1) { // The Twitter code };Seems to work in Chrome…
Will that solve the problem? Or do I need to use something like this.
Have added some code to the development version to ensure that if Do Not Track is not enabled then the Twitter script is not called….
if(navigator.doNotTrack != 1) { // The Twitter code };Seems to work in Chrome…
Will that solve the problem? Or do I need to use something like this.
Forum: Reviews
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Love this plugin but!You can show an image if you use a shortcode and include `show_media=1′ in it.
It’s not yet fully styled and it also isn’t supported in the widget yet.
Forum: Themes and Templates
In reply to: Problem with widget “Rotating Tweets” in Virtue theme 2.8.4Latest upgrade to the plug-in now fixes this – although it’s possible that your PHP error settings may lead to further errors being shown.
It’s already in the development version and I’ve put it in the current version as well. The development version needs a bit more testing before it goes live.
Of course, once the German translation on https://translate.wordpress.org is complete, the ‘.mo’ file gets replaced automatically! 🙂
Many thanks for spotting that. It’s a translation file problem.
You can see the problem here.
There’s a corrected file (I hope) here – does it solve the problem?
Martin
- This reply was modified 9 years, 7 months ago by Martin Tod. Reason: Better link
Forum: Themes and Templates
In reply to: Problem with widget “Rotating Tweets” in Virtue theme 2.8.4Is the site public? If I can see the HTML, I might be able to see the problem.
Before pushing it public, I’ll need to do some more tests – to make sure there are no unintended consequences.
Martin
Forum: Themes and Templates
In reply to: Problem with widget “Rotating Tweets” in Virtue theme 2.8.4That’s quite unusual – since the default settings in PHP would normally hide that error message.
I’ve uploaded a new development version that should fix it.
Does it work for you?
Martin
Forum: Reviews
In reply to: [Rotating Tweets (Twitter widget and shortcode)] My favourite Twitter pluginThe current version now works with php7
- This reply was modified 9 years, 7 months ago by Martin Tod.
Can you post what you’re seeing?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Wrong number of tweetsCan you send me the short code you’re using and I’ll try to replicate it?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Lits to be shownIf you look at the web page that the list you want to target has on Twitter, e.g.
https://twitter.com/{screen_name}/lists/{list}Then you can see the
screen_nameandlistin the URL.Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Widget does not saveJared,
I’ll make sure the new version has the right code in it!
Thank you for confirming that it works! 🙂
Martin