X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/09f046d960613fb4022cd7f4ad5a66a9787bc32a..40c6dee13a7eed074e98867924a7e56e771689f6:/prawokultury/templates/share.html
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 %}