2016-10-18 88 views
-1

我如何在Facebook上分享我的WordPress博客文章。但不使用共享按鈕。應該有每個帖子下面的自定義鏈接,如WordPress的帖子在facebook上分享

show this post on Facebook - share 

當我點擊這個鏈接後,將在Facebook上分享相應。

謝謝。

回答

0

使用直接鏈接

<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>

+0

不工作彈出式啓閉突然... –