← Back to team overview

mahara-contributors team mailing list archive

[Bug 956866] Re: Use oEmbed to embed more external content

 

The Humhub project has recently added oEmbed support and it look very
interesting.

The ability to add oEmbed providers is a must as things like WordPress
blogs now give oEmbed data. Allow lists would need more data than just
URLs.

https://github.com/humhub/humhub/pull/5510

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/956866

Title:
  Use oEmbed to embed more external content

Status in Mahara:
  Triaged

Bug description:
  Currently the external Video block supports fixed list of content providers. Which happens to be quite limited.
  Another approach to support external content is to rely on meta data provided in the page to extract the content and embed it. Two protocols exists to do that: 

  - open graph protocol - i.e. Facebook
  - oEmbed

  Those two allows you not only to embed videos but more generaly to add
  rich content - slides, audio, etc.  Both are very well supported by
  content providers.

  Those protocols are open ended, that is you are not limited to a fixed
  list of sites but allows you to embed content from any site supporting
  them.

  We developped our own artefact plugin to circumvent those limitations
  - another one exists based on embed.ly - but I believe it would make
  sense to extend/modify the video block and provide support at the core
  level.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/956866/+subscriptions



References