How to Present While People are Twittering
How to Present While People are Twittering
Interesting post on how presentations are evolving, and how the backchannel (via Twitter, IRC etc) is now a big part of good presentations. It helps both the presenter and the attendees — here’s how.
Twitter Search Bookmarklet
Throughout the day, I’m likely to search Twitter a number of times. Being the lazy person that I am, I got sick of opening a new tab, typing search.twitter.com, hitting enter, waiting for the page, then typing my term and waiting for results. I already have a couple of other bookmarklets that I use all the time (one for loading up a Google Map, one for jumping to a PHP function name in the online reference), so I figured I’d knock up something to search Twitter. I’m using Firefox on a Mac, YMMV.
- Bookmark any page (seriously, any page).
- Put that bookmark into your Bookmarks Toolbar.
- Right click it and select Properties
- Change the Name to something like “Search Twitter”
- Change the Location to this (copy and paste it):
javascript:var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0));if(!s.length){s=prompt('Search%20Twitter:','');}if(s){document.location.href='http://search.twitter.com/search?q='+escape(s);}else{void(0);}
- Save Changes
That’s it. Now click that link in your Bookmark Toolbar and it’ll prompt you for a search string. Enter anything and hit OK. If you happen to have some text on the page selected, it’ll automatically search for that text. Voila – Twitter Search.
TweetSuite
WP plugin that brings it some pretty cool integration with Twitter.
Tweetbacks Plugin for WordPress
Tweetbacks Plugin for WordPress
Adds Tweets about a post as comments within WordPress. Sounds like a piece of the puzzle that I was contemplating with pulling comments from all the other silos back to your WP install.
Alternative Uses for WordPress
WordPress, the most widely used blogging platform in the world, is built in a relatively content-agnostic way that means it’s suitable for all sorts of things, all it takes is a little bit of creativity and some theme/plugin hacking. I’ve decided to compile a list of alternative/slightly different uses for WordPress that I either see around the place, or that I come up with myself.
I’m not going to go into great detail on how to actually implement all of these ideas, I’m just putting them out there.
Prologue Theme
The homepage for the WordPress theme that makes WP act like a group Twitter/Yammer/Present.ly.
2 New Projects
I forgot to mention that I have 2 relatively new projects launched in the Projects section of this site:
- TwitterProxy: Which allows you to do some cool filtering on your Twitter status feed (and then use it for whatever you want), and
- Gravatar Shortcode: A quick WordPress plugin that gives you a shortcode that you can use to inject a Gravatar into your Pages or Posts.
Check them out and let me know what you think.
BackType
BackType