Embedding video in a webpage

NeetoRecord allows you to embed your recorded videos directly on your website.

Embedding video

  1. Click on a video recording from the homepage.

  2. Choose the Share tab from the top of the page.

  3. Click on Embed on the webpage button to take you to different embedding options.

    Screenshot 2025-01-09 at 00.12.45.png

  1. Select your preferred embed option.

The next step depends on your preferred style of embedding. NeetoRecord offers three different styles of embedding.

Inline embed

Inline embedding loads the video directly inline with the other website content as shown below.

inline.png
Sample inline embed
  1. You can customize your inline embed to suit your website and click on the Copy button on the code.

  2. Add the copied code to the desired location within your HTML file to insert the video player element.

    code1.png
    Sample inline embedding script

Floating popup button

Adds a floating button on your website that launches the video in a modal.

floating.png
Sample floating popup button
  1. Adjust the popup button texts and styling based on your preferences and click on the Copy button on the code section to copy the embed code to the clipboard.

  2. Add the copied code to the header section within your HTML file to insert the floating button.

    code2.png
    Sample floating button embedding script

Opens the video modal when someone clicks a specific element within your page.

custom element.png
Sample popup via element click
  1. Provide the Id of your custom element in the configuration and click on the Copy button on the code section to copy the embed code to the clipboard.

  2. Add the copied code anywhere within your HTML file, preferably within the head section to embed the player element. Make sure the element with configured Id in the previous step exists in your HTML.

    code3.png
    Sample custom element popup embedding script

Can't find what you're looking for?