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

    (@mpntod)

    I’m afraid there’s not currently. It would need a rewrite of the JavaScript from scratch…

    If you use shortcode you can:

    <?php echo do_shortcode("[rotatingtweets tweet_count=3 no_rotate=true]"); ?>

    Or, i’ve actually called the shortcode function directly…

    <?php
    echo rotatingtweets_display_shortcode(array(
    	'tweet_count' => 5, // Change to how many you want
    	'no_rotate' => TRUE // stop rotating
    ));
    ?>

    UPDATE: I just realized you want to rotate 3 at a time… this will just show 3, and not rotate…

    Thread Starter thedavidgrimes

    (@thedavidgrimes)

    This is closer! Actually I don’t mind if they don’t rotate! Using this basic concept, what parameters should I set to make sure that I am calling from my own twitter feed and styling using the twitter guidelines?

    Thanks a lot Plankguy!

    Thread Starter thedavidgrimes

    (@thedavidgrimes)

    Disregard, I got it working. Really appreciate the help guys!

    Plugin Author Martin Tod

    (@mpntod)

    Apologies. I didn’t realise you were happy for them not to rotate! 🙂

    I will look to do some code that doesn’t bother to load the JavaScript in this situation.

    Martin

    2 Martin
    If you are able to do this, please add this features (rotate many twitts) to plug in
    thnx

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Show multiple tweets at a time’ is closed to new replies.