How To Secure Add Automatically Copyright When Someone Copy Your Text In Blogspot

Socialize: 
In this post we going to show you, how to show copyright when someone hack your article. This mean by when someone copy paste your blog article, then it will automatically show copyright and link source of that article. So you can prevent those who are copying your article. Some idiots are simply copy paste on their blog even they are not reading article, also hacker will be irritating to copy paste your blog article. This trick work only on blogger.

How To Add This Trick To Your Blog?


1. Log in to your blogger dashboard by clicking here.
2. Go to Design > Edit HTML.
3. Copy the below code and paste before </head>.



<script type='text/javascript'>
function addLink() {
    var body_element = document.getElementsByTagName('body')[0];
    var selection;
    selection = window.getSelection();
    var pagelink = "<br/><br/> Original from: <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright EXEIdeas - All Rights Reserved"; // change this if you want
    var copytext = selection + pagelink;
    var newdiv = document.createElement('div');
    newdiv.style.position='absolute';
    newdiv.style.left='-99999px';
    body_element.appendChild(newdiv);
    newdiv.innerHTML = copytext;
    selection.selectAllChildren(newdiv);
    window.setTimeout(function() {
        body_element.removeChild(newdiv);
    },0);
}document.oncopy = addLink;
</script>


Change The Words According To You
Original from:
Copyright EXEIdeas - All Rights Reserved

Now When Anybody Copy The Article From Your Site And Past It Where He Want, An Extra Line Will Be Included Like This
Original from: http://exeideas.blogspot.com/#########################.html
© 2010-2011 EXEIdeas - All Rights Reserved

    You may also like...

  • How To Add Animated Stylish Navigation Menu With Jquery To Blogger

    How To Add Animated Stylish Navigation Menu With Jquery To Blogger

    Animated Fancy Navigation Menu with Jquery for Blogger. Every One has trying to add a beautiful…

  • How to Add Facebook Like Button In Each Post In Blogspot

    How to Add Facebook Like Button In Each Post In Blogspot

    You want to add the official Facebook Like or Recommend Button at the end (or at the top) of each…

  • How To How To Add A Cool Clickable Image Divider Between Your Blog Posts In Blogger

    How To How To Add A Cool Clickable Image Divider Between Your Blog Posts In Blogger

    There are a number of reasons why you may want to place a divider between your blog posts.From the…

  • 20 Top Blog Directory To Submit Your Blog And Get Traffic

    20 Top Blog Directory To Submit Your Blog And Get Traffic

    If You Want Traffic Just Index Your Blog In The Following Directory And Boost Your Views...Here are…

  • How To Add Subscribe Feeds Via Email Widget

    How To Add Subscribe Feeds Via Email Widget

    For FeedBurner:-Adding Widget Code :-It's SimpleStep 1 : In that Add Gadget window , choose HTML /…

  • Simple JavaScript Multitab Widget for Blog and Websites

    Simple JavaScript Multitab Widget for Blog and Websites

    Multitab widgets are very popular now a day. They help reduce webpage space and give a handy…

  • How to Change Home, Newer Post and Older Post Link Into Button In Blogger

    How to Change Home, Newer Post and Older Post Link Into Button In Blogger

    Someone had asked me about "How to Change Home, Newer Post and Older Post Link Into Button" and…

No comments:

Post a Comment

About Me

Hi, I am Muhammad Saalim, Co-Founder of EXEIdeas International and CEO of bord4banned. I am here to share my experiences with you and to help those who can help themselves.

Follow Me



Join Our Official FaceBook Group To Stay With Us.

Caution!

All data, codes, articles, tips and tricks etc, posted here are copyright work of MyTutspot.Blogspot, and are protected with DMCA. Any one, found to be thefting any data, will be under LEGAL ACTION.

My Tutspot.Blogspot 2018 All Rights Reserved
Designed by born4banned | A Project of EXEIdeas International