How It Works?
The scripts will be read later we enter the Automatic word we write into the article that we post.
For example: for example we insert the word "SEO" in the script then automatically on all pages that have the word "seo" will be a link to the url address that you specify.
Does this violate google autolink script guidelines?
No, as long as the number of links that my friend put on autolink code is still in reasonable stages. Recommendations skipper, just one link only.
How do I install this on blogspot autolink code buddy?
1. The first step, login to blogger.com and then to design.
2. Towards the edit html tab. Press ctrl + f on your keyboard. And look for the code </ body>
3. See the script code below:
<b:if cond='data:blog.url != data:blog.homepageUrl'><script type='text/javascript'>
function autoLink(){
this.keywdHref = new Object();
this.add = function(keyword, href){
if(keyword.substr(0,1) != " "){keyword = " " + keyword;}
this.keywdHref[keyword] = href;
}
this.createAnchor = function(){
var objs = document.getElementsByTagName("div");
for(var i=0; i<objs.length; i++){
var obj = objs[i];
if(obj.className.indexOf("post-body")>-1){
var content = obj.innerHTML;
for(var keyword in this.keywdHref){
var href = this.keywdHref[keyword];
var newstr = content.replace(keyword, "<a href='"+href+"'>"+keyword+"</a>", "gi");
obj.innerHTML = newstr;
content = newstr;
}
}
}
}
this.startScript = function(){
var onLoad = window.onload;
window.onload = function(){
if(onLoad){onLoad();}
setTimeout("f.createAnchor()", 100);
}
}
}
</script>
<script type='text/javascript'>
var f = new autoLink();
f.add("SEO", "http://dwi-r3tno.blogspot.com/");
f.startScript();
</script></b:if>
then copy paste all the code in the script code right above </ body>
Description:
See the very end of the code and replace SEO by word or select your keywords.
Replace http://dwi-r3tno.blogspot.com/ underneath the url address of the destination.
so, until here ... and Thank you for http://blogjuragan.blogspot.com