How to Install the llmo.press AI Chat Widget on Your Website
Introduction
Enhance your website with llmo.press's AI chat widget to engage visitors and offer instant assistance. Follow the instructions below to install the widget on various platforms.
llmo.press is an application designed to help you improve your website's presence in Large Language Model (LLM) chat bots. The platform bridges the gap between businesses and LLM platforms by optimizing content for LLM consumption, providing analytics on customer interactions, and offering tools to continuously improve LLM-based customer engagement. Let's talk about how to add llmo.press to your website.
Installation Instructions
General Installation
To add the AI chat widget to your website, follow these steps:
-
Access Your Website's HTML:
- Open the HTML file of the webpage where you want to add the widget.
-
Insert the Code:
- Copy the following script code and paste it right before the closing
</body>
tag of your HTML:
html
- Copy the following script code and paste it right before the closing
-
Customize the Widget (Optional):
- You can personalize the widget by altering the following settings within the script:
button_text
: Change the text displayed on the button.button_color
: Modify the color of the button using a hex code.intro_text
: Update the introductory text shown in the chat.
- You can personalize the widget by altering the following settings within the script:
Platform-Specific Installation
WordPress
-
Access the Admin Panel:
- Log into your WordPress dashboard.
-
Edit the HTML:
- Navigate to
Appearance
>Editor
. - Select the
footer.php
file.
- Navigate to
-
Add the Widget Code:
- Insert the provided script code before the closing
</body>
tag.
- Insert the provided script code before the closing
-
Save Changes:
- Click
Update File
to save your changes.
- Click
Webflow
-
Open Project Settings:
- Go to your Webflow dashboard and select your project.
-
Custom Code Section:
- Navigate to
Project Settings
>Custom Code
.
- Navigate to
-
Add the Widget Code:
- Paste the script code in the
Footer Code
section, before the closing</body>
tag.
- Paste the script code in the
-
Publish Your Site:
- Click
Publish
to apply the changes.
- Click
Custom Websites
For custom-built websites, follow the general installation instructions provided above. Ensure you have access to the HTML files of your site.