How to use iTiny Link Shortener

Method 1: Using Telegram Bot

To create a short link using Telegram bot, follow these steps:

  1. Open the Telegram app on your device.
  2. Search for @ndlinkbot in the search bar or visit https://t.me/ndlinkbot
  3. Start a chat with the bot by clicking on it.
  4. Enter the following command in the chat box: yourshortlink https://yourlongurl.com (replace https://yourlongurl.com with the URL you want to shorten).
  5. 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:

  1. 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
  2. Replace https://yoururlhere.com with the URL you want to shorten.
  3. If you want to customize the short link, replace customshortlink with your desired slug. Otherwise, you can omit this parameter.
  4. The API will respond with a JSON object containing the short link and other information.
  5.     {
            "status": "success",
            "original_url": "https://www.narendradwivedi.org",
            "short_url": "https://go.itiny.eu.org/282sz4",
            about":"Developed By Narendra Dwivedi"
          }
          
      

Created by ND