”
], { 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);
});
});
})();
WWE and Fanatics have been in a partnership for quite some time. This has led to the regular promotion of Fanatics by WWE stars, and even by Triple H in recent months.
Now, once again, the stars are set to appear at Fanatics Fest in New York City, and it’s quite the lineup of stars making the appearance. Fanatics has announced several of the top main-event-level stars who will appear on the show.
Currently, those who are lined up are as follows:
- WWE Champion Cody Rhodes
- WWE Women’s Tag Team Champions Rhea Ripley and IYO SKY
- Liv Morgan
- Randy Orton
- WWE Tag Team Champion Jey Uso
- Charlotte Flair
- Becky Lynch
- Stephanie Vaquer
- Tiffany Stratton
- Bianca Belair
Of the stars appearing, Belair is the only star not cleared to wrestle. She has been away from in-ring action for quite some time since she was injured last year, with her knuckle shattering.
While it was expected she would return soon, she has stayed away. It’s not certain when she can return, so this will be a big appearance for her.
Cody Rhodes, Liv Morgan, and other WWE stars have become majorly popular
Currently, WWE is going through a boom period. The popularity of Cody Rhodes and other stars has also increased since the company shifted to Netflix.
Rhea Ripley and other stars are beloved even outside the usual wrestling world, with several appearing elsewhere, including on TV shows and movies.
With that being the case, the Fanatics’ appearance is set to be a big opportunity for fans.
`;
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-major-announcement-on-cody-rhodes-rhea-ripley-randy-orton-liv-morgan-more?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













