• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Action Packs -- Add an Action Pack widget

This version was saved 13 years ago View current version     Page history
Saved by Christine Egger
on March 8, 2011 at 4:00:28 pm
 

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.

  • Be sure to customize the Twitter handle (no "@", just the text) in the last line.

 

<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>

 

 

Comments (0)

You don't have permission to comment on this page.