[WordPress] 外掛分享: PubPla AI Help Center

首頁外掛目錄 › PubPla AI Help Center
WordPress 外掛 PubPla AI Help Center 的封面圖片
全新外掛
安裝啟用
尚無評分
15 天前
最後更新
問題解決
WordPress 6.6+ PHP 7.4+ v2.4.3 上架:2018-08-06

內容簡介

PubPla AI Help Center 外掛可讓使用者建立 FAQ 自訂文章類型,並提供 AI 概述功能,幫助用戶快速找到所需的資訊,提升使用者體驗。

【主要功能】
• 自訂文章類型 FAQ
• AI 概述功能回答問題
• 增量搜尋框
• 自訂分類法
• 使用短碼輕鬆嵌入

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.4.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「PubPla AI Help Center」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

This plugin add new custom post type ‘FAQ’. With some functionality, you can build help center for your user.
What is help center? We collect examples at our github wiki.
Live demo: https://demo.kunoichiwp.com/pubplafaq/ — Try the AI Overview on the front page. The demo is in Japanese, built around a fictional anti-aging subscription “Jovian”, but you can still get a feel for how the AI answers real questions from your FAQ content (and admits when something isn’t covered).

Creating Portal
This plugin will provide…

Custom post type with single page and archive page.
Custom taxonomy associated to CPT.
Incremental search box.
AI Overview(Since 2.0.0)

AI Overview
AI Overview answers user questions based on your FAQ content using a large language model.
It uses the wp-ai-client bundled with WordPress core since WordPress 7.0, which requires an AI service to be configured in WordPress.
Requirements: AI Overview requires WordPress 7.0 or later. On older WordPress versions, the AI Overview block and template function will still appear in the editor and on the front-end, but the search form will not work (the REST endpoint that powers it is disabled). Other features of this plugin (FAQ custom post type, incremental search, shortcode) continue to work on WordPress 6.6+. Upgrade WordPress to 7.0 to enable AI Overview.
You can configure AI behavior and rate limiting from Settings > Help Center in the admin panel. The settings page also includes a Rebuild Catalog Now button to manually refresh the FAQ catalog used as LLM context.
Using the Block
Add the AI FAQ Overview block in the block editor. The block has the following options:

Placeholder — Input placeholder text.
Button Text — Submit button label.

Show Sources — Display related FAQ links below the answer.
Using the Template Function

You can also use hamelp_render_ai_overview() in your theme templates:

The function accepts an optional array of arguments:

'Ask a question...',
'button_text' => 'Ask AI',
'show_sources' => true,
] );
?>

The function automatically enqueues the required JavaScript and CSS assets.
Search Box
The incremental FAQ search box is available in three forms.
Using the Block
Add the FAQ Search Box block in the block editor. The block has the following options:

Label — Input placeholder text.

Button Text — Submit button label.
Using the Shortcode

You can use shortcode hamelp-search in page content.

[hamelp-search label='Enter your question here.'][/hamelp-search]

Using the Template Function
You can also call hamelp_render_search_box() directly from your theme templates:

'Enter your question here.',
'btn' => 'Search',
] ); ?>

延伸相關外掛

文章
Filter
Apply Filters
Mastodon