⚠️ Important Notice: We are transitioning from
<bw-widget>to<nw-blocks>tags. While<bw-widget>is still supported for backward compatibility, all new implementations should use<nw-blocks>. Please update your existing widgets when possible.
CTA Button 3 components provide a streamlined call-to-action solution with optional brand logos displayed inline with the button. This variant offers a more compact design compared to CTA Button 2, with the logo appearing alongside the button rather than above it.
A compact CTA button component with an optional brand logo displayed inline to the right of the button.
Display the brand logo inline to the right of the button for a compact branded experience.
Customize button colors to match your brand or design theme.
| Attribute | Type | Default | Description |
|---|---|---|---|
id |
string | required | Component identifier (ctabutton3) |
cloakedlink |
string | "cresus-casino" |
The cloaked tracking link slug |
showlogo |
boolean | true |
Display brand logo inline with button |
ctatext |
string | "" |
Button text (overrides ctakey translation) |
ctakey |
string | "" |
i18n translation key for button text |
target |
string | "_blank" |
Link target attribute |
rel |
string | "nofollow" |
Link rel attribute |
trackinglinktarget |
string | "" |
Additional tracking target parameter |
referer |
string | - | Referer parameter for tracking |
ctacolors |
string | "#05842A" |
Button background color (single color only) |
ctahovercolors |
string | "#096725" |
Button hover background color (single color only) |
A geo-targeted compact CTA button that automatically selects brands based on user location, product type, and language preferences.
Display the geo-targeted brand logo inline with the button.
Easily switch between Casino, Sports Betting, or other products with the product attribute.
| Attribute | Type | Default | Description |
|---|---|---|---|
id |
string | required | Component identifier (ctageobutton3) |
brandposition |
number | 0 |
Brand position in the geo-targeted list (0-indexed internally, use 1 for first) |
product |
string | - | Product type (e.g., “SB” for Sports Betting, “CA” for Casino) |
language |
string | "en" |
Language code (e.g., “fr”, “en”) |
country |
string | "ZZ" |
Country code (e.g., “FR”, “US”, “ZZ” for generic) |
countryState |
string | - | State code for US/CA (e.g., “NY”, “ON”) |
sellingpointtype |
string | "general" |
Type of selling point to display |
showlogo |
boolean | true |
Display brand logo inline with button |
ctatext |
string | "" |
Button text (overrides ctakey translation) |
ctakey |
string | "" |
i18n translation key for button text |
target |
string | "_blank" |
Link target attribute |
rel |
string | "nofollow" |
Link rel attribute |
trackinglinktarget |
string | "" |
Additional tracking target parameter |
referer |
string | - | Referer parameter for tracking |
maxRows |
number | 9999 |
Maximum number of rows to fetch |
ctacolors |
string | "#05842A" |
Button background color (single color only) |
ctahovercolors |
string | "#096725" |
Button hover background color (single color only) |
CTA Button 3 uses solid colors only (no gradients like CTA Button 2).
ctacolors="#05843A"
ctahovercolors="#096735"
Colors should be specified as standard CSS color values (hex, rgb, etc.).
showlogo="true" to display the brand logoAll examples above use the new <nw-blocks> tag. If you need to use the legacy <bw-widget> tag for backward compatibility, simply replace <nw-blocks> with <bw-widget> in any example:
<!-- New way (recommended) -->
<nw-blocks id="ctabutton3" cloakedlink="greatwin-casino" showlogo="true" >
</nw-blocks>
<!-- Old way (still supported) -->
<bw-widget id="ctabutton3" cloakedlink="greatwin-casino" showlogo="true" >
</bw-widget>
Both tags work identically and support all the same attributes and functionality.
<nw-blocks id="ctabutton3"
cloakedlink="your-casino"
ctatext="Play Now"
ctacolors="#05843A" >
</nw-blocks>
<nw-blocks id="ctabutton3"
cloakedlink="your-casino"
showlogo="true"
ctatext="Join Today"
ctacolors="#FF6B35" >
</nw-blocks>
<nw-blocks id="ctageobutton3"
product="CA"
language="en"
brandposition="1"
showlogo="true"
ctatext="Claim Bonus" >
</nw-blocks>
<nw-blocks id="ctageobutton3"
product="SB"
language="fr"
showlogo="true"
ctacolors="#1E90FF"
ctahovercolors="#0066CC"
ctatext="Parier Maintenant" >
</nw-blocks>
| Feature | CTA Button | CTA Button 2 | CTA Button 3 |
|---|---|---|---|
| Layout | Simple link/button | Card with logo above | Compact horizontal |
| Logo Position | N/A | Above button | Right of button |
| Description Text | No | Yes | No |
| Colors | Gradient support | Gradient support | Solid colors only |
| Best For | Text links, simple CTAs | Hero sections, featured content | Sidebars, inline CTAs |
| Space Required | Minimal | Large | Compact |