”
], { 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);
});
});
})();
Earlier today, an X (fka Twitter) user shared a post pointing out that Charlotte Flair hadn’t won a world championship in three years. The tweet caught the veteran’s attention, and she responded by noting that the fifteenth title reign was elusive, but she had faith.
“15 is elusive, but I have faith ✨ 🦋 💎,” Flair wrote.
You can check out her tweet below:
Charlotte Flair makes massive claim about WWE SmackDown Superstar
Charlotte Flair put over WWE SmackDown star Kiana James massively during a recent interview. She praised the former NXT Women’s Tag Team Champion during her recent appearance on ESPN’s First Take.
The 40-year-old noted that she first met Kiana at the WWE Performance Center at a time when both of them were recovering from knee injuries. Flair opined that James had the potential to be a main eventer and claimed that she was going to be a “big player.”
“For me, definitely Kiana James. I met her at the PC when I was out with my knee injury, and she had a knee injury as well. She was only on the roster for about a month before she got injured, and she’s been back now for almost a year. And I think she has the potential to be a main event player. She’s aggressive. She’s athletic. She’s powerful. She makes me want to step my game up, and she’s very young, and she’s soaking up every moment that she can. So look out for Kiana James. She’s going to be a big player,” Flair said.
Kiana James challenged Tiffany Stratton for the WWE Women’s United States Championship last week on Friday Night SmackDown. Unfortunately, the 28-year-old lost the match. It will be interesting to see if she continues to go after The Buff Barbie in hope of winning her first title on the main roster.
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-charlotte-flair-addresses-world-championship-drought?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


