All Collections
Media Kit
Linking to the Scout Mobile Apps for iOS and Android
Linking to the Scout Mobile Apps for iOS and Android

HTML Code snippets for linking to the Scout for Pet Sitters mobile app

James Dixon avatar
Written by James Dixon
Updated over a week ago

Get the Code Snippet

To get the code snippet, choose an option below and copy and paste the associated code snippet.

There are a number of ways to do this, but the easiest way is to:

  1. Highlight the code snippet with your cursor

  2. Click the "Edit" menu

  3. Click "Select All"

  4. Click the "Edit" menu again

  5. Click "Copy"

Great, now how do I add the Code Snippet to my website?

Choose an App

The following code snippets will display badges that link to the Apple App Store and Google Play. Here's a preview:

Scout for Pet Owners

<div>
  <a href="https://itunes.apple.com/us/app/scout-for-pet-owners/id1200370366?mt=8" title="Scout for Pet Owners on the App Store" target="_blank">
    <img width="150" src="https://scout-files.azureedge.net/media-kit/app-store-badge.svg" alt="Scout for Pet Owners on the App Store" /></a>
  <a href="https://play.google.com/store/apps/details?id=com.scoutforpets.customer" title="Scout for Pet Owners on the Google Play" target="_blank">
    <img width="150" src="https://scout-files.azureedge.net/media-kit/google-play-badge.svg" alt="Scout for Pet Owners on Google Play" />
  </a>
</div>

Scout for Dog Walkers and Pet Sitters

<div>
  <a href="https://itunes.apple.com/us/app/scout-for-dog-walkers-pet-sitters/id1172606767?mt=8" title="Scout for Dog Walkers & Pet Sitters on the App Store" target="_blank">
    <img width="150" src="https://scout-files.azureedge.net/media-kit/app-store-badge.svg" alt="Scout for Dog Walkers & Pet Sitters on the App Store" /></a>
  <a href="https://play.google.com/store/apps/details?id=com.scoutforpets.staff&hl=en" title="Scout for Dog Walkers & Pet Sitters on Google Play" target="_blank">
    <img width="150" src="https://scout-files.azureedge.net/media-kit/google-play-badge.svg" alt="Scout for Dog Walkers & Pet Sitters on Google Play" />
  </a>
</div>
Did this answer your question?