启用的短网址服务:
checked=checked />关闭
使用t.cn
checked=checked /> http://t.cn/xxx
配置AppKey:

请输入新浪应用的AppKey

申请地址:http://open.weibo.com/connect 申请后,找到apikey

开发文档:http://open.weibo.com/wiki/index.php/Short_url/shorten

使用goo.gl
checked=checked /> http://goo.gl/xxx
配置ApiKey:

请输入google的ApiKey (目前可以不用填任何信息)

申请地址:https://code.google.com/apis/console

点左侧Services,拉到页面最底部,开启shorten api.

点左侧API access,可以找到ApiKey.

使用126.am
checked=checked /> http://126.am/xxx
配置ApiKey:

请输入网易短网址的ApiKey

申请地址:http://126.am

直接用网易通行证登录,API相关页面,点右上角API信息,就可以申请apikey了.

使用dwz.cn
checked=checked /> http://dwz.cn/xxx

百度短网址不需要配置,但也不太稳定。

使用本地URL
checked=checked /> http://yourdomain/url/xxx
配置域名:

使用当前域名请留空,默认生成网址如下http://yourdomain/url/xxx(开启rewrite) 或 http://yourdomain/shorturl.php?url=xxx。

使用自定义域名请输入自定义域名前缀,如:http://tsurk.cn

则将 http://yourdomain/url/xxx 替换为 http://tsurl.cn/xxx

此时请将http://tsurl.cn/xxx 的请求都转向(rewite)到 http://yourdomain/shorturl.php?url=xxx