`; // target the cover menu item const target = document.querySelector('#menu-header-uk-1 .menu-item-2911415'); // position popover to the left if the target is on the right half of the screen if (target.getBoundingClientRect().right > document.documentElement.clientWidth / 2) { popover.classList.add('left'); } target.appendChild(popover); // used to check if the article info let articleTitle = ''; function decodeHtmlEntities(str) { const txt = document.createElement('textarea'); txt.innerHTML = str; return txt.value; } // fetch info once, then show popover on hover target.addEventListener('mouseover', async () => { if (!articleTitle) { const [coverRes, articleRes] = await Promise.all([ fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268320&per_page=1&_fields[]=thumbnail_url&_fields[]=featured_media'), fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268101&per_page=1&_fields[]=title&_fields[]=link'), ]); const [cover, article] = await Promise.all([coverRes.json(), articleRes.json()]); articleTitle = decodeHtmlEntities(article[0].title.rendered); document.querySelector('#the-cover-article-title').textContent = articleTitle; document.querySelector('#the-cover-article-title').href = article[0].link; document.querySelector('#the-cover-image-link').href = article[0].link; document.querySelector('#the-cover-read-now').href = article[0].link; document.querySelectorAll('#the-cover-image').forEach((img) => { // add size modifier to the cover image url img.src = cover[0].thumbnail_url.replace(/(\.[\w\d_-]+)$/i, '-400x500$1'); }); // document.querySelector('#the-cover-image-link').href = article[0].link; } setTimeout(() => popover.classList.add('active'), 0); }); // hide popover on mouse leave target.addEventListener('mouseleave', () => { setTimeout(() => popover.classList.remove('active'), 0); }); });

Pledis Entertainment’s new boyband TWS make debut with ‘Plot Twist’

They are the first boyband the agency has launched since SEVENTEEN

New K-pop boyband TWS – an abbreviation of “Twenty Four Seven With Us” – have made their debut with their first mini-album ‘Sparkling Blue’.

Today (January 22), the new Pledis Entertainment group – comprising members Shinyu, Dohoon, Youngjae, Hanjin, Jihoon and Kyungmin – made their debut with a music video for their first single ‘Plot Twist’. The song is part of TWS’ new mini-album ‘Sparkling Blue’, which arrived at the same time.

Advertisement

The video follows the boyband on their first day in a new school and the awkward moments they face as newcomers. “First encounters are always so hard / ‘Cause nothing goes to plan / First encounters are always so hard / My name is,” they sing on the chorus.

Ahead of their official debut, TWS also dropped their pre-release single ‘OH MYMY: 7S’ earlier this month. Its accompanying music video included cameos from the members of labelmates SEVENTEEN, their producer BUMZU and HYBE chairman Bang Si-hyuk. Other songs on their debut record include ‘Unplugged Boy’, ‘First Hooky’ and ‘BFF’.

TWS are the first boyband Pledis Entertainment has launched in nine years, after SEVENTEEN’s debut in 2015, and the first group they have debuted since girl group PRISTIN in 2016. Meanwhile, fromis_9 have been signed to the label since 2021, after being transferred from their original agency Off The Record.

In other K-pop news, fellow HYBE group LE SSERAFIM have announced their upcoming return with their third mini-album ‘Easy’ with the release of a trailer titled ‘Make It Look Easy’. The quintet’s new record will arrive on February 22, nine months after their last comeback with their debut studio album ‘Unforgiven’.

You May Also Like

Advertisement

TRENDING

Advertisement

More Stories