free flash templates forum

free flash templates forum (http://forum.freenicetemplates.com/index.php)
-   Free flash templates (http://forum.freenicetemplates.com/forumdisplay.php?f=2)
-   -   Problem with Twitter code (widget) in Template 18 (http://forum.freenicetemplates.com/showthread.php?t=692)

Avatarmugs 05-04-2011 08:00 AM

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.


All times are GMT. The time now is 11:44 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.