September 23, 2021 | 1:13pm
MANILA, Philippines — The BTS ARMY is cancelling TV host James Corden after he joked about the South Korean boyband’s recent visit to the United Nations General Assembly.
In his TV show “The Late Late Show with James Corden,” James said that the UN assembly started with “some pretty unusual visitors.”
“The United Nations General Assembly kicked off this morning in New York City, and it started with some pretty unusual visitors… BTS were there. BTS visited the UN… Although lots of people are saying why are BTS there, the world leaders have no choice but to take BTS seriously.
“BTS has one of the largest ARMY on the planet earth. Historic moment. It actually marks the first time that 15-year-old girls everywhere found themselves wishing that they were Secretary General António Guterres,” he added.
BTS ARMY took to Twitter to criticize James for his statement.
“1. It wasn’t “unusual” for BTS to be there. They’ve been 3 times. 2. They weren’t ‘visiting.’ They were Presidental Envoys who were invited to speak. 3. Teen girls are valid, innovative, smart, & set a lot of trends although we aren’t all teens or girls,” @wanderingpages wrote.
1. It wasn’t “unusual” for BTS to be there. They’ve been 3 times. 2. They weren’t “visiting”. They were Presidental Envoys who were invited to speak. 3. Teen girls are valid, innovative, smart, & set a lot of trends although we aren’t all teens or girls. #JamesCorden pic.twitter.com/5SZLqS3Z7l
— Ashley?∞???????? (@wanderingpages) September 22, 2021
“Thoughts about that James Corden clip. Firstly calling fans a bunch of 15 year old girls is extremely sexist. It’s a phrase meant to belittle and invalidate women’s interests as less than. BTS has a diverse fanbase in ages, gender and race because they have value and substance,” @soulcystr said.
Thoughts about that James Corden clip. Firstly calling fans a bunch of 15 year old girls is extremely sexist. It’s a phrase meant to belittle and invalidate women’s interests as less than. BTS has a diverse fanbase in ages, gender and race because they have value and substance
— ??????????Ali ? (@soulcystr) September 22, 2021
It can be recalled that last year, Corden went viral after guesting BTS on the popular “Carpool Karaoke” segment of his “The Late Late Show.”
RELATED: BTS buckles up for ‘Carpool Karaoke’ with James Corden
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }