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

Nicki Minaj fans confused as she gives shout-out to Margaret Thatcher

"Shoutout to Margaret Thatcher"

Nicki Minaj fans were left confused last night after she gave an unexpected shout-out to former UK Prime Minister Margaret Thatcher during her radio show.

Minaj’s ‘Queen Radio’ on Beats 1 has proved to be predictably fiery so far, with the rapper previously using the show to call out Travis Scott earlier this week after he beat her in the US album charts.

Advertisement

But things got even stranger on last night’s show, when Minaj offered an unexpected name check for the late Iron Lady.

“Shoutout to Margaret Thatcher”, Minaj was heard to say.

The comment came only moments after she likened herself to US Civil Rights hero Harriet Tubman and soon resulted in widespread confusion among fans.

Others were quick to point out the social upheaval experienced in Britain during Thatcher’s eleven years in power.

Recommended

“As if Nicki Minaj just did a shoutout to Margaret Thatcher on the radio.. she’s about to ruin her career just like Thatcher ruined Britain”, one Twitter user said.

Another argued: “Nicki Minaj aligning herself with Harriet Tubman and then giving a shout out to Margaret Thatcher in the same breath… how polarising”.

Advertisement

https://twitter.com/JoelCFC05/status/1032761573897641986

Earlier this week, it was announced that Minaj has been forced to shelve the American leg of her co-headline tour with Future.

“This is all happening because I pushed my album back two months and I just finished writing and recording literally hours before the album came out”, she explained.

“Now, I simply don’t have the time to rehearse and be on the road and give you guys the level of a show I need to give. I really apologise but it will be worth it.”

You May Also Like

Advertisement

TRENDING

Advertisement

More Stories