Hi there
Hey i have decided to add a twitter widget to my site and was quite please to see it when i cut and pasted the code into the themes page but the problem is the actual widget needs to be moved over by about 5-8 mm , i did once ask a similar question and someone supplied some code like px 10mm (from memory) so in the hope someone may be able to help i will place the widget code below and the site link so you can see my problem
site is www.bikinis.tv and the code is
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 150,
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('BikinisTv').start();
</script>
Any Ideas very much appreciated , i know this is easy stuff for some but hey i have added a facebook page and a twitter account for my site in the last day so it's all good with just a bit more to go
.....cheers !
Hey i have decided to add a twitter widget to my site and was quite please to see it when i cut and pasted the code into the themes page but the problem is the actual widget needs to be moved over by about 5-8 mm , i did once ask a similar question and someone supplied some code like px 10mm (from memory) so in the hope someone may be able to help i will place the widget code below and the site link so you can see my problem
site is www.bikinis.tv and the code is
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 150,
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('BikinisTv').start();
</script>
Any Ideas very much appreciated , i know this is easy stuff for some but hey i have added a facebook page and a twitter account for my site in the last day so it's all good with just a bit more to go
.....cheers !













