If you want to get creative, there are several alternative ways to embed your Aiden app as a Pop-up app.

1. Banner image


Here we see a banner image that opens the app when the image is clicked:

<img src="..." data-advisor-id="fc9ac063-19cf-4045-bd95-2c78b1cc332e"/>

How to use this:

  1. Implement the Aiden script.
  2. Replace "..." with the URL for the banner image you want to use.
  3. Replace "fc9ac063-19cf-4045-bd95-2c78b1cc332e" with the advisor ID of your app. You can find this ID in the embed code.
  4. Place the completed code snippet anywhere you want the banner to show in your website.
  5. The app will open when a customer clicks on your banner.

2. Menu item


Here’s an example of a website menu with a navigation element that opens the app when the second menu item is clicked:

<li class="menu-item">
	<a href="/category/headphones">
		 Headphones
	 </a>
</li>
<li class="menu-item" data-advisor-id="fc9ac063-19cf-4045-bd95-2c78b1cc332e">
	 Headphone Helper
</li>