Benutzer:Ajspang: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
Zeile 13: Zeile 13:
 
}
 
}
 
</lilymidi>
 
</lilymidi>
 +
 +
 +
<script src="http://widgets.twimg.com/j/2/widget.js"></script><span style="color:#fff; font-size: 0px">firefoxworkaround</span>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'search',
 +
  search: '#ecco12 OR #educamp',
 +
  interval: 5000,
 +
  title: '',
 +
  subject: 'Nimm teil mit: #ecco12 oder #educamp',
 +
  width: 357,
 +
  height: 300,
 +
  theme: {
 +
    shell: {
 +
      background: '#dedede',
 +
      color: '#000000'
 +
    },
 +
    tweets: {
 +
      background: '#ffffff',
 +
      color: '#000000',
 +
      links: '#ee0033'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: true,
 +
    loop: true,
 +
    live: true,
 +
    hashtags: true,
 +
    timestamp: true,
 +
    avatars: true,
 +
    toptweets: true,
 +
    behavior: 'default'
 +
  }
 +
}).render().start();
 +
</script>

Version vom 7. Februar 2012, 13:36 Uhr

André_Spang


Testseite 5a


Noten im Wiki schreiben

<lilymidi> \relative c' { c2 d e4 f g8 a b c4 } </lilymidi>


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

 version: 2,
 type: 'search',
 search: '#ecco12 OR #educamp',
 interval: 5000,
 title: ,
 subject: 'Nimm teil mit: #ecco12 oder #educamp',
 width: 357,
 height: 300,
 theme: {
   shell: {
     background: '#dedede',
     color: '#000000'
   },
   tweets: {
     background: '#ffffff',
     color: '#000000',
     links: '#ee0033'
   }
 },
 features: {
   scrollbar: true,
   loop: true,
   live: true,
   hashtags: true,
   timestamp: true,
   avatars: true,
   toptweets: true,
   behavior: 'default'
 }

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