Skip to content
  • There are no suggestions because the search field is empty.

Embedding your PostRev Widget

Embed the PostRev Widget on your website and allow your bookers to manage their orders, upgrade, change times and dates.

This guide explains how to set up PostRev on your website by creating a dedicated order-management page and embedding the required PostRev scripts. It covers where to place the head and body scripts, how to add your widgetId, and how to test the setup in a staging or live environment. You’ll also learn how to share your URL with TickX for final checks and where to get support if needed.

Overview

PostRev allows your customers to manage their orders online — rescheduling, upgrading, and completing surveys — directly through your website.
To get started, you’ll need to create a dedicated page for PostRev and add two small pieces of code.

Typical page paths used by partners:
/orders or /order-management
(Feel free to choose a URL that works best for your site.)


Step 1 — Create Your PostRev Page

Ask your web team to create a new page on your website where the PostRev widget will appear.


Step 2 — Add the Head Script

Insert the following script at the bottom of the <head> section of your new page.
This script loads the PostRev widget.

<script>
(function(t,i,c,k,x){
if (!t.txp){t.txp=[];t.tx=function(c){t.txp.push(c);}}
x=i.createElement(c);x.id='tx';x.src='https://w2.tickxcore.com/embed';
k=i.getElementsByTagName(c)[0];k.parentNode.insertBefore(x,k)
})(window, document, 'script');
</script>

Step 3 — Add the Body Script

Place this code in the section of the same page, in the exact spot where you want the widget to appear.

Note: Your TickX Account Manager will provide the correct widgetId for your setup.

<div id="postrev-widget"></div>
<script>
tx({
widgetId: 'demo', // Replace with your widget ID
configId: 'default',
selector: '#postrev-widget',
locale: 'en-US', // Remove this line if not applicable
app: 'order-manager'
});
</script>

 


Step 4 — Test Before Launch

  • We recommend embedding the widget in a staging or test environment first.

  • Once installed, you should see your order management page load with the PostRev widget.

  • Please send your test or live URL to your TickX Account Manager so we can run final checks before launch.


 

We’re Here to Help

If you have any questions or run into issues:

  • Contact your TickX Account Manager directly.

  • Or email support@tickx.com for urgent queries.

  • You can also request a short integration call to walk through the steps.