X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/862ec22b61f67286e5d09b03ca49eb23974d3e0f..83c4c99bd2c1785bf0c9d47a4584278c8083d20c:/prawokultury/templates/share.html?ds=sidebyside
diff --git a/prawokultury/templates/share.html b/prawokultury/templates/share.html
index 3f6b487..71b2c0e 100755
--- a/prawokultury/templates/share.html
+++ b/prawokultury/templates/share.html
@@ -1,28 +1,34 @@
{% load i18n common_tags static %}
{% with encoded_url=url|build_absolute_uri:request|urlencode encoded_desc=description|urlencode %}
+ href="https://www.facebook.com/sharer.php?u={{ encoded_url }}"
+ title="{% trans 'Share on Facebook' %}">
+ href="https://plus.google.com/share?url={{ encoded_url }}"
+ title="{% trans 'Share on Google+' %}">
+ href="http://nk.pl/#sledzik?shout={{ encoded_desc }}%20{{ encoded_url }}"
+ title="{% trans 'Share on NK.pl' %}">
{% comment %}
+ href="http://sharetodiaspora.github.com/?title={{ encoded_desc }}&url={{ encoded_url }}"
+ title="{% trans 'Share on Diaspora' %}">
+ href="http://blip.pl/dashboard?body={{ encoded_desc }}%20{{ encoded_url }}"
+ title="{% trans 'Share on Blip.pl' %}">
{% endcomment %}