Skip to content
Discussion options

You must be logged in to vote

You'll need to change your index page to this:

import React from 'react'
import {Helmet} from 'react-helmet'

const Index = () => {
  return (
    <div style={{ maxWidth: "700px", margin: "auto" }}>
      <p>
        In the build, the player appears at the very top of the page. The
        embedded player should appear below
      </p>
      <Helmet>
        <title>Buzzsprout demo</title>
        <script
          type="text/javascript"
          charset="utf-8"
          defer
          src="https://www.buzzsprout.com/231452.js?player=small&limit=1&container_id=buzzsprout"
        />
      </Helmet>
      <div
        id="buzzsprout"
      />
      <p>
        iframe works fine, however,…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by LekoArts
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #30740 on April 08, 2021 07:25.