Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lucasvo/django-oembepdlugin
- Owner: lucasvo
- License: mit
- Created: 2011-01-16T11:15:19.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-17T16:17:49.000Z (almost 14 years ago)
- Last Synced: 2023-04-12T07:56:09.949Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY
- License: LICENSE
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-oembedGetting 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.