Embed Release0 agents in WordPress sites using the official plugin. This guide provides step-by-step instructions to add your agent to WordPress pages, including embedding options and personalization features.
The WordPress plugin allows seamless embedding of agents into your WordPress site. Follow these steps to get started.
Before using the plugin, you need to:
Generate Initialization Snippet:
Embedding Modes:
Note: You can customize this snippet from the Integrations tab of your agent’s flow editor.
To exclude the a from specific pages, provide a comma-separated list of page paths.
Path | Exclusion Behavior |
---|---|
/app/* | Excludes all pages starting with /app/ . |
/app | Excludes only the /app page. |
/app?param=1 | Excludes /app only when the query parameter is set to 1 . |
/app?param=* | Excludes /app with any param query value. |
/app/*?param=* | Excludes all /app/ pages with any param query value. |
Enhance user experience by injecting WordPress-specific variables directly into your agent.
WP Email
, ensure the variable is spelled as WP Email
(case-sensitive).Note: Incorrect syntax, such as
wp Email
orWP email
, will not work.
https://cdn.jsdelivr.net
from LiteSpeed’s “Localize Resources” list.web.js
and agent
to the JS Excludes and JS Deferred Excludes fields in LiteSpeed’s Tuning Settings.agent
.defer
attribute to external scripts, add an exception for agent
in the plugin’s configuration.🎉 Now that you’ve seen the technical steps, explore our WordPress integration blog post to see real-world examples and creative ways to use Release0 on your site.
Embed Release0 agents in WordPress sites using the official plugin. This guide provides step-by-step instructions to add your agent to WordPress pages, including embedding options and personalization features.
The WordPress plugin allows seamless embedding of agents into your WordPress site. Follow these steps to get started.
Before using the plugin, you need to:
Generate Initialization Snippet:
Embedding Modes:
Note: You can customize this snippet from the Integrations tab of your agent’s flow editor.
To exclude the a from specific pages, provide a comma-separated list of page paths.
Path | Exclusion Behavior |
---|---|
/app/* | Excludes all pages starting with /app/ . |
/app | Excludes only the /app page. |
/app?param=1 | Excludes /app only when the query parameter is set to 1 . |
/app?param=* | Excludes /app with any param query value. |
/app/*?param=* | Excludes all /app/ pages with any param query value. |
Enhance user experience by injecting WordPress-specific variables directly into your agent.
WP Email
, ensure the variable is spelled as WP Email
(case-sensitive).Note: Incorrect syntax, such as
wp Email
orWP email
, will not work.
https://cdn.jsdelivr.net
from LiteSpeed’s “Localize Resources” list.web.js
and agent
to the JS Excludes and JS Deferred Excludes fields in LiteSpeed’s Tuning Settings.agent
.defer
attribute to external scripts, add an exception for agent
in the plugin’s configuration.🎉 Now that you’ve seen the technical steps, explore our WordPress integration blog post to see real-world examples and creative ways to use Release0 on your site.