// Adds dimensions UUID, Author and Topic into GA4
Sunday, July 20, 2025
30.7 C
Singapore

Own a part of GE2020 history with a poster signed by Dr Tan Cheng Bock

Singapore — The Progress Singapore Party (PSP) is selling General Election posters  featuring its Secretary-General, Dr Tan Cheng Bock, in a fundraising initiative.

It explained on its Facebook on Saturday (Aug 29) that it is giving individuals “an opportunity to own a part of GE2020 history” by offering interested parties the chance to buy an autographed poster of Dr Tan.

The poster, of which there are 40 in total, is personally signed by the PSP chief. It is mounted on plywood. Each costs S$200 and includes free delivery to buyers.

Source: Screenshot from Facebook / Progress Singapore Party

The 80-year-old politician has earned himself a number of followers, especially with the younger generation, due to his popular Instagram posts and his new found image as a “hypebeast”.

In the recent General Election, the PSP received a total of 253,459 votes, or 40.85 per cent of the votes in the seats it contested, gaining two Non-Constituency MP seats.

Source: Screenshot from Facebook / Progress Singapore Party

Should you wish to get a copy, just click on the link provided to give your details and place your order. Find the link here.

See also  Scammer switches hospitalised seller's $8000 Rolex with knockoff at meetup before taking off with the real deal

So far, the Facebook post has got 1.7K likes, 81 comments and has been shared 112 times.

See the PSP Facebook post below.

Source: Screenshot from Facebook / Progress Singapore Party

/TISG

Hot this week

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