gas-url-shortener
gas-url-shortener copied to clipboard
Link results should be clickable
On https://saxob.ga/ when you click you result I have made it go to the link in a new tab.
There are other ways to do it instead of opening the link, for exmaple you could make it click to copy.
@saxobroko - I intentionally did not want to hyperlink the result as that may not be what others may've wanted (well, quite honestly I had no way to know 😊).
I did try to have a click-to-copy icon made available next to it but just couldn't code it right :( I suppose that's something which we see in many of such services - a way to directly copy the short URL, without having to select it and then copy 'em manually.
Will see how soon I could make a click-to-copy option made available. Thanks for implementing the solution and sharing your feedback.
Maybe adding a button next to the result that says "Copy" would make it better w3schools has a good page on this https://www.w3schools.com/howto/howto_js_copy_clipboard.asp
Hacktoberfest Dibs!
Is this still an issue? I'd like to try working on this if possible.
Is this still an issue? I'd like to try working on this if possible.
yeah that would be great
#44
I'm a little new to HTML and JavaScript so I don't know if it'll work the way intended.
Is this issue solved? will this be tagged as hacktoberfest
I opened a PR that implements this feature. I don't believe this will be tagged for hacktober fest though.