Elementolab/Social Media

From Icbwiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:27, 1 April 2012
Ole2001 (Talk | contribs)

← Previous diff
Revision as of 23:36, 7 April 2012
Ole2001 (Talk | contribs)

Next diff →
Line 1: Line 1:
* Add live twitter feeds to your website https://twitter.com/about/resources/widgets/widget_search * Add live twitter feeds to your website https://twitter.com/about/resources/widgets/widget_search
 +
 + <div class="leftcolbox">
 + <script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
 + <script>
 + new TWTR.Widget({
 + version: 2,
 + type: 'search',
 + search: '#AACR',
 + interval: 30000,
 + title: 'Live AACR tweet feed',
 + subject: '',
 + width: 'auto',
 + height: 600,
 + theme: {
 + shell: {
 + background: '#990000',
 + color: '#ffffff'
 + },
 + tweets: {
 + background: '#FFE2B9',
 + color: '#000000',
 + links: '#0000ff'
 + }
 + },
 + features: {
 + scrollbar: false,
 + loop: true,
 + live: true,
 + behavior: 'default'
 + }
 + }).render().start();
 + </script>
 +
 + </div>

Revision as of 23:36, 7 April 2012

<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
 version: 2,
 type: 'search',
 search: '#AACR',
 interval: 30000,
 title: 'Live AACR tweet feed',
 subject: ,
 width: 'auto',
 height: 600,
 theme: {
   shell: {
     background: '#990000',
     color: '#ffffff'
   },
   tweets: {
     background: '#FFE2B9',
     color: '#000000',
     links: '#0000ff'
   }
 },
 features: {
   scrollbar: false,
   loop: true,
   live: true,
   behavior: 'default'
 }
}).render().start();
</script>
Personal tools