CINXE.COM

<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <base target="_blank"> <title class="pageTitle"></title> <meta name="description" content="Simple and Powerful Waymarking. Experience a whole new way to play the game of Waymarking!"> <link rel="shortcut icon" href="/assets/appicon.png"> <!-- Smart App Banner --> <meta name="apple-itunes-app" content="app-id=1485909913"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> <link rel="stylesheet" href="/main.css"> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-EY9DWKGY5X"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-EY9DWKGY5X'); </script> </head> <body class="subPageBody"> <div class="headerBackground subPageHeaderBackground"> <div class="container subPageContainer"> <header> <div class="logo"> <div class="appIconShadow"> <svg width="0" height="0"> <defs> <clipPath id="shape"> <path id="shape" class="cls-1" d="M6181.23,233.709v-1.792c0-.5-0.02-1-0.02-1.523a24.257,24.257,0,0,0-.28-3.3,11.207,11.207,0,0,0-1.04-3.132,10.683,10.683,0,0,0-1.95-2.679,10.384,10.384,0,0,0-2.68-1.943,10.806,10.806,0,0,0-3.13-1.038,19.588,19.588,0,0,0-3.3-.285c-0.5-.017-1-0.017-1.52-0.017h-22.39c-0.51,0-1.01.017-1.53,0.017a24.041,24.041,0,0,0-3.3.285,11.009,11.009,0,0,0-3.13,1.038,10.491,10.491,0,0,0-4.62,4.622,10.893,10.893,0,0,0-1.04,3.132,19.2,19.2,0,0,0-.28,3.3c-0.02.5-.02,1-0.02,1.523v22.392c0,0.5.02,1,.02,1.524a24.257,24.257,0,0,0,.28,3.3,10.9,10.9,0,0,0,1.04,3.132,10.491,10.491,0,0,0,4.62,4.622,11.04,11.04,0,0,0,3.13,1.038,19.891,19.891,0,0,0,3.3.285c0.51,0.017,1.01.017,1.53,0.017h22.39c0.5,0,1-.017,1.52-0.017a24.221,24.221,0,0,0,3.3-.285,10.836,10.836,0,0,0,3.13-1.038,10.408,10.408,0,0,0,2.68-1.943,10.683,10.683,0,0,0,1.95-2.679,11.217,11.217,0,0,0,1.04-3.132,20.257,20.257,0,0,0,.28-3.3c0.02-.5.02-1,0.02-1.524v-20.6h0Z" transform="translate(-6131 -218)"/> </clipPath> </defs> </svg> <a href="../" target="_self"><img class="headerIcon" src="/assets/appicon.png"></a> <div class="divider"></div> </div> <p class="headerName"></p> </div> <nav class="scroll"> <ul> <li><a href="/changelog/" target="_self">What's New</a></li> <li><a href="/help/" target="_self">Help</a></li> <li><a href="/assets/PressKit.zip">Press Kit</a></li> </ul> </nav> </header> <article class="page markdown-body"> <h2 id="help">Help</h2> <p>Have questions about Waymarkly? We are happy to help!</p> <ul> <li><a href="https://www.facebook.com/groups/waymarkly">Waymarkly Facebook Group</a></li> <li><a href="mailto:support@waymarkly.com">Email Support</a></li> </ul> </article> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> <script> $(function() { var apiURL = "https://itunes.apple.com/lookup?id=1485909913&country=us&callback=?"; $.getJSON(apiURL, function(json) { if (json.results && json.results.length) { console.info("Image strings loaded from Apple API."); var appInfo = json.results[0]; // Set favicon $('link[rel="shortcut icon"]').attr("href", appInfo.artworkUrl512); // Set page title using the iOS app ID if it is not set manually in _config.yml var $pageTitle = $(".pageTitle"); if ($.trim($($pageTitle).text()).length == 0) { $($pageTitle).html(appInfo.trackName); } // Set large app icon using the iOS app ID if it is not set manually in _config.yml var $appIconLarge = $(".appIconLarge"); if (!$appIconLarge.attr('src')) { $($appIconLarge).attr("src", appInfo.artworkUrl512); } // Set header app icon using the iOS app ID if it is not set manually in _config.yml var $appIconHeader = $(".headerIcon"); if (!$appIconHeader.attr('src')) { $($appIconHeader).attr("src", appInfo.artworkUrl512); } // Set app name using the iOS app ID if it is not set manually in _config.yml var $appName = $(".appName"); if ($.trim($($appName).text()).length == 0) { $($appName).html(appInfo.trackName); } // Set the name displayed in the header if it is not set manually in _config.yml var $headerName = $(".headerName"); if ($.trim($($headerName).text()).length == 0) { $($headerName).html(appInfo.trackName); } // Set price using the iOS app ID if it is not set manually in _config.yml var $appPrice = $(".appPrice"); if ($.trim($($appPrice).text()).length == 0) { $($appPrice).html(appInfo.formattedPrice); } // Set App Store link using the iOS app ID if it is not set manually in _config.yml var $appStoreLink = $(".appStoreLink"); if ($.trim($appStoreLink.attr('href')).length == 0) { $($appStoreLink).attr("href", appInfo.trackViewUrl); } console.info(appInfo); } }); }); </script> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10