Twitter app script linked to hotspot?

Q&A about the latest versions
Post Reply
pashmolean
Posts: 7
Joined: Sat Aug 29, 2009 8:08 pm

Hi Guys,

I'm not sure if this is possible but I'm trying to get this twitter widget to load via a hotspot in the VR (much like loading an image or youtube video).

This is the code for the widget that you'd normally add to your html web page:

<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('twitter').start();
</script>

I don't really want it to open in a browser window away from the VR rather have it clickable on demand within the tour via a hotspot.

Any help at all would much appreciated.

Many thanks,

Ash
Post Reply