3

I have a textbox that takes a name.

I have a bit.ly pro domain: cnvrt.it

I want to shorten a users URL but also customize it as such:

cnvrt.it/customized_name

how can I achieve this?

sth
  • 222,467
  • 53
  • 283
  • 367
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556

1 Answers1

0

I think it's all here in the bit.ly documentation: http://code.google.com/p/bitly-api/wiki/ApiDocumentation. If you have a more specific question about how to use the API, then please clarify.

I haven't tried this myself, but according to this post, if you add the keyword parameter to the shorten API call and set it to the desired custom name, it will do what you want.

jfriend00
  • 683,504
  • 96
  • 985
  • 979
  • 2
    Tested this on 2013-08-21 and it seems to not work. Bitly has stated this was removed due to abuse – Jeff Aug 21 '13 at 18:05