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:
Highlight the code snippet with your cursor
Click the "Edit" menu
Click "Select All"
Click the "Edit" menu again
Click "Copy"
Great, now how do I add the Code Snippet to my website?
We're glad you asked! Check out this article to learn how
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>