Twitist Forums
Adjust Twitter Widget for Multiple Accounts with a Specific Search? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Twitter forums (/forum-1.html)
+--- Forum: Twitter Hashtag (/forum-2.html)
+--- Thread: Adjust Twitter Widget for Multiple Accounts with a Specific Search? (/thread-1481.html)



Adjust Twitter Widget for Multiple Accounts with a Specific Search? - ckuesper - 10-01-2012 03:16 AM

Is there any way that I can update this code to allow for ONLY certain Twitter users to show up on my widget (5-6 different accounts) with ONLY a certain hashtag? We're trying to get it set up so our coaches can send out notices with a certain hashtag, but I don't want everyone who uses that hashtag to show up in my widget, only the coaches.

Here's the code:

<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: '#fylupdates',
interval: 3000,
title: '',
subject: '',
width: 300,
height: 380,
theme: {
shell: {
background: '#8cbdf5',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#0278fe'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
behavior: 'default'
}
}).render().start();
</script>

Thanks for any help you can give in advance,
Drew


- john - 10-01-2012 03:24 AM

Jndjddfjn