Protect Your Content With A Copyright Warning Message When Somone Copies

Hello Readers, In this post we are discussing about how to add show copyright warning message when someone stoles your content .Th...

Hello Readers,

Show Copyright Warning Message When Someone Stoles Your Content

In this post we are discussing about how to add show copyright warning message when someone stoles your content.This means when someone copy paste your content to publish on their blog post when they are pasting it it shows a warning message shows automatically with copyright and link source of that post. This will help you a lot from copying your content from copypasters.I am giving a script which you want to paste on your layout section and simply blog without any fear of content stole. This tricks works perfectly for blogger.This script is used by many big sites like ehow.com  etc.Without anymore text,I am going to give the code with instruction  to install this code on your template.


Features:

  •  When someone copy your article,it will show automatically a copyright warning message with the blog post url.
  • Best way to promote yourself.
  • Professional bloggers are using this code.So your blog acts like a Pro.
  • Quick load your website as like before.It will not affect on your SEO.
  • Simple coding and easy to use.
  • Simple and short JavaScript code.

 Installation

  1.  Go to layout menu in blogger
  2. Click on "Add A Gadget" Where You Want To Add this code
  3. Now select "HTML JAVASCRIPT"
  4. After that paste the below code and paste on the box.
  5. Leave the Title empty.
OR

You can paste this code on before this tag in template section.


</body>
Code: -


 <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 - This Website is protected by Pro Tricks Hub.
Stop Copying Cowboy,Otherwise Your Blog Will Be Deleted By Google "; // 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 labelled in red color as what message you want to appear when someone stoles your content.

Now click on save.And you are done.

Checkout This Posts::-

  1. Back To Top And Go To Bottom Professional JQuery Widget For Blogger
  2. 11 Killer SEO Tips To Boost Your Website Page-rank
  3. Top Reasons Why People Blogging In 2013

Final Words From A Pro Blogger

When any one stoles your content by copy pasting on their blog an extra line will be included with your message.So be cool and grow your blog.Wish you to get great success in blogging life.
If you have any doubts about this topic you can put  it in the below comment box.We will reply it as fast as we can.


If you like my post about copyright content script,You can show your thanks/regards by liking our Facebook page or subscribing to our Email alerts to keep in touch with us.Stay Close For more PRO Tricks.......

COMMENTS

Name

Ads,1,Adsense,1,Alexa,1,Announcement,2,Bing,1,Blogging,12,CSS,1,Guest Post,1,Jquery,2,Latest News,1,Make Money,6,Navigation Menu,1,Reviews,2,SEO,3,Traffic,3,Widgets,2,
ltr
item
Pro Tricks Hub : Blogging Tips | SEO Tips | Blogger Widgets | Tricks | Online Earnings | Pro Tricks: Protect Your Content With A Copyright Warning Message When Somone Copies
Protect Your Content With A Copyright Warning Message When Somone Copies
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLGCcehL5mf2n8ZbYzZnVNTX7AMajOWOYgT_hjGFm3Hm7bIqqpkIEw-JSvQUL2t95ZuCZ1LLNZpD4CTSvVq6LUepY49-Q6cychyphenhyphenw4dPQqnnCQYu6B50MSHWm44w07TXDJiABCplI3nNDk/s400/Copyright+Script.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLGCcehL5mf2n8ZbYzZnVNTX7AMajOWOYgT_hjGFm3Hm7bIqqpkIEw-JSvQUL2t95ZuCZ1LLNZpD4CTSvVq6LUepY49-Q6cychyphenhyphenw4dPQqnnCQYu6B50MSHWm44w07TXDJiABCplI3nNDk/s72-c/Copyright+Script.jpg
Pro Tricks Hub : Blogging Tips | SEO Tips | Blogger Widgets | Tricks | Online Earnings | Pro Tricks
http://protrickshub.blogspot.com/2013/07/protent-your-content-with-copyright.html
http://protrickshub.blogspot.com/
http://protrickshub.blogspot.com/
http://protrickshub.blogspot.com/2013/07/protent-your-content-with-copyright.html
true
4536040197374656924
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy