”
], { 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);
});
});
})();
The former champion took to social media today to note that fitness had always been an important part of his life and shared an inspirational message.
“Fitness has always been a huge part of my life. I got into it at 12 years old when I started pursuing my dream of becoming a WWE Superstar. I had an incredible opportunity to be part of the President’s Council on Sports, Fitness & Nutrition. We spent time with the Boys & Girls Club, surrounded by so many excited and determined kids. There were lots of smiles, lots of push-ups, and a whole lot of inspiration. Fitness builds confidence. It builds discipline. It creates opportunity. It can change your life. Never stop applying The Pressure🧨,” he wrote.
Logan Paul was originally Austin Theory’s tag team partner, but he suffered a torn triceps earlier this year. Bron Breakker lost to Seth Rollins in a Steel Cage match at Night of Champions 2026.
Austin Theory reacts to viral comment by major WWE star
WWE RAW star Austin Theory recently shared his thoughts on Roman Reigns’ “your daddy’s not here anymore” line about Vince McMahon during their confrontation in the past.
Speaking with Logan Paul on the Impaulsive podcast, Theory revealed what he should have said to Reigns after he made the Vince McMahon comment.
“Yes. I’m gonna go run the play always if we really need it to be this way. I think for me I felt like, even with the moment I had with Roman, it was I believe at Barclays Center, he hit me with the ‘your daddy’s not here anymore’. In that moment I wanted to say the same thing to him, because in a way it’s like he’s a Vince guy as well. Not in a way, he was,” said Theory. (H/T: WrestleTalk)
It will be interesting to see what the future holds for Austin Theory on WWE RAW.
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-vision-member-breaks-character-share-personal-message-following-emotional-wwe-raw?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


