Artículos Interesantes

Un link Para Hacer tu Web una Pagina de Inicio de tus Visitas, Classic-Blogger

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).

<SCRIPT LANGUAGE="JavaScript">

if (document.all){
  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.YourWebSiteHere.com\');">');
  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.');
}

</script>

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

Post al Azar

Categorías: Classic Blogger, Otros Trucos, Plataformas, Trucos Script/Plugin/Widget
Etiquetas:

Sobre el autor

patriram

Dejar una respuesta

*
To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
Click to hear an audio file of the anti-spam word

Puedes usar esta etiquetas XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <blockquote cite=""> <code> <em> <strong>