How to use iTiny Link Shortener
Method 1: Using Telegram Bot
To create a short link using Telegram bot, follow these steps:
- Open the Telegram app on your device.
- Search for
@ndlinkbotin the search bar or visit https://t.me/ndlinkbot - Start a chat with the bot by clicking on it.
- Enter the following command in the chat box:
yourshortlink https://yourlongurl.com(replacehttps://yourlongurl.comwith the URL you want to shorten). - The bot will respond with the short link, which you can copy and share.
Method 2: Using iTiny API
To create a short link using iTiny API, follow these steps:
- Construct the iTiny API URL with the following format:
https://go.itiny.eu.org/?url=https://yoururlhere.com&custom=customshortlink. Note that custom parameter is optional - Replace
https://yoururlhere.comwith the URL you want to shorten. - If you want to customize the short link, replace
customshortlinkwith your desired slug. Otherwise, you can omit this parameter. - The API will respond with a JSON object containing the short link and other information.
{
"status": "success",
"original_url": "https://www.narendradwivedi.org",
"short_url": "https://go.itiny.eu.org/282sz4",
about":"Developed By Narendra Dwivedi"
}
Created by ND