By default, when you load a page that requires an authentication (a client account, for example), or a conversion funnel page, the page displayed in the editor will be empty or will show an error because it often requires session information (e.g.: products to be displayed in the cart page).
To get around this issue, you need to inject the source code of the page within the Main information step of the creation flow.
There are 2 ways to do so:
- Using the Load editor with embedded source code option manually
- Using the Apply HTML option within the AB Tasty add-on
Using the Load editor with embedded source code option manually
The first method is to paste the page’s source code directly into AB Tasty. To do so:
- Go to the URL you want to load in the editor.
- Right click Inspect.
- In the Elements tab of the console, go to the first line of code: the <html> tag.
- Right click it and go to Copy > OuterHTML: You will get the entire source code of the page with all the scripts and information needed.
- Paste this code into the dedicated window within the Main Information step.
- Click Save:
The page loads in the editor and you can apply your changes as usual.
Using the Apply HTML option within the AB Tasty add-on
The AB Tasty Chrome add-on lets you load the editor for any campaign. With its Apply HTML option, the source code of the page will be injected directly into the Main Information step. To do so:
- Go to the URL you want to load in the editor.
- Open the AB Tasty Chrome add-on.
- Select your campaign.
- Click Apply HTML and wait a few seconds.
- Click Editor:
The source code is injected and the editor loads the desired page.
Comments
0 comments
Please sign in to leave a comment.