”
], { 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);
});
});
})();
ESPN officially broadcasted Night of Champions in the US, with the first hour being shown traditional ESPN channel and the entire event being exclusively streamed on the ESPN App. According to a recent report by WrestleVotes on Fightful Select, ESPN had a hand in the six-match card for Night of Champions. The report also claimed that ESPN had asked the company to add another couple of matches to have more of a punch to the paid standalone portion of the broadcast that streamed on ESPN+. It was also stated that the norm of the first hour being free to watch is expected to stay until atleast the fall of 2026.
WWE Night of Champions was very succesful in terms of viewership and social media numbers
The stacked card of Night of Champions apparently worked very well for the Stamford-based promotion, who recently revealed surprising data on viewership.
In a press release by the company, it was disclosed that 186.8 million social video views. Furthermore, 74.2 million views were linked to Sami Zayn winning the top title in the company.
In Riyadh, WWE and its local partners at the GEA presented Night of Champions from a sold-out Kingdom Arena, drawing more than 18,000 fans and featuring a record number of partners. Across WWE’s main social channels, Night of Champions generated 186.8 million social video views, highlighted by 74.2 million views related to Sami Zayn’s Championship victory.
Sami Zayn’s victory was a curveball for many, considering he was going up against formidable names like Cody Rhodes and Gunther in a Triple Threat match. With Zayn now the top champion in the Stamford-based promotion, it remains to be seen what he plans to do next in the coming weeks.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/rumor-espn-reportedly-made-a-special-request-to-wwe-for-night-of-champions-2026?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



