Thursday, June 26, 2025
30.8 C
Singapore

Pro-PAP fanpage gets called out for allegedly trying to “stir shit” between Singapore and Malaysia

Pro-ruling party fanpage Fabrications About the PAP was called out this week for allegedly trying to “stir shit” between Singapore and Malaysia. This, after the administrator of the page shared a news story on how Malaysia’s Hope Fund has raised USD 6.8 million as of 3 June, with a caption alluding to how Singapore’s President’s Challenge raised 7.6 million:

https://www.facebook.com/FabricationsAboutThePAP/posts/1713303215392346

Several netizens felt that this was an unfair comparison and called the page administrator out for stooping too low, while some said that the page is “losing credibility”. Some followers of the controversial page even asserted that this was the last straw for them and claimed that they unfollowed the page:

This is not the first time the page has been in the news. In the past, the page administrator Jason Chua has been accused of twisting the words of certain figures like Lee Kuan Yew’s grandson Li Shengwu. He was also in the news fairly recently after launching a series of fake news attacks against Workers’ Party chief Pritam Singh:

See also  SPP debunks rumour that it does not accept Tan Cheng Bock as the leader of the opposition

https://theindependent.sg.sg/pap-fanpage-accuses-lee-kuan-yews-grandson-of-calling-singaporeans-dogs/

https://theindependent.sg.sg/pap-fanpage-launches-yet-another-fake-news-attack-against-wp-mp-pritam-singh/

 

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });