Drop the EarnIt widget into any product page in minutes. Works with Shopify, WooCommerce, and any custom storefront that runs HTML.
Sign up as a retail partner and receive a unique site key tied to your store's domain and product catalog.
Set your product price, name, and the CSS selector for your existing "Add to Cart" button. No redesign needed.
The widget injects itself automatically. User auth, task assignment, progress tracking, and payouts are fully managed.
<!-- EarnIt Widget — paste before </body> on every product page --> <script> window.EarnItConfig = { siteKey: "sk_live_your_key_here", productSelector: ".add-to-cart", productName: "{{ product.title }}", productPrice: {{ product.price }} }; </script> <script src="https://widget.earnit.io/v1/widget.js" async></script>