{"id":13150,"date":"2024-11-04T09:07:20","date_gmt":"2024-11-04T09:07:20","guid":{"rendered":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/?page_id=13150"},"modified":"2025-05-26T05:05:05","modified_gmt":"2025-05-26T05:05:05","slug":"webcasts","status":"publish","type":"page","link":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/webcasts\/","title":{"rendered":"Webcast and Presentation"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"13150\" class=\"elementor elementor-13150\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32c7eaa e-flex e-con-boxed parallax_section_no qode_elementor_container_no e-con e-parent\" data-id=\"32c7eaa\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b089cd4 elementor-widget elementor-widget-heading\" data-id=\"b089cd4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Webcast and Presentation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-06ef360 elementor-widget elementor-widget-spacer\" data-id=\"06ef360\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d74ad5b e-flex e-con-boxed parallax_section_no qode_elementor_container_no e-con e-parent\" data-id=\"d74ad5b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afc6bea elementor-widget elementor-widget-html\" data-id=\"afc6bea\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    @media screen and (max-width: 767px) {\r\n        #table-webcast{\r\n            width: 800px;\r\n        }\r\n        .table-responsive{\r\n            border: none;\r\n        }\r\n    }\r\n    .fa {\r\n            font-size: 20px;\r\n        }\r\n<\/style>\r\n    <center>\r\n      <h4 id=\"title-table-header\"><\/h4>   \r\n    <\/center>\r\n   \r\n    <div class=\"table-responsive\">\r\n        <div id=\"table-webcast_wrapper\" >\r\n            <table id=\"table-webcast\">\r\n                <thead>\r\n                    \r\n                    <tr id=\"table-header\">\r\n                      <!--   <th style=\"display: none;\"><\/th>\r\n                        <th style=\"border-top: 0px\" width=\"100%\" ><\/th> -->\r\n                        \r\n                        <th>\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21<\/th>\r\n        \t\t\t\t<th>\u0e14\u0e39\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e2a\u0e15\u0e4c<\/th>\r\n                        <th>Download<\/th>\r\n                     <\/tr>\r\n                    \r\n                <\/thead>\r\n                <tbody>\r\n                    <!-- Data will be populated here -->\r\n                    \r\n                <\/tbody>\r\n            <\/table>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n<div id=\"pagination-controls\" style=\"margin-top:10px;\"><\/div>\r\n<div id=\"page-info\" style=\"display:none;\"><\/div>\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-135e581 elementor-widget elementor-widget-shortcode\" data-id=\"135e581\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">  <script>\r\n         \/\/ Connect Config the PHP \r\n\t\tconst baseURL = \"https:\/\/www.irplus.in.th\/api\/Webcast?share=LDC&listed_id=1198&lang=\";\r\n\t  \r\n    const headers = {\r\n        \"Authorization\": \"f0d32684a89fb255fa8bc51b3df9d5f7f1bccf2a19e190fbd39988aa67c06ef6\"\r\n    };\r\n\r\n        const pathname = window.location.pathname;\r\n        const extractedLang = pathname.split('\/')[1]; \/\/ Keep this as const\r\n        const lang = (extractedLang === \"en\") ? \"en\" : \"th\"; \/\/ Final language selection\r\n\r\n        console.log(\"Lang:\", lang);\r\n        let parsedData = [];\r\n        let currentPage = 1;\r\n        let totalPages = 1;\r\n        let slyear;\r\n        const itemsPerPage = 10; \/\/ Set the number of items per page\r\n        const element = document.querySelector(\".pagination-ir ul\");\r\n        \/\/ Function to fetch data based on language\r\n        function fetchData(language) {\r\n            const url = `${baseURL}${language}`;\r\n            console.log(\"Fetching data from:\", url);\r\n\r\n            updateTableHeaders(language);\r\n\r\n            fetch(url, { method: \"GET\", headers: headers })\r\n                .then(response => {\r\n                    if (!response.ok) {\r\n                        throw new Error('Network response was not ok ' + response.statusText);\r\n                    }\r\n                    return response.json();\r\n                })\r\n                .then(data => {\r\n                    if (data.status === \"success\") {\r\n                        parsedData = JSON.parse(data.data); \/\/ Store the fetched data globally\r\n                        console.log(\"Fetched data:\", parsedData.length);\r\n                        populateTable(parsedData, language);\r\n                        updatePagination(); \/\/ Initialize pagination\r\n                    } else {\r\n                        document.querySelector(\"#table-webcast tbody\").innerHTML = \"<tr><td colspan='3'>No data available.<\/td><\/tr>\";\r\n                    }\r\n                })\r\n                .catch(error => {\r\n                    console.error('There was a problem with the fetch operation:', error);\r\n                    document.querySelector(\"#table-webcast tbody\").innerHTML = `<tr><td colspan='3'>Error: ${error.message}<\/td><\/tr>`;\r\n                });\r\n        }\r\n\r\n        \/\/ Function to update table headers based on selected language\r\n        function updateTableHeaders(language) {\r\n            const tableHeader = document.getElementById(\"table-header\");\r\n            const titleHeader = document.getElementById(\"title-table-header\");\r\n\r\n            if (language === \"en\") {\r\n                \/\/titleHeader.textContent = \"Presentations & Webcast\";\r\n                tableHeader.innerHTML = `\r\n                            <th>Current Event<\/th>\r\n                            <th>View Webcast<\/th>\r\n                            <th>Download<\/th>`;\r\n            } else {\r\n                \/\/titleHeader.textContent = \"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22\";\r\n                tableHeader.innerHTML = `\r\n                            <th>\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21<\/th>\r\n                            <th>\u0e14\u0e39\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e2a\u0e15\u0e4c<\/th>\r\n                            <th>\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14<\/th>`;\r\n            }\r\n        }\r\n        \/\/ Helper function to format date based on language\r\n        function formatDate(timestamp, language) {\r\n            const date = new Date(timestamp);\r\n            const optionsEn = { day: 'numeric', month: 'long', year: 'numeric' };\r\n            const optionsTh = { day: 'numeric', month: 'long', year: 'numeric', calendar: 'buddhist' };\r\n\r\n            if (language === \"en\") {\r\n                return date.toLocaleDateString('en-GB', optionsEn);\r\n            } else {\r\n                \/\/ Convert AD year to BE for Thai\r\n                const thaiYear = date.getFullYear() + 543;\r\n                const thaiDate = new Intl.DateTimeFormat('th-TH', optionsTh).format(date);\r\n                return thaiDate.replace(date.getFullYear(), thaiYear);\r\n            }\r\n        }\r\n\r\n        \/\/ Function to populate the table with the fetched data\r\n        function populateTable(data, language) {\r\n            const tbody = document.querySelector(\"#table-webcast tbody\");\r\n            tbody.innerHTML = \"\"; \/\/ Clear existing content\r\n\r\n            \/\/ Calculate pagination\r\n            const start = (currentPage - 1) * itemsPerPage;\r\n            const end = start + itemsPerPage;\r\n            const paginatedData = data.slice(start, end);\r\n\r\n            paginatedData.forEach(item => {\r\n\t\t\t\tlet vdo_url = \"javascript:void(0);\"; \/\/ \u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\r\n\t\t\t\tlet icon_vdo_url = \"\"; \/\/ \u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19     \r\n\t\t\t\tlet idLink = \"-\";\r\n\t\t\t\tconst base = window.location.origin;\r\n                \/\/const timestamp = formatDate(item.timestamp, language); \/\/ Format date based on language\r\n                const detail = item.detail;\r\n\t\t\t\tif (item.presentation === 1) {\r\n        const Url = `${base}\/webcasts_detail?type=present&id=${item.name}`;\r\n        idLink = `<a href=\"${Url}\" target=\"_blank\"><i class='fa fa-file-text icon-webcast'><\/i> \u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14<\/a>`;\r\n    } else if (item.transcript === 1) {\r\n        const Url = `${base}\/webcasts_detail?type=transcript&id=${item.name}`;\r\n        idLink = `<a href=\"${Url}\" target=\"_blank\"><i class='fa fa-file-text icon-webcast'><\/i> \u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14<\/a>`;\r\n    }\r\n                \r\n\t\t\t\t\r\nif (item.multimedia) {\r\n\tif (item.id) {\r\n        vdo_url = `${base}\/webcasts_player?id=${item.id}`;\r\n    } else if (item.vdo_url) {\r\n        vdo_url = item.vdo_url;\r\n    }\r\n\ticon_vdo_url = (language === \"th\")\r\n            ? \"<i class='fa fa-tv'><\/i> \u0e14\u0e39\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e2a\u0e15\u0e4c\"\r\n            : \"<i class='fa fa-file-text icon-webcast'><\/i> View Webcast\";\r\n} else {\r\n\ticon_vdo_url = \" - \";\r\n}\r\n                const row = `\r\n        <tr>\r\n            <td><p>${item.detail}<\/p><\/td>\r\n            <td><a class=\"color-primary\" href=\"${vdo_url}\" target=\"_blank\">${icon_vdo_url}<\/a><\/td>\r\n            <td>${idLink}<\/td>\r\n        <\/tr>\r\n    `;\r\n                tbody.insertAdjacentHTML('beforeend', row); \/\/ Add the new row to the table\r\n            });\r\n        }\r\n       function updatePagination() {\r\n    const totalPages = Math.ceil(parsedData.length \/ itemsPerPage);\r\n    document.getElementById(\"page-info\").innerText = `Page ${currentPage} of ${totalPages}`;\r\n\r\n    const paginationControls = document.getElementById(\"pagination-controls\");\r\n    paginationControls.innerHTML = \"\"; \/\/ \u0e40\u0e04\u0e25\u0e35\u0e22\u0e23\u0e4c\u0e01\u0e48\u0e2d\u0e19\r\n\r\n    \/\/ \u0e1b\u0e38\u0e48\u0e21 <<\r\n    const prevBtn = document.createElement(\"button\");\r\n    prevBtn.textContent = \"\u00ab\";\r\n    prevBtn.style.margin = \"2px\";\r\n    prevBtn.style.padding = \"4px 8px\";\r\n    prevBtn.disabled = currentPage === 1;\r\n    prevBtn.addEventListener(\"click\", () => {\r\n        if (currentPage > 1) {\r\n            currentPage--;\r\n            populateTable(parsedData, lang);\r\n            updatePagination();\r\n        }\r\n    });\r\n    paginationControls.appendChild(prevBtn);\r\n\r\n    const maxVisibleButtons = 5;\r\n    let startPage = Math.max(1, currentPage - Math.floor(maxVisibleButtons \/ 2));\r\n    let endPage = Math.min(totalPages, startPage + maxVisibleButtons - 1);\r\n\r\n    if (endPage - startPage < maxVisibleButtons - 1) {\r\n        startPage = Math.max(1, endPage - maxVisibleButtons + 1);\r\n    }\r\n\r\n    \/\/ \u0e1b\u0e38\u0e48\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e23\u0e01 + \u0e08\u0e38\u0e14\u0e44\u0e02\u0e48\u0e1b\u0e25\u0e32 ...\r\n    if (startPage > 1) {\r\n        const firstPageBtn = document.createElement(\"button\");\r\n        firstPageBtn.textContent = \"1\";\r\n        firstPageBtn.style.margin = \"2px\";\r\n        firstPageBtn.style.padding = \"4px 8px\";\r\n        firstPageBtn.disabled = currentPage === 1;\r\n        firstPageBtn.addEventListener(\"click\", () => {\r\n            currentPage = 1;\r\n            populateTable(parsedData, lang);\r\n            updatePagination();\r\n        });\r\n        paginationControls.appendChild(firstPageBtn);\r\n\r\n        const dots = document.createElement(\"span\");\r\n        dots.textContent = \"\u2026\";\r\n        dots.style.margin = \"2px\";\r\n        paginationControls.appendChild(dots);\r\n    }\r\n\r\n    \/\/ \u0e1b\u0e38\u0e48\u0e21\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e2b\u0e19\u0e49\u0e32\r\n    for (let i = startPage; i <= endPage; i++) {\r\n        const pageBtn = document.createElement(\"button\");\r\n        pageBtn.textContent = i;\r\n        pageBtn.style.margin = \"2px\";\r\n        pageBtn.style.padding = \"4px 8px\";\r\n        pageBtn.disabled = (i === currentPage);\r\n        pageBtn.addEventListener(\"click\", () => {\r\n            currentPage = i;\r\n            populateTable(parsedData, lang);\r\n            updatePagination();\r\n        });\r\n        paginationControls.appendChild(pageBtn);\r\n    }\r\n\r\n    \/\/ \u0e1b\u0e38\u0e48\u0e21 ... + \u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\r\n    if (endPage < totalPages) {\r\n        const dots = document.createElement(\"span\");\r\n        dots.textContent = \"\u2026\";\r\n        dots.style.margin = \"2px\";\r\n        paginationControls.appendChild(dots);\r\n\r\n        const lastPageBtn = document.createElement(\"button\");\r\n        lastPageBtn.textContent = totalPages;\r\n        lastPageBtn.style.margin = \"2px\";\r\n        lastPageBtn.style.padding = \"4px 8px\";\r\n        lastPageBtn.disabled = currentPage === totalPages;\r\n        lastPageBtn.addEventListener(\"click\", () => {\r\n            currentPage = totalPages;\r\n            populateTable(parsedData, lang);\r\n            updatePagination();\r\n        });\r\n        paginationControls.appendChild(lastPageBtn);\r\n    }\r\n\r\n    \/\/ \u0e1b\u0e38\u0e48\u0e21 >>\r\n    const nextBtn = document.createElement(\"button\");\r\n    nextBtn.textContent = \"\u00bb\";\r\n    nextBtn.style.margin = \"2px\";\r\n    nextBtn.style.padding = \"4px 8px\";\r\n    nextBtn.disabled = currentPage === totalPages;\r\n    nextBtn.addEventListener(\"click\", () => {\r\n        if (currentPage < totalPages) {\r\n            currentPage++;\r\n            populateTable(parsedData, lang);\r\n            updatePagination();\r\n        }\r\n    });\r\n    paginationControls.appendChild(nextBtn);\r\n}\r\n\r\n       \r\n        \/\/ Initial data fetch when the script loads\r\n        fetchData(lang);\r\n    <\/script>\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22 \u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21 \u0e14\u0e39\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e2a\u0e15\u0e4c \u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-13150","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22 - LDC Dental PCL<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22 - LDC Dental PCL\" \/>\n<meta property=\"og:description\" content=\"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22 \u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21 \u0e14\u0e39\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e2a\u0e15\u0e4c \u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/webcasts\/\" \/>\n<meta property=\"og:site_name\" content=\"LDC Dental PCL\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/LDCDental\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-26T05:05:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@LDC_Dental\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/\",\"url\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/\",\"name\":\"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22 - LDC Dental PCL\",\"isPartOf\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website\"},\"datePublished\":\"2024-11-04T09:07:20+00:00\",\"dateModified\":\"2025-05-26T05:05:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website\",\"url\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/\",\"name\":\"My WordPress\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#organization\",\"name\":\"My WordPress\",\"url\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/wp-content\/uploads\/2025\/04\/logo-LDC-02.webp\",\"contentUrl\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/wp-content\/uploads\/2025\/04\/logo-LDC-02.webp\",\"width\":150,\"height\":39,\"caption\":\"My WordPress\"},\"image\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/LDCDental\",\"https:\/\/x.com\/LDC_Dental\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22 - LDC Dental PCL","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22 - LDC Dental PCL","og_description":"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22 \u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21 \u0e14\u0e39\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e2a\u0e15\u0e4c \u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14","og_url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/webcasts\/","og_site_name":"LDC Dental PCL","article_publisher":"https:\/\/www.facebook.com\/LDCDental","article_modified_time":"2025-05-26T05:05:05+00:00","twitter_card":"summary_large_image","twitter_site":"@LDC_Dental","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/","url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/","name":"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22 - LDC Dental PCL","isPartOf":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website"},"datePublished":"2024-11-04T09:07:20+00:00","dateModified":"2025-05-26T05:05:05+00:00","breadcrumb":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/webcasts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/"},{"@type":"ListItem","position":2,"name":"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e1a\u0e1a\u0e21\u0e31\u0e25\u0e15\u0e34\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22"}]},{"@type":"WebSite","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website","url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/","name":"My WordPress","description":"","publisher":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#organization","name":"My WordPress","url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#\/schema\/logo\/image\/","url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/wp-content\/uploads\/2025\/04\/logo-LDC-02.webp","contentUrl":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/wp-content\/uploads\/2025\/04\/logo-LDC-02.webp","width":150,"height":39,"caption":"My WordPress"},"image":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/LDCDental","https:\/\/x.com\/LDC_Dental"]}]}},"_links":{"self":[{"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages\/13150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/comments?post=13150"}],"version-history":[{"count":59,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages\/13150\/revisions"}],"predecessor-version":[{"id":21351,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages\/13150\/revisions\/21351"}],"wp:attachment":[{"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/media?parent=13150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}