外掛說明
Element451 is the AI-First CRM and Student Engagement Platform for Higher Ed.
The Element451 Integration plugin makes it easy to integrate Element451 Live Chat and Bolt Discovery features into your WordPress site. With this plugin, you can:
- Easily inject the Element451 shell script into your site.
- Embed a Bolt Discovery search field wherever you like, using a template tag, shortcode, or Gutenberg block.
Important Note: This plugin requires an active Element451 instance. To get started with Element451, visit element451.com.
External Services
This plugin embeds Element451’s Javascript shell script (*.shell.451.io) into your theme. This code communicates with Element451’s cloud services to power its functionality, including the Live Chat and Bolt Discovery features.
The Shell service transmits user analytics data as configured within your Element451 instance and approved within the relevant Master Service Agreement and Privacy Policy.
Master Service Agreement: https://element451.com/tos-msa
Privacy Policy: https://www.element451.com/privacy-policy
適用於區塊編輯器
這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。
- Element Bolt Discovery
安裝方式
Upload element451-integration to the /wp-content/plugins/ directory
Activate the plugin through the ‘Plugins’ menu in WordPress
Go to Settings > Element451 Integration
Enter your Element451 subdomain
Save changes
常見問題集
-
Do I need an Element451 instance to use this plugin?
-
Yes, this plugin requires an active Element451 instance. Visit element451.com to learn more and get started with Element451.
-
How do I add Bolt Discovery to my website?
-
First, you need to add an input and button to your template which have specific
data
attributes. You can do this manually within your code by following the instructions in our Help Center (https://help.element451.com/en/articles/9397459-integrating-bolt-discovery#h_0e5db7e2c6) or you can use the included functionality in this plugin:
* To embed a Bolt Discovery field and button directly in a PHP template, use:<?php element451_bolt_discovery(); ?>
* To embed a Bolt Discovery field wherever shortcodes are supported, use:[element451_bolt_discovery]
* To embed a Bolt Discovery field in Gutenberg, use the included block
By following these instructions the field will be functional, but not styled. Within your site’s CSS, define styles for it that suit your theme and use-case. -
What data is sent to Element451’s servers?
-
See the “External Services” section for detailed information about data transmission.
-
Can I customize the chat widget appearance?
-
Yes, basic customization is available through your Element451 dashboard.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0.0
Initial release
Added Element451 shell script integration
Implemented Bolt Discovery template tag
Added admin configuration panel