Embed Campaign Story Collection Pages on Your Site with iFrame

Free Live Music is our playground account. Our main story builder page is embedded as an example. Replace any Public Story Collection URL in the code below to create a responsive iFrame for your website. You will also see two embed styles and 3 tips for creating and organization dedicated pages on your website to collect stories. Contact us at any time for support embedding GoodSeeker into your website.
<div class="responsive-iframe-container">
  <iframe src="https://free-live-music.goodseeker.com/t/free-live-music/testimonial/create" allow="autoplay; camera; microphone"></iframe>
</div>

<style>
  .responsive-iframe-container {
    position: relative;
    width: 100%;
    height: 80vh; /* Default height */
    min-height: 80vh; /* Ensures it's never shorter than 80% of the viewport height */
    padding-top: 0%; /* Adjust this value for different aspect ratios */
    overflow: hidden;
  }

  .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  @media (max-width: 768px) {
    .responsive-iframe-container {
      padding-top: 180%; /* Adjust for mobile screens */
    }
  }
</style>
https://yourcompany.com/share-your-story/campaign-name
💡 TIP #1: Group Campaign Story Collection Pages in Your CMS.
USE YOUR COMPANY PAGE HEADER
So everything stays on brand, including the URL. You're just embedding the builder Floating Style.
https://yourcompany.com/share-your-story/campaign-name
💡 TIP #2: Make Campaign URLs Easy to Remember and Promote
USE YOUR COMPANY PAGE HEADER
So everything stays on brand, including the URL. You're just embedding the builder Full-Width Style.
https://yourcompany.com/share-your-story/
💡 TIP #3: Create One Page to Access All Campaigns
USE YOUR COMPANY PAGE HEADER
So everything stays on brand, including the URL. Create a Simple Sub Navigation Bar with links to campaign collection pages.