Action Packs -- Add an Action Pack widget


Action Packs

Live streams of calls to action, organized by theme

 

What can you do here?

 

  1. Find out what Action Packs are all about
  2. Browse the directory of active Action Packs
  3. Create an Action Pack  
  4. Add an Action Pack to your blog or website
  5. See the detailed log of active and proposed Action Packs
  6. Read notes and links relevant to the Action Packs program

 

Shortened URL for navigation page: http://bit.ly/ActionPacksNavigation

 

Add an Action Pack to your blog or website

 

Here's the HTML code you'll need.

 

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 25,
  interval: 3000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#cccccc',
      color: '#000000'
    },
    tweets: {
      background: '#eeeeee',
      color: '#000000',
      links: '#0099ff'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('HANDLE').start();
</script>

 

 

Shortened URL for this page: http://bit.ly/ActionPackwidget