X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/09f046d960613fb4022cd7f4ad5a66a9787bc32a..52135b64e35cca4cae8fab7446480a1feab3e50e:/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' %}"> {% trans 'Share on Facebook' %} + href="https://plus.google.com/share?url={{ encoded_url }}" + title="{% trans 'Share on Google+' %}"> {% trans 'Share on Google+' %} + href="https://twitter.com/intent/tweet?url={{ encoded_url }}&text={{ encoded_desc }}" + title="{% trans 'Share on Twitter' %}"> {% trans 'Share on Twitter' %} + href="http://nk.pl/#sledzik?shout={{ encoded_desc }}%20{{ encoded_url }}" + title="{% trans 'Share on NK.pl' %}"> {% trans 'Share on NK.pl' %} {% comment %} + href="http://sharetodiaspora.github.com/?title={{ encoded_desc }}&url={{ encoded_url }}" + title="{% trans 'Share on Diaspora' %}"> {% trans 'Share on Diaspora' %} + href="http://blip.pl/dashboard?body={{ encoded_desc }}%20{{ encoded_url }}" + title="{% trans 'Share on Blip.pl' %}"> {% trans 'Share on Blip.pl' %} {% endcomment %}