Changes between Initial Version and Version 1 of UserGuidelines/Admin/SocialMedia
- Timestamp:
- 06/03/14 10:50:39 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/SocialMedia
v1 v1 1 = Social Media = 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}}}: 4 {{{ 5 settings.ui.social_buttons = True 6 }}} 7 8 This then activates a DIV in the footer (if-present in the theme): {{{private/templates/default/views/footer.html}}} 9 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: 11 12 [[Image(3.jpg)]] 13 [[Image(4.jpg)]] 14 [[Image(5.jpg)]] 15 [[Image(6.jpg)]] 16 [[Image(8.jpg)]] 17 [[Image(9.jpg)]] 18 [[Image(10.jpg)]] 19 [[Image(11.jpg)]] 20 [[Image(12.jpg)]] 21 [[Image(13.jpg)]] 22 [[Image(14.jpg)]] 23 24 == See Also == 25 * BluePrint/SocialMedia