Skip to main content
All CollectionsEmbedding
Wordpress - Launch Calculator or Quiz Pop up
Wordpress - Launch Calculator or Quiz Pop up
Pratham Mittal avatar
Written by Pratham Mittal
Updated over 2 years ago

This section provides a step by step illustration on How to Add a popup trigger to a WordPress Website.

## 1. Login to your Wordpress account

Log into your site's wp-admin and log in with your credentials.

Wordpress admin login screen

Wordpress admin login screen

## 2. Add a Page

Once you have logged in, the Dashboard will open up. Now look for "Add Page" option under the Pages section on the left sidebar.

## 3. Customize the page and determine where you'd want to place the code

Customize the page as per your requirement and figure out the place where you'd like to add the you copied from Outgrow’s settings panel.

## 4. Edit the code copied from Outgrow

The code that you got from the dashboard will look similar to the one shown below:

Just add this small snippet above your code - <script>jQuery.noConflict();</script>

The resulting code will look like this -

jQuery.noConflict();

Now let’s make a dummy structure and paste the code that you got from Outgrow’s panel.

 
 Sample Outgrow Page 
 
 
 

As you can see, we have created a div with the id 'popup' where we intend to place our trigger. You should have a similar structure. This will be a perfect position to place your calculator pop up code.

Insert the code that you copied from the panel in the first place

## 5. And we're done

You have embedded a drawer popup on a Wordpress page; it should look somewhat like this.

Did this answer your question?