php Compartir Redes sociales - Wordpress

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Compartir Redes sociales - Wordpress相关的知识,希望对你有一定的参考价值。

/*Share Facebook*/
<a href="javascript:void(0)" onclick="window.open ('http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>', 'Facebook', 'toolbar=0, status=0, width=650, height=450');">
  Facebook
</a>

/*Share Twitter*/
<a href="javascript:void(0)" onclick="javascript:window.open('https://twitter.com/intent/tweet?original_referer=<?php the_permalink(); ?>&amp;text=<?php the_title(); ?>&amp;tw_p=tweetbutton&amp;url=<?php the_permalink(); ?>', 'Twitter', 'toolbar=0, status=0, width=650, height=450');">
  Twitter
</a>

/*Share Google*/
<a onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" href="https://plus.google.com/share?url=<?php the_permalink(); ?>">
  Google Plus
</a>

/*
 * Falta hacerlo mediante PopUp
 * Share Linkedin
 */
<a target="_blank" href="https://www.linkedin.com/cws/share?url=<?php the_permalink(); ?>">
  Linkedin
</a>

/*
 * Falta hacerlo mediante PopUp
 * Share Pinterest
 */
<?php $media = urlencode(get_the_post_thumbnail_url(get_the_ID(), 'full')); ?>
<a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&amp;media=<?php echo $media; ?>&amp;description=<?php the_excerpt(); ?>" target="_blank">
  Pinterest
</a>

以上是关于php Compartir Redes sociales - Wordpress的主要内容,如果未能解决你的问题,请参考以下文章

java 意图para compartir

html metas redes sociales

scss @each para Redes Sociales

css Colores de las redes sociales para CSS

text qWeb变量(redes sociales,iconos,twitter,facebook,buscar,logotipo等...)

如何格式化模板以在 Facebook 墙上共享图像