前言介紹
- 這款 WordPress 外掛「Ajaxify Comments – Ajax and Lazy Loading Comments」是 2012-05-13 上架。
- 目前有 3000 個安裝啟用數。
- 上一次更新是 2024-11-28,距離現在已有 164 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.2 以上。
- 有 90 人給過評分。
- 論壇上目前有 1 個提問,問題解答率 0%
外掛協作開發者
ronalfy |
外掛標籤
ajax | errors | refresh | comments | lazy load |
內容簡介
尋找新的外掛程式維護者 👀
請注意,此外掛程式已不再維護或支援,我們正在尋找新的外掛程式維護者(請參閱我們的公告 這裡)。
介紹
預設情況下,當使用者提交評論表單時,WordPress 會重新載入整個頁面。如果發生錯誤(例如無效的電子郵件地址或空的評論欄位),錯誤訊息會顯示在一個新的(空白)螢幕上,使用者必須使用瀏覽器的返回按鈕更正他的輸入,然後再重新發表評論。
WP Ajaxify Comments WordPress 外掛程式連接到任何 WordPress 主題中,並為評論表單添加 AJAX 功能:當使用者提交評論時,外掛程式不會重新載入整個頁面而是將數據發送到 WordPress 後端。如果發生錯誤,外掛程式會顯示一個覆蓋層,其中包含錯誤訊息,以便使用者在不需要返回的情況下更正評論。如果評論成功發表,外掛程式會將(新的)評論添加到現有評論列表中,而不需要離開頁面,並顯示信息疊加層。
此外,此外掛程式還包括一個選項,可以在使用者停留在您的頁面時自動刷新當前頁面上的評論,而不需要頁面重新載入。
tl;dr
WP Ajaxify Comments 連接到您的主題,通過驗證和添加評論,改善了評論表單的易用性,而無需再次載入頁面。
技術注意事項
由於外掛程式在客戶端 hook 到主題以攔截輸入的表單和添加新評論而避免重新載入頁面,因此外掛程式需要使用 jQuery 選擇器來訪問 DOM 節點。該外掛程式附帶了這些選擇器的默認值,已成功測試與 WordPress 的預設主題「Twenty Ten」,「Twenty Eleven」,「Twenty Twelve」,「Twenty Thirteen」,「Twenty Fourteen」,「Twenty Fifteen」,「Twenty Sixteen」相容。如果需要,可以在外掛程式的設置中自定義選擇器來符合您的主題。
重要提示
如果外掛程式在您的主題中無法正常運作,可以在外掛程式的設置中定義自定義選擇器。此外掛程式高度可自定義,我們只知道有一些與任何主題或其他外掛程式發生相衝突的問題無法解決(請參閱 FAQ 中的「已知不相容性」)。
此外掛程式的一些功能
積極開發且獲得支援
驗證和添加評論而不用重新載入頁面
幾乎與每個主題無縫集成(預設選項應該與大多數主題相容)
國際化支援(包括 ar、ca、da-DK、de-DE、es-ES、fa-IR、fr-FR、he-IL、hu-HU、nl-NL、pl-PL、pt-BR、ru-RU、sk-SK、tr-TR、uk、vi-VN、zh-CN 的本地化)
支援自定義(預設)WordPress 訊息
支援線程評論
支援等待審核的評論
支援帶有多個評論表單的頁面
與評論垃圾郵件保護外掛程式和其他擴展/操作評論表單的外掛程式相容
管理前端以自定義外觀
(自動)後備模式如果未正確配置外掛程式或檢測到任何不相容性,會使用完整的頁面重新載入
客戶端 JavaScript API(有關詳細信息,請參閱 FAQ)
使用者停留在頁面上時自動更新評論
如果頁面包含多個評論,則異步載入評論的選項可以節省頻寬
原文外掛簡介
Skip page reloads and separate error screens when posting comments. Ajaxify Comments hooks into your native WordPress comment system and allows comment posting without a page reload. Lazy loading is also supported, which can help speed up your page load time.
TLDR
Getting Started | Sponsor Us | Ajaxify Home
Ajaxify Comments hooks into your theme and improves the usability of the comment form by validating and adding comments without the need of page reloads. Users can remain on the page and interact with new comments as they’re posted. This plugin also supports lazy loading of comments, which can help speed up your page load time.
Introduction
When submitting the comment form, WordPress by default reloads the entire page. This can be a disorienting experience for the user. In the case of errors in the comment (invalid email, duplicate comment, empty comment), these often require a separate error screen and the user has to use the back button to edit their comment. This can be a frustrating experience for the user. Adding to that, comments can be resource intensive, and can slow down your page load time.
With Ajaxify Comments, comments are posted without a page reload. If there are errors, the error message is shown immediately, so the user can correct their comment.
Ajaxify Comments also comes with lazy loading of the comments section. For a page with a lot of comments, this can speed things up considerably. You can load comments when the DOM is ready or when the comment section is scrolled into view.
Moreover this plugin includes an option to automatically refresh the comments on the current page while the user stays on your page without requiring a page reload. This can be helpful in busy comment sections where reply response time is important.
Quick Resource Links
Here are some helpful links to help you get started with Ajaxify Comments (docs):
Getting Started Guide
Lazy Loading Comments
Menu Helper and Selectors
Translating Using WPML
Requirements and Compatibility
Please use the native WordPress comment system with Ajaxify Comments.
The plugin has integrations with:
Confetti – Show confetti when a comment is posted.
Comment Edit Core – Allow users to edit their comments.
Comment Edit Pro – Add numerous utilities and automations to your comment section.
The following themes are supported out of the box:
Astra
Blocksy
Divi
Genesis
Ollie
GeneratePress
Neve
Twenty Ten – Twenty Twenty Three
Ajaxify Comments should be compatible with most block themes. If Menu Helper can’t find the selectors, please leave a support request.
Technical Note
Since the plugin hooks into the theme on client-side to intercept the comment form submit process, and to add new comments without reloading the page, the plugin needs to access the DOM nodes using jQuery selectors. The plugin comes with default values for these selectors that were successfully tested with WordPress’ default themes “Twenty Ten”, “Twenty Eleven”, “Twenty Twelve”, “Twenty Thirteen”, “Twenty Fourteen”, “Twenty Fifteen”, “Twenty Sixteen”. If required, the selectors can be customized to match your theme in the plugin’s settings.
Menu Helper is available to help you find the theme’s selectors.
Features
Ajaxify Comments is community supported. If you would like to add or change anything about the plugin, please consider assisting with the development on GitHub.
Post comments without a page reload.
Show error messages without a page reload.
Lazy load comments, compatible with most themes, including block theme and inline loading.
Automatically refresh comments.
Comment form validation.
Support for pages with multiple comment forms.
Support for threaded and moderated comments.
Compatible with most spam plugins.
Menu Helper to help you find the right selectors for your theme.
Appearance preview to see how the plugin will look on your site.
Simulate Ajaxify Comments enabled or disabled for testing and to compare the difference.
Translate and customize the default WordPress comment messages.
Questions/Help?
Please use the support forum to ask questions or to report issues.
Most questions can be resolved by checking out our docs site. https://docs.dlxplugins.com/v/ajaxify-comments – the Search is AI, so it should be able to find what you’re looking for.
Credits
This plugin was initially developed by Jan Jonas starting in 2012. Company weweave maintained the plugin from 2014-2022. The plugin is currently supported by Ronald Huereca of DLX Plugins.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Ajaxify Comments – Ajax and Lazy Loading Comments」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.0.1 | 0.0.2 | 0.1.0 | 0.1.1 | 0.1.2 | 0.2.0 | 0.2.1 | 0.3.0 | 0.3.1 | 0.3.2 | 0.3.3 | 0.3.4 | 0.4.0 | 0.4.1 | 0.5.0 | 0.5.1 | 0.5.2 | 0.5.3 | 0.5.4 | 0.6.0 | 0.6.1 | 0.6.2 | 0.6.3 | 0.7.0 | 0.8.0 | 0.9.0 | 1.0.0 | 1.1.0 | 1.1.1 | 1.2.0 | 1.3.0 | 1.4.0 | 1.4.1 | 1.5.0 | 1.5.1 | 1.6.0 | 1.6.1 | 1.6.2 | 1.7.0 | 1.7.1 | 1.7.2 | 1.7.3 | 1.7.4 | 1.7.5 | 2.0.0 | 2.0.1 | 2.0.5 | 2.0.7 | 2.0.9 | 2.1.0 | 2.1.1 | 2.2.0 | 2.2.1 | 2.2.2 | 3.0.0 | 3.0.1 | 3.0.2 | 3.0.3 | trunk | 0.10.0 | 0.11.0 | 0.12.0 | 0.12.1 | 0.13.0 | 0.13.1 | 0.14.0 | 0.14.1 | 0.14.2 | 0.14.3 | 0.15.0 | 0.16.0 | 0.16.1 | 0.17.0 | 0.17.1 | 0.17.2 | 0.17.3 | 0.18.0 | 0.18.1 | 0.19.0 | 0.20.0 | 0.21.0 | 0.22.0 | 0.23.0 | 0.23.1 | 0.24.0 | 0.24.1 | 0.25.0 | 2.0.11 | 2.0.14 | 2.0.15 |
延伸相關外掛(你可能也想知道)
Akismet Anti-spam: Spam Protection 》Akismet會檢查您的評論和聯繫表單提交,將它們與全球垃圾郵件數據庫進行比對,以防止站點發佈惡意內容。您可以在部落格的“評論”管理畫面中檢查評論垃圾郵件的...。
Antispam Bee 》用 Antispam Bee 保障你的 WordPress 博客或網站免受評論垃圾郵件的困擾。這個外掛可以有效地阻止垃圾評論和引用,不需要驗證碼,也不會將個人信息發送給第三...。
Spam protection, Anti-Spam, FireWall by CleanTalk 》Forms spam filter, Plugin extends spam protection for Gravity Forms. It filters spam submissions for each form created with Gravity Forms., MemberP...。
Disable Comments 》Disable Comments Plugin 是一個供管理員完全關閉網站評論功能的工具。我們的外掛程式可以全域性地關閉所有文章、頁面和附件的評論功能,移除所有相關的功能...。
Comments – wpDiscuz 》wpDiscuz是一個具有自訂評論表單和欄位的AJAX即時評論系統,旨在加強WordPress原生評論功能。速度超快且具有數十種功能,是Disqus和Jetpack Comments的最佳替...。
Disqus Comment System 》Disqus 是網路上最受歡迎的評論系統,被數百萬的出版商信任,以增加讀者參與度、成長觀眾及流量、以及賺取內容。Disqus 協助各種尺寸的出版商直接與其觀眾互...。
Cookies for Comments 》這個外掛將會在你的部落格 HTML 的原始碼中新增一個樣式表或圖片。當瀏覽器讀取該樣式表或圖片時,會放置一個 Cookie。如果有使用者在這之後留下評論,該 Coo...。
Throws SPAM Away 》這個外掛的開發旨在打擊海外的評論垃圾郵件,目前以下的篩選器被用來判定垃圾郵件。, ・日語篩選(是否包含日語), 只有留言中包含日語字符才能被發布,沒...。
Subscribe to Comments 》Subscribe to Comments是一個強大的 WordPress 外掛,讓留言者可以訂閱文章回覆的電子郵件通知。此外掛還包括一個完整的訂閱管理工具,使留言者可以取消訂閱...。
Disable Comments 》此外掛完全禁用網站前端和後端的評論功能:, * 隱藏現有評論, * 在前端關閉評論, * 禁用評論、引用通告和Ping的支援, * 重新導向任何試圖訪問評論頁面的使用...。
WordPress Native PHP Sessions 》 , WordPress 核心不使用 PHP sessions,但有時您的使用案例、外掛或佈景主題可能需要使用它們。, 此外掛實現了 PHP 的原生 session handlers,後台由 WordPr...。
Subscribe To Comments Reloaded 》Subscribe to Comments Reloaded 是一個功能強大的外掛,讓留言者可以訂閱後續評論的電子郵件通知。此外掛還包括一個完整的訂閱管理器,讓留言者可以取消訂閱...。
Post-Plugin Library 》Post-Plugin Library 是一個共享代碼庫,並沒有獨立的功能,必須安裝它才能為 Similar Posts、Recent Posts、Random Posts、Popular Posts 和 Recent Comment...。
One Click Close Comments 》使用者可以從文章管理頁面(‘編輯文章’)及頁面管理頁面(‘編輯頁面’)中,對於他們有足夠權限進行更改的文章關閉或開啟評論(基本上是管...。
No Page Comment 》直到最近,WordPress 提供兩種選擇:你可以默認禁用所有頁面和文章的評論和引用追蹤,或者你可以啟用它們。在WordPress 4.3 版本中,這種情況終於改變,所以...。