//assets.publir.com/client/subscriber.js
Include this js file in the head of each page that will use publir subscriptions
00109bba23df0487bbd56d09c2b0efce
Set your token in javascript in the head of each page:
pubsubs.publisher_token = [your_token];
Complete <head> setup:
<script type="text/javascript" src="//assets.publir.com/client/subscriber.js"></script>
<script type="text/javascript">
pubsubs.publisher_token = '00109bba23df0487bbd56d09c2b0efce;
pubsubs.ad_callbacks = ['show_ads'];
pubsubs.init();
</style>
if(display_ads_server){//place the ad header here.} ex: if(display_ads_server){gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';};
Copyright © 2019 Publir. All rights reserved.