// Adds dimensions UUID, Author and Topic into GA4
Thursday, November 13, 2025
26.3 C
Singapore

Trump says will bar TikTok from US

President Donald Trump said Friday he will bar fast-growing social media app TikTok from the United States as American authorities have raised concerns the service could be used by Chinese intelligence.

Speaking to reporters on Air Force One, Trump said: “As far as TikTok is concerned, we’re banning them from the United States.”

sms/jme/axn

© Agence France-Presse

/AFP

See also  Trump exhorts Kim to "prove everyone wrong" by denuclearizing North Korea
- Advertisement -

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