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

Lily Allen announces new album ‘No Shame’ and first UK tour in three years

The 'Trigger Bang' video is here too

Lily Allen has announced details of her new album, as well as confirming her first UK live dates since 2015.

Allen recently returned with a new single, her Giggs collaboration ‘Trigger Bang’.

Advertisement

She’s now revealed that her follow-up to 2014’s ‘Sheezus’ will be titled ‘No Shame’, arriving in “early Summer 2018”.

Allen has shared a video for ‘Trigger Bang’ (watch beneath), while also announcing that she will play three live dates in March, unveiling dates in London, Manchester and Glasgow.

Lily Allen plays the following UK live dates:

20 March – Manchester Gorilla
21 March – London – Tufnell Park Dome
23 March – Glasgow – King Tuts

Recommended

Earlier this week, Lily Allen criticised the Wireless Festival line-up for only including three women.

The three-day London event will take place at Finsbury Park between July 6-8, and will be headlined by J. ColeStormzy, and DJ Khaled.

Allen posted a new version of the line-up poster on Twitter with all the male artists playing removed. The only acts remaining on the poster are MabelCardi B, and Lisa Mercedez. She captioned the post: “The struggle is real”.

Advertisement

Allen recently revealed that she once turned down the opportunity to play a gig and be paid in “hundred of thousands of Bitcoin” – which would now be worth billions, making her richer than Madonna and Queen Elizabeth II.

You May Also Like

Advertisement

TRENDING

Advertisement

More Stories