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:
<script src="https://widget.tryenkore.com/w.js?id=ek_XXXXXXXX" async></script>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.
Go to your WordPress site and log in to your admin dashboard at yoursite.com/wp-admin.
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.
In your WordPress admin left-hand menu, go to Code Snippets → + Add Snippet.
Click Add Your Custom Code (New Snippet). When prompted to choose a code type, select JavaScript 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.
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:
/thank-you/order-confirmationIf 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.
Give your snippet a name (e.g. “Enkore Widget”). Toggle it to Active. Click Save Snippet.
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.