feincms-oembed

OEmbed anything.
Download

feincms-oembed Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • FEINHEIT GmbH
  • Publisher web site:
  • https://github.com/feincms/

feincms-oembed Tags


feincms-oembed Description

feincms-oembed converts standard URLs from more than 200 content providers into embedded videos, images and rich article previews by letting Embedly or another oEmbed provider to the hard work.It's stunningly simple to use:1. Add 'feincms_oembed' to INSTALLED_APPS.2. Create the content type: from feincms.module.page.models import Page from feincms_oembed.contents import OembedContent TYPE_CHOICES=) Page.create_content_type(OembedContent, TYPE_CHOICES=TYPE_CHOICES)If you want to customize the Embedly request or use another OEmbed provider, set settings.OEMBED_PROVIDER to a function receiving the URL and a dict with additional arguments and returning a suitable URL which returns OEmbed JSON on access. OEMBED_PROVIDER must either be a dotted python path or a callable:from feincms_oembed.providers import embedly_oembed_providerdef my_provider(url, kwargs): kwargs = 'opaque' return embedly_oembed_provider(url, kwargs)OEMBED_PROVIDER = 'path.to.module.my_provider'# OEMBED_PROVIDER = my_provider # The function can be used too, not only the # dotted python path.Using the FeedContentIf you want to use the FeedContent, make sure you have feedparser in your Python Path: https://code.google.com/p/feedparser/Product's homepage


feincms-oembed Related Software