collective.portlet.oembed

Portlet waiting for an external link displayed using oembed/embedly


License
GPL-2.0+
Install
pip install collective.portlet.oembed==1.2.1

Documentation

Introduction

This addon add a portlet which let you use the power of oembed. The portlet wait for an URL (required), maxwidth&maxheight (optional) and some display related options (same as static portlet)

This addon use collective.oembed oembed consumer so supported services are the same.

portlet add/edit form

  • header (TEXT)
  • remote_url (URI)
  • maxwidth (INT)
  • maxheight (INT)
  • omit_boder (BOOL)
  • footer (TEXT)
  • more_url (URI)

Extra feature: Use jquery oembedall for rendering

This addon use by default collective.oembed to render the portlet. It means HTML code is generated server side. This can be achieved using javascript.

You can install collective.js.oembedall and set the 'collective.portlet.oebmed.rendering' configuration registry's record to 'collective.js.oembedall'

Credits

Companies

makinacom_

People