Skip to main content
Topic: oEmbed (Read 3650 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

oEmbed

http://oembed.com/

I think it would be cool to have the forum consume objects like Youtube videos and even provide objects as HTML for posts, topics, and members.

I would probably use this library: https://github.com/mpratt/Embera

Re: oEmbed

Reply #1

Ohh...
Interesting!

I remember I found out about oembed a while ago, but I didn't spend much time on it because Spuds brought in the js library, but that php one is rather cool. 8)
Bugs creator.
Features destroyer.
Template killer.

Re: oEmbed

Reply #2

What exactly is this ?

Re: oEmbed

Reply #3

Makes it easier to extract the important parts of a webpage. Instead of grabbing all of the HTML from a Youtube page and parsing out the object, it gives you all of the info about the video.

Re: oEmbed

Reply #4

Anyway, the oembed could be used via javascript as well like the current code, that way the server doesn't have to wait for responses at posting time and the server wouldn't risk to hit potential limits on number of fetches per day/hour.
Bugs creator.
Features destroyer.
Template killer.