”
], { 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);
});
});
})();
In a press release, WWE has announced the launch of its partnership with Front Office Sports. The biggest wrestling company in the world joined the NFL and NWSL in collaborating with FOS.
The partnership officially begins at WrestleMania 42, with FOS covering behind-the-scenes of events during the biggest weekend of the year. The BTS will be uploaded on FOS’ website and social media accounts.
“Front Office Sports is the leader in the coverage of the business of sports, and we’re excited to collaborate with the WWE. The sports media landscape is increasingly driven by off-the-field happenings, and this partnership will bring fans closer than ever to their favorite athletes, entertainers and moments in a unique way,” Front Office Sports CEO Adam White said in a statement.
WWE’s Co-Head of Revenue Alex Varga also released the following statement regarding the partnership:
“Front Office Sports is known for its innovative approach to storytelling, and we look forward to partnering to produce new and dynamic content that underscores the evolving business of WWE.”
The company continues to open up to the world with more behind-the-scenes content following the success of WWE Unreal on Netflix.
Updated WWE WrestleMania 42 match card
With WrestleMania 42 more than a month away, Triple H has already confirmed five matches for the biggest show of the year.
CM Punk and Roman Reigns face off for the World Heavyweight Championship. Randy Orton has turned heel on Cody Rhodes ahead of their matchup for the Undisputed WWE Title.
Rhea Ripley will challenge Jade Cargill for the WWE Women’s Championship, while Liv Morgan takes on Stephanie Vaquero for the Women’s World Title. Oba Femi has answered Brock Lesnar’s open challenge, with The Ruler vs. The Beast already official for The Grandest Stage of Them All.
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/news-breaking-wwe-announces-new-partnership?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


