All Collections
Media Kit
Adding screenshots from the Scout mobile apps to your website
Adding screenshots from the Scout mobile apps to your website

HTML Code Snippets for embedding app screenshots into your website

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

Scout for Pet Owners

Below you'll find an assortment of screenshots from the Scout for Pet Owners app that can be embedded into your website. 

Simply copy and paste the code snippet into your website. 

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

iOS

<a href="https://scoutforpets.com/apps/pet-owners-app/?utm_source=3rd_party_link&utm_medium=image_link&utm_campaign=awareness&utm_content=media_kit_customer_app" title="Scout for Pet Owners on iOS" target="_blank">
  <img width="629" height="464" src="https://scout-files.azureedge.net/media-kit/pet-owner-ios.png" alt="Scout for Pet Owners on iOS" />
</a>


You can also embed screens individually:

Schedule

<a href="https://scoutforpets.com/apps/pet-owners-app/?utm_source=3rd_party_link&utm_medium=image_link&utm_campaign=awareness&utm_content=media_kit_customer_app" title="View your schedule with Scout for Pet Owners on iOS" target="_blank">
  <img width="283" height="508" src="https://scout-files.azureedge.net/media-kit/pet-owner-schedule-ios.png" alt="View your schedule with Scout for Pet Owners on iOS" />
</a>

Create/Edit Appointments

<a href="https://scoutforpets.com/apps/pet-owners-app/?utm_source=3rd_party_link&utm_medium=image_link&utm_campaign=awareness&utm_content=media_kit_customer_app" title="Create and Edit Appointments with Scout for Pet Owners on iOS" target="_blank">
  <img width="283" height="508" src="https://scout-files.azureedge.net/media-kit/pet-owner-create-appt-ios.png" alt="Create and Edit Appointments with Scout for Pet Owners on iOS" />
</a>

Report Card

<a href="https://scoutforpets.com/apps/pet-owners-app/?utm_source=3rd_party_link&utm_medium=image_link&utm_campaign=awareness&utm_content=media_kit_customer_app" title="A Report Card for every appointment with Scout for Pet Owners on iOS" target="_blank">
  <img width="283" height="508" src="https://scout-files.azureedge.net/media-kit/pet-owner-report-card-ios.png" alt="A Report Card for every appointment with Scout for Pet Owners on iOS" />
</a>

Photos

<a href="https://scoutforpets.com/apps/pet-owners-app/?utm_source=3rd_party_link&utm_medium=image_link&utm_campaign=awareness&utm_content=media_kit_customer_app" title="Photos for every appointment with Scout for Pet Owners on iOS" target="_blank">
  <img width="283" height="508" src="https://scout-files.azureedge.net/media-kit/pet-owner-photos-ios.png" alt="Photos for every appointment with Scout for Pet Owners on iOS" />
</a>

Android

<a href="https://scoutforpets.com/apps/pet-owners-app/" title="Scout for Pet Owners on Android" target="_blank">
  <img width="692" height="490" src="https://scout-files.azureedge.net/media-kit/pet-owner-android.png" alt="Scout for Pet Owners on Android" />
</a>

You can also embed screens individually:

Schedule

<a href="https://scoutforpets.com/apps/pet-owners-app/?utm_source=3rd_party_link&utm_medium=image_link&utm_campaign=awareness&utm_content=media_kit_customer_app" title="View your schedule with Scout for Pet Owners on Android" target="_blank">
  <img width="272" height="513" src="https://scout-files.azureedge.net/media-kit/pet-owner-schedule-android.png" alt="View your schedule with Scout for Pet Owners on Android" />
</a>

Create/Edit Appointments

<a href="https://scoutforpets.com/apps/pet-owners-app/?utm_source=3rd_party_link&utm_medium=image_link&utm_campaign=awareness&utm_content=media_kit_customer_app" title="Create and Edit Appointments with Scout for Pet Owners on Android" target="_blank">
  <img width="272" height="513" src="https://scout-files.azureedge.net/media-kit/pet-owner-create-appt-android.png" alt="Create and Edit Appointments with Scout for Pet Owners on Android" />
</a>

Report Card

<a href="https://scoutforpets.com/apps/pet-owners-app/?utm_source=3rd_party_link&utm_medium=image_link&utm_campaign=awareness&utm_content=media_kit_customer_app" title="A Report Card for every appointment with Scout for Pet Owners on Android" target="_blank">
  <img width="272" height="513" src="https://scout-files.azureedge.net/media-kit/pet-owner-report-card-android.png" alt="A Report Card for every appointment with Scout for Pet Owners on Android" />
</a>

Photos

<a href="https://scoutforpets.com/apps/pet-owners-app/?utm_source=3rd_party_link&utm_medium=image_link&utm_campaign=awareness&utm_content=media_kit_customer_app" title="Photos for every appointment with Scout for Pet Owners on Android" target="_blank">
  <img width="272" height="508" src="https://scout-files.azureedge.net/media-kit/pet-owner-photos-android.png" alt="Photos for every appointment with Scout for Pet Owners on Android" />
</a>
Did this answer your question?