{"id":14759,"date":"2024-11-26T03:16:21","date_gmt":"2024-11-26T03:16:21","guid":{"rendered":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/?page_id=14759"},"modified":"2025-05-22T06:58:40","modified_gmt":"2025-05-22T06:58:40","slug":"news-clipping","status":"publish","type":"page","link":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/news-clipping\/","title":{"rendered":"News Clipping"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"14759\" class=\"elementor elementor-14759\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a25dbc9 e-flex e-con-boxed parallax_section_no qode_elementor_container_no e-con e-parent\" data-id=\"a25dbc9\" 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-16e0b2f elementor-widget elementor-widget-heading\" data-id=\"16e0b2f\" 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\">News Clipping\n<\/h2>\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-217913f elementor-widget elementor-widget-html\" data-id=\"217913f\" 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<center>\r\n    <h1 id=\"title-table-header\"><\/h1>\r\n<\/center>\r\n\r\n<!-- Year Selection Dropdown -->\r\n<select id=\"year-select\" class=\"dropdown\">\r\n    <option selected value=\"\">\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35<\/option>\r\n<\/select>\r\n\r\n<!-- News Section -->\r\n<div class=\"news-section\">\r\n    <div id=\"table-newsclipping\">\r\n        <!-- News items will be dynamically populated here -->\r\n    <\/div>\r\n<\/div>\r\n\r\n\r\n   <div id=\"pagination-controls\" style=\"margin-top:10px;\"><\/div>\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\nconst baseURL = \"https:\/\/www.irplus.in.th\/api\/Clipping?share=LDC&listed_id=1198&lang=\";\r\nconst headers = {\r\n    \"Authorization\": \"f0d32684a89fb255fa8bc51b3df9d5f7f1bccf2a19e190fbd39988aa67c06ef6\"\r\n};\r\n\r\nconst pathname = window.location.pathname;\r\nconst extractedLang = pathname.split('\/')[1];\r\nconst lang = (extractedLang === \"en\") ? \"en\" : \"th\";\r\n\r\nconst itemsPerPage = 10;\r\nlet parsedData = [];\r\nlet currentPage = 1;\r\nlet totalPages = 1;\r\nlet slyear;\r\n\r\n\/\/ Elements\r\nconst yearSelect = document.getElementById(\"year-select\");\r\nconst newsContainer = document.getElementById(\"table-newsclipping\");\r\nconst paginationContainer = document.getElementById(\"pagination-controls\");\r\n\r\n\/\/ Fetch available years\r\nfunction fetchYears() {\r\n    fetch(`${baseURL}${lang}`, { method: \"GET\", headers })\r\n        .then(response => response.json())\r\n        .then(data => {\r\n            if (data.status === \"success\") {\r\n                const years = JSON.parse(data.data_years);\r\n                populateYearSelect(years);\r\n            }\r\n        })\r\n        .catch(err => console.error(\"Error fetching years:\", err));\r\n}\r\n\r\n\/\/ Populate dropdown with year options (format \u0e1e.\u0e28. \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22)\r\nfunction populateYearSelect(years) {\r\n    yearSelect.innerHTML = \"\"; \/\/ \u0e25\u0e49\u0e32\u0e07 options \u0e40\u0e14\u0e34\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\r\n\r\n    years.forEach(year => {\r\n        const option = document.createElement(\"option\");\r\n        option.value = year;\r\n        option.textContent = lang === \"th\" ? parseInt(year) + 543 : year; \/\/ \u0e41\u0e2a\u0e14\u0e07\u0e40\u0e1b\u0e47\u0e19 \u0e1e.\u0e28. \u0e16\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22\r\n        yearSelect.appendChild(option);\r\n    });\r\n\r\n    \/\/ \u2705 \u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34 (\u0e2a\u0e21\u0e21\u0e15\u0e34\u0e27\u0e48\u0e32 array \u0e40\u0e23\u0e35\u0e22\u0e07\u0e08\u0e32\u0e01\u0e1b\u0e35\u0e43\u0e2b\u0e21\u0e48 \u2192 \u0e40\u0e01\u0e48\u0e32)\r\n    if (years.length > 0) {\r\n        slyear = years[0];\r\n        yearSelect.value = slyear;\r\n        fetchAllData(lang, slyear);\r\n    }\r\n}\r\n\r\n\r\n\/\/ Fetch all clipping data\r\nfunction fetchAllData(language, year = \"\") {\r\n    const yearParam = year ? `&year=${year}` : \"\"; \/\/ \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e16\u0e49\u0e32\u0e21\u0e35 year\r\n    const url = `${baseURL}${language}${yearParam}&page_number=1&limit=${itemsPerPage}`;\r\n    \r\n    fetch(url, { method: \"GET\", headers })\r\n        .then(response => response.json())\r\n        .then(data => {\r\n            if (data.status === \"success\") {\r\n                parsedData = JSON.parse(data.data);\r\n                totalPages = Math.ceil(data.totalnumber \/ itemsPerPage);\r\n                updatePaginationButtons();\r\n                populateNewsSection(parsedData, language);\r\n            } else {\r\n                displayNoDataMessage();\r\n            }\r\n        })\r\n        .catch(err => console.error(\"Error fetching data:\", err));\r\n}\r\n\r\n\/\/ Fetch data for specific page\r\nfunction fetchData(language, pageNumber, limit) {\r\n    const yearParam = slyear ? `&year=${slyear}` : \"\"; \/\/ \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e16\u0e49\u0e32\u0e21\u0e35 year\r\n    const url = `${baseURL}${language}${yearParam}&page_number=${pageNumber}&limit=${limit}`;\r\n\r\n    fetch(url, { method: \"GET\", headers })\r\n        .then(response => response.json())\r\n        .then(data => {\r\n            if (data.status === \"success\") {\r\n                parsedData = JSON.parse(data.data);\r\n                populateNewsSection(parsedData, language);\r\n            }\r\n        })\r\n        .catch(err => console.error(\"Error fetching data:\", err));\r\n}\r\n\r\n\r\n\/\/ Render news items\r\nfunction populateNewsSection(data, language) {\r\n    newsContainer.innerHTML = \"\";\r\n    data.forEach(item => {\r\n        const timestamp = formatDateTH(item.timestamp, language);\r\n        const title = item.title;\r\n        const link = item.link === null ? \"#\" : item.link;\r\n        const source_logo = \"https:\/\/www.irplus.in.th\" + item.source_logo;\r\n        const html = `\r\n            <div class=\"news-item\">\r\n                <div class=\"news-logo-clipping\">\r\n                    <img decoding=\"async\" class=\"img-news_clipping\" src=\"${source_logo}\">\r\n                <\/div>\r\n                <div class=\"news-date\">\r\n                    <i class=\"fa-regular fa-calendar\"><\/i>\r\n                    <span class=\"news-date-detail\">${timestamp}<\/span>\r\n                <\/div>\r\n                <div class=\"news-content\">\r\n                    <a href=\"${link}\" target=\"_blank\"><p>${title}<\/p><\/a>\r\n                <\/div>\r\n            <\/div>`;\r\n        newsContainer.insertAdjacentHTML(\"beforeend\", html);\r\n    });\r\n}\r\nfunction formatDateTH(timestamp, language) {\r\n    const date = new Date(timestamp);\r\n    const options = { day: \"numeric\", month: \"long\", year: \"numeric\" };\r\n    return language === \"th\"\r\n        ? new Intl.DateTimeFormat(\"th-TH\", options).format(date)\r\n        : new Intl.DateTimeFormat(\"en-GB\", options).format(date);\r\n}\r\n\r\n\/\/ Format date to dd Month yyyy (\u0e1e.\u0e28. \u0e16\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22)\r\nfunction formatDate(timestamp, language) {\r\n    const date = new Date(timestamp);\r\n    const options = { day: \"numeric\", month: \"long\", year: \"numeric\" };\r\n    const formatted = new Intl.DateTimeFormat(language === \"th\" ? \"th-TH\" : \"en-GB\", options).format(date);\r\n\r\n    \/\/ \u0e41\u0e1b\u0e25\u0e07 \u0e04.\u0e28. \u0e40\u0e1b\u0e47\u0e19 \u0e1e.\u0e28. \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22\r\n    if (language === \"th\") {\r\n        const parts = formatted.split(\" \");\r\n        const year = parseInt(parts[2]) + 543;\r\n        return `${parts[0]} ${parts[1]} ${year}`;\r\n    }\r\n\r\n    return formatted;\r\n}\r\n\r\n\/\/ Render pagination buttons (\u0e41\u0e1a\u0e1a\u0e1b\u0e38\u0e48\u0e21\u0e40\u0e23\u0e35\u0e22\u0e07\u0e15\u0e32\u0e21\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23)\r\nfunction updatePaginationButtons() {\r\n    paginationContainer.innerHTML = \"\";\r\n    let html = \"\";\r\n\r\n    if (currentPage > 1) {\r\n        html += `<button style=\"margin:2px; padding:4px 8px;\" onclick=\"changePage(${currentPage - 1})\">\u00ab<\/button>`;\r\n    } else {\r\n        html += `<button disabled style=\"margin:2px; padding:4px 8px;\">\u00ab<\/button>`;\r\n    }\r\n\r\n    html += `<button ${currentPage === 1 ? \"disabled\" : \"\"} style=\"margin:2px; padding:4px 8px;\" onclick=\"changePage(1)\">1<\/button>`;\r\n\r\n    if (currentPage > 4) {\r\n        html += `<span style=\"margin: 2px;\">\u2026<\/span>`;\r\n    }\r\n\r\n    const start = Math.max(2, currentPage - 2);\r\n    const end = Math.min(totalPages - 1, currentPage + 2);\r\n\r\n    for (let i = start; i <= end; i++) {\r\n        html += `<button ${i === currentPage ? \"disabled\" : \"\"} style=\"margin:2px; padding:4px 8px;\" onclick=\"changePage(${i})\">${i}<\/button>`;\r\n    }\r\n\r\n    if (currentPage < totalPages - 3) {\r\n        html += `<span style=\"margin: 2px;\">\u2026<\/span>`;\r\n    }\r\n\r\n    if (totalPages > 1) {\r\n        html += `<button ${currentPage === totalPages ? \"disabled\" : \"\"} style=\"margin:2px; padding:4px 8px;\" onclick=\"changePage(${totalPages})\">${totalPages}<\/button>`;\r\n    }\r\n\r\n    if (currentPage < totalPages) {\r\n        html += `<button style=\"margin:2px; padding:4px 8px;\" onclick=\"changePage(${currentPage + 1})\">\u00bb<\/button>`;\r\n    } else {\r\n        html += `<button disabled style=\"margin:2px; padding:4px 8px;\">\u00bb<\/button>`;\r\n    }\r\n\r\n    paginationContainer.innerHTML = html;\r\n}\r\n\r\n\/\/ Handle page click\r\nfunction changePage(pageNumber) {\r\n    currentPage = pageNumber;\r\n    fetchData(lang, currentPage, itemsPerPage);\r\n    updatePaginationButtons();\r\n}\r\n\r\n\/\/ Event listeners\r\nyearSelect.addEventListener(\"change\", () => {\r\n    slyear = yearSelect.value || \"\";\r\n    fetchAllData(lang, slyear);\r\n});\r\n\r\n\r\n\/\/ Initial load\r\nfetchYears();\r\nfetchAllData(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<div class=\"elementor-element elementor-element-20a4b97 e-flex e-con-boxed parallax_section_no qode_elementor_container_no e-con e-parent\" data-id=\"20a4b97\" 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-a68892f elementor-widget elementor-widget-spacer\" data-id=\"a68892f\" 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\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u0e02\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c \u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35<\/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-14759","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\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c - 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\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c - LDC Dental PCL\" \/>\n<meta property=\"og:description\" content=\"\u0e02\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c \u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/news-clipping\/\" \/>\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-22T06:58:40+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=\"3 minutes\" \/>\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\/news-clipping\/\",\"url\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/news-clipping\/\",\"name\":\"\u0e02\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c - LDC Dental PCL\",\"isPartOf\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website\"},\"datePublished\":\"2024-11-26T03:16:21+00:00\",\"dateModified\":\"2025-05-22T06:58:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/news-clipping\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/news-clipping\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/news-clipping\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0e02\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c\"}]},{\"@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\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c - 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\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c - LDC Dental PCL","og_description":"\u0e02\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c \u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35","og_url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/news-clipping\/","og_site_name":"LDC Dental PCL","article_publisher":"https:\/\/www.facebook.com\/LDCDental","article_modified_time":"2025-05-22T06:58:40+00:00","twitter_card":"summary_large_image","twitter_site":"@LDC_Dental","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/news-clipping\/","url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/news-clipping\/","name":"\u0e02\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c - LDC Dental PCL","isPartOf":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website"},"datePublished":"2024-11-26T03:16:21+00:00","dateModified":"2025-05-22T06:58:40+00:00","breadcrumb":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/news-clipping\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/news-clipping\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/news-clipping\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/"},{"@type":"ListItem","position":2,"name":"\u0e02\u0e48\u0e32\u0e27\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c"}]},{"@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\/14759","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=14759"}],"version-history":[{"count":35,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages\/14759\/revisions"}],"predecessor-version":[{"id":21250,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages\/14759\/revisions\/21250"}],"wp:attachment":[{"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/media?parent=14759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}