Can anyone please help.
I want to add my latest tweets to the top right of my forum header.
I need it exactly the same as the one on this website
http://www.dianeabbott.org.uk/default.aspx
Hope someone can help.
Thank you.
do you have required code from twitter ? if you have widget like html code then that can be easily used on
header template to show beside logo. if it requires java script then adding it might require some adjustment
I dont sorry.
Would i just need any widget from there site?
Here it is then, but how would i make it look like the one on the website provided on my first post
Also i have that plugin on my site already and it only works when it wants to.
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 1,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('Wirral_Talk').start();
</script>
simple method is to make a html file with the given content - you can just wrap it with <html> and </html> code
embed that html file by using html iframe code wherever you want it ... (eg. after logo div in header template)
But it isnt going to look like the one on that site which i requested would it? How do a make it look exactly the same.