Embed Review Widget
FreeShow your Yolist reviews on your own website with a single snippet. No account needed — just paste the code.
Customise your widget
Found in your business URL: /business/slug
Embed code
<iframe
src="https://yolist.uk/widget/reviews/your-business-slug?theme=light&limit=3"
width="100%"
height="400"
frameborder="0"
scrolling="no"
title="your-business-slug Reviews — Yolist"
></iframe>
<script>
window.addEventListener('message', function(e) {
if (e.data && e.data.type === 'yolist-widget-resize') {
var iframe = document.querySelector('iframe[src*="your-business-slug"]');
if (iframe) iframe.style.height = e.data.height + 'px';
}
});
</script>Live preview
https://yolist.uk/widget/reviews/your-business-slug?theme=light&limit=3
Auto-resize support
The widget sends a postMessage event with { type: "yolist-widget-resize", height: number }. Add the script in the embed code above to make the iframe resize automatically on any page.