10 ต.ค.66 สัมผัสประสบการณ์ใหม่ๆที่ "ศาลากลางหมู่บ้าน ม.16 บ้านคลองตาโนด"
เปิดหน่วยบริการที่ ศาลากลางหมู่บ้าน ม.16 บ้านคลองตาโนด
$( document ).ready(function() {
var URL = "https://example.prachakij.com/index.php/ProController/share_page/information/765";
$.ajax({
url: 'https://example.prachakij.com/index.php/ProController/facebookApiGraph',
method: 'POST',
dataType: 'json',
data: {
URL: URL,
}
}).success(function(data) {
console.log(data);
}).error(function(error) {
console.log(error);
});
});