Along the lines of the existing Facebook support and could be used in the same way. Should be optional.
Yes, it's easy. Just change askbot/skins/default/templates/question.html:
{% if settings.ENABLE_SOCIAL_SHARING %}
<a class="twitter-share" alt="{% trans %}Share this question on twitter{% endtrans %}"></a>
<a class="fb-share" alt="{% trans %}Share this question on facebook{% endtrans %}"></a>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone size="small" count="false"></g:plusone>
{% endif %}
Note that this adds a javascript file from google. I've added this to my git fork.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-07-14 22:57:48 -0500
Seen: 73 times
Last updated: Jul 21 '11
Feature request: Add classes to body in default skin
Search related questions when posting a question
Please allow diacritic characters for user names.
Please allow hyphens for user names.
Can the interface for searching with tags be improved?
can (should) users send email or post messages to moderators? [done]
Plans to support attachments other than images? [done]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.