753 Posts in 310 Topics by 289 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1171 Views |
-
TwitterWidgetPack

10 November 2010 at 12:54am
Hi,
does anybody know how to set the sort order for the displayed tweets to Date DESC? I have already searched google and the twitter api but did not find a hint.
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 250,
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'}}).render().setUser('usernameHere').start();Greetings, Carsten.
-
Re: TwitterWidgetPack

27 November 2010 at 2:28am
I subsribe, cause I also like to know.
Strange thing is, if you look at the example on the Twitter website, the order is in reverse.
-
Re: TwitterWidgetPack

27 November 2010 at 2:45am
Hi Mjam,
even on Hamish's website it is sorted the other way round. I have send him an email a few days ago, but still no response. I will share, if i get an answer.
-
Re: TwitterWidgetPack

19 February 2011 at 1:57am
up! how do you reverse the twitter module? so the latest tweet on top?
-
Re: TwitterWidgetPack

21 February 2011 at 8:15am
I don't believe it can be sorted - the JavaScript API that powers the widget is supplied by Twitter (see http://twitter.com/about/resources/widgets/). As far as I know there is no explicit ordering option, although there could be some undocumented behaviour I'm not aware of.
-
Re: TwitterWidgetPack

21 February 2011 at 8:32am
Im very curious how other people are dealing with this issue!
| 1171 Views | ||
|
Page:
1
|
Go to Top |


