blog/theme/bootstrapdark/templates/facebook.html
kleph e10a67428d Initial import
- first content
- modded theme, based on wraithani'thme, which is based on bootstrap
2013-07-05 00:07:25 +02:00

9 lines
No EOL
377 B
HTML

{% if FACEBOOK_APPID %}
<div id="fb-root"></div>
<script>(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId={{ FACEBOOK_APPID }}";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
{% endif %}