Automatically Append Reference & Copyright When Users Copy Your Content
Demo:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.
Copy any text from this page and paste it into the textarea:Installation Steps:
- Go to Blogger Dashboard > Template > Edit HTML. Click anywhere inside the code area and press the ctrl+ f keys to open the Blogger search box. Type or paste inside the search box and hit Enter to find it.
- Copy and Paste the following code right above
</html>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'/>
<script type='text/javascript' src='http://mybloggerworld.github.io/copyright-master/jquery.copyright.js'/>
<script type='text/javascript'>
$(document).ready(function() {
$(document).copyright({
text: "<br/>Reference: " + window.location.href,
minlength: 1
});
});
</script>
- Save the Template & try copy text from your blog, then paste it to the notepad. See what you've got!!
This plugin is made by @absentik

0 comments:
Post a Comment