Recensioner för TinyURL
TinyURL av Robert A Moreno II
1 recension
- Betygsatt 4 av 5av Michael Woffenden, för 6 år sedanVery convenient and simple and the popup notification option is excellent!
I'd love to see these options:
- redirect to the TinyURL site
- ability to create a custom TinyURLUtvecklarens svar
postad för 6 år sedanThank you for the feedback. I added the redirect option to version 2019.9.27.22. I looked into adding the alias too, but the TinyURL.com API doesn't support it, so I need to write a bit more code to create it using a different method (pulling it from their website directly, and some kind of interface to let you enter the name). It's going to be added, but it's going to take a little while.
Edit: I decided not to support the custom alias function until the TinyURL.com API support it. Using their website, then scraping it to pull the info programmatically seems wrong and would cause issues if the page layout changed. While this is still on my list, it's being put aside until proper support is available.