Twitter Embed: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 37: Line 37:
</script>
</script>
</html>
</html>
=Another at #OSE_Dev=
<html><script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#OSE_Dev',
  rpp: 30,
  interval: 000,
  title: 'Latest Tweets',
  subject: 'Updated Live',
  width: 200,
  height: 300,
  theme: {
    shell: {
      background: '#8ec1da',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#000000',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();
</script><html>

Revision as of 05:18, 16 May 2013

Intstructions for embedding a Twitter Hashtag feed in a blog: from [1]

Another at #OSE_Dev

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

 version: 2,
 type: 'search',
 search: '#OSE_Dev',
 rpp: 30,
 interval: 000,
 title: 'Latest Tweets',
 subject: 'Updated Live',
 width: 200,
 height: 300,
 theme: {
   shell: {
     background: '#8ec1da',
     color: '#ffffff'
   },
   tweets: {
     background: '#ffffff',
     color: '#000000',
     links: '#1985b5'
   }
 },
 features: {
   scrollbar: true,
   loop: true,
   live: true,
   hashtags: true,
   timestamp: true,
   avatars: true,
   toptweets: true,
   behavior: 'default'
 }

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