WooCommerce + Ranqa
Widget + webhook after completed order. HTTP integration — no WordPress.org plugin yet.
1. Widget
Add an iframe in the theme or via an HTML block.
<!-- Ranqa score badge — replace SLUG --> <iframe src="https://ranqa.me/widget/SLUG?type=badge" width="280" height="90" style="border:0;overflow:hidden" title="RanqaScore" loading="lazy" ></iframe>
2. Order → invite
WooCommerce → Settings → Advanced → Webhooks.
- Create a Pro API key in Ranqa.
- New webhook: Topic Order completed (or processing).
- Delivery URL: the endpoint below.
- Authorization Bearer rnq_… via a plugin that supports custom headers, or middleware.
POST https://ranqa.me/api/v1/commerce/woocommerce/orders Authorization: Bearer rnq_… Content-Type: application/json (WooCommerce order JSON — billing.email + line_items)
3. API
Same REST API as other integrations.