var check_timer = setInterval(check_like,3000);
function check_like(){
if ($('.pluginButton.pluginButtonInline.pluginConnectButtonDisconnected.hidden_elem').length) {
alert("คุณกดถูกใจแล้ว");
}else{
alert("คุณยังไม่ได้กดถูกใจ");
}
clearInterval(check_timer);
}
มันไม่ทำงานเพราะ เหมือนมัน iframe แล้วมีแท็ก html body ข้างในอีกที ตามภาพข้างล่างนี้อะครับ
คือ ผมจะทำให้เวลาที่ผู้ใช้กดถูกใจ แล้วหน้าต่าง Like box ก็จะหายไป