Wednesday, June 25, 2025
31.9 C
Singapore

Baey Yam Keng pokes fun at his own party leaders through Valentine’s day meme

PAP MP Baey Yam Keng has poked fun at his own party leaders through a Valentine’s day meme he posted on his Facebook page this morning.

The meme features photos of Prime Minister Lee Hsien Loong, Health Minister Gan Kim Yong, and Minister in the Prime Minister’s Office Josephine Teo and cheesy pickup lines based on actual comments or initiatives the leaders are known for.

The meme also features a photo of Baey himself, with the line “Will you be my baey today?”

Interestingly, Baey only tagged Josephine Teo in his post, even though both PM Lee and Gan Kim Yong are also on Facebook.

😀 happy valentine’s day!Source: https://www.reddit.com/r/singapore/

Posted by Baey Yam Keng on Tuesday, 13 February 2018

https://theindependent.sg.sg/pm-lees-photo-of-two-unassuming-strangers-kissing-draws-mixed-response-from-netizens/

See also  Toddler drowns in swimming pool as parents were busy with OnlyFans photoshoot

Hot this week

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

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