If you copy & paste any content from there, it will add a link of the URL from where it was copied, at the end of the pasted content. This is achieved by a 12KB JavaScript utility library called Tynt Insight.
There is a nice explanation on StackOverflow about how Tynt Insight works -
- the code activates on events like mouseup, mousedown, and copy (in the
startListeningForTraces
function) - if the user selected a range of text, then it:
- creates the HTML for an attribution link, plus optional CC license URL
- appends this HTML to the selection, placing it inside a zero-size
<div>
(to keep it invisible on-screen) - reports what was copied back to Tynt's servers
0 comments:
Post a Comment