Foros del Web » Creando para Internet » Sistemas de gestión de contenidos » WordPress »

Botones para compartir via hotmail y Yahoo Mail (solucionado)

Estas en el tema de Botones para compartir via hotmail y Yahoo Mail (solucionado) en el foro de WordPress en Foros del Web. Bueno, empezare por mi web, espacioprofundo.es Estoy creando mis botones para compartir los artículos en diferentes redes sociales, pero ademas, quiero incluir dos botones mas ...
  #1 (permalink)  
Antiguo 06/01/2013, 19:42
 
Fecha de Ingreso: febrero-2012
Mensajes: 8
Antigüedad: 12 años, 2 meses
Puntos: 0
Botones para compartir via hotmail y Yahoo Mail (solucionado)

Bueno, empezare por mi web, espacioprofundo.es

Estoy creando mis botones para compartir los artículos en diferentes redes sociales, pero ademas, quiero incluir dos botones mas para que se puede enviar una entrada a traves de hotmail y yahoo mail, estos deberían comportarse de la misma manera que lo hace el de Gmail que cree, es decir, abriendo una nueva ventana o pestaña en la que aparezca escrito el "Asunto" y un pequeño texto con el enlace.

Estos son los códigos que he utilizado en todos los botones que he puesto por si los queréis revisar o utilizar...

...

Edito, finalmente he logrado crear los enlaces y parecen que funcionan correctamente con FireFox, Crhome, IE...

Así que aquí dejo mis botones para que los reviséis por si se puede cambiar algo

Código:
<a href="https://plus.google.com/share?url=<?php the_permalink();?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img src="/images/plus.png" title="Comparte este articulo en Google+"/></a>

<a rel="nofollow" href="https://twitter.com/intent/tweet?text=<?php echo urlencode(get_the_title()) ?>&url=<?php the_permalink();?>&via=EspacioProfundo.es" class="twittear" target="_blank"><img src="/images/twitter.png" width="32" height="32" border="0" title="Compartelo en Twitter"/></a>

<a rel="nofollow" href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php echo urlencode(get_the_title()) ?>" class="me-gusta" target="_blank"><img src="/images/facebook.png" width="32" height="32" border="0" title="Comparte este articulo en Facebook"/></a>

<a rel="nofollow" href="http://meneame.net/submit.php?url=<?php the_permalink();?>" target="_blank"><img src="/images/meneame.png" width="32" height="32" border="0" title="Menea este Articuclo"/></a>

<a target="_blank" href="http://bitacoras.com/anotaciones/<?php the_permalink();?>" ><img src="/images/bitacoras.png" alt="Compartelo en Bitacoras.com" width="32" height="32"border="0" title="Comparte este articulo en Bitacoras"/></a>

<a rel="nofollow" href="http://www.drgen.com.ar/ciencialinks/submit.php?url=<?php the_permalink();?>" target="_blank"><img src="/images/ciencialinks.png" width="32" height="32"border="0" title="Comparte este articulo en CienciaLinks"  /></a>

<a target="_blank" href="http://www.reddit.com/submit?url=<?php the_permalink();?>"><img src="/images/reddit.png" width="32" height="32"border="0" title="Envíalo a Reddit"  /></a>

<a target="_blank" href="http://digg.com/submit?partner=addthis&url=<?php the_permalink();?>"><img src="/images/digg.png" width="32" height="32"border="0" title="Comparte este articulo en Digg"  /></a>

<a target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=<?php echo urlencode(get_the_title()) ?>&body=Encontré%20este%20articulo%20en%20EspacioProfundo.es.%0APuedes%20a%20verlo%20entrando%20en%20el%20enlace:%0A<?php the_permalink();?>"><img src="/images/gmail.png" width="32" height="32"border="0" title="Envía este articulo por Gmail"  /></a>

<a target="_blank" href="http://es-mg41.mail.yahoo.com/neo/launch?.rand=1998367692&action=compose&Subj=%C2%A1<?php echo urlencode(get_the_title()) ?>&Body=Encontré%20este%20articulo%20en%20EspacioProfundo.es.%0APuedes%20a%20verlo%20entrando%20en%20el%20enlace:%0A%20<?php the_permalink();?>.#mail"><img src="/images/yahoo.png" width="32" height="32"border="0" alt="Enviar por Yahoo Mail" /></a>

<a target="_blank" href="http://bl166w.blu166.mail.live.com/default.aspx?rru=compose%3fsubject%3d%C2%A1<?php echo urlencode(get_the_title()) ?>%26body%3dEncontré%20este%20articulo%20en%20EspacioProfundo.es.%0APuedes%20a%20verlo%20entrando%20en%20el%20enlace:%0A%20%0A%20<?php the_permalink();?>"><img src="/images/msn.png" width="32" height="32"border="0" alt="Enviar por Hotmail" /></a>

<a target="_blank" href="mailto:?subject=<?php echo urlencode(get_the_title()) ?>&body=Encontré%20este%20artículo%20en%20EspacioProfundo.es.%0APuedes%20a%20verlo%20entrando%20en%20el%20enlace%0A<?php the_permalink();?>" title="Envía este articulo por email"><img src="/images/mail.png" width="32" height="32"border="0" /></a>

<a target="_blank" href="http://www.printfriendly.com/print?url=<?php the_permalink();?>"><img src="/images/print.png" width="32" height="32"border="0" alt="Imprimelo o guárdalo en PDF"  /></a>

Última edición por EonHadico; 07/01/2013 a las 07:02

Etiquetas: botones, hotmail, mail, php, post, yahoo
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:06.