where to paste the code for text copy tracking to enable live view
You add it to your addthis_config variable on the page where you have AddThis, like this:
<script type="text/javascript">
if (typeof addthis_config !== "undefined") {
addthis_config.data_track_textcopy = true
} else {
var addthis_config = {
data_track_textcopy: true
};
}
</script>
This question is closed to new answers.