download   source


lmajano@gmail.com's Gravatar   Luis Majano Dec 05, 2009 at 1:24 PM Sep 08, 2010 at 12:45 AM 1.0 2.6.3+ Plugins 799 397

Bitly URL Shortener

An interface to the bit.ly URL shortener service

Description

An interface to bit.ly URL shortener, via json

Settings Needed
Please add the following required settings to your coldbox configuration file.

  • bitly_apiversion (optional) = The version of the api to use, defaults to 2.0.1
  • bitly_apilogin = The login to use
  • bitly_apikey = The api key to use
Then just use the following methods:
  • shorten(longURL)
  • expand(shortURL, userHash)

Installation Instructions

Drop in your plugins folder or coldbox extensions.  Also make sure you add the required credentials to the bit.ly service in order for the plugin to work.

Changelog

Version 1.0

  • Initial release