Opening a Popup with a URL works very similar to opening a popup by clicking on any HTML element. The main difference is that you will use an HTML link and that the page will refresh before opening the popup. Once you configured your display rules to show the popup you need to get the popup ID, which is the number that you see on the trigger classes of your popups list.
So if you want to open the “Coupon popup” all you need to do is append to any URL #spu-open-163. Let’s say for example that you want to show a coupon on the pricing page when you send users from your blog. What you need to do in that case is to use links like this on your blog posts:
<a href=”https://yourdomain.com/pricing/#spu-open-163″>Check pricing page</a>
Once the user clicks on that link and the pricing page loads, the popup will be shown. Remember to avoid the popup opening automatically change the trigger rules to “class triggering” and leave the value empty.
How to open with URL in the same page:
If you want to open the popup on the same page using URL instead of class attribute you need to use “#spu-163” like this:
<a href=”#spu-163″>Check pricing page</a>