You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
<script src="
https://apis.google.com/js/platform.js"></script>
<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="UC1UlKiGyo5IV7eFOUV-VbrQ" data-layout="full" data-theme="dark" data-count="default" data-onytevent="onYtEvent"></div>