e10a67428d
- first content - modded theme, based on wraithani'thme, which is based on bootstrap
9 lines
No EOL
377 B
HTML
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 %} |