Cookly Background

Review Plugin

Example

JavaScript Plugin

1. Add to the place you want the review widget to show

<div id="cookly-review-widget"></div>

2.1 For "Trusted and Verified" widget, add this JavaScript before the end of html body

<script type="text/javascript" src="https://cdn.cookly.me/widget/js/review-widget.min.js"></script>

<script type="text/javascript">

var widget = new CooklyWidget("cookly-review-widget", {

key: "YOURSCHOOLKEY",

});

widget.display();

</script>

2.2 For review widget, add this JavaScript before the end of html body

<script type="text/javascript" src="https://cdn.cookly.me/widget/js/review-widget.min.js"></script>

<script type="text/javascript">

var widget = new CooklyWidget("cookly-review-widget", {

key: "YOURSCHOOLKEY",

type: "review",

});

widget.display();

</script>

3. Replace YOURSCHOOLKEY in the code above with your own key.

Wordpress Plugin

Wordpress plugin is coming soon!



Menu×