The Arcive of vBulletin Modifications Site. |
|
Twitter Widget - Thread topics addin Details »»
|
|||||||||||||||||||||||||||||
What this simple modification does is add a Twitter search feed to any thread that automatically searches for the thread title and displays it under the reply box. See here for example http://www.politicalgroove.com/showt...light-New-Moon the thread title is Twilight New Moon and at the bottom of the thread you get a Twitter feed searching just that topic.
In the SHOWTHREAD template find: Code:
{vb:raw similarthreads}
Code:
<!-- Twiiter Comments -->
<h4 class="threadinfohead"><span class="optiontitle">Twiiter</span></h4>
<div id="thread_tags_list" class="thread_info_block">
<div class="inner_block">
<div id='tag_list_cell'>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: '{vb:raw thread.title}',
interval: 6000,
title: 'Topic trending...',
subject: '{vb:raw thread.title}',
width: 'auto',
height: 300,
theme: {
shell: {
background: '#104963',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().start();
</script>
</div>
</div>
</div>
<!-- /Twiiter Comments -->
Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Unable to edit the mod because the site is having issues, so attempting to add the screenshot and link to the demo (scroll to the bottom) here instead.
|
![]() |
|
|