Scripts et paramètres à adapter à vos pages.
( rpp: nombre de tweets, width: largeur, height: hauteur, background: couleur de fond, color: couleur du texte, link: couleur des liens )

 
LES TWEETS DES MEMBRES SUR VOTRE SITE
 

 
          ( cf. exemple en bas de cette page )

 
Voici le script à intégrer dans le code source de vos pages :

 

<script src="http://widgets.twimg.com/j/2/widget.js"></script>

<script>

new TWTR.Widget({

  version: 2,

  type: 'list',

  rpp: 100,

  interval: 6000,

  title: '<font color=#FCFCFC>L\'actualit&eacute; des Membres de</font>',

  subject: '&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href=http://www.compositeur.org/><font color=#FFFFFF>Compositeur.org</font></a>',

  width: 745,

  height: 210,

  theme: {

    shell: {

      background: '#000000',

      color: '#ffffff'

    },

    tweets: {

      background: '#f7f7f7',

      color: '#474747',

      links: '#bb0013'

    }

  },

  features: {

    scrollbar: true,

    loop: false,

    live: true,

    hashtags: true,

    timestamp: true,

    avatars: true,

    behavior: 'all'

  }

}).render().setList('Compositeur_org', 'compositeurs').start();

</script>

<br /><font face=Verdana size=1 color=#AAAAAA>[ int&eacute;grez tr&egrave;s facilement ce cadre twitter &agrave; votre site : <a href=http://www.compositeur.org/twitter-script.html target=script><font color=#999999><u>script</u></font></a> ]</font><br />


 
LES TWEETS DE COMPOSITEUR.ORG SUR VOTRE SITE
 

 
Voici le script à intégrer dans le code source de vos pages :
 

<script src="http://widgets.twimg.com/j/2/widget.js"></script>

<script>

new TWTR.Widget({

  version: 2,

  type: 'profile',

  rpp: 100,

  interval: 6000,

  width: 340,

  height: 140,

  theme: {

    shell: {

      background: '#000000',

      color: '#ffffff'

    },

    tweets: {

      background: '#F2F2F2',

      color: '#525252',

      links: '#bd0019'

    }

  },

  features: {

    scrollbar: true,

    loop: false,

    live: true,

    hashtags: true,

    timestamp: true,

    avatars: false,

    behavior: 'all'

  }

}).render().setUser('Compositeur_org').start();

</script>

<br /><font face=Verdana size=1 color=#AAAAAA>[ int&eacute;grez tr&egrave;s facilement ce cadre twitter &agrave; votre site : <a href=http://www.compositeur.org/twitter-script.html target=script><font color=#999999><u>script</u></font></a> ]</font><br />