”
], { 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);
});
});
})();
Charlotte Flair will be squaring off against Nia Jax tonight in a qualifying match, and Kiana James is scheduled to battle Chelsea Green as well. Tiffany Stratton defeated Jacy Jayne last Friday night on SmackDown to qualify for the SummerSlam ladder match.
Rhea Ripley captured the title by defeating Jade Cargill at WrestleMania 42. She successfully defended the title against The Storm at Clash in Italy 2026 as well. The Eradicator sent a message directed at disrespectful wrestling fans earlier this week amid her hiatus from the company.
Charlotte Flair pitches an interesting idea for a WWE storyline
SmackDown star Charlotte Flair recently shared that she wanted to be part of a romantic storyline in the promotion.
In an interview on WFAN Radio, Flair revealed that she had never been a part of a romance storyline with a male star in the company. The veteran also noted that she hasn’t been the leader of a faction either, and she would like to do both things.
“So I’m in a tag team with my best friend right now Alexa Bliss. Thats been awesome special. I think if I had to do-well-I want to win number 15, that’s definitely on the list. But I’ve never been involved in like a romantic storyline or have been opposite a male character so I think that would be cool. Or I never led a group, there’s been the Four Horsewomen but we were all individuals,” said Flair.
Charlotte Flair is currently in an alliance with Alexa Bliss on WWE SmackDown. It will be fascinating to see if the popular star can qualify for the ladder match at SummerSlam 2026.
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-major-charlotte-flair-match-announced-wwe-smackdown?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



