Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Add support to embed Sway content ... #90

Description

@nfreear

..

Sway - HTML iframe embed

<iframe
  width="760px"
  height="500px"
  src="https://sway.com/s/xQ2KAz6QIVQ5ckZo/embed"
  frameborder="0"
  marginheight="0" marginwidth="0" 
  max-width="100%"
  sandbox=
"allow-forms allow-modals allow-orientation-lock allow-popups allow-same-origin allow-scripts"
  scrolling="no"
  style="border: none; max-width: 100%; max-height: 100vh"
  allowfullscreen mozallowfullscreen msallowfullscreen webkitallowfullscreen
/>

JSON oEmbed response

{
  "type": "rich",
  "version": "1.0",
  "title": "Sway supports embedding internet content",
  "author_name": null,
  "provider_name": "Sway",
  "provider_url": "https://sway.com",
  "thumbnail_url": "https://sway.com/Content/SocialMedia_Logo_Sway_400x400x32.png",
  "html":
"<iframe width=\"760px\" height=\"500px\" src=\"https://sway.com/s/xQ2KAz6QIVQ5ckZo/embed\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" max-width=\"100%\" sandbox=\"allow-forms allow-modals allow-orientation-lock allow-popups allow-same-origin allow-scripts\" scrolling=\"no\" style=\"border: none; max-width: 100%; max-height: 100vh\" allowfullscreen mozallowfullscreen msallowfullscreen webkitallowfullscreen />",
  "width": "760",
  "height": "500"
}

Sharepoint video

<iframe
  width="640" height="360"
  src=
"https://openuniv.sharepoint.com/portals/hub/_layouts/15/VideoEmbedHost.aspx?chId=de665c20-1213-44ed-ad18-a3010df321bb&vId=0c5ed314-4d8f-422b-90ab-90bb2317f524&width=640&height=360&autoPlay=false&showInfo=true"
  allowfullscreen
  ></iframe>

IET team-desk: 226093

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions