How to add favicon to my prototype?


#1

Hi folks,

How to add favicon to my prototype (the image icon beside the site URL) ? Not the AxShare method (not accessible in my region)

Thanks


#2

Hi Tintin,

Generally speaking, adding a favicon would require adding this external code into the header of the output:

<link rel="Shortcut Icon" href="http://www.yoursite.com/favicon.ico" type="image/x-icon"/>

Here’s more on this method:

https://www.w3schools.com/tags/att_link_rel.asp

As you saw on the forum, using Axure Share’s Plugin feature would be the standard way to add this external code:

Manually editing and adding this code to the generated HTML (e.g. into the start.html file) may be possible. But since modifications to the HTML code isn’t supported, we’re not quite able to advise on getting that set up or in the event that it doesn’t work. Hopefully this information can help, though!


closed #3

unlisted #4