Forum

Thread tagged as: Question, Twitter

Twitter App - get specific numbered tweets

Is there a way to get a specific tweet using the Twitter app? For example I have 3 boxes which I would like to show different tweets in e.g.

Box A - Latest Tweet, Box B - Second Latest Tweet, Box C - Third Latest Tweet

Obviously for box A is can use <?php perch_twitter_get_latest(); ?> but I was wondering if there was a way to do the others.

Thanks, Andy

Andy Knight

Andy Knight 1 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

That function doesn't have a start option. Is it completely out of the question to make the box part of the template?

Hi Drew,

The box could be part of a template sure.

Drew McLellan

Drew McLellan 2638 points
Perch Support

I think that's probably the way to do it then.

Thanks Drew,

Im still not clear how to call in a numbered tweet using the templates though. Can't see anything on the docs

Drew McLellan

Drew McLellan 2638 points
Perch Support

You wouldn't - you'd make the box part of the template and then output 3 tweets, giving you 3 boxes.