Weebly

To integrate MotaWord with a Weebly site using custom code, follow these steps. Weebly provides a way to add custom code to your site through its settings.

  1. Log in to MotaWord Dashboard
    1. Go to MotaWord Dashboard.
    2. Configure the settings as required and copy the generated code snippet provided at the bottom of the configuration page. The code should look similar to this:
<link rel="preconnect" href="https://serve.motaword.com">
<link rel="preload" href="https://serve.motaword.com/js/38-299.js" as="script" importance="high" crossorigin referrerpolicy="unsafe-url">
<link rel="preconnect" href="https://api.motaword.com">
<script src="https://serve.motaword.com/js/38-299.js" data-token="{token}" crossorigin async referrerpolicy="unsafe-url"></script>
  1. Log in to Your Weebly Account

    1. Go to Weebly and log in with your account credentials.
  2. Navigate to the Site Editor

    1. Select Your Site:
      1. From the Weebly dashboard, select the site you want to edit.
    2. Go to the Site Editor:
      1. Click on the Edit Site button to open the site editor.
  3. Add Custom Code to the Site

    1. Navigate to the Settings:
      1. In the site editor, click on Settings in the top navigation bar.
    2. Go to the SEO Section:
      1. In the settings menu, select SEO from the options on the left sidebar.
    3. Add Code to the Header:
      1. Scroll down to the Header Code section.
      2. Paste the copied MotaWord code snippet into the Header Code field:

      <link rel="preconnect" href="https://serve.motaword.com">
      <link rel="preload" href="https://serve.motaword.com/js/38-299.js" as="script" importance="high" crossorigin referrerpolicy="unsafe-url">
      <link rel="preconnect" href="https://api.motaword.com">
      <script src="https://serve.motaword.com/js/38-299.js" data-token="{token}" crossorigin async referrerpolicy="unsafe-url"></script>
      
  4. Save the Changes:

    1. After pasting the code, click Save to apply the changes.
  5. Publish Your Site

    1. Once you have saved the changes, click the Publish button in the top right corner to update your live site with the new integration.