0.0.1 • Published 3 years ago

peertube-plugin-adsense v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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";