<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><mt:Pages id="ウェブページID"><$mt:PageTitle$></mt:Pages></title>
<link type="text/css" href="<$mt:BlogURL$>facebook/styles.css" rel="stylesheet" />
</head>
<body>
	<div id="fb-root"></div>
<mt:Pages id="ウェブページID">
	<div class="contents"><$mt:PageBody$></div>
</mt:Pages>
<script>
(function() {
	var e = document.createElement('script'); e.async = true;
	e.src = document.location.protocol + '//connect.facebook.net/ja_JP/all.js';
	document.getElementById('fb-root').appendChild(e);
}());
window.fbAsyncInit = function() {
	FB.init({
		appId: 'アプリケーションID',
		status: true,
		cookie: true,
		xfbml: true,
		oauth: true
	});
	FB.Canvas.setAutoGrow();
};
</script>
</body>
</html>
