+4
COMPLETADO

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

Anónimo hace 13 años actualizado por kruvas hace 12 años 5

Respuesta

Respuesta
COMPLETADO

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

En revisión
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

Iniciado

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!
Iniciado

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

Respuesta
COMPLETADO

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