📘 Affiliate Widget

This affiliate widget is designed to query our 1 Billion strong database of book prices and return where you can get the cheapest one. We then share the affiliate earnings with you — everybody wins!

💡 Widget Code


<?php
$ref = 'partner123'; // Will be replaced with a unique partner reference
echo '<div id="book-price-widget" data-isbn="' . htmlspecialchars($isbn) . '" data-ref="' . htmlspecialchars($ref) . '"></div>';
echo '<script src="https://thepriceofbooks.com/cdn/bookPriceWidget.js"></script>';
?>
      
🔍 Click to understand how the widget code works
  • $ref: Your unique affiliate partner ID
  • $isbn: The ISBN of the book to search for
  • <div id="book-price-widget">: Placeholder for the widget
  • <script>: Loads the actual widget from our CDN

🚀 Live Widget Preview

Footer