peertube-plugin-adsense

Display ads using AdSense

Usage no npm install needed!

<script type="module">
  import peertubePluginAdsense from 'https://cdn.skypack.dev/peertube-plugin-adsense';
</script>

README

PeerTube AdSense plugin

PeerTube AdSense plugin allows you to display ads from AdSense beside videos and within search results.

How To

Go to Administration > Settings > Advanced and define the following variables in the custom JavaScript block:

window.adsenseClientId = "YOUR ADSENSE CLIENT ID";
window.nextPlayerAdSlot = "ID OF THE ADSENSE UNIT DISPLAYED BESIDE VIDEOS";
window.searchAdSlot = "ID OF THE ADSENSE UNIT DISPLAYED IN SEARCH RESULTS";