”
], { 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 the Rich Eisen Show, Jacob Fatu surprisingly admitted that he understood why people felt he wasn’t going to dethrone Reigns. However, he sent a brutally honest message:
“I can understand why people think I’m not going to win. First PLE, first title defense out of WrestleMania, there’s no way, right? Well, check this out – there was no way Jacob was supposed to be here. There was no way Jacob was supposed to be the main event, PLE, Roman Reigns, right out of WrestleMania. But we’re here. And keep it 100. Like I said before, they ain’t never run into nobody like me.”
Jacob Fatu has one massive statistical advantage against Roman Reigns heading into Backlash 2026
Jacob Fatu is not the favorite heading into Backlash 2026, as he is the first title contender since Roman Reigns became the World Heavyweight Champion. Usually, the first contender after WrestleMania is an exciting name and a dream feud, but they are normally never the ones to dethrone the Champion. Only Jinder Mahal was an exception in 2017, although one could argue that his match against Randy Orton was far from a “dream” feud. Plus, there was the external circumstance, where Vince McMahon was keen to go all-in on the Indian market.
The previous year, AJ Styles challenged Roman Reigns in back-to-back PLEs after WrestleMania 32, and although they were incredible matches, he wouldn’t win the WWE Title until September that year. Jacob Fatu is coming off two extremely successful years on the main roster, and he has been presented as a legitimate threat to The OTC. However, one insane statistic is that Fatu has only been pinned once since joining WWE in 2024. Solo Sikoa was the man to do that.
In order for Reigns to beat Fatu at Backlash, he is going to have to pin The Samoan Werewolf or submit him. Since the latter seems unlikely, a pinfall victory could be where it’s at. Either way, it’s a huge hurdle to overcome. Reigns, for the longest time, was never pinned. Between December 2019 and June 2023, Reigns hadn’t been pinned.
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-jacob-fatu-s-brutally-honest-response-people-saying-beat-roman-reigns-wwe-backlash-2026?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




