+4
Completat

Insert a box with twitter and tag like #f1test or something similar

Anònim fa 13 anys updated by kruvas fa 12 anys 5

Answer

Answer
Completat

added for test

bottom for progressive lap number list

and top  for reverse 


if you know good twitter sources for f1 related info, write it here

Under review
please show example of that thing
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#F1Test',
  interval: 30000,
  title: '',
  subject: '',
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#8ec1da',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    behavior: 'default'
  }
}).render().start();
</script>
You have to add this in the website (I've read it in the twitter instruction)
I don't know how you can do this, maybe I will search for you a solution and post here or in the other topic
Thank you for the great service

Started

added for test

bottom for progressive lap number list

and top  for reverse 

+1
Great job with twitter widget!! :D
+1
Great great! you are very good! Thank you for your service!
Started

added for test

bottom for progressive lap number list

and top  for reverse 


if you know good twitter sources for f1 related info, write it here

Answer
Completat

added for test

bottom for progressive lap number list

and top  for reverse 


if you know good twitter sources for f1 related info, write it here