File: /var/www/html/wp-content/themes/ganryujima_new_1602/_facebook_timeline.php
<div class="fb-page" data-href="https://www.facebook.com/ganryujima.fightlabo/" data-tabs="timeline" data-width="100%" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/ganryujima.fightlabo/"><a href="https://www.facebook.com/ganryujima.fightlabo/">Ganryujima</a></blockquote></div></div>
<script>
var timer = false;
var parentbox = jQuery('.fb-page').parent('article');
fbResize = function() {
boxWidth = parentbox.width();
currentWidth = jQuery('.fb-page').attr('data-width');
if(boxWidth != currentWidth){
jQuery('.fb-page').attr('data-width', boxWidth);
FB.XFBML.parse(document.getElementById('pagePlugin'));
}
};
setTimeout(function() {
fbResize();
}, 200);
jQuery(window).resize(function() {
if (timer !== false) {
clearTimeout(timer);
}
timer = setTimeout(function() {
fbResize();
}, 200);
});
</script>