=== TehGD URL Shortner ===
Contributors: Sam Bennett, James Brooks
Tags: url shortner, tehgd
Donate link: http://www.sam-bennett.co.cc
Requires at least: 2.0.2
Tested up to: 2.8.6
Stable tag: 0.3

This plugin creates a widget that can be placed in any wigitized area of the theme. This gives the users the ability to shorten URL's.

== Description ==

TehGD is a URL shortening service. An API was created to allow other applications to use the URL shortening service. THis plugin uses its own special 
API to get the shortened URL.\n

The features of this plugin is that it gives two text boxes and a submit button. It then allows a user to enter a URL into the top text box and on the 
submit of the data the shortened URL is put into the second text box to allow the user to copy it.\n

The plugin does this by creating a widget which is then displayed in the widget section of the admin panel. This then allows you to drag the widget into 
a place where you have defined widgets to work.

== Installation ==


1. Upload `tehgd-url-shortner` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Drag and drop the wodget into the place you want it to be in.

== Frequently Asked Questions ==

= Can it shorten any URL's? =

Yes it can however, some URL's might not if they have a keyword that is blocked on the TEhGD site.


== Screenshots ==

1. This is a screen shot of the plugin working on my blog.

2. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif).


== Changelog ==

= 0.3 =
* Changed the second textbox to a Div
* Updated the SVN to update the JS folder
= 0.2 =
* File path Changed
* Author Update
= 0.1 =
* Plugin Made - Abilty to shorten URL's

== Upgrade Notice ==

= 0.1 =
This is the first version.