This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adjust Twitter Widget for Multiple Accounts with a Specific Search?
10-01-2012, 03:16 AM
Post: #1
Adjust Twitter Widget for Multiple Accounts with a Specific Search?
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

Ads

Find all posts by this user
Quote this message in a reply
10-01-2012, 03:24 AM
Post: #2
 
Jndjddfjn

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)