Skip to content

Commit d517206

Browse files
authored
Merge pull request #1122 from segmentio/pj/vt_open_popup
added a section to faq about VT open in new window feature
2 parents 1de4f8a + 02a8c80 commit d517206

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/connections/sources/visual-tagger.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,17 @@ Squarespace uses this technique, and you can examine the HTML of your site to se
210210

211211
Visual Tagger also does not support embedded elements, such as a YouTube video player or a Hubspot form.
212212

213+
### What do I do if my website does not behave correctly inside the VT iframe?
214+
215+
When you load your website in the Visual tagger iframe, you might see unexpected or incorrect behavior. This is because browsers load websites differently inside an `iframe` than in a regular browser window.
216+
For example, Google Chrome blocks certain types of cookies when a page is loaded inside an iframe, and this can cause problems with authentication or other functions.
217+
218+
Click the **Open in Popup** button (above the top right corner of the iframed website) if you experience unexpected behavior when you load your website in the VT iframe, including issues with the login or authentication, or errors with form submissions. This opens the website in a new browser window (outside of an iframe) which is connected to the Visual Tagger.
219+
220+
> success ""
221+
> **Tip!**: You might want to change the width of both the Visual tagger window and your website window so you can view them side by side for easier tagging.
222+
223+
213224
### How can I make my website ideal for Visual Tagger?
214225

215226
The most stable way for Visual tagger to identify elements is if each one has a unique ID that persists even if the page is reorganized.

0 commit comments

Comments
 (0)