Por supuesto, primero debemos tener agregada la librería en nuestra plantilla:
<script src="http://www.google.com/jsapi"></script> <script> google.load("jquery", "1.3.2"); </script>
Luego, podemos descargar el script y alojarlo nosotros o bien usar el código que ellos nos brindan, incluyendo hacks para Internet Explorer y el CSS correspondiente:
<script type="text/javascript" src="http://pluralink.com/files/pluralink.js"></script> <link rel="stylesheet" href="http://pluralink.com/files/pluralink.css" type="text/css" media="screen" /> <!--[if IE]> <link rel="stylesheet" href="http://pluralink.com/files/pluralink_ie.css" type="text/css" /> <![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" href="http://pluralink.com/files/pluralink_ie6.css" type="text/css" /> <![endif]-->
Para aplicarlo a nuestros enlaces, basta separar las direcciones URL y los títulos con una doble barra vertical ||
<a href="URL_pagina1||URL_pagina2" title="titulo_pagina1||titulo_pagina2"> TEXTO O IMAGEN </a>
En el caso de usar Wordpress, hay un plugin que puede ser agregado y que podemos descargar en formato ZIP
Compartir Enlace
0 comentarios:
Publicar un comentario