Skip to content

Twitter plugin to work with Django CMS, designed to work with latest API of twitter.

Notifications You must be signed in to change notification settings

maartendraijer/cmsplugin-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##About

Build Status

Twitter recently dropped support for v1.0 of it's REST API. Since this was used in DjangoCMS. All of the installation which used this plugin broke. Hence, this is an attempt to create a similar plugin using widgets.

##Installation

  • In order to install this plugin, fire up your virtualenv:

     	pip install cmsplugin-twitter
  • And add the this line in installed apps in your base.py

     	'cmsplugin-twitter',
  • After saving them , run:

     	python manage.py syncdb
     	python manage.py migrate

##How to Use:

  • Login to your twitter account and go to this url: https://twitter.com/settings/widgets

  • Create a new widgets and then copy the twitter handle and widget_id from the generated script.

  • Enter those two fields in the plugin form and other fields and you are good to go.

##Plugin in Action

This is the plugin working on a Django-CMS site:

Twitter Plugin

Enjoy!

About

Twitter plugin to work with Django CMS, designed to work with latest API of twitter.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages