Archive for 'Plugins and Tags'

Github Gists Plugin

Posted on August 16, 2010, under Plugins and Tags.

Andrea Campolonghi has created a plugin to insert Github "Gists" into your blog posts. You can read more and download from Andrea's blog.

ViewCount plugin updated

Posted on August 11, 2010, under Plugins and Tags.

Paul Klinkenberg has updated his View Count plugin. You can read about the changes and download the update from his blog.

SwfObject Plugin

Posted on August 03, 2010, under Plugins and Tags.

This is not a new plugin, but somehow I missed the announcement. Andrea Campolonghi created a plugin that adds SWFObject script to all pages in case you need to embed a Flash movie. You can read more and download from Andrea's blog.

Simple Rating Plugin

Posted on July 29, 2010, under Plugins and Tags.

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

Posted on July 18, 2010, under Plugins and Tags.

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.