Skip to main content
Amp BlggerByte

follow us


Hey, Bloggerbyte readers today I will give tips on  How to Create an Automatic Source Link on Blogger .
Content copying activities on Blogger has been considered to be a common thing, because copying articles from a site does not violate any provisions if just collecting material, information and other things. But what if someone copies all of your blog articles to be duplicated without a source link?
Installing an automatic source link code when uninstalled on a blog is one way that will give a warning to the copier of a blog article, that the article they copy has a source and can appreciate a piece of content by including the article's source link.

How to Make an Automatic Source Link on Blogger

Open the Blogger dashboard >> Click the Themes menu and Edit HTML >> Then add this code right before </head> or it can be added before</body>

<script type='text/javascript'>
//<![CDATA[
function copaslink(){var e,n=document.getElementsByTagName("body")[0],t=(e=window.getSelection())+("<br/><br/>Source : <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>"),o=document.createElement("div");o.style.position="absolute",o.style.left="-99999px",n.appendChild(o),o.innerHTML=t,e.selectAllChildren(o),window.setTimeout(function(){n.removeChild(o)},0)}document.oncopy=copaslink;
//]]>
</script>

Change the text marked according to your wishes.

Once added, click the Save theme button and you're done.

Now you are succeeded in Adding an Automatic Source Link on Blogger, the results can be seen when the contents of your blog article content are copied then it will bring up the source link automatically.

That's all from BloggerByte for How to Create an Automatic Source Link on Blogger , hopefully useful.
If you want to be buddy donors please contact admin via Whatsapp .Proceeds from donations will be used to extend the domain bloggerbyte.net. Thank you

You Might Also Like :

Comment Policy : Please write your comments that match the topic of this page's posts. Comments that contain links will not be displayed until they are approved.
Open Comments