<article>
<?php the_content() ?>
+ <?php if ( is_page( 14766 ) ) { ?>
+ <script type="text/javascript">
+ var agent = navigator.userAgent.toLowerCase();
+ console.debug("User Agent: "+agent);
+ var isAndroid = (agent.match(/android/i)) ? true : false; var isiOS = (agent.match( /ipad/i ) || agent.match( /iphone/i) || agent.match( /ipod/i))? true: false; var appstore = "";
+ if (isAndroid) {
+ appstore =
+ "https://play.google.com/store/apps/details?id=com.mapntour.android";
+ }
+ else if (isiOS)
+ {
+ appstore = "https://itunes.apple.com/us/app/map-n-tour/id627557027"
+ }
+ if (appstore != "") {
+ window.open(appstore, "_self");
+ }
+ </script>
+ <?php } ?>
</article>
</div>
</div>