On a shortcode it’s show_meta_reply_retweet_favorite=0.
In a widget, deselect ‘reply · retweet · favorite’ links.
Let me know if there’s a problem.
Hi Martin,
Thx for your very quick response.
I put in the next shortcode:
[rotatingtweets search=’#ipma2014′ official_format=’2′ show_meta_reply_retweet_favorite=’0′ rotation_type=’carousel’ carousel_count=’5′ tweet_count=’10’]
and also tried
[rotatingtweets search=’#ipma2014′ official_format=’2′ show_meta_reply_retweet_favorite=0 rotation_type=’carousel’ carousel_count=’5′ tweet_count=’10’]
… they are still there
Ah, right. I think that’s because the official formats require you to show the relevant information – so you can’t switch them off when official_format=2.
I should probably change that and will look at adding it in the development version – although a quick fix would be adding:
div.rtw_meta {display:none}
to your stylesheet.
Hi Martin,
Works perfect! Thx for the quick fix!
Best regards,
Juriaan Waltmann
I’ve also put some suitable code into the development version.
Just to warn you that I’ve had to tweak the plug-in to ensure backwards compatibility.
So to override the ‘official’ settings with your new settings, you will need to add official_format_override=1 to your shortcode.
The CSS should still work.
Martin