BuySellAds logo in dark color

Icon Bar is a suitable format for those who are looking to display ads above the main content. It combines every essential creative field to create an ad that is impactful while taking up a small vertical space. You can also customize the text and background color by modifying the CSS variables.

  • --iconBarColor
  • --iconBarBackgroundColor

Installation Instructions

  1. Load this script only once, even if you have multiple custom ad units on your site.
  2. To prevent blocking your page load, place the script near the end of the tag of your HTML document.
  3. If your build automatically includes the "async" attribute, you can remove it.

		<script src="//m.servedby-buysellads.com/monetization.js"></script>
	

Create the ad container

Create an empty element where the ads will load:

		<div id="iconBarJs"></div>
	

Load the ad into the target container

Call this function to load the ad into the target container.