download   source


lmajano@gmail.com's Gravatar   Luis Majano Dec 05, 2009 at 1:24 PM Feb 11, 2012 at 10:27 AM 1.0 2.6.3+ Plugins 3333 836

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