FrontierBase

説明

FrontierBase connects product, pricing, inventory, or policy tables and answers from retrieved rows through a website widget.

This plugin is the official WordPress installer for that widget. It does not invent customer-support answers inside WordPress.

仕組み

  1. Create a channel and configure data / response rules in FrontierBase Console.
  2. チャネル管理 ボタン設置からプラグインキーをコピーします。
  3. Paste the key in Settings FrontierBase and save.
  4. 公式スクリプト https://cdn.frontierbase.io/chatbot.js が公開サイトに読み込まれ、プラグインキーで起動します。

このプラグインができること

  • Stores your FrontierBase plugin key securely in WordPress options
  • Embeds only the official FrontierBase CDN snippet (fixed URL)
  • Skips loading entirely when no key is set (safe empty state)

このプラグインがしないこと

  • It does not provide an arbitrary JavaScript/PHP code editor
  • It does not auto-generate support policies or FAQ text
  • It does not paywall built-in plugin features — connection settings work fully; usage limits (if any) are on the FrontierBase service

A FrontierBase account is required: https://frontierbase.io

外部サービス

This plugin connects to FrontierBase services to display the official chatbot widget on your public site. A FrontierBase account and plugin key are required.

FrontierBase CDN (chatbot widget)

  • サービス: https://cdn.frontierbase.io/chatbot.js
  • Used for: Loading the FrontierBase chatbot widget UI and running customer conversations on your site.
  • When data is sent: Only on public site pages where the widget is enabled and a valid plugin key is saved. The plugin key is passed to the script at load time. When a visitor uses the chat widget, messages and related session data are sent to FrontierBase to generate replies from your configured datasets (not from WordPress posts or pages).
  • 利用規約: https://www.frontierbase.io/terms
  • プライバシーポリシー: https://www.frontierbase.io/privacy

FrontierBase Console (account setup)

  • サービス: https://console.frontierbase.io
  • Used for: Creating a channel, configuring datasets and response rules, and obtaining your plugin key. The plugin links to Console from the settings screen; configuration happens outside WordPress.
  • 利用規約: https://www.frontierbase.io/terms
  • プライバシーポリシー: https://www.frontierbase.io/privacy

スクリーンショット

インストール

  1. Upload the frontierbase folder to /wp-content/plugins/, or install the zip via Plugins Add New Upload Plugin.
  2. Activate FrontierBase through the Plugins menu.
  3. Go to Settings FrontierBase.
  4. Open FrontierBase Console, create a channel, and copy the plugin key.
  5. プラグインキーを貼り付け、ウィジェットを有効化にチェックがあることを確認し、設定を保存をクリックします。
  6. View your public site — the chatbot button should appear (typically bottom-right).

FAQ

Why is nothing showing after install?

The widget loads only after you paste a valid FrontierBase plugin key. Until then the plugin intentionally injects nothing on the front end. Complete setup under Settings FrontierBase.

Where do I find the plugin key?

In FrontierBase Console: Channel management Button install. It is the same pluginKey value used in the embed snippet.

Does this plugin send my WordPress content to FrontierBase automatically?

No. You configure datasets and rules in FrontierBase Console. This plugin only embeds the official widget script with your plugin key.

Can I disable the widget without removing the key?

はい。設定ページでウィジェットを有効化のチェックを外して保存してください。

Is arbitrary code allowed?

No. Only the fixed official CDN URL and a boot call with your sanitized plugin key are used.

評価

このプラグインにはレビューがありません。

貢献者と開発者

FrontierBase はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“FrontierBase” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.2

  • Add bundled translations (ko_KR, ja, fr_FR, de_DE, it_IT, es_ES, zh_TW)

1.0.1

  • Load widget JavaScript via wp_enqueue_script
  • Document external FrontierBase services in readme

1.0.0

  • Initial release: plugin key settings, enable toggle, official CDN embed