How do I add social sharing feature to my website build in Django. I saw a similar question in SO but that didn't help (below I explained why?), it was asked 6 years ago and I thought probably there must be better ways of doing it after these years.
I tried using addthis ,it is elegant and easy to use, but this is the problem when I share a post in Facebook.
And also it didn't keep counts number of sharing a post.
I also tried other ways either I didn't understand or it didn't work fine. Please help me do this. Thank you very much.
edit:
I am getting this error. after adding <a href="https://www.facebook.com/sharer/sharer.php?u={{ request.get_full_path|urlencode }}&t={{ object.title }}">Share on Facebook</a>