简体   繁体   English

WordPress 帖子在 facebook 上分享

[英]WordPress Posts share on facebook

How i can share my WordPress blog posts on Facebook.我如何在 Facebook 上分享我的 WordPress 博客文章。 But without using sharing button.但不使用共享按钮。 there should be custom link below each posts like每个帖子下面应该有自定义链接,例如

show this post on Facebook - share

when i click on this link post will be share on Facebook accordingly.当我点击此链接时,帖子将相应地在 Facebook 上分享。

Thanks.谢谢。

使用直接链接

<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