how to make ClipboardJS
can copy text along with it's hyperlink? I already tried using data-link
but no luck,
clipboard.on('success', function(e) {
var aff_link = $(this).attr('data-link');
});
this is what I already tried to make, and the html is <span id="clipboard" data-clipboard-text="this is a text" data-link="#">copy</span>