], { 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 promotion teased the mystery caller by wondering who Fatu was on the phone with, and you can check it out in the post below.

“Who was @jacobfatu_wwe on the phone with?! 👀”

Roman Reigns won the Men’s Royal Rumble match in January and selected World Heavyweight Champion CM Punk as his WrestleMania opponent. The OTC defeated Punk in the main event of Night 2 of WrestleMania 42 to become the new World Heavyweight Champion.

The Head of the Table has since reunited with The Usos on WWE RAW as well to seemingly reform The Bloodline. Jacob Fatu got the better of Drew McIntyre in an Unsanctioned Match at The Show of Shows earlier this month.

Major WWE star warns The Usos to stay away from Roman Reigns

LA Knight warned The Usos this past Monday night on RAW to stay away from Roman Reigns.

The Megastar questioned why Jimmy and Jey Uso decided to align with Reigns again and noted what they had accomplished while not living in his shadow. Knight suggested that it would not be possible for Jey Uso to win the World Heavyweight Championship again while working for The OTC.

“You guys sitting at the table again? You sitting at the head of the table? I ain’t here to tell you guys that. As a matter of fact, I wanna remind you exactly who you are. My man Jey Uso, main event, you’re talking about a former World Heavyweight Champion. How did you do that? You did it on your own. Jimmy Uso, all the potential in the world, to be a World Heavyweight Champion, but you know how you gonna do that? Not under Roman Reigns,” said Knight.

“You guys are sitting at the table again? This whole thing with Bloodline… you guys had power. You were landing rough shots on everybody. That power… that power eventually corrupts, and it becomes my business.” LA KNIGHT TELLS THE USOS NOT TO SUPPORT ROMAN REIGNS 👀 #WWERaw

LA Knight teamed up with The Usos at WrestleMania to defeat IShowSpeed, Logan Paul, and Austin Theory. It will be interesting to see what WWE has planned for the rivalry between Jacob Fatu and Reigns on the road to Backlash 2026 next weekend.

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-wwe-teases-jacob-fatu-mystery-caller-amid-roman-reigns-rivalry?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