Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucasvo/django-oembepdlugin

A django-cms plugin for embedding content from other sites. It uses the embed.ly api to generate oembed objects for over 160 sites.
https://github.com/lucasvo/django-oembepdlugin

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

============
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.