Horizontal carousel only displaying one tweet
-
First let me say how much i like the tweet, I was looking for ages for a lightweight plugin that would let me have a horizontal carousel to display my tweets.
That said I am having some issues with the implementation, I am using the below shortcode on my homepage, however it is only displaying the latest tweet:
<?php echo do_shortcode( "[rotatingtweets screen_name='VoteJasonBrown' rotation_type='carousel' show_meta_reply_retweet_favorite='0' carousel_horizontal='1' show_meta_prev_next='1' np_pos='bottom' prev='<' next='>' tweet_count='10',carousel_count='4',carousel_responsive='1']" ) ?>
You can see the results of this on my site here: https://votejasonbrown.uk
Also the Next/Previous links do not work all they do is bounce the page back to the top.
In essence what I am trying to produce is something like this
Im sure I have missed something quite simple, but its getting quite frustrating so any help you can give me would be appreciated and stop me tearing my hair out.
- The topic ‘Horizontal carousel only displaying one tweet’ is closed to new replies.