Martin Tod
Forum Replies Created
-
To get a profile photo, you need to add
official_format=1Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Widget not saving dataThank you for letting me know!
There’s a small section of the code which uses indirect variables and I think that might be causing the problems (as per the PHP 7 incompatibility list).
If you’d rather use PHP 7.0.5, I’d be happy to upload a development version for you to test.
Does:
[rotatingtweets search="from:SERVICEEDUAuto OR #SERVICEEDU" show_meta_screen_name=0 show_meta_via=0]work for you?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] No Save Button in CustomizeBrilliant. Thanks for posting.
Did you now have a ‘Save and Publish’ button on the other routes? It’s normally at the top, but it’s not particularly clear that you need to use it.
And that’s definitely a location where a badly behaved plugin can break the site…
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] No Save Button in CustomizeIf there are no buttons for any of your widgets on
Appearance | Customize | Widgetsthen you may have a problem with your template or another plug-in.
If you want to fix this, try switching off your plug-ins one at a time to see if it solves the problem.
In the meantime, as said above, I suggest you use
Visit Site | Customize | Widgets | {Widget Section } | Save and Publishto change your Rotating Tweets settings.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] No Save Button in CustomizeAnd are you seeing save buttons for other widgets?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] No Save Button in CustomizeNot on the bottom right of the widget?
Do you have any plug-ins or templating that adjust your admin pages?
Does moving to version 4.5 of WordPress help?
Are you able to get the results you want through the customize route, i.e.:
– Visit Site | Customize | Widgets | {Widget Section } | Save and PublishCurrently you can do it via search:
[rotatingtweets search="from:bbcnews filter:media"]Other options include
filter:native_video,filter:periscope,filter:vine,filter:imagesandfilter:twimg.More options at https://dev.twitter.com/rest/public/search
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Large follow buttonYup. I think WordPress 4.5 needs a few changes, so I’ll try to fix it in then!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Large follow buttonGood idea.
Try the development version and include
large_follow_button=1in your shortcode!Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] one account?The one place where you can’t add extra accounts is on the Rotating Tweets settings page. This is because, in practice, it would make no difference to how the plug-in works.
An example shortcode would be:
[rotatingtweets screen_name="mpntod twitter"]Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] one account?You can add as many as you want – either in the shortcode – or via the widget.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Alignment issue in FirefoxNo. This is a ‘known problem’ and the main reason I didn’t withdraw version 1 of the JavaScript.
I’ll add it to the ‘to do’ list.
Unfortunately, since WP-Optimize has probably deleted the transient data used by Rotating Tweets (assuming you selected that option), there’s not a lot you can do. Your old Tweet data is lost and gone and can’t be replaced from Twitter.
I can only suggest waiting until there are some more tweets in your search result!
And don’t delete transients! The whole point of them is that they expire and get removed automatically – and you don’t need to be ‘cleaning’ them.