chrisonline I update post. Uploaded images to imgur.
This link may help with subdomain question.
UPD: Sorry, i wrong.
This link
<head>
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(function() {
OneSignal.init({
appId: "YOUR_APP_ID",
subdomainName:"YOUR_LABEL"/* The label for your site that you added in Site Setup mylabel.os.tc */
notifyButton: {
enable: true,
},
});
});
</script>
</head>
subdomainName:"YOUR_LABEL"/* The label for your site that you added in Site Setup mylabel.os.tc */