Element451 Integration

描述

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

Blocks

This plugin provides 1 block.

  • 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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Element451 Integration” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Element451 Integration 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

Initial release
Added Element451 shell script integration
Implemented Bolt Discovery template tag
Added admin configuration panel