If you want to get creative, there are several alternative ways to embed your Aiden app as a Pop-up app.
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:
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>