Hello,
I searched, but could not find a way to do this without putting code in to the module, which makes me nervous for future upgrades and such. Is it possibly to limit the number of tweets that are displayed? I'd like to only display 1-3 tweets on my homepage. Can it be done from Views? I set everything that seemed like it could produce the desired outcome to "1" but to no avail.
Comments
Comment #1
mkstalen commentedI'm trying to do this as well.. but so far to no avail.
Comment #2
Anonymous (not verified) commentedI've got my Identi.ca posts showing in a block on my site's homepage using the Twitter module and Views, and I can set it to only display the latest 5 posts...
Just set the 'Items to display' values of Views to whatever you want for the block that outputs your Twitter posts and it should work.
Comment #3
mkstalen commentedI've managed to get a kind of work around. If you install the rotor-banner module you can create a block which rotates through you latest tweets, but only takes up the physical space for one.
I cloned the standard tweets view then changed the style to rotor. So the views screen looks like this:
View settings
Tag: tweets_clone
Basic settings
Name: Tweets
Title: My Tweets
Style: Rotor
Row style: Fields
Use AJAX: No
Use pager: No
Items to display: 1
More link: No
Distinct: Yes
Access: Unrestricted
Caching: None
Exposed form in block: No
Header: None
Footer: None
Empty text: None
Theme: Information
Arguments
User: Uid
Fields
Twitter: Message text
Twitter: Created time
Sort criteria
Twitter: Created time desc
Filters
Twitter account: Protected status
Hope that helps.
Comment #4
Anonymous (not verified) commentedMarking as fixed.