Changes between Initial Version and Version 1 of TwitterBox


Ignore:
Timestamp:
2010-08-25T15:31:02+02:00 (14 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TwitterBox

    v1 v1  
     1{{{
     2#!html
     3<div>
     4        <script type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js"></script>
     5        <script type="text/javascript">
     6          new TWTR.Widget({
     7          version: 2,
     8          type: 'search',
     9          search: 'molgenis',
     10          interval: 5000,
     11          title: '',
     12          subject: '',
     13          rpp: 7,
     14          width: 'auto',
     15          height: 470,
     16          theme: {
     17          shell: {
     18          background: 'transparent',
     19          color: '#472714'
     20          },
     21          tweets: {
     22          background: '',
     23          color: '#472714',
     24          links: '#004a8f'
     25          }
     26          },
     27          features: {
     28          autobar: false,
     29          loop: false,
     30          live: true,
     31          hashtags: true,
     32          timestamp: true,
     33          avatars: true,
     34          behavior: 'all'
     35          }
     36          }).render().start();
     37        </script>
     38      </div>
     39}}}