Strictly, it is honouring the offset, but then it loops back to the beginning.
If you only want the 2nd one, it would be:
‘[rotatingtweets search=”from:handle filter:media” tweet_count=’1′ offset=’1′ no_rotate=’1’]′
-
This reply was modified 8 years ago by
Martin Tod.
You might also have an inverted comma problem – mixing " and '.
Try:
[rotatingtweets search="from:handle filter:media" tweet_count="2" offset="1" no_rotate="1"]
or
[rotatingtweets search="from:handle filter:media" tweet_count=2 offset=1 no_rotate=1]
Thread Starter
naid
(@naid)
Hmm,… still trying, but I’m not seeing this work.
[rotatingtweets search="from:handle filter:media" tweet_count=1 offset=1 no_rotate=1]
And
[rotatingtweets search="from:handle filter:media" tweet_count=1 offset=0 no_rotate=1]
…Are both returning the same tweet for me – the most recent tweet with media
Thread Starter
naid
(@naid)
A little more on this, but I’m struggling to spot a predictable pattern. For example, for the current BBCNews feed, the offset isn’t being applied when using;
[rotatingtweets search="from:bbcnews filter:media" tweet_count=1 offset=0 include_rts=0 exclude_replies=1 official_format=1 show_media=1 links_in_new_window=1 no_rotate=1 tweet_length=100]
.vs.
[rotatingtweets search="from:bbcnews filter:media" tweet_count=1 offset=1 include_rts=0 exclude_replies=1 official_format=1 show_media=1 links_in_new_window=1 no_rotate=1 tweet_length=100]
I seem to get a little more success when ‘include_rts=1’, but I’m really not sure what is happening here.
Appreciate any help/insight.
-
This reply was modified 8 years ago by
naid.
-
This reply was modified 8 years ago by
naid.