Widgets

HERO WIDGET

Installation

Thank you for reading this post, don't forget to subscribe!

This code should be pasted in your page layout, where you want to place the CoverRight widget:

<script id="cover-right-widget3-script" src="https://widget3.partners.coverright.com/js/iframe.js"></script>

STICKY FORM WIDGET

Installation

This code should be pasted in your page layout, where you want to place the CoverRight widget:

<script id="cover-right-widget5-script" src="https://widget5.partners.coverright.com/js/iframe.js"></script>

AGENT CARD

Installation

This code should be pasted in your page layout, where you want to place the CoverRight widget:

<script id="cover-right-widget9-script" src="https://widget9.partners.coverright.com/js/iframe.js"></script>

QUIZ

Installation

This code should be pasted in your page layout, where you want to place the CoverRight widget:

<script id="cover-right-widget10-script" src="https://widget10.partners.coverright.com/js/iframe.js"></script>

MEDIGAP RATE TABLE

Installation

This code should be pasted in your page layout, where you want to place the CoverRight widget:

<script id="cover-right-widget4-script" src="https://widget4.partners.coverright.com/js/iframe.js"></script>

CARRIER REVIEW WIDGET

Installation

This code should be pasted in your page layout, where you want to place the CoverRight widget:

<script id="cover-right-widget6-script" src="https://widget6.partners.coverright.com/js/iframe.js"></script>

MEDIGAP RATE TREND WIDGET

Installation

This code should be pasted in your page layout, where you want to place the CoverRight widget:

<script id="cover-right-widget8-script" src="https://widget8.partners.coverright.com/js/iframe.js"></script>

Add custom parameters to a resulting url

We set UTM tags automatically, but sometimes you might want to set the `subid2` or some other parameters in the resulting url. There is way to do that:

window.CoverRightWidgetParams = {subid2: '1234567'};

The `var1=1234567` would be added to url and tracked by affiliation link rule.

Full example

<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
<div style="width: 360px">
<script>
window.CoverRightWidgetParams = {subid2: '1234567'};
</script>
<script id="cover-right-widget3-script" src="https://widget3.partners.coverright.com/js/iframe.js"></script>
</div>
</body>
</html>