內容簡介
關於這個外掛
這是一個 WordPress 外掛,可透過 Twitter 和 Facebook 自動分享文章,並使用 CommentGrabber 從連接到博客文章的 Facebook 帖子上抓取所有留言。Comment Grabber 需要運行 wp-cron 作為真正的 cronjob 才能正常運作。請參閱「入門指南」下的「安裝」以獲得更多信息。
特別感謝
我要感謝所有在Checkdomain的同事,他們支持我開發這個 WordPress 外掛。
反饋意見
歡迎提供任何反饋意見或改進建議,隨時請通過 [email protected] 與我聯繫。
如果您發現任何錯誤或想要通過您的錯誤修復來支持這個項目,請隨意派生此項目並進行拉取請求。我將審查您的更改並將其合併。
未來計劃
一旦 Google 推出他們的 Google+ API,我將實現一個可以將文章分享到 Google+ 的功能。
如果您對於要包含的更多社交網絡/平台有任何希望,請隨時通過 [email protected] 聯繫我。
面向主題設計師的信息
如果您想在主題中支持此外掛,並為 Facebook 留言提供特殊外觀,您可以像這樣檢查當前評論是否為 Facebook 評論:
<?php if ($comment->comment_type == 'facebook'): ?>
外掛標籤
開發者團隊
原文外掛簡介
About this Plugin
A wordpress plugin to automatically share posts via twitter and facebook with a
CommentGrabber to grab all comments posted on a facebook post which is connected
with a blog post. The Comment Grabber requires wp-cron to run as a real cronjob
to work properly. See “Getting Started”
under “Installation”
to get more information.
Special Thanks
I want to thank all my colleageus at Checkdomain who
supported me to create this WordPress-Plugin
Feedback
Any feedback, comments or improvements are welcome. Feel free to contact me at
[email protected]
If you have found any bugs or want to support this project with your bugfixes feel
free to fork this project and do a pull request. I will then review your changes
and merge them.
Future Plans
As soon as Google releases their API for Google+ I will implement a possibility
to share posts to Google+ as well.
If you have any whishes for more social networks/platforms to be included feel
free to contact me at [email protected]
Information for Theme Designers
If you want to support this plugin in your theme and give facebook comments a
special appeareance you can check with something like this, if the current
comment is a facebook comment:
comment_type == 'facebook'): ?>
