Embed OneDrive-Video on external website - Don't display captions and other things

Casa Caseli 0 Reputation points
2024-10-15T14:13:32.0833333+00:00

The video embedded with iFrame on an external website shows

  • Initially: the title of the video and a button: [Watch in stream]
  • After playing: two buttons: [Copy video link], [Record video]

Ask:

  1. Is it not possible to display the image title?
  2. Can you not display the button?

The buttons only works, if the visitor to the external website is logged in with a Microsoft-Account. - This should not be necessary for an external website.

onedrive-video-einbetten-01onedrive-video-einbetten-02

The embed code provided by OneDrive is rudimentary.

My extension with responsive iFrame:

<div class="video-container"><iframe class="iframe-responsive" src="https://MeinOneDriveLink" allowfullscreen="allowfullscreen"></iframe></div>


.video-container {

position: relative;

overflow: hidden;

max-width: 800 px;

padding-top: 55.94%;

left: 0;

bottom: 0;

right: 0;

}

.iframe-responsive {

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

border: 0px;

}

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,137 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,969 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.