Tuesday, May 26, 2020

Problem with django-social-share

Hello develops, hope you guys are doing well. Really thankful for all those who make out time to answer our varrying questions.

When I used django-social_share, everything worked fine until I added custom templates.
After creating the templates and styling with W3.CSS, the social link didn't display again... I deleted all the templates and again the link showed...
Can someone help me take a look at my teplates to help determine what I have done wrong.

templates/django_social_share/templatetags/share_to_facebook.html

<span class="W3-badge W3-hover-blue facebook-this">
<a href="{{ facebook_url }} class="W3-xlarge" target="_blank" title="Share to Facebook">li class="fa fa-facebook"></li>
</span>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6375c8fd-c146-4915-8f1b-c918d07e37b4%40googlegroups.com.

No comments:

Post a Comment