{"id":1322,"date":"2026-07-05T10:54:51","date_gmt":"2026-07-05T10:54:51","guid":{"rendered":"https:\/\/kalasin.mcu.ac.th\/?page_id=1322"},"modified":"2026-07-05T11:05:37","modified_gmt":"2026-07-05T11:05:37","slug":"%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%81%e0%b8%b2%e0%b8%a8%e0%b8%a3%e0%b8%b2%e0%b8%a2%e0%b8%8a%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%9c%e0%b8%b9%e0%b9%89%e0%b8%aa%e0%b8%a1%e0%b8%b1%e0%b8%84%e0%b8%a3%e0%b9%81","status":"publish","type":"page","link":"https:\/\/kalasin.mcu.ac.th\/?page_id=1322","title":{"rendered":"\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e41\u0e25\u0e30\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a"},"content":{"rendered":"<div\n  id=\"mcu-results-wrapper\"\n  style=\"\n    display:block!important;\n    width:100%!important;\n    max-width:100%!important;\n    margin:0!important;\n    padding:0!important;\n    background:#f6f7fb!important;\n    overflow:visible!important;\n    box-sizing:border-box!important;\n  \"\n><\/p>\n<p>  <iframe\n    id=\"mcu-results-iframe\"\n    src=\"https:\/\/script.google.com\/macros\/s\/AKfycbwbwqQypwxnPMuRNsPdJAJ3_v3UTW9erTcY5ssxkwjiV7T568IlnXq5V7mxrB-Ho3ch\/exec\"\n    title=\"\u0e23\u0e30\u0e1a\u0e1a\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e41\u0e25\u0e30\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a MCU Kalasin\"\n    loading=\"eager\"\n    scrolling=\"no\"\n    allow=\"clipboard-write; fullscreen\"\n    allowfullscreen\n    referrerpolicy=\"strict-origin-when-cross-origin\"\n    style=\"\n      display:block!important;\n      visibility:visible!important;\n      opacity:1!important;\n      width:100%!important;\n      max-width:100%!important;\n      height:2400px!important;\n      min-height:1000px!important;\n      margin:0!important;\n      padding:0!important;\n      border:0!important;\n      background:#f6f7fb!important;\n      overflow:hidden!important;\n      box-shadow:none!important;\n      box-sizing:border-box!important;\n    \"\n  ><\/iframe><\/p>\n<\/div>\n<p><script>\n(function () {\n  'use strict';<\/p>\n<p>  var iframe = document.getElementById(\n    'mcu-results-iframe'\n  );<\/p>\n<p>  if (!iframe) {\n    return;\n  }<\/p>\n<p>  var lastHeight = 0;\n  var resizeTimer = null;<\/p>\n<p>  function applyHeight(value) {\n    var height = parseInt(value, 10);<\/p>\n<p>    if (\n      !height ||\n      height < 600 ||\n      height > 50000\n    ) {\n      return;\n    }<\/p>\n<p>    var finalHeight = height + 16;<\/p>\n<p>    if (\n      Math.abs(finalHeight - lastHeight) < 4\n    ) {\n      return;\n    }\n\n    lastHeight = finalHeight;\n\n    iframe.style.setProperty(\n      'height',\n      finalHeight + 'px',\n      'important'\n    );\n\n    iframe.style.setProperty(\n      'min-height',\n      finalHeight + 'px',\n      'important'\n    );\n\n    iframe.style.setProperty(\n      'visibility',\n      'visible',\n      'important'\n    );\n\n    iframe.style.setProperty(\n      'opacity',\n      '1',\n      'important'\n    );\n  }\n\n  function requestHeight() {\n    if (!iframe.contentWindow) {\n      return;\n    }\n\n    iframe.contentWindow.postMessage(\n      {\n        type:\n          'MCU_KALASIN_REQUEST_RESULTS_HEIGHT'\n      },\n      '*'\n    );\n  }\n\n  window.addEventListener(\n    'message',\n    function (event) {\n      if (\n        event.source !== iframe.contentWindow\n      ) {\n        return;\n      }\n\n      var data = event.data || {};\n\n      if (\n        data.type !==\n        'MCU_KALASIN_RESULTS_HEIGHT'\n      ) {\n        return;\n      }\n\n      applyHeight(data.height);\n    }\n  );\n\n  iframe.addEventListener(\n    'load',\n    function () {\n      iframe.style.setProperty(\n        'visibility',\n        'visible',\n        'important'\n      );\n\n      iframe.style.setProperty(\n        'opacity',\n        '1',\n        'important'\n      );\n\n      requestHeight();\n\n      setTimeout(requestHeight, 300);\n      setTimeout(requestHeight, 800);\n      setTimeout(requestHeight, 1500);\n      setTimeout(requestHeight, 3000);\n    }\n  );\n\n  window.addEventListener(\n    'resize',\n    function () {\n      clearTimeout(resizeTimer);\n\n      resizeTimer = setTimeout(\n        requestHeight,\n        150\n      );\n    }\n  );\n\n  window.addEventListener(\n    'orientationchange',\n    function () {\n      setTimeout(requestHeight, 300);\n      setTimeout(requestHeight, 900);\n    }\n  );\n\n  document.addEventListener(\n    'visibilitychange',\n    function () {\n      if (!document.hidden) {\n        setTimeout(requestHeight, 200);\n      }\n    }\n  );\n\n  setInterval(\n    requestHeight,\n    5000\n  );\n})();\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1322","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kalasin.mcu.ac.th\/index.php?rest_route=\/wp\/v2\/pages\/1322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kalasin.mcu.ac.th\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kalasin.mcu.ac.th\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kalasin.mcu.ac.th\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kalasin.mcu.ac.th\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1322"}],"version-history":[{"count":3,"href":"https:\/\/kalasin.mcu.ac.th\/index.php?rest_route=\/wp\/v2\/pages\/1322\/revisions"}],"predecessor-version":[{"id":1325,"href":"https:\/\/kalasin.mcu.ac.th\/index.php?rest_route=\/wp\/v2\/pages\/1322\/revisions\/1325"}],"wp:attachment":[{"href":"https:\/\/kalasin.mcu.ac.th\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}