繁体   English   中英

WordPress 帖子在 facebook 上分享

[英]WordPress Posts share on facebook

我如何在 Facebook 上分享我的 WordPress 博客文章。 但不使用共享按钮。 每个帖子下面应该有自定义链接,例如

show this post on Facebook - share

当我点击此链接时,帖子将相应地在 Facebook 上分享。

谢谢。

使用直接链接

<a href="https://www.facebook.com/sharer/sharer.php?u=<?php get_the_permalink( get_the_ID() ) ?>" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;">show this post on Facebook - share</a>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM