Skip to content

A django-cms plugin for embedding content from other sites. It uses the embed.ly api to generate oembed objects for over 160 sites.

License

Notifications You must be signed in to change notification settings

lucasvo/django-oembepdlugin

Repository files navigation

django-oembedplguin

A django-cms plugin that allows you to embed content from over 160 sites using the embed.ly api.

Dependencies

  • django-cms >= 2.1
  • python-oembed

Getting Started

To get started using django-oembedplugin simply install it with pip:

$ pip install django-oembedplugin

Add "oembedplugin" to your project's INSTALLED_APPS setting and run syncdb (or migrate if you're using South).

To periodically update the supported sites, oembedplugin provides a management command:

$ python manage.py update_oembedservices

be sure to run this once in a while.

About

A django-cms plugin for embedding content from other sites. It uses the embed.ly api to generate oembed objects for over 160 sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages