Subscribe me and i subscribe you with 2 channels

Sub4Sub Forums Sub4Sub Subscribe me and i subscribe you with 2 channels

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #911
    benard
    Participant

    <script src=”https://apis.google.com/js/platform.js”></script&gt;

    <script>
    function onYtEvent(payload) {
    if (payload.eventType == ‘subscribe’) {
    // Add code to handle subscribe event.
    } else if (payload.eventType == ‘unsubscribe’) {
    // Add code to handle unsubscribe event.
    }
    if (window.console) { // for debugging only
    window.console.log(‘YT event: ‘, payload);
    }
    }
    </script>

    <div class=”g-ytsubscribe” data-channelid=”UCIihFqzpH1suTX4W7jeL54w” data-layout=”full” data-theme=”dark” data-count=”default” data-onytevent=”onYtEvent”></div>

    https://www.youtube.com/channel/UCIihFqzpH1suTX4W7jeL54w

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.