free flash templates free css & photoshop templates free flash animation |
#1
|
|||
|
|||
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. |
Tags |
code, problem, template 18, twitter, widget |
|
|