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

Speaking in an interview on The Pat McAfee Show, Speed was asked about his future in WWE. The celebrity stated that he could see himself taking pro wrestling more seriously down the line.

“WWE, I mean like, it makes sense. I genuinely think at some point in my career, I will take WWE a bit more serious and actually able to deliver my full self into it and immerse myself into it. Right now, I’m still figuring out what I really want to do, you know?” (H/T: Fightful)

You can check out his comments below:

The Pat McAfee Show Live | Thursday June 25th 2026

Austin Theory has spoken about working with IShowSpeed in WWE

While Speed has minimal experience in the WWE ring, Austin Theory has enjoyed working with him.

Speaking on The Mark Hoke Show, Theory said that it was a cool experience sharing time in the ring with names like IShowSpeed and Logan Paul. He explained:

“For me it’s a cool situation because I’m with two guys that normally fans wouldn’t like because they’re outsiders but to me, I love it, especially the heat we get and people not liking it but seeing ‘dang, Logan’s a Tag Team Champion though’, ‘dang IShowSpeed is on WrestleMania at 21’. Hate all you want, but we’re living life man.” said Austin Theory.

The star also heaped praise on Speed, saying:

“When we talk about IShowSpeed, that’s another one that started so young grinding, and he’s only 21 and dude’s got almost 50 million followers just on Instagram. Just his platform and what he brings to the table is so unique, and I feel with him, especially going into this match and just the little stuff you’ve seen on TV, not the Spear where he almost passed away, but this week you see him jump over LA Knight. Speed, that’s nothing for him, he jumps over cars.”

Whether Speed joins the Stamford-based promotion full-time later, is a question for the future.

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-ishowspeed-comments-possible-wwe-future?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