Create Button Using Provided Code
To make a clickable button that would open a new windows using your provided link, copy and paste this script to your footer : <script> function getMobileOperatingSystem() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; if ( userAgent.match( /iPad/i ) || userAgent.match( /iPhone/i ) || userAgent.match( /iPod/i ) ) { return ‘iOS’; } else … Read more