”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
“SiriusXM and WWE have announced the launch of WWE Radio, the new official audio home of WWE, starting Monday, July 27!”
This new channel will replace Pro Wrestling Nation 24/7, which launched back in 2025 under SiriusXM. The channel had first made its debut in 2014 under the Fight Nation (channel 156) name.
The official press release on the promotion’s official website gave more details on this development. The press release mentions that WWE Radio will provide live play-by-play audio coverage of all of the promotion’s biggest PLEs and also feature select audio simulcasts of weekly flagship television programming.
It also mentions that the first live event broadcast on this channel will be the two-night SummerSlam event on August 1 and 2 with Vic Joseph and Hall of Famer Booker T calling the action for listeners.
Additionally, shows like Busted Open, Cheap Heat Live, Notsam Wrestling Live, and Off The Ropes will still be part of the lineup on the channel. Podcasts such as What Do You Wanna Talk About? With Cody Rhodes and Six Feet Under with The Undertaker will also air on this feed.
WWE has been making big moves in digital media
WWE has been making big moves in digital media in recent years, expanding their reach. In 2025, they signed a 10-year deal with streaming giant Netflix to stream RAW in the US.
The deal also sees other shows and PLEs stream globally on Netflix. The partnership is valued at $500 million per year.
Following this, the Stamford-based promotion also reached a five-year, $1.6 billion agreement with ESPN to make the platform the exclusive domestic home for its PLEs.
These moves continue to position WWE as the leading promotion in sports entertainment.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-breaking-wwe-makes-massive-announcement-ahead-summerslam?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













