Is there a plugin or a hack such that I can make short updates similar to twitter’s on my own wordpress blog?
Perhaps making use of a custom post type or something on those lines?
What i’m trying to achieve is to create short (150 character limit) posts different to the regular posts on the blog. Once these short updates are published, i’d like them to appear in a custom div tags on the home page.
In short, same functionality as twitter but just on your blog.
Thanks
If you just want to add a character counter for your excerpt, use this function and js.
The Php for your functions.php
The JavaScript
The Loop
Then just use the post format “status” (or aside or whatever) when publishing a “twitter like” post and place the following inside your loop:
WordPress now has a post format called
status
which is meant to be used for short status updates.You can see a lot of information about how to use these standard post formats in the Codex page on Post Formats