El script es de http://javascript.internet.com. Solo debes pegar el siguiente código debajo de la etiqueta <body> de tu plantilla. Vas a Plantilla, Edicion HTML y buscas la etiqueta <body> luego depende de en donde quieras dejar el link, a mi parecer lo mas adecuado es dejarlo en la sidebar, asi que revisa el post Donde Debo Pegar el Código de Algún Accesorio en mi Plantilla (Template).
- if (document.all){
- document.write('<A HREF="history.go(0);">');
- document.write('<font size="5" color="6699FF" face="arial"><B>Haz este sitio tu Pagina de inicio</B></font></a>');
- }
- else if (document.getElementById){
- document.write('<a href="http://www.YourWebSiteHere.com">Drag this link onto your Home button to make this your Home Page.</a>');
- }
- else if (document.layers){
- document.write('<b>Haz este sitio tu Pagina de inicio:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
- }
- else {
- document.write('<b>Haz este sitio tu Pagina de inicio:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
- }
Obviamente puedes cambiar el mensaje a tu gusto: Haz este sitio tu Pagina de inicio
y debes cambiar la url: http://www.YourWebSiteHere.com por la de tu blog.
Eso es todo
Espero que les sirva