], { 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);
});
});
})();

This was further amplified when Freddie Prinze Jr. recently stated on his Wrestling with Freddie podcast that ESPN was unhappy with the deal.

“ESPN, by the way, so unhappy with the deal. I was talking to a friend of mine who works for Disney, and he was just like, ‘Yo, they better make their money back on this deal.’ He just said, ‘They’re hot.’” [H/T Fightful Select]

According to recent reports from Fightful Select, a source within ESPN claimed that they have not heard anything regarding this and are happy working with the Triple H-led company. A higher-up in the sports entertainment juggernaut also said that they weren’t aware of Freddie Prinze’s role in wrestling.


ESPN came under fire for the WWE deal recently

Shortly after WWE’s deal with ESPN took effect, it came under scrutiny by fans and critics. This is due to the rumored low number of sign-ups and viewers that it has brought to the platform.

Dave Meltzer of the Wrestling Observer analyzed the current numbers and estimated that it would lead to around $30 to $37.5 million in revenue per year, which is well under the annual amount the company is paying for the streaming rights, which is believed to be around $325 million per year. Dazn’s Steven Muehlhausen issued a statement on the same.

“Things are going well and we have started strong. We don’t provide the viewership specifics, but things have been going well,” the statement read.

Check out his tweet here:

It’s good to hear that ESPN is happy with this deal despite the rumored low numbers.

Why did you not like this content?


`;
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-happy-wwe-deal-reports?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

Leave A Reply

Exit mobile version