”
], { 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);
});
});
})();
On Instagram, Cargill shared photos she clicked at Flair’s 40th birthday party, which caught the latter’s attention. The Queen praised Cargill’s husband for getting all the right angles while clicking the photos.
“I saw this photo shoot go down…. Hubby knows all the angles 👏 ❤️❤️❤️ ✨ 🧿 🪬 Queen,” wrote Flair.
Check out a screengrab of Flair’s Instagram comment:
Charlotte Flair opened up about having dreams within WWE
Charlotte Flair was asked if she still has hopes and dreams within the WWE. Flair has won multiple championships throughout her career and has done it all.
Speaking on Bloomberg Talks, Flair stated that she still has passion for the business and has many years left in her career. She said:
“I still have hopes and dreams within the WWE, and Charlotte Flair and my passion for wrestling means the world to me. I still have many years left on my career. But when I was injured last year, there is a shelf life for women in sports, and I really didn’t know or what do I want to do next? And I have really gravitated towards the self-care, mental health space,”
Flair and Alexa Bliss will team up at WrestleMania 42 to challenge Lash Legend and Nia Jax for the WWE Women’s Tag Team Championships. The match will also include Bayley & Lyra Valkyria and The Bella Twins. Flair and Bliss are former Women’s Tag Team Champions, having won the titles at SummerSlam 2025.
Meanwhile, Jade Cargill will put her title on the line against Rhea Ripley at 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-hubby-knows-angles-charlotte-flair-sends-message-wwe-superstar-birthday?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


