• Resolved thedavidgrimes

    (@thedavidgrimes)


    Hey!

    I have used this plugin before, but what attributes can I specify in the php file so that my widgets will show my latest three tweets and not rotate?

    Additionally, when do you plan to update the Twitter bird to the new twitter graphics? If it’s merely the time to do it, I would be happy to package up a new set of PNGs to be included in the next release.

    http://wordpress.org/plugins/rotatingtweets/

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

    (@mpntod)

    I think something like:

    [rotatingtweets screen_name='name' no_rotate='1' tweet_count='3']

    should do it.

    If you want to use PHP in your template, then:

    <?php echo do_shortcode( "[rotatingtweets screen_name='name' no_rotate='1' tweet_count='3']" ) ?>

    should work.

    Thanks for the tip about the icon. I think only the 16×16 version was wrong and I’ve updated it in the development version and, as soon as I’ve checked it properly, I’ll upload it to the live version!

    Plugin Author Martin Tod

    (@mpntod)

    Main version now uses the new logo.

    Thread Starter thedavidgrimes

    (@thedavidgrimes)

    Hey Martin!

    Thank you so much for updating the images!

    Quick question:

    I am using the shortcode you’ve posted above, and it’s not displaying my profile picture. What attributes can I use in the shortcode format so that I can have all of the options available when using the array?

    (I’m quite ignorant to PhP, but trying to get better, thanks for bearing with me!)

    Plugin Author Martin Tod

    (@mpntod)

    All the options are listed here. Try:

    [rotatingtweets screen_name='name' official_format='1' no_rotate='1' tweet_count='3']

    Hope it works for you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Array attributes and updated Twitter Bird Icon’ is closed to new replies.