Skip to content

Smart Banners

Smart banners are lightweight bars that appear on your website, prompting mobile visitors to open or install your app. They are the simplest way to convert web traffic into app users.

  1. You create a banner in the Tolinku dashboard with your desired text, colors, and call-to-action.
  2. You add a small script tag to your website.
  3. When a mobile visitor loads your page, the banner appears at the top or bottom of the screen.
  4. Tapping the banner opens the app (if installed) or redirects to the App Store / Play Store.

Banners are rendered client-side by the Tolinku banner script. They do not require any server-side changes to your website.

Banners list showing four smart banners with titles, labels (promo, announcement, info), active/inactive status, and priority values

Add this script tag to your website’s HTML, before the closing </body> tag:

<script
src="https://cdn.tolinku.com/banner.js"
data-key="tolk_pub_your_publishable_key"
async
></script>

Replace tolk_pub_your_publishable_key with your Appspace’s publishable API key. The script fetches your active banner configuration and renders it automatically.

Each banner has a label that categorizes it:

LabelUse case
websiteGeneral “Get our app” banner for your main site
infoInformational messages (e.g. “New version available”)
promoPromotional offers or campaigns
announcementTime-sensitive announcements

Labels let you show different banners on different pages by filtering with the data-label attribute on the script tag.

The free tier includes 1 smart banner. Paid plans allow unlimited banners with scheduling and audience targeting.