Open pop up via link / button
L
Lamont Evans
To identify the link associated with the button that makes the pop-up reappear, you can use your browser's developer tools. Here's a general guide using Google Chrome:
Open your website in Google Chrome.
Right-click on the button that makes the pop-up reappear.
Select "Inspect" from the context menu. This will open the Developer Tools panel.
In the Developer Tools panel:
Navigate to the "Elements" tab.
Locate the HTML code for the button. The button should be highlighted in the HTML section.
Look for an attribute such as href or data-href within the button element. This attribute contains the link associated with the button.
If you can't find a direct link in the HTML, you may need to inspect the associated JavaScript code:
Switch to the "Sources" tab in the Developer Tools.
Look for JavaScript files related to your pop-up or the button functionality.
Search for event listeners or functions associated with the button click. Check if there's a function that triggers the appearance of the pop-up.
By inspecting the HTML and JavaScript, you should be able to identify the link or the function responsible for making the pop-up reappear when the button is clicked.
V
Victoire Bastide
Same here !
K
Kish Kreations
yeah me too i need a deep link for customers to click and subcribe. i wanna add the link to linkpop.