You can extend your website by either installing a plugin from the marketplace or adding custom code (for example, scripts provided by third-party services). Both options are managed from the same place in your editor.
Open Plugins and Code
- Log in and open the website you want to edit.
- In the editor, click Settings (gear icon).
- Select Plugins.
- Click Add New and choose what you want to add:
- Add New Plugin
- Add New Custom Code
Install a Plugin from the Marketplace
Plugins are ready-made tools you can add to your website in a few clicks.
- Click Add New → Add New Plugin.
- Browse the marketplace.
- Find the plugin you want and click Add / Install.
- Confirm the installation if prompted.
Note: Most marketplace plugins require a unique code provided by the plugin service. This usually means you’ll need to:
- Create an account with the plugin provider (third party)
- Log in to their platform
- Copy the required code/API key/widget code
- Paste it into the plugin settings in your editor
Follow the setup instructions shown inside each plugin—requirements can vary by provider.
Add Custom Code
Custom code is useful when a service gives you a snippet to paste into your website (for example: analytics, tracking, chat widgets, or verification tags).
- Click Add New → Add New Custom Code.
- Enter a Name (so you can identify the snippet later).
- Set Enable to Yes to activate it.
- Under Set the code place, choose where the code should load:
→ After opening the head tag
→ Before the closing head tag
→ After opening body tag
→ Before closing the body tag - Paste your code into the editor.
Important: Paste the snippet exactly as provided, including its HTML wrapper (for example, <script>...</script> or <meta ...>), not as plain text. - Click Save.