📘 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.

This means that when a customer looks for an item that you dont have anymore or never did, you can still help your customers, and earn money by directing them to where they can purchase the book

💡 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