Social media link in Django

django, django-templates, facebook-social-plugins, python, python-social-auth

Solution

Check out django-social-share (https://github.com/fcurella/django-social-share) or django-socialsharing (https://github.com/lettertwo/django-socialsharing).

More can be found here: https://www.djangopackages.com/grids/g/social/

Problem

I want to set a social link at the end of my post in the Django template. how to use social media link in Django's post for sharing my posts in the social?

Original source