Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

Hi

 

I have my twitter code for the widget to put on my oscommerce shop but I am unsure what I need in the box to get it on my right hand column.

 

Is there a addon for 2.3.1 for this ?

 

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

<script>

new TWTR.Widget({

version: 2,

type: 'profile',

rpp: 4,

interval: 30000,

width: 'auto',

height: 300,

theme: {

shell: {

background: '#d6d7d7',

color: '#ffffff'

},

tweets: {

background: '#000000',

color: '#ffffff',

links: '#379f00'

}

},

features: {

scrollbar: false,

loop: false,

live: true,

hashtags: true,

timestamp: true,

avatars: true,

behavior: 'all'

}

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

</script>

 

 

Thanks in advance

 

Martyn

Edited by dicko_md
Posted

Read this

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...