社交媒体链接分享在django

时间:2014-01-31 12:09:02

标签: python django social

我想在模板django的帖子末尾设置社交链接。 如何在django帖子中使用社交媒体链接分享在社交网站上分享我的帖子链接?

2 个答案:

答案 0 :(得分:9)

查看django-social-share(https://github.com/fcurella/django-social-share)或django-socialsharing(https://github.com/lettertwo/django-socialsharing)。

更多信息可以在这里找到:https://www.djangopackages.com/grids/g/social/

答案 1 :(得分:1)

使用google,linkedin,facebook请使用以下内容:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<form>
<select class="form-control ddplaceholder">
   <option value="">Type your own text</option>
   <option value="1">example 1</option>
   <option value="2">example 2</option>
   <option value="3">example 3</option>
</select>
</form>