We have exactly the same problem described here
Many thanks in advance.
@BetRepublic BetRepublic
I’m using twitter widget on my site, loading our members list, but I’m getting non members in there as well: http://www.betrepublic.com/mybr
Example: sometimes you’ll see tweets from William Shatner in the widget?
Here’s the feed for all our members: http://api.twitter.com/1/BetRepublic/members/members.xml
(no William Shatner in it)
Using Following code to load widget:
new TWTR.Widget({version: 2,type: ‘list’,rpp: 30,interval: 20000, subject: ‘BetRepublic Members’, width: 627,height: 750,theme: {shell: {background: ‘#4d4d4d’,color: ‘#ffffff’},tweets: {background: ‘#f2f2f2’,color: ‘#000000’,links: ‘#009600’}},features: {scrollbar: true,loop: false,live: true,hashtags: true,timestamp: true,avatars: true,behavior: ‘all’}}).render().setList(‘betrepublic’,‘members’).start();