Fusedthought

Downloads

BlogAengin

BlogAengin (blŏg ěn'jĭn) is a simple, no-frills, python-based, native Google App Engine blog application.

It is the underlying application that powers this blogsite. I've yet to release it as I am cleaning up the application code as well as doing initial bug testing. It'll be open sourced in the near future.

Back to Top

URL Shortener WordPress Plugin

allows you to generate shortlinks for post/pages using URL Shorteners (e.g. Bit.ly, Su.pr, ping.fm, Digg and many others)

  • Automatic generation of a Short URL/Shortlinks
  • Cached Shortlink - thus generated only once.
  • Choose to generate shortlinks using permalinks or the posts ID (e.g. http://your_site/index.php?p=1).
  • Relatively extensive shortlink support
  • Action Hooks available for other plugins to utilize generated shortlinks (From Version 3.0 Onwards)

Back to Top

class.FTShorten

The FTShorten Class is a development branch of the URL Shortener Plugin.

This PHP Class lies at the core of that plugin and provides the interface needed to send and receive a URL Shortening request to the list of supported services.

Updates to this class will be independent from the main URL Shortener Plugin branch.

Back to Top

Addon Module for URL Shortener WordPress Plugin

The Addon Module for the URL Shortener (WordPress) when installed and enabled, provides additional services not available in the main URL Shortener Plugin.

URL Shortening Services or other functions included in this addon are mostly undergoing testing and may be moved to the main URL Shortener Plugin at a later date. The main purpose of this addon module is enable interested users to test out services which are not yet fully supported.

It requires the URL Shortener WordPress Plugin to be installed and activated.

Back to Top

Simply Tweeted WordPress Plugin

Simply Tweeted is a simple, no-frills plugin which updates twitter with the post title and post URL upon post or page publishing.

This plugin is branched from the URL Shortener Plugin (Ver 2.1 and above) and is developed for use as a standalone plugin.

Back to Top

Autosave Post Title as Tags WordPress Plugin

This plugin was created in response to the support thread created at http://wordpress.org/support/topic/338629

It takes your post title and use the words available there to create tags.

Back to Top