Viquilletra 2017-18. Una Viquilletra de tràiler!

Altres sindicacions de twitter: Diferència entre les revisions

De Viquilletra
Dreceres ràpides: navegació, cerca
(Es crea la pàgina amb « <html><script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: ...».)
 
Línia 37: Línia 37:
 
                     </script>
 
                     </script>
 
</html>
 
</html>
 +
 +
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'search',
 +
  search: '#jollegeixo',
 +
  interval: 6000,
 +
  title: 'afegiu el hashtag #jollegeixo al vostre missatge!',
 +
  subject: 'Què estem llegint?',
 +
  width: 150,
 +
  height: 300,
 +
  theme: {
 +
    shell: {
 +
      background: '#c2bebf',
 +
      color: '#ffffff'
 +
    },
 +
    tweets: {
 +
      background: '#ffffff',
 +
      color: '#444444',
 +
      links: '#d91c26'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: true,
 +
    loop: true,
 +
    live: true,
 +
    hashtags: true,
 +
    timestamp: true,
 +
    avatars: true,
 +
    toptweets: true,
 +
    behavior: 'default'
 +
  }
 +
}).render().start();
 +
</script>

Revisió del 18:08, 14 abr 2011


<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({

 version: 2,
 type: 'search',
 search: '#jollegeixo',
 interval: 6000,
 title: 'afegiu el hashtag #jollegeixo al vostre missatge!',
 subject: 'Què estem llegint?',
 width: 150,
 height: 300,
 theme: {
   shell: {
     background: '#c2bebf',
     color: '#ffffff'
   },
   tweets: {
     background: '#ffffff',
     color: '#444444',
     links: '#d91c26'
   }
 },
 features: {
   scrollbar: true,
   loop: true,
   live: true,
   hashtags: true,
   timestamp: true,
   avatars: true,
   toptweets: true,
   behavior: 'default'
 }

}).render().start(); </script>