All links shorterner still 2 shorterners FULLY INTUITIVE.
Demo:
imgbox.com
PRICE: 30 USD
FUNTCIONALLY WITH ALL SHORTERNERS
EXE.IO, SHRINKEARN, ETC
Demo:
imgbox - fast, simple image host
Use imgbox to upload, host and share all your images. It's simple, free and blazing fast!
PRICE: 30 USD
Post automatically merged:
FUNTCIONALLY WITH ALL SHORTERNERS
EXE.IO, SHRINKEARN, ETC
Post automatically merged:
Link Shortening and HTML Generation Script
This script helps you shorten URLs and generate HTML code for them. It has two main features: copying the shortened links and converting the input URLs into HTML with images.Main Features
- Copy Button:
- When clicked, this button triggers a function to shorten a test URL and log the result. The actual copying to the clipboard is currently commented out.
- Convert Button:
- When clicked, this button processes the URLs you input, shortens them, and creates HTML links with images.
How It Works
- Shortening URLs:
- The script uses two different services to shorten URLs. It sends a request to these services and gets back a shortened version of the URL.
- Generating HTML:
- For each URL you input, the script finds matches with specific patterns (like mega.nz, 1fichier, etc.).
- It then replaces the original URLs with the shortened ones and wraps them in HTML code that includes an image for each service.
- This HTML code is then displayed in the output area and a preview section.
- Special Handling:
- If there’s a mega.nz link, it’s made sure to appear first in the output list.
How to Use
- Input:
- Type or paste the URLs you want to shorten into the input text area (txt_entrada). Each URL should be on a new line.
- Output:
- Click the convert button. The script will process the URLs and show the resulting HTML in the output area and the preview section.
Customization
- Adding More URL Patterns:
- You can add more URL types by modifying the list in the script.
- Using Other Services:
- You can integrate other URL shortening services by adding new functions similar to the existing ones.
Last edited: