If you go to http://thedailydisney.com/ and go to the bottom right of that page there is a section titled Disney World On Twitter.
Is there a way to add a Twitter module like this to my vb4 CMPS?
Thanks!
If you go to http://thedailydisney.com/ and go to the bottom right of that page there is a section titled Disney World On Twitter.
Is there a way to add a Twitter module like this to my vb4 CMPS?
Thanks!
No one knows how to do this? I found on Twitter.com under their "goodies" section a widget to create. How can i get that on my CMPS page?
Thanks!
Just grab the HTML code from Twitter that you're after...
http://twitter.com/goodies/widgets
... and then create a new template module with the HTML code supplied from Twitter as the contents of your new template.
Figured it out...Here is the code to add to your module
Code:<h2>Recent Tweets</h2> <ul id="twitter_update_list"></ul> <a href="http://twitter.com/[INSERT TWITTER PROFILE NAME HERE]" id="twitter-link" style="margin-left: 10px;display:block;padding-bottom:10px;color:#002C4E;">Follow me on Twitter</a> </ul> </div> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/[INSERT TWITTER PROFILE NAME HERE].json?callback=twitterCallback2&count=5"></script>
I am trying to input a Twitter module using a Template module and it is rendering blank. Here is my code ...
Any ideas?Code:<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'search', search: 'Texans', interval: 6000, title: 'Houston Texans', subject: 'What\'s being said ...', width: 175, height: 300, theme: { shell: { background: '#100e73', color: '#ffffff' }, tweets: { background: '#ffffff', color: '#000000', links: '#1985b5' } }, features: { scrollbar: false, loop: true, live: true, hashtags: true, timestamp: true, avatars: true, toptweets: true, behavior: 'default' } }).render().start(); </script>
Anybody get this Twitter code to work?
Ummm... I will code that next the time of course may be. In fact, it's not so popular module in your vBulletin forums CMPS![]()
Are you looking to do a twitter widget like on my site? http://www.discussionkingdom.com/
If, so here is the coding (it's a new template module):
All you need to do is paste that into the Template Content. Make sure to change the Shell Background & Font Color, as well as the Tweets Background & Font Color. And don't forget to add in your twitter username where it says "USERNAME". Also play around with other settings such as the width and height, displaying avatars, making it live, etc.<tr>
<td class="$bgclass">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 6000,
width: 220,
height: 400,
theme: {
shell: {
background: '#ebf1f4',
color: '#83b923'
},
tweets: {
background: '#004872',
color: '#ffffff',
links: '#dadef0'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('USERNAME').start();
</script>
</td>
</tr>
@slinkyman, thank you for this code! it works for me..
Thank you for sharing the codes. I will try if this will work for me.
Good woork slinky, I had to add the table option in the templete settings to get it to work.
Is there twitter module working for any one else? I've tried but can never get it to work on my site.
If you're interested in the Jes Extender then you can click here to learn more.
I've tried but can never get it to work on my site. twitter module working for any one else?
If you're interested in the adele weight loss pills then you can click here to learn more
There are currently 1 users browsing this thread. (0 members and 1 guests)