View Single Post
  #1  
Old 05-04-2011, 08:00 AM
Avatarmugs
Guest
 
Posts: n/a
Default Problem with Twitter code (widget) in Template 18

Hello. I am trying to put the following code in a page of the template 18 and isn't possible (is a widget):

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 250,
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('vtppinturas').start();
</script>
---------------------------------
When I put the code the page donīt work fine. I am putting the code into the _architecture.htm

At this moment I am working offline

Thanks.
Reply With Quote