Twitter widget doesn't give tweets from top tweets list, just from All
tweets set. The problem is that for some searched term no tweets in
All tweets but there are in Top tweets set. I woud like to retreive
all(but realy all) tweets. What Im doing wrong.

The widget code is below:

<script src="http://widgets.twimg.com/j/2/
widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: '"African Eagle Resources"',
interval: 6000,
title: 'what people say about',
subject: 'African Eagle Resources',
width: 350,
height: 400,
theme: {
shell: {
background: '#134566',
color: '#ffffff'},
tweets: {
background: '#fff',
color: '#7a7a7a',
links: '#164b6e'}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: false,
timestamp: true,
avatars: false,
toptweets: true,
behavior: 'default'
}
}).render().start();
</script>

Can you help me, please?
Milos

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to