Embed quickstart
A widget is two lines: one script tag that you paste once per page, and one container where the widget appears. Get the real snippet, with your widget id in it, from Share in the app.
<script async src="https://peoplevouch.com/embed.js"></script>
<div data-peoplevouch="wall" data-widget="00000000-0000-0000-0000-000000000000"></div>That is the whole installation. The widget sizes itself, follows the colours of the page when you ask it to, and shows a neutral card until you publish your first recommendation — so you can install it before you have one.
If your host strips scripts
Some site builders remove script tags. Use the plain iframe instead. It cannot size itself, so set a height that suits the widget.
<iframe src="https://peoplevouch.com/embed/v1/wall/00000000-0000-0000-0000-000000000000" style="width:100%;height:600px;border:0" title="Recommendations on PeopleVouch" loading="lazy"></iframe>If your platform embeds by address
Paste the address on its own.
https://peoplevouch.com/embed/v1/wall/00000000-0000-0000-0000-000000000000Single-page applications
The script mounts every container it finds when the page loads. If your framework adds containers later, call the global once they are in the document.
window.peoplevouch.init();The snippet names the widget, never your handle, so renaming your profile never breaks a page you have already published.