adding the button config
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 16 Nov 2017 18:37:41 +0000 (13:37 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 16 Nov 2017 18:37:41 +0000 (13:37 -0500)
needed for the smartbanner.

parts/header-meta.php

index 25cef95..5077dad 100644 (file)
@@ -27,5 +27,9 @@
         <meta name="smartbanner:icon-apple" content="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.png">
         <meta name="smartbanner:icon-google" content="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.png">
         <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.css">
+        <meta name="smartbanner:button" content="View">
+        <meta name="smartbanner:button-url-apple" content="https://itunes.apple.com/us/app/michigans-keweenaw-peninsula/id1003861626?ls=1&mt=8">
+        <meta name="smartbanner:button-url-google" content="https://play.google.com/store/apps/details?id=com.visitapps.keweenawmi">
+        <meta name="smartbanner:enabled-platforms" content="android,ios">
     <?php endif; ?>
   </head>