Looking for making short url
If you want to make your long url to short url then http://www.tynurl.info is best choice for you. It is totally free and there is no any additional charges. You can make your long url proper sharable format of url. To make short url of your web address is most popular for making the url which you can share on email of social media properly.
For Example
1.
var long_url="http://www.iwasabbi.com/special";
$.ajax({
url:"http://tynurl.info/short_url/api/get_short_url",
method:"post",
data:{long_url:long_url},
success:function(resp_short_url){
alert(resp_short_url);
}
});
2.
<form action="http://tynurl.info/short_url/api/get_short_url" method="post" target="_blank">
<table align="left" cellpadding="5" bgcolor="#E7E7F7">
<tr>
<td>
<b>Enter a long URL to make <a href="http://tynurl.info">tynurl</a>:</b>
<input type="text" name="long_url" size="30">
<input type="submit" name="submit" value="Make Tynurl">
</td>
</tr>
</table>
</form>
3.
http://tynurl.info/short_url/api/make_short_url?url=YOURLONGURL
There are three different api, that you can get short url by different way.
tynurl is very helpful for getting short url, and easiest way to getting data as well.
How to use it:
You can visit www.tynurl.info examples, where you can get different apis for getting short url.
Post Your Ad Here
Comments