Wednesday, June 25, 2025
29.4 C
Singapore

Meta tries to win over TikTok creators with up to US$5,000 in bonuses

USA: On Tuesday, Meta announced bonuses of up to US$5,000 (S$6,778) to win over TikTok creators to its platforms, including Facebook and Instagram. The company said eligible TikTok creators can earn the bonuses over three months by posting Reels on Facebook and Instagram.

They will also gain access to the Facebook Content Monetisation programme, allowing them to earn money from videos, photos, and text posts. Meta will also offer some creators content deals to help expand their audiences on Instagram and Facebook, Xinhua reported.

The company added that it will update Facebook’s Reels to resemble TikTok’s short-form videos to appeal to TikTok creators.

On Monday, US President Donald Trump signed an executive order to push back the TikTok ban deadline by 75 days. He also told the Department of Justice not to enforce the ban’s penalties. Despite this, the app is still not back on Apple and Google’s app stores. /TISG

See also  CDL shares rise as Kwek Leng Beng drops lawsuit against son and board

Read also: Chinese officials evaluate potential sale of TikTok US to Elon Musk amid ban; meanwhile, US TikTokers fleeing to Chinese app Xiaohongshu

Featured image by Depositphotos (for illustration purposes only)

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