Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Martin Tod

    (@mpntod)

    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.

    Thread Starter juriaan waltmann

    (@juriaan-waltmann)

    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

    Plugin Author Martin Tod

    (@mpntod)

    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.

    Thread Starter juriaan waltmann

    (@juriaan-waltmann)

    Hi Martin,

    Works perfect! Thx for the quick fix!

    Best regards,
    Juriaan Waltmann

    Plugin Author Martin Tod

    (@mpntod)

    I’ve also put some suitable code into the development version.

    Thread Starter juriaan waltmann

    (@juriaan-waltmann)

    Perfect!

    Plugin Author Martin Tod

    (@mpntod)

    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

    Thread Starter juriaan waltmann

    (@juriaan-waltmann)

    Thanx for the update ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘HIDE reply – retweet – favorite’ is closed to new replies.