google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

Twitter template tag #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I wrote a short bit of code and shared it as a snippet on djangosnippets -
i i think it would be useful to include it in django-syncr for anybody
using the twitter app.

It's basically a template filter that searches to the text from twitter
usernames (like @d0ugal) and hashtags (#example) and converts them into
links to twitter profiles and twitter search.

I've attached the file to this ticket, i would have made a patch but
doesn't seem worth it since i wouldn't actually be changing any files, just
adding one.

Original issue reported on code.google.com by douga...@gmail.com on 22 Sep 2009 at 10:28

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry ignore that file I uploaded the wrong one.

Attached in the one that works.

Original comment by douga...@gmail.com on 22 Sep 2009 at 10:38

Attachments:

GoogleCodeExporter commented 9 years ago
Merged the template tag into the twitter app. 
http://code.google.com/p/django-syncr/source/detail?r=96

Original comment by yash...@gmail.com on 29 Oct 2009 at 10:09