Twitter Retweet Plugin

Nick Simone has created a plugin to insert the "official" twitter retweet buttons into posts.

read more

Github Gists Plugin

Andrea Campolonghi has created a plugin to insert Github "Gists"

read more

ViewCount plugin updated

Paul Klinkenberg has updated his View Count plugin

read more

SwfObject Plugin

Andrea Campolonghi created a plugin that adds SWFObject script to all pages 

read more

Simple Rating Plugin

I've created a plugin that adds "star ratings" to the bottom of your posts. To function correctly, your theme must dispatch the event "beforePostContentEnd". Most of the recent themes have the event, but it is possible that your theme doesn't have it. If so, then this must be at the end of your full post page:

<mango:Event name="beforePostContentEnd" template="post" mode="full" />

This in the index, after each post:

<mango:Event name="beforePostContentEnd" template="index" mode="excerpt" />

and this after each post in the archives:

<mango:Event name="beforePostContentEnd" template="archives" mode="excerpt" />

You can download it from: http://mangoblog-extensions.googlecode.com/files/simplerating.zip

 

 


Related Entries Plugin Update

A change in the API for Mango 1.5 made Adam Tuttle's Related Entries plugin fail when a post was updated. He has fixed the issue and posted a new version. Read more and download from Adam's blog.

RememberLogin Plugin

Paul Klinkenberg created a plugin that adds a 'remember login' checkbox to the login form, and will automatically log you in later if you checked it. You can read more and download from Paul's blog.