Docs

Hostinger

Documentation

Install on Hostinger

Add SpryUI to your Hostinger site, connect your project, and check your first banner on a published page with this setup guide.

Before you start

Copy your project’s public key and add your website’s hostname in Get Started.

Check the published website: custom scripts may not run inside the builder preview.

Add the snippet

  1. In the website builder’s manual mode, open the three-dot menu → Integrations.
  2. Paste the snippet below into the Custom code field.
  3. Save and choose Update website.

Replace YOUR_PROJECT_PUBLIC_KEY with your key. Add this snippet once.

Snippethtml
<script src="https://spryui.com/sdk/v1/index.iife.js"></script>
<script>
  SpryUI.initSpryUi({ publicKey: "YOUR_PROJECT_PUBLIC_KEY" });
</script>

Check your banner

In SpryUI, create and enable a Production banner. Open your published website in a new tab. If it does not appear, follow Troubleshooting.

Hostinger’s custom code instructions ↗