• Resolved Alkorr

    (@alkorr)


    Hi Martin, the more I’m using your plugin, the more I love it. It’s really amazing, one of the few plugins very well written and very effective. It does -almost- everything I could wish for 🙂

    I said almost because I’ve been trying to show a user’s avatar. I’ve found this thread from a year ago: https://wordpress.org/support/topic/feature-request-22?replies=5

    You say I should use official_format = ‘1’ or ‘2’ but when I do so, it seems it over-writes my other settings (such as show_meta_timestamp=’0′ and show_meta_reply_retweet_favorite=’0′).

    Is there a way to show only a user’s avatar and name?

    Thank you!

    https://wordpress.org/plugins/rotatingtweets/

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

    (@mpntod)

    I’ve played around with the development version and it should now respect those options if you are using a shortcode. I’m a bit loath to change the way widgets display because it risks changing a lot of people’s sites without their permission.

    The alternate method is to use CSS. Add something like:

    .rtw_meta,
    .rtw_timestamp,
    .rtw_intents {
       display: none;
    }

    Thread Starter Alkorr

    (@alkorr)

    I’m using the shortcode, and it works like a charm, fantastic, thank you very much! 🙂

    Plugin Author Martin Tod

    (@mpntod)

    Cool. Glad it works! 🙂

    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.

    Martin

    Thread Starter Alkorr

    (@alkorr)

    Hi Martin, thank you, I’ll try it! 🙂

    Plugin Author Martin Tod

    (@mpntod)

    It won’t change the current plug-in that you’re using (at least if you’re using the ‘official’ formats), but it might change it in future.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Show Twitter Avatar’ is closed to new replies.