Jump to content

¿como inserto javascript a swishmax?


Recommended Posts

eso amigos quiero meter este gadgets

 

 

<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: '#5493c9',

color: '#ffffff'

},

tweets: {

background: '#599bd4',

color: '#ffffff',

links: '#4aed05'

}

},

features: {

scrollbar: false,

loop: false,

live: false,

behavior: 'all'

}

}).render().setUser('rickardor').start();

</script>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...