Monday

Add ReadMore Attribution Link To Each copied Text In Blogger


The internet is made available for everyone to access and share informations and ideals thereby making communication very easy .

Bloggers are increasing daily on the web definately the lazy ones are out there to copy your articles you've spent allot of time in writting to their own website ,the annoying side of it is that you'll hardly see anyone that will credit the owner by creating a link back to that post.

Am gonna teach you today how you can automatically make any copied text from any of your blog post have a link point back to your blog.

You can easily get this done by following the few steps below :

Step 1:

  • Click on Template and also Edit HTML.


Step 2:

Make sure you are using a pc to do this.

  • Click any area in the box that appears..
  • Now search for </head> by using Ctrl + F. on ur keyboard .

Step 3:


  • Copy the script below and paste immediately above or before the </head> tag.
<script type="text/javascript">
function addLink() {
 var body_element = document.getElementsByTagName('body')[0];
 var selection;
 selection = window.getSelection();
 var pagelink = "<br /><br /> Read more at: <a href='"+document.location.href+"'>"+document.location.href+"</a><br />Copyright &amp;copy; Damytechs"; // 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>

Click on save template and that's allll...

By doing these,you have successfully added a ReadMore attribution link To any copied text on ur blog.
And also, these will generate so much traffic to your blog.

TO TEST : Try copying anything on ur blog and see it works!!!!!!

Do you have any question or complaint drop your comment below.


GET AN AWESOME TRAFFIC TO YOUR SITE NOW FrOM MAXVIST CLICK HERE NOW!!!

Share This

0 comment: