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

Jacob Fatu is the son of the legendary Sam Fatu, the man who made his name as The Tonga Kid. He is a member of the Anoa’i family lineage. On the other hand, Roman Reigns is the son of the late great Sika Anoa’i. Sam and Sika were brothers in the extended branch of this very famous Samoan dynasty. This, as a result, makes Jacob and Roman first cousins, since Fatu is one generation younger than Reigns.

But in everyday wrestling discussions and in normal references, they usually get referred to as cousins since the two superstars belong to the same iconic family branch with a deep lineage. Their shared heritage quite interestingly highlights the enduring influence of the Anoa’i family in shaping professional wrestling worldwide.

How is Jacob Fatu related to The Usos?

The world of curiosity knows no bounds and the same goes for relationships in the wrestling realm. Apart from Jacob Fatu’s relationship with Roman Reigns, the WWE Universe also wonders how The Samoan Werewolf is related to Jey Uso and Jimmy Uso. There’s a good reason fans often wonder where they stand in the long-rooted Anoa’i family branch and how they are connected.

The Usos are the sons of WWE legend Rikishi, while Jacob Fatu is the son of Sam Fatu. In this long network of the Samoan dynasty, Rikishi and Sam are brothers, which therefore makes Jacob and The Usos cousins. But what’s interesting to note is the fact that Jey and Jimmy Uso are one generation younger than The Samoan Werewolf, making their connection distant.

In simpler terms, they are part of the same extended Anoa’i wrestling family and are often just referred to as cousins. So, while not first cousins in a strict sense, they are closely related within the family tree, sharing the same wrestling lineage. However, Jacob Fatu and The Usos’ career paths had been very different.

The two superstars crossed paths several times in WWE and fans often love to see them get involved in the same picture. With Jacob Fatu currently involved in a fresh feud with Roman Reigns, it will be interesting to see how the family dynamics work and how WWE navigates their real-life relation into the storyline.

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/how-jacob-fatu-related-roman-reigns?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