], { 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 Instagram, Rikishi wished Reigns on his birthday and shared a selfie with him before Clash in Italy 2026.

“Manuia Lou aso soifua Joe . Happy Birthday !!” wrote Rikishi.

Check out Rikishi’s post on Instagram:

Rikishi’s sons, Jimmy and Jey Uso, are also back on the same page with Reigns. The OG Bloodline trio have reunited against Jacob Fatu and took out The Samoan Werewolf on the red brand before Reigns clashed with Fatu in Italy.

Cody Rhodes predicted the outcome of Roman Reigns vs. Jacob Fatu

Cody Rhodes is no stranger to Roman Reigns and Jacob Fatu. He has stepped into the squared circle with both superstars and also ended Reigns’ historic reign as the Undisputed WWE Champion at WrestleMania XL.

Speaking on ESPN’s Get Up, Rhodes predicted the outcome of the Tribal Combat, stating that Fatu will have the advantage in a match of such stipulation. He said that The Samoan Werewolf will emerge as the new WWE World Heavyweight Champion.

“Well, that’s a Tribal Combat match, which is another way of saying a good old-fashioned street fight, which I think behooves Jacob Fatu. I think Jacob Fatu is going to beat Roman Reigns, which will be huge,”

Reigns became the new WWE World Heavyweight Champion at WrestleMania 42 by dethroning CM Punk on Night 2. This is his first reign with the big gold title, and The OTC has also been consistently appearing on Monday Night RAW.

The Clash in Italy card will also feature Rhodes, who will put the Undisputed WWE Championship on the line against Gunther.

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-rikishi-sends-message-roman-reigns-ahead-tribal-combat-jacob-fatu-clash-italy-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

Leave A Reply

Exit mobile version