Plugin SEO Smart Link Blogspot

Plugin SEO Smart Link Blogspot namely a plugin for Wordpress that works to change every word that we specify, to be a link. Now plugin can we apply on blogspot. 

How way work seo smart link to blogspot this? 
This script will read every word on every post. For example, if my friend enter the word "kang salman" in the script then automatically on all pages that have the word "seo" will at link to the url address that we have set. 

How way put this code on blogspot autolink pal? 
The first step: 
Login to blogger.com> Plan .> click tab Edit HTML> Press ctrl + f on your keyboard. And look for the code </ Body>  

Step two: 
Save the following script code right above code </ Body>                       

<B: if cond = 'Data: blog.url! = Data: blog.homepageUrl'> <script type='text/javascript'>
autoLink function () {
this.keywdHref = new Object ();
this.add = function (keyword, href ) {
if (keyword.substr (0.1), = "") {keyword = "" + keyword;}
this.keywdHref [keyword] = href ;
}
this.createAnchor = function () {
was objs = DocumentRoot . GetElementsByTagName ("div");
for (var i = 0; i <objs.length; i + +) {
var obj = objs [i];
if (obj.className. indexOf ("Post-body")> -1) {
was content = obj.innerHTML;
for (var keyword in this.keywdHref) {
was href This.keywdHref = [keyword];
was newstr = content.replace (keyword, "<a href = '"+ href +"'>"+ Keyword + "</ a>", "gi");
obj.innerHTML = newstr;
content = newstr;
}
}
}
}
this.startScript = function () {
was onload = window.onload;
window.onload = function () {
if (onLoad) {onLoad ();}
setTimeout ("f.createAnchor () ', 100);
}
}
}
</ Script>
<script type='text/javascript'>
where f = new AutoLink ();
f.add ("SEO", "http://www.kucoba.com/");
f.startScript ();
</ Script> </ b: if>
Information : 
a) See the very end of the code and replace it with a word or SEO keywords mate choice. 
b) Then replace http://www.kucoba.com with the url address to the destination. 

I edit this script from tutorial mudah blog 

Arsip Blog