Defining Nosto placements
You can define placements for Nosto to use via a code block called div-elements. Each element marks a location in your site where Nosto can hook into and expose onsite content.
Here is an example of a <div>
tag on the site:
The class needs to always reference nosto_element
so Nosto understands that this element is available for onsite content placement. However the id frontpage-nosto-1
is flexible but requires that each unique element-id has a matching placement defined in Nosto's admin dashboard in order to expose campaigns.
Here is an example of a page with multiple <div>
elements:
Last updated