====== Affiliate Program Integration ======
====== Clickaine Native Ads ======
Native advertising is a powerful way to monetize your content. Here’s the concept: suppose you have 100 thumbnails on a page. A sponsor or broker wants to insert ads that blend seamlessly with your content—so seamlessly that visitors see them as part of your site.
This is accomplished using [[new_rotation_templates#inline_thumbs]].
**How to set up Clickaine native ads in 5 minutes:**
1. In template editing, click **Add Monetization → Inline Ads → Clickane**. The script automatically inserts your JavaScript code, which looks something like:
(Your code will have your unique ID.)
2. Create a sub-template to display sponsor native thumbnails.
For example, if you output thumbnails inline in your main template:
Or if you use a separate sub-template for thumbnails:
Now create a sub-template called `sponsor_thumbs` (or similar) with Clickaine parameters:
The parameters **inline_thumbs=5 inline_thumbs_subtemplate=sponsor_thumbs** mean: display 5 out of 100 thumbnails using the `sponsor_thumbs` sub-template (the one we created in step 2).
That’s it—native ads are now live on your site.