”
], { 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);
});
});
})();
“I’m Grateful For Every Moment I Get To Spend With @MsCharlotteWWE!” Ric Flair tweeted.
While the two share a heartwarming moment on social media, the Queen recently revealed that she and her father argue over how he uses his social media.
Charlotte Flair reveals she often fights with WWE Hall of Famer Ric Flair
During her recent interaction with Stephanie McMahon on her ‘What’s Your Story’ podcast, Charlotte Flair opened up about how she and her father fight with each other on a daily basis over the way the WWE Hall of Famer handles his social media.
“The amount that we fight about his social media… I cannot tell you, it’s a daily thing. I’m like, ‘Why are you in all caps? Why are you yelling at me in your posts?’ Here is what I learned – I was talking to Nattie the other day, and she was talking about Bret, and I was talking about my dad, and she’s like, ‘You know what, he’s earned the right to have an opinion.’ I was like, ‘Okay, that’s one way to look at it.’ Just let him have his opinion.”
The Queen also went on to share that she has help Ric Flair understand the difference between real and fake news. She also revealed that she wishes her father allowed her to manage his soical media profiles.
“I’m like, ‘Who are you fighting with? I’m just confused.’ He’s like, ‘I saw it here.’ Seven people follow that website. I comment sometimes. When it’s really bad, I won’t comment because I don’t want to draw (attention). Sometimes I make a joke out of it. When it’s really bad, ‘report, report.’ I have to tell him daily, ‘That AI image is not real.’ He sends me pictures of him and other people. ‘That didn’t happen.’ He’s like, ‘I’m just so proud of you.’ He is my biggest fan. If he would just let me manage his social…” [H/T – Fightful]
Ric Flair had recently gone viral for his NSFW comments during an interview. He was giving some relationship advice but that was not received well by 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-wwe-hall-famer-sends-emotional-message-charlotte-flair?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













