Loading...
Loading...
Add trusted VR Eddie community sentiment ratings to your site. Simply copy the embed code below and paste it into your HTML. The badge links back to the full review on vreddie.com.
Live Preview
<!-- VR Eddie Rating Badge --> <iframe src="https://www.vreddie.com/embed/rating/meta-quest-3?type=headset" width="280" height="100" style="border:none;border-radius:12px;overflow:hidden;" title="VR Eddie Rating: Meta Quest 3" loading="lazy" ></iframe>
Replace meta-quest-3 with any headset slug (e.g., apple-vision-pro, psvr-2).
Live Preview
<!-- VR Eddie Rating Badge --> <iframe src="https://www.vreddie.com/embed/rating/beat-saber?type=game" width="280" height="100" style="border:none;border-radius:12px;overflow:hidden;" title="VR Eddie Rating: Beat Saber" loading="lazy" ></iframe>
Replace beat-saber with any game slug (e.g., half-life-alyx, superhot-vr).
You can also fetch the raw embed snippet programmatically:
GET https://www.vreddie.com/api/embed/rating/{slug}?type=headset
GET https://www.vreddie.com/api/embed/rating/{slug}?type=game
# Returns plain-text HTML you can inject into your page.| Param | Type | Description |
|---|---|---|
slug | string | URL slug of the headset or game (path parameter) |
type | headset | game | Whether to look up a headset or game (default: headset) |