Toplist v11
toplist11
The toplist11 widget renders a ranked brand toplist (same data layer as toplist4/5/7 via toplistScope + ToplistAttributes). Supports headings, CTA styling, review text, product selection and date/filter toggles.
Full attributes (all options)
Expand me...
<nw-blocks
id="toplist11"
sellingpointtype="general"
product="CA"
country="ZZ"
language="en"
maxrows="4"
ctakey="cta-claim-bonus"
ctatext="My default text"
headingtextkey="top-10-casino"
reviewkey="read-review"
reviewText="Read review"
headingtext="Simple heading text"
headinglevel="h2"
headingalignment="center"
ctacolors="#452fdb"
ctahovercolors="#4f39f6"
trackinglinktarget="homepage"
target="_blank"
rel="nofollow"
anchorid="testanchorshowcasetoplist11"
welcomeBonusKey="wgt-toplist-welcome-bonus"
bestlabelkey="wgt-toplist-best-label"
hidedate="false"
hidefilter="false"></nw-blocks>
[]
Minimal attributes (defaults applied)
Expand me...
<nw-blocks
id="toplist11"
sellingpointtype="general"
language="en"></nw-blocks>
[]
Sportsbook product (SB)
product="SB" selects the sportsbook vertical instead of casino.
Expand me...
<nw-blocks
id="toplist11"
sellingpointtype="general"
product="SB"
language="fr"
maxrows="3"
ctakey="cta-claim-bonus"
ctatext="My default text"
headingtextkey="top-10-casino"
reviewkey="read-review"
reviewText="Read review"></nw-blocks>
[]
Custom CTA colors
Default CTA button with colors overridden inline. ctahovercolors accepts a JSON array for gradient hover.
Expand me...
<nw-blocks id="toplist11"
sellingpointtype="general"
product="SB"
language="fr"
maxrows="3"
ctakey="cta-claim-bonus"
ctacolors="#452fdb"
ctahovercolors='["#4f39f6", "#9213fa"]'
reviewText="Read review"></nw-blocks>
[]
Hidden date and filter
hidedate and hidefilter strip the freshness date and the filter bar.
Expand me...
<nw-blocks id="toplist11"
sellingpointtype="general"
product="CA"
country="ZZ"
language="en"
maxrows="4"
ctakey="cta-claim-bonus"
ctatext="My default text"
reviewText="Read review"
headingtextkey="top-10-casino"
reviewkey="read-review"
headingtext="Hidden date and filter"
headinglevel="h2"
headingalignment="center"
hidedate="true"
hidefilter="true"
anchorid="testanchorshowcasetoplist11"></nw-blocks>
[]
Restricted jurisdiction (Light Mode)
In a restricted country promotional content is stripped by Light Mode. The snippet only carries country/language; simulate the geo/time gate on the showcase URL with ?country=BE (and optionally ?cftime=2300).
Expand me...
<nw-blocks
id="toplist11"
sellingpointtype="general"
product="CA"
country="BE"
language="nl"
maxrows="4"
reviewText="Lees review"></nw-blocks>
[]