This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I position the twitter widget on my website?
11-10-2012, 01:29 AM
Post: #1
How do I position the twitter widget on my website?
Okay, so I am trying to place the twitter widget on the far right side of my body section of my website. And it is not in the position that I want it. Is there any way that I could possibly position this widget exactly where I want it?

here is the exact code for the widget and I got it from this url
http://twitter.com/about/resources/widge...et_profile

-------CODE BELOW---------

<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: '#ff6a00',
color: '#171617'
},
tweets: {
background: '#171617',
color: '#ffffff',
links: '#0731eb'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('twitter').start();
</script>

Ads

Find all posts by this user
Quote this message in a reply
11-10-2012, 01:38 AM
Post: #2
 
Use the css for the page that it's on to position it absolutely

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)