Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Add Latest Twitter To Top Right Of Header
#1
Not Solved
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.
#2
Not Solved
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
#3
Not Solved
I dont sorry.
Would i just need any widget from there site?
#4
Not Solved
^ yes, if you can get required code from twitter widgets then that would be better (& easy) to add ..

see also my twitter wall plugin

#5
Not Solved
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>
#6
Not Solved
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)
#7
Not Solved
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.


Forum Jump:


Users browsing this thread: 1 Guest(s)