• addiesmock

    (@addiesmock)


    I’m trying to embed a video on an event. First I went with the regular insert media button, but it only inserts a download link. It won’t even play in a new tab. I read that WP would automatically create an embedded viewer, but that didn’t happen.

    I tried using HTML to make it work, but every time I press the update button it strips out the source code and just leaves an empty video box.

    Here’s the code I’m using:

    <video width="360 " height="640" controls>
    
          <source src=“https://www.kingstonlibrary.org/wp-content/uploads/2023/10/geothermal-test-drilling.mov” type=video/mov>
    
        </video>

    Thanks!

    The page I need help with: [log in to see the link]

  • The topic ‘Embed video’ is closed to new replies.