Demo Playground
Coba semua tipe widget social proof dengan data contoh
Kode embed
<iframe
src="https://proofkit.web.id/api/widget/demo?type=wall"
style="width:100%;border:0;min-height:200px;overflow:hidden;"
id="proofkit-frame"
loading="lazy"></iframe>
<script>
window.addEventListener('message', function (e) {
if (e.data && e.data.type === 'proofkit:resize') {
var f = document.getElementById('proofkit-frame');
if (f) f.style.height = e.data.height + 'px';
}
});
</script>