Element451 Integration

Descripción

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

Bloques

Este plugin proporciona 1 bloque.

  • Element Bolt Discovery

Instalación

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

Preguntas frecuentes

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Element451 Integration” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.0

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