Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

NFB Video Plugin

Descripción

The NFB Video Plugin is designed to allow users to embed videos
from sites who provide autodiscoverable oembed links on their
film pages.

Previously, to embed a film, we had to provide the entire object
or embed the information ourselves; we had to play with the sizes
and hope that we didn’t break it.

When a site contains autodiscovery, you only need to enter «oe»
followed by the pasted link and it will seek out the embed
and set it to the size you defined.

Good examples to test it are :

oehttp://www.nfb.ca/film/louise_en/

Set 1 size for all your embeds!

Instalación

  1. Upload nfb_video_plugin to your plugin directory
    wp-content/plugins/nfb_video_plugin

  2. Go to the Plug-ins tab in your administration panel and
    activate the plugin.

  3. Take a page from a site like NFB.ca like :
    http://www.nfb.ca/film/louise_en/ or http://www.onf.ca/film/paow_paow_te_mort/

  4. Type «oe» minus the quotes followed immediately by the URL.
    oehttp://www.nfb.ca/film/louise_en/ or oehttp://www.onf.ca/film/paow_paow_te_mort/

  5. Adjust your settings in the Settings->NFB Video Plugin.

FAQ

WHAT IS OEMBED?

oEmbed is a 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.

Find information about oEmbed at http://www.oembed.com/

WHAT WAS USED TO MAKE THIS PLUGIN?

The specifications of oEmbed
http://www.oembed.com/

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«NFB Video Plugin» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «NFB Video Plugin» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.9.14
++ More php shorttags changed to longtags, now works on systems that don’t allow php shorttag

0.9.13
++ Switched from php shorttag to longtag for compatibilty

0.9.12
++ Missing https protocol in nfb_functions has been corrected

0.9.11
++ Both http and https protocols are checked when attempting to autodiscover on an embedded url

0.9.10
++ All urls properly attach traffic_src=nfb_video_plugin now.

0.9.9
++ All urls in the embed codes of oembeds now show traffic_src=nfb_video_plugin to help stat systems spot what traffic comes directly from this plugin

0.9.8
++ Adjusted caption information for SEO changes made to NFB.ca

0.9.7
++ Fixed the 404 issue, when a url no longer existed. Replaced with red [Invalid Link]

0.9.6
++ Fixed error showing up in PHP 5.3 when ampersand is in front of a variable name.