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

After last week’s SmackDown, where the multi-person feud continued, it doesn’t seem like that’s the case. WrestleVotes Radio on Fightful Select revealed recently that Flair was penciled in for a match with Cargill at SummerSlam. Per WrestleVotes, it’s been pitched internally, but WWE has been waiting for the perfect moment to present this first-time bout.

Flair and Cargill are two of the most dominant stars in wrestling today with larger-than-life personalities and incredible physiques. Fans know how massive this match-up can be. Hopefully, the promotion doesn’t hold it off for too much longer. The question is, would their bout involve the Women’s Championship?

Cargill isn’t the only first-time match that Flair could be eyeing.

Charlotte Flair and another WWE Champion tease dream match

RAW Superstar Sol Ruca has become a huge fan favorite since debuting on the Red Brand earlier this year. In a short time, Ruca captured the Women’s Intercontinental Championship, defeating Becky Lynch for the gold at Clash in Italy just a month after her main roster debut.

Ruca has been compared to the Queen for quite a while now. Both sport similar styles and hair, a gorgeous moonsault, and found major championship success very early in their WWE runs. The pair have actually faced off before when Sol and former tag partner Zaria failed to take the Women’s Tag Titles from Charlotte and Alexa Bliss.

A few days after Sol’s championship victory, Flair posted a photo of them together, congratulating the 26-year-old sensation.

“I see you woman @SolRucaWWE” -Charlotte Flair on X

Ruca actually named Flair as a dream match for her in an interview with Elz The Witch.

“Now I wanna go against Charlotte Flair one-on-one. I know we’re on different brands as of right now, but I’ve seen her in the ring a few times in tag matches and multi-person matches. But we’ve never had that one-on-one moment, and I think that’s my next challenge I wanna do.” -Sol Ruca on possibly facing Charlotte Flair.

With how loose WWE has been with the brand split, it wouldn’t be too difficult to see Flair face Sol in singles action relatively soon.

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/news-wwe-planning-summerslam-feud-charlotte-flair-not-rhea-ripley?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