內容簡介
Response Stack使用WordPress短代码從同一網站的其他文章中提取評論(和評論串)到一篇文章中。作者可以使用分級評論,甚至可以從多個其他文章中提取評論,基於評論ID。為了讓短代碼運作,請在文章中輸入以下內容:
[responser comment="id" thread="depth"],其中`id`等於評論的整數ID,`depth`等於你希望顯示的評論串的整數深度。
閱讀者甚至可以在短代碼的文章中回應他們的評論,提交分級回復,然後進入原始對話。
你可以通過檢查任何評論日期時間戳的超鏈結(在文章內或儀表板中的評論頁面內),來查找評論ID,其格式為:http://site/post-link/#comment-CommentIDNumber。
Response Stack假定你正在使用默認的WordPress評論系統。對於其他評論系統的支持即將到來。如果你想為你的評論系統添加支持,請在GitHub上參與項目。
開發為CFO Magazine
樣式和格式基於與Human Made的工作。
此程式是自由軟體。你可以遵照GNU通用公眾授權條款第2版來重新散布和/或修改此程式;本程式發行的目的是希望它能有用,但是沒有任何擔保,甚至於沒有適合於特定用途的默示擔保。請參閱GNU通用公眾授權條款,瞭解更多詳情。您應該已經收到一份GNU通用公眾授權條款;如果沒有,請寫信給Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
外掛標籤
開發者團隊
原文外掛簡介
Response Stack uses WordPress shortcodes to pull comments (and comment threads) into a post from other posts on the same site. Authors can use threaded comments and even pull comments from multiple other stories, based on the comment ID. To get the shortcode working type the following into its own line in your post:
[responser comment="id" thread="depth"] where `id` is equal to the integer ID of the comment and `depth` is equal to the integer depth of the thread of comments you want visible.
Readers looking at the comments can even respond to them within the shortcode’s post, submitting threaded replies that will then take them to the original conversation.
You can find the comment id by looking at the hyperlink attached to any comment datetime stamp (on the post or in the comments page of the dashboard), where it will be in the format of http://site/post-link/#comment-CommentIDNumber.
Response Stack assumes you are using default WordPress comments. Support for other commenting systems is to come. If you’d like to add support for your commenting system, contribute to the project GitHub
Developed for CFO Magazine
Styling and format based on work with Human Made.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
