Docs
Introduction
Introduction
Learn how to add Amy to your website.
Wordpress:
- Login to your Wordpress Admin Dashboard: Access your website's backend by logging in.
- Navigate to the Theme Editor: Go to "Appearance" > "Theme Editor".
- Select the Theme Header (header.php): In the Theme Editor, locate and select "header.php" from the list of files on the right-hand side.
- Insert the Script Tag: Within the
<head>
section of the code, insert your script tag. Make sure to place it just before the closing</head>
tag. - Save Changes: Once you've added the script tag, save your changes.
Squarespace:
- Access the Squarespace Editor: Log in to your Squarespace account and enter the editor for your website.
- Go to Settings: Navigate to "Settings" > "Advanced" > "Code Injection".
- Insert the Script Tag: Paste your script tag into the "Header" section.
- Save Changes: After adding the script tag, save your changes.
Shopify:
- Access the Shopify Admin: Log in to your Shopify account.
- Go to Theme Editor: Navigate to "Online Store" > "Themes" > "Actions" > "Edit Code".
- Open the Theme.liquid file: In the code editor, locate and open the "theme.liquid" file.
- Insert the Script Tag: Find the
<head>
section and insert your script tag just before the closing</head>
tag. - Save Changes: Once you've added the script tag, save your changes.
Carrd:
- Access Site Settings: Log in to your Carrd account and select the website you want to edit.
- Go to Site Settings: Click on the gear icon to access "Site Settings".
- Enter Custom Code: In the "Site Settings" menu, scroll down to the "Custom Code" section.
- Insert the Script Tag: Paste your script tag into the "Head" section.
- Save Changes: After adding the script tag, save your changes.
General Tips:
- Test: After adding the script tag, make sure to test your website to ensure that the script is functioning correctly.
- Code Formatting: Ensure that your script tag is properly formatted and your chatbot ID is correct.