Don't forget to paste the html codes of add to home modals on the html page you want to use.
You can show Add to Home component with AddtoHome();
javascript code.
It shows everytime when the page loaded.
You can set a delay time.
Example:
AddtoHome("5000");
Trigger in 5 seconds after the page load.
Trigger the modal only once to users.
AddtoHome("5000", "once");
With this example, you can trigger the add to home component only once to user.