Changes between Version 2 and Version 3 of UserGuidelines/Admin/SocialMedia
- Timestamp:
- 01/05/15 14:58:01 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/SocialMedia
v2 v3 1 1 = Social Media = 2 2 3 A toolbar can be enabled to share Sahana pages via Social Media. The setting is enabled in either {{{models/000_config.py}}} or {{{ private/templates/<my_template>/config.py}}}:3 A toolbar can be enabled to share Sahana pages via Social Media. The setting is enabled in either {{{models/000_config.py}}} or {{{modules/templates/<my_template>/config.py}}}: 4 4 {{{ 5 5 settings.ui.social_buttons = True 6 6 }}} 7 7 8 This then activates a DIV in the footer (if-present in the theme): {{{ private/templates/default/views/footer.html}}}8 This then activates a DIV in the footer (if-present in the theme): {{{modules/templates/default/views/footer.html}}} 9 9 10 10 Once a user likes a page, the like link changes to confirm link. Once the user presses the confirm link, a wizard opens which allows the user to post a message to his facebook account: