Mercurial > public > sg101
comparison gpp/templates/podcast/detail.html @ 490:f0f3966ea44f
For #233, switched to asynchronous loading of the social media sharing javascript. Also switched to Facebook's javascript SDK instead of using an iframe for the like/share button.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 20 Oct 2011 00:36:37 +0000 |
parents | a747215e9a5a |
children | 2bfb2755f70b |
comparison
equal
deleted
inserted
replaced
489:f785a646a5fc | 490:f0f3966ea44f |
---|---|
24 supplied: "{{ jplayer_supplied }}" | 24 supplied: "{{ jplayer_supplied }}" |
25 }); | 25 }); |
26 }); | 26 }); |
27 //]]> | 27 //]]> |
28 </script> | 28 </script> |
29 {% script_tags "social" %} | |
30 {% endblock %} | 29 {% endblock %} |
30 {% block begin_body %}{% include 'core/social_sharing_begin.html' %}{% endblock %} | |
31 {% block podcast-content %} | 31 {% block podcast-content %} |
32 <div class="breadcrumbs"> | 32 <div class="breadcrumbs"> |
33 <a href="{% url 'podcast.views.index' %}">Podcast Index</a> >> {{ podcast.title }} | 33 <a href="{% url 'podcast.views.index' %}">Podcast Index</a> >> {{ podcast.title }} |
34 </div> | 34 </div> |
35 <h3>{{ podcast.pubdate|date:"F d, Y" }} • {{ podcast.title }}</h3> | 35 <h3>{{ podcast.pubdate|date:"F d, Y" }} • {{ podcast.title }}</h3> |
91 </li> | 91 </li> |
92 {% endif %} | 92 {% endif %} |
93 </ul> | 93 </ul> |
94 {% social_sharing podcast.search_title podcast.get_absolute_url %} | 94 {% social_sharing podcast.search_title podcast.get_absolute_url %} |
95 {% endblock %} | 95 {% endblock %} |
96 {% block end_body %}{% include 'core/social_sharing_end.html' %}{% endblock %} |