oembed wordcamp 2009 montreal

48
An Easier Way to Embed Video in Your Blog or how oEmbed can help you keep your sanity by Stephane Jolicoeur and Audrey Savard ONF-NFB

Upload: sjolicoeur

Post on 11-Jun-2015

882 views

Category:

Technology


1 download

DESCRIPTION

Presentation of the NFB oEmbed plugin for wordpress and why oEmbed is important for content bloggers.

TRANSCRIPT

Page 1: Oembed Wordcamp 2009 Montreal

An Easier Way to Embed Video in Your

Blogor how oEmbed can help you keep your

sanity by Stephane Jolicoeur and Audrey Savard

ONF-NFB

Page 2: Oembed Wordcamp 2009 Montreal

Who are we?

Page 3: Oembed Wordcamp 2009 Montreal

The NFB

Page 4: Oembed Wordcamp 2009 Montreal

NFB.ca : film streaming

Page 6: Oembed Wordcamp 2009 Montreal

The Problem

Page 7: Oembed Wordcamp 2009 Montreal

the insanity of embedding

content

Page 8: Oembed Wordcamp 2009 Montreal

you have a design to keep

Page 9: Oembed Wordcamp 2009 Montreal

deformed webpage or blog post because of an embedded film, picture or link is not acceptable

Page 10: Oembed Wordcamp 2009 Montreal
Page 11: Oembed Wordcamp 2009 Montreal

Let’s face it, embed code is strange!

Page 12: Oembed Wordcamp 2009 Montreal

CASE in POINT : EMBED CODE

<embed src="http://media1.nfb.ca/medias/flash/ONFflvplayer-gama.swf" width="516" height="337" allowfullscreen="true" allowscriptaccess="always" autostart="false" autoplay="false" flashvars="mID=IDOBJ3521&bufferTime=10&width=516&height=337&image=http://media1.nfb.ca/medias/nfb_tube/thumbs_large/2009/70ans-tvbig.jpg&autostart=false&autoplay=false&showWarningMessages=false&streamNotFoundDelay=15&lang=en&getPlaylistOnEnd=true&playlist_id=REL3521&embeddedMode=true"></embed>

Page 13: Oembed Wordcamp 2009 Montreal

Error prone

The result :

Page 14: Oembed Wordcamp 2009 Montreal

• ugly embed code in your blog posts when you edit posts.

• changes are error prone for HTML novices.

• the HTML code can be parsed by the wp tag filters and be crippled or not even shown!

Page 15: Oembed Wordcamp 2009 Montreal

One needs to do a lot of leg work - get the title, author, etc when one wants to quote properly.

Page 16: Oembed Wordcamp 2009 Montreal

There is a solution

Page 17: Oembed Wordcamp 2009 Montreal

the ideal would be :

http://www.nfb.ca/film/strange_invaders/

Page 18: Oembed Wordcamp 2009 Montreal

Let the machines do the hard work

Page 19: Oembed Wordcamp 2009 Montreal

• it was created by pownce -- it's magic, almost...

• it is an exchange format for media, links and more...

Page 20: Oembed Wordcamp 2009 Montreal

less hacking gives you more time to

create content

Page 21: Oembed Wordcamp 2009 Montreal

•help your seo with easy linking to the original site

•prevent typos when quoting the source

Page 22: Oembed Wordcamp 2009 Montreal

IT IS ...

Page 23: Oembed Wordcamp 2009 Montreal

oEmbed

Page 24: Oembed Wordcamp 2009 Montreal

an oEmbed link

http://www.nfb.ca/film/strange_invaders/

Page 25: Oembed Wordcamp 2009 Montreal

And because we maintain many blogs ... we cooked up a plugin.

Page 26: Oembed Wordcamp 2009 Montreal

Your embeding on oEmbed

• copy the url of the content page : http://www.nfb.ca/film/runaway_teaser_3/

• paste it in your blog post

• et voilà! -- after you’ve installed our plugin, of course ...

Page 27: Oembed Wordcamp 2009 Montreal

No more embed madness

Page 28: Oembed Wordcamp 2009 Montreal

Make this easy :

Page 29: Oembed Wordcamp 2009 Montreal

What is oEmbed

• it’s an exchange format ( meaning machines do the hard work )

• with providers and consumers

• made for media, links or rich content.

• Magical when implemented fully : discovery aspect

Page 30: Oembed Wordcamp 2009 Montreal

An automated exchange between :

• Providers :• a streaming site (ie : nfb.ca )• photo site (ie flickr.com)• ...

and• Consumers :

• a blog site• a mashup • ...

Page 31: Oembed Wordcamp 2009 Montreal

What do the machines speak ?

JSON

or

XML

Page 32: Oembed Wordcamp 2009 Montreal

What is exchanged ?

• Author information

• provider information

• thumbnail link

• content type

• dimension information

• html code to do the embedding

Page 33: Oembed Wordcamp 2009 Montreal

What is this “discovery”

• information is in the headers

• no prior knowledge required

Page 34: Oembed Wordcamp 2009 Montreal

Discovery links :

<head> (...)

<link rel="alternate" type="application/json+oembed" href="http://www.nfb.ca/remote/services/oembed/?url=http%3A//www.nfb.ca/film/runaway_teaser_3/&amp;format=json" title="Runaway (Teaser 3) " />

<link rel="alternate" type="text/xml+oembed" href="http://www.nfb.ca/remote/services/oembed/?url=http%3A//www.nfb.ca/film/runaway_teaser_3/&amp;format=xml" title="Runaway (Teaser 3) " />

(...) </head>

Page 35: Oembed Wordcamp 2009 Montreal

what the machine sees : (JSON ){"provider_url": "http:\/\/www.nfb.ca\/", "title": "Runaway (Teaser 3) ", "url": "http:\/\/www.nfb.ca\/film\/runaway_teaser_3\/", "html": "<object type=\"application\/x-shockwave-flash\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" id=\"ONFflvplayer-gama\" height=\"337\" width=\"518\"><param name=movie value=\"http:\/\/media1.nfb.ca\/medias\/flash\/ONFflvplayer-gama.swf\"><param name=quality value=high><param name=allowfullscreen value=\"true\"><param name=allowscriptaccess value=\"always\"><param name=autostart value=\"false\"><param name=flashvars value=\"mID=IDOBJ5811&image=http:\/\/media1.nfb.ca\/medias\/nfb_tube\/thumbs_large\/2009\/Runaway_TeaserAV5_BIG.jpg&width=516&height=337&autostart=false&showWarningMessages=false&streamNotFoundDelay=15&lang=en&getPlaylistOnEnd=true&embeddedMode=true\"><embed src=\"http:\/\/media1.nfb.ca\/medias\/flash\/ONFflvplayer-gama.swf\" height=\"337\" width=\"518\" allowscriptaccess=\"always\" allowfullscreen=\"true\" autostart=\"false\" flashvars=\"mID=IDOBJ5811&image=http:\/\/media1.nfb.ca\/medias\/nfb_tube\/thumbs_large\/2009\/Runaway_TeaserAV5_BIG.jpg&width=516&height=337&autostart=false&showWarningMessages=false&streamNotFoundDelay=15&lang=en&getPlaylistOnEnd=true&embeddedMode=true\" name=\"ONFflvplayer-gama\"><\/embed><\/object>", "author_name": "Cordell Barker", "height": 337, "width": 518, "version": "1.0", "thumbnail_width": 204, "provider_name": "National Film Board of Canada \/ Office Nationale du Film du Canada", "thumbnail_url": "http:\/\/media1.nfb.ca\/medias\/nfb_tube\/thumbs_small\/2009\/Runaway_TeaserAV5_small.jpg", "type": "video", "thumbnail_height": 115}

Page 36: Oembed Wordcamp 2009 Montreal

Who uses it?

Page 37: Oembed Wordcamp 2009 Montreal

Some Providers

Page 38: Oembed Wordcamp 2009 Montreal

Some consumers

• the NFB (http://www.nfb.ca/)

• Buckybase (http://buckybase.appspot.com/)

• 280 Slides (http://280slides.com/)

• Dumble (http://oohembed.com/dumble/)

• YOU !

Page 39: Oembed Wordcamp 2009 Montreal

What can it do for blogging

• makes your life easier

• clean posts - no ugly html lurking into your pristine text

• better SEO

Page 40: Oembed Wordcamp 2009 Montreal

What you need to know about our plugin

• it's beta ... but in production

• partial support for the fullspecs

Page 41: Oembed Wordcamp 2009 Montreal

live demo

Page 43: Oembed Wordcamp 2009 Montreal

The end

• we're open for suggestions for the next release

Page 45: Oembed Wordcamp 2009 Montreal

Contact info

• Stephane Jolicoeur : @sjolicoeur | [email protected]

• Audrey Savard : @arvanhalleorg | [email protected]

• @thenfb | @onf

Page 46: Oembed Wordcamp 2009 Montreal

Any WordPress theme builders ?

We are looking for wordpress themes

gurus wanting some freelance work.

Page 47: Oembed Wordcamp 2009 Montreal
Page 48: Oembed Wordcamp 2009 Montreal