Usage

  1. Obtain an id (aka. Channel ID) from IndieBoosting.com

  2. Insert once in the <head> tag:

    <!-- optional -->
    <link rel="stylesheet" href="<https://cdn.indieboosting.com/latest/style.css>">
    
  3. Place this snippet to a location you want to display:

    <!-- a wrapped element is highly recommended -->
    <div class="indiebacklink-wrapper">
      <script src="<https://cdn.indieboosting.com/latest/script.js?id=XXXXXXXX>"></script>
    </div>
    

URL Parameters:

Example:

<html>
<head>
	<title>IndieBoosting - Listing Example</title>
	<link rel="stylesheet" href="<https://cdn.indieboosting.com/latest/style.css>">
</head>
<body>
	<footer>
		<div class="w-full max-w-3xl mx-auto mb-10">
		  <script src="<https://cdn.indieboosting.com/latest/script.js?id=**XXXXXXXX**>"></script>
		</div>
	</footer>
</body>
</html>