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>