{% comment %}
Add content to be output at the bottom of each page. (You might use this for analytics scripts, for example)
{% endcomment %}
<script>(function(w,d){varc,e=d.createDocumentFragment(),f=d.getElementsByTagName("script")[0],a=function(a,b){if(!d.getElementById(b)){c=d.createElement("script");c.src=a;c.id=b||null;c.async=true;e.appendChild(c);}};{%ifsite.google_plus_one%}{%ifsite.google_plus_one_lang%}w.___gcfg={lang:"ja"};{%endif%}a("https://apis.google.com/js/plusone.js");{%endif%}{%ifsite.twitter_follow_buttonorsite.twitter_tweet_button%}a("//platform.twitter.com/widgets.js");{%endif%}{%ifsite.facebook_like%}a("//connect.facebook.net/{% if site.facebook_lang %}{{ site.facebook_lang }}{% else %}en_US{% endif %}/all.js#{% if site.facebook_appID %}appId={{ site.facebook_appID }}&{% endif %}xfbml=1","facebook-jssdk");{%endif%}a("//b.st-hatena.com/js/bookmark_button_wo_al.js");f.parentNode.insertBefore(e,f);})(this,document);</script>
Facebook の AppID について
facebook_like.html には、作者のものと思われるアプリケーション ID が埋め込まれているが、このファイルは使わない。
facebook_like.html
12345678910
{% if site.facebook_like %}
<divid="fb-root"></div><script>(function(d,s,id){varjs,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id)){return;}js=d.createElement(s);js.id=id;js.async=true;js.src="//connect.facebook.net/en_US/all.js#appId=212934732101925&xfbml=1";fjs.parentNode.insertBefore(js,fjs);}(document,'script','facebook-jssdk'));</script>{% endif %}