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

Recently, Jacob Fatu appeared on ESPN’s Get Up, where he promoted his title bout against Roman Reigns for the 2026 Backlash Premium Live Event. At one point, the Samoan Werewolf broke character to heap praise on the OTC, even calling him the “greatest of all time in sports entertainment.”

“This is more than everything. These are… I prayed, and I cried for days like this. I’m not only at Backlash, fresh out of WrestleMania. No, I’m going toe-to-toe, head-to-head, banging with the best–and we’re not talking about professional wrestling. We’re talking about the greatest of all time in sports entertainment. And it’s Roman Reigns, and I would have it no other way besides this Saturday at Backlash,” Fatu said. (2:40 – 3:02)

Jacob Fatu explains what makes his matchup vs. Roman Reigns 'PERSONAL!' 🔥 | Get Up

Former WWE United States Champion reveals why he put Roman Reigns through the table

On the same show, Jacob Fatu was asked about why he put the Original Tribal Chief through the table. The Tribal Wolf responded that the Tribal Chief mentioning his family in the promo was the breaking point for him, and he snapped.

“Absolutely. See, it’s different. You know, it’s different when you talk about my kids, when you talk about family. You know, this is my older cousin. This is the Tribal Chief, but at the end of the day, what family don’t fight? I need to feed my family and take care of them just as well as he does,” he said. (1.17 onwards)

Fatu added:

“If you want to go to the top, you got to take out who’s at the top and who’s at the top of the food chain and who has been there for a very long time, we’re talking about 12 WrestleManias, is none other than Roman Reigns,” he said.

That being said, it will be interesting to see what Triple H and his creative team have planned for the Fatu-Reigns saga this weekend at Backlash.

If any quotes are used from this article, please credit ESPN’s Get Up and give Sportskeeda an H/T for the transcription.

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-jacob-fatu-reveals-true-feelings-roman-reigns-ahead-backlash?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