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
4
votes
3 answers

Not able to change Oembed visual parameter

Since yesterday we have a problem with embedding the soundcloud player. We use the Oembed method but it seems not all the parameters can be manipulated. So we now get the new visual player instead of the old variant. For example when we are…
4
votes
1 answer

Setting up oEmbed provider to enable embedding site content on Pinterest

We are looking to setup a site as oEmbed provider. Official docs (http://oembed.com/) say: Configuration for oEmbed is very simple. Providers must specify one or more URL scheme and API endpoint pairs. The URL scheme describes which URLs…
4
votes
1 answer

How can I embed a specific Tweet but still style it?

I want to embed a Tweet with a specific tweet ID. I know you can use the 'Embed This Tweet' option to get pre-rendered HTML but I want to be able to style the tweet and have more control. How would this be possible with jQuery?
Crashdesk
  • 665
  • 8
  • 27
3
votes
1 answer

Soundcloud's oEmbed endpoint returns 403 on some URLs

Soundcloud's oEmbed endpoint works well with most links (e.g. affee), but returns a 403 status with the following (valid) URL: knifepartyinc What is wrong with the second URL?
Adrien Joly
  • 5,056
  • 4
  • 28
  • 43
3
votes
0 answers

Video embed to social media site via oembed not working correctly (twitter, slack, facebook)

I've built an application on next.js. For that I'm injecting custom meta tags into the head of page. Following is the content i'm injecting into the Head of document. {`${recordingData.title} - VUMU`}
Khizar Ali
  • 486
  • 2
  • 12
  • 26
3
votes
0 answers

Vimeo Player is getting 404 error on Oembed Get call

After uploading a video through the Vimeoo Tus upload approach, I redirect to a page to load a vimeo player object and attach it to a div. The player object gets a 404 from the Get request to retrieve the video information: However if I enter the…
Todd McIntosh
  • 131
  • 1
  • 4
3
votes
1 answer

Unfurl links as videos in Slack

"Slack" can unfurl links as videos, but some services can and some cannot. Vimeo(https://vimeo.com/) can unfurl links as videos in Slack. TED(https://www.ted.com/talks) cannot unfurl links as videos in Slack. Their's HTML have oembed links as
t.kajiri
  • 33
  • 4
3
votes
1 answer

Facebook Oembed returns unsupported browser page for HttpRequestMessage with UserAgent and Referrer

From my ASP.Net Core MVC app, I am trying to fetch OEmbed JSON from Facebook using server-side request from my local machine, but I'm still getting an unsupported browser page. What else do I need to pass? oEmbedUrl is…
Jonas Arcangel
  • 2,085
  • 11
  • 55
  • 85
3
votes
0 answers

oEmbed for flutter

This is how we can display a webview url in flutter. class _MyAppState extends State { @override Widget build(BuildContext context) { return WebviewScaffold( appBar: AppBar( title: Text('Browser'), ), …
Daryl Wong
  • 2,023
  • 5
  • 28
  • 61
3
votes
0 answers

Vimeo oEmbed or iframe make webpage give a 403 Forbidden instead of a 200

All right guys, Here the strange behavior caused by a oEmbed/Vimeo (it's also true with a simple iframe code copied from the share button) on my webpage. First, the following webpage https://theprintatelier.com/ will rendered perfectly, showing an…
Chris
  • 61
  • 1
  • 6
3
votes
4 answers

Finding all links and making a list

how can you find all links (no anchors) and place them inside a list, in the order that they appear, in jQuery. For example: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet ipsum ut justo fermentum hendrerit ultricies. So,…
jonnnnnnnnnie
  • 1,219
  • 3
  • 15
  • 24
3
votes
1 answer

oEmbed in Symfony 3 implementation

I want to allow user creating oEmbed content to my website. There is a lot of information how to implement it but none about creating a enpoint. Quick question: is there some ready php code samples for creating (returning) oEmbed response for third…
breq
  • 24,412
  • 26
  • 65
  • 106
3
votes
2 answers

oEmbed Featured Image (Large Thumbnail)

I found a plugin called oEmbed Featured Image that does absolutely everything I want except output the largest size. The plugin's default YouTube output size is 480x360. I need to be able to use the full resolution size for at least…
user3715090
3
votes
3 answers

oEmbed loading only caption of Instagram post

I'm trying to use the Instagram API to load the latest post by a particular user to a page. According to the API docs, using only the shortlink for the desired picture, the oEmbed response should contain everything that you'd get if you clicked the…
Bryan Coxwell
  • 119
  • 1
  • 10
3
votes
1 answer

What are best practices in dealing with oEmbed regarding storing and caching responses?

I'm currently working on a website and I'm fairly new to working with oembed. What are considered best practices in regards to storage and caching of the response? If ultimate speed is my goal and the site I'm working on has potential for huge…
TravFisch
  • 163
  • 2
  • 6
1 2
3
16 17