Basic steps to add support for a particular service:
- Add information to README
- Add setting to turn service on/off in syte_settings.py
- Add above setting to site_pages context processor in context_processor.py
- Add a new django view for the particular service to get info and return json.
- For example twitter.py or dribbble.py
- Add above view to urls.py
- Write js file/function to query django view and add to js components
- Add hook/call to main javascript integration point links.js
- Add above js to list of js to compress.py
- Add link for service to base view template
- Add html template to templates directory to be rendered js file/function that queries django view for service.