← Back to Help Center

How to Install the Enkore Widget on WordPress

This guide walks you through adding your Enkore widget to a confirmation or thank-you page on your WordPress site — the page your customers see after completing a purchase or booking. The process takes about 5 minutes and does not require any coding experience.

Before you begin, make sure you have two things ready:

  1. Your Enkore snippet (included in your welcome email):
    <script src="https://widget.tryenkore.com/w.js?id=ek_XXXXXXXX" async></script>
  2. The URL or URL pattern of your confirmation page (e.g. yoursite.com/thank-you or yoursite.com/order-confirmation)

If you can’t find your snippet, contact us at eddys@brainbankmedia.com and we’ll resend it.

Step 1 — Log in to your WordPress admin

Go to your WordPress site and log in to your admin dashboard at yoursite.com/wp-admin.

Step 2 — Install the WPCode plugin (if you don’t already have it)

We’ll use a free plugin called WPCode to add your Enkore snippet to a specific page without touching any theme files.

If you already have a plugin that lets you add custom scripts to specific pages, you can use that instead and skip to Step 4.

To install WPCode: In your WordPress admin, go to Plugins → Add New. Search for WPCode. Click Install Now, then Activate.

Step 3 — Open WPCode

In your WordPress admin left-hand menu, go to Code Snippets → + Add Snippet.

Step 4 — Create a new snippet

Click Add Your Custom Code (New Snippet). When prompted to choose a code type, select JavaScript Snippet.

Step 5 — Paste your Enkore snippet

In the code editor, paste your Enkore snippet exactly as it appeared in your welcome email:

<script src="https://widget.tryenkore.com/w.js?id=ek_XXXXXXXX" async></script>

Do not modify the snippet.

Step 6 — Set the snippet to run on your confirmation page only

Under Insertion, set the location to Footer. Then add a page condition so the snippet only runs on your confirmation page — not on every page of your site.

In WPCode, set the condition to Page URL contains and enter the unique part of your confirmation page URL. For example:

    If your confirmation page is at yoursite.com/thank-you, enter /thank-you
    If your confirmation page is at yoursite.com/order-confirmation, enter /order-confirmation

If you’re not sure what URL your confirmation page uses, visit that page after a test purchase and copy the URL from your browser’s address bar.

Step 7 — Name, activate, and save

Give your snippet a name (e.g. “Enkore Widget”). Toggle it to Active. Click Save Snippet.

Step 8 — Test your widget

Complete a test transaction on your site and land on your confirmation page. You should see the Enkore widget appear within about 1.5 seconds.

If the widget doesn’t appear, double-check that your snippet was pasted correctly and that the page condition matches your confirmation page URL exactly. If you still need help, contact us at eddys@brainbankmedia.com.

Closing note: Once your widget is live, let us know and we’ll verify it on our end. After verification, your install status will be updated and your widget will be officially active in the Enkore network.