HEX
Server: Apache
System: Linux 4485441ca2e2 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 11:03:07 UTC 2025 aarch64
User: (1000)
PHP: 8.2.24
Disabled: NONE
Upload Files
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>