Jump to content

twitter widget on homepage, HOW?


Chargin

Recommended Posts

I tried copying and pasting the twitter code they supply for their widget onto the source of the homepage of a CC store but it doesnt work, heres the code

<script src="http://widgets.twimg.com/j/2/widget.js"></script>

<script>

new TWTR.Widget({

version: 2,

type: 'profile',

rpp: 4,

interval: 6000,

width: 400,

height: 200,

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('DACOU').start();

</script>

There must be instructions somewhere on how to get this working? Does the "script src" bit need to be in the head tags or something?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...