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

Stopping a dynamically created Soundcloud oEmbed player when closing a modal

I am working on a webapp that allows people to share links from Soundcloud by copying and pasting the URL. Then the webapp generates a running list of people, allowing users to open a modal that loads the a Soundcloud player (via SC.oEmbed). The…
BandfuzzAlex
  • 171
  • 1
  • 1
  • 9
0
votes
1 answer

How do I get the HTML returned by jquery-oembed-all as a string?

I'm testing jquery-oembed-all as a solution for another question I have asked. The script is a small javascript file loaded in the page and provides the oembed function for fetching media embed code. I'm getting the oEmbed iframe back from a link…
Dan Weaver
  • 711
  • 8
  • 20
0
votes
1 answer

Identify flash files via oembed

How can I identify an flash file via oembed? One problem is that there is no specific type in ombed to identify flash files or animations in general. Another problem is that provider return the wrong type for flashes. For example, when I make a…
Jimmy T.
  • 4,033
  • 2
  • 22
  • 38
0
votes
1 answer

How do I include a video in metatags through my wordpress site?

I'm trying to use this code to ask if the post is a video if so it would add the video meta-tags needed to display a playable video on facebook. The result is that it dosnt call the_content(); an example post from my site:…
0
votes
1 answer

How to get image url from using jsonp in flickr

I have the following code : $.ajax({ type: "GET", url: "http://www.flickr.com/services/oembed/?url=http%3A//" + picture_src +"?callback=?&format=json" , cache: 'true', dataType: "jsonp", success: function(output_data_flickr) { …
0
votes
1 answer

Spotify oEmbed support for short link

Does Spotify oEmbed support short spoti.fy links? It seems no (e.g. https://embed.spotify.com/oembed/?url=http://spoti.fi/WpbeyP)... but it would be nice ;)
ecesena
  • 1,155
  • 1
  • 12
  • 19
0
votes
1 answer

JSON - Using oembed dynamically with soundcloud

I would like to be able to constantly get the 10 last tracks of a user using oembed with json. $.getJSON("http://soundcloud.com/oembed", {url: "https://soundcloud.com/aviciiofficial", format: "json"}, function(data) { …
user1834464
0
votes
1 answer

How to catch a URL from a tweet or string in PHP , used parse_url but it doesnt work

Ok , I would like to dynamically automatically parse URLS from tweets that update on my application automatically , I tried to parse them using parse_url function in PHP but it doesn't return what I expect .. I'd basically like to only catch the URL…
0
votes
1 answer

How do I cache Linq to Twitter OEmbed endpoint result?

I am using the oembed feature in L2T to embed tweets in an asp.net app. Twitter recommends that the rsult be cached since it is rate limited. How do I cache Linq to twitter oembed results? Can i use page caching or profile caching or is there a Linq…
Ashok Padmanabhan
  • 2,110
  • 1
  • 19
  • 36
0
votes
1 answer

embedify.me Implementation

I'm trying to implement the embedify.me service using jquery, which embeds the data at the link from a url when we share the copy it into the textbox(Very similar to how facebook implements link sharing) Although the instructions given here, seem…
Aarishg
  • 58
  • 5
0
votes
1 answer

Installing markdown extension oembed in Google App Engine (python)

I managed to install Python OEmbed, an extension to markdown in my system. When I use it on my system everything works fine, import markdown md =…
unaiherran
  • 1,014
  • 9
  • 21
0
votes
1 answer

how to install oembed to ckeditor

I want to add embed video in ckeditor. is this correct? copy the folder into your plugins directory setting /ckeditor/config.js CKEDITOR.editorConfig = function( config ) { config.extraPlugins = 'oembed'; config.oembed_maxWidth =…
a.fauzi
  • 163
  • 1
  • 2
  • 11
0
votes
1 answer

How can I fit height to content when using the SoundCloud oembed API call?

I am embedding a SoundCloud player using the /oembed call in the API. First of all, it seems like the documentation is incorrect/outdated regarding the height of the iframe in the response. The docs says about the maxheight parameter: The maximum…
Markus Amalthea Magnuson
  • 8,415
  • 4
  • 41
  • 49
0
votes
1 answer

Speakerdeck inside of fancybox

Speakerdeck uses a script to embed a call which will setup an api and json response, like: { "version": "1.0", "type": "video", "provider_name": "YouTube", "provider_url": "http://youtube.com/", "width": 425, "height": 344, …
Ricalsin
  • 950
  • 9
  • 28
0
votes
0 answers

how to implement o embed in java jquery web application while saving hyperlinks entered by users

I have a java jquery web application in which users can paste utube,vimeo urls could anyone pls tell how i can implement o-embedd to show users a thumbnail of the the image/desc of url in my jsp page
tina
  • 312
  • 1
  • 4
  • 18
1 2 3
16
17