[Answer]-Adding 'Share on Twitter' functionality on Django-powered site

1👍

Your url shouldn’t have a ? in it:

url(r'^tweet_link/$', 'portnoy.views.tweet_link'),

You know that you can simply launch a link with this URL to tweet something:

https://twitter.com/intent/tweet?source=webclient&text=d+twitter+msg+goes+here

Leave a comment