peertube-plugin-adsense
v0.0.1
Published
Display ads using AdSense
Downloads
9
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";