Questions tagged [oembed]

oEmbed is an open format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.

oEmbed is an open format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.

Project homepage: oembed.com

246 questions
0
votes
1 answer

Embed HTML5 widget from normal soundcloud URL

I'm trying to turn submitted Soundcloud links on my website into SoundCloud HTML5 players. I read that this is possible with oEmbed but haven't gotten it to work myself yet. What I know is that I should use the following oEmbed…
Dxx
  • 934
  • 2
  • 11
  • 41
0
votes
1 answer

jquery-oembed-all append iframe to a div makes page too slow to render

I'm using a plugin jquery-oembed-all. Plugin provides oembed featues to dynamically embed external urls into the site. Plugin does all the heavy lifting of resolving oembed content and then does the…
ask-dev
  • 606
  • 2
  • 13
  • 30
-1
votes
1 answer

What's an efficient way of finding the correct oEmbed provider for a URL?

I stumbled upon the oEmbed spec, and found they also have a providers.json file where you can find all their known oEmbed providers. It's basically one big array, with objects like these: { "provider_name": "Vimeo", …
Svish
  • 152,914
  • 173
  • 462
  • 620
-1
votes
1 answer

Which design pattern would be appropriate for the following api implementation?

I would like to add oEmbed tags to my site (I'm the oEmbed api provider). My api should respond the results based on the file type. oEmbed Types has Photo Video Link Rich My response to photo contains the following field { "author_name":…
user7665040
-2
votes
2 answers

Wordpress ACF oEmbed field - Embedding Bandcamp content

I've set up with Advanced Custom Field a custom oEmbed field, called embed. And it's displayed in the front end in the simplest way : the_field('embed'); Pasting the media url from Youtube, Vimeo or Souncloud works fine and the field displays the…
koji
  • 1
  • 3
-3
votes
1 answer

Is there a way to embed Facebook/Twitter posts/videos in an iframe?

I'm trying to find an easy way to embed Facebook and Twitter posts/videos on my website in iframe. For instance, I found the ways on Instagram and YouTube: https://www.instagram.com/p/CINslHSF4EH/embed/ and…
n4r3k
  • 1
1 2 3
16
17