One of the features in my application is generating a link based on the currently playing song. To make it user-friendly, I want to implement a button that will copy the generated link to the clipboard when clicked.
I've explored options like zeroclipboard, but since flash isn't permitted, I am looking for a solution using only javascript.