Friday, June 27, 2025
31.1 C
Singapore

‘PAP HQ’ Facebook page redirects to McDonalds at Changi Terminal 2

Some netizens may be surprised to learn that the link to the Facebook page for ‘PAP HQ’ – presumably the headquarters of the People’s Action Party (PAP) – leads to a page that has no relation to the ruling political party whatsoever.

The ‘PAP HQ’ Facebook page instead redirects to the social media page for the McDonald’s outlet at Changi Airport Terminal 2. An information tab by Facebook explains that PAP HQ was an unofficial page that was merged with the page for the fast food outlet.

It is unclear if the ‘McDonald’s Changi T2’ page is administered by the official McDonalds group – there are no other outlet-specific McDonald’s pages on the social media platform and all of the posts on the Changi T2 page are reposts from the verified McDonald’s handle.

Interestingly, prominent PAP politicians like Speaker of Parliament Tan Chuan-Jin have liked the ‘PAP HQ’ page. It is unclear whether he and others who have liked the page are aware that the page now redirects to news about the fast food chain.

See also  WP rapped for fiduciary breaches, opposition close ranks

Hot this week

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

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); } });