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

Barring the occasional tensions that have been teased, it looks like Fatu is now set for another extended time in the stable. In a recent chat with Inside The Ring, Natalya spoke about how Jacob Fatu, who’s a regular at her and Tyson Kidd’s Dungeon, revealed that he was also involved in coaching others.

The former Divas Champion disclosed that Fatu was personally training Tatanka’s sons, who began attending their workshop six months ago.

“When Jacob comes to The Dungeon, he’s not just coming there for himself. What I love about Jacob is that he’s actually coaching others. Jacob has been coaching Tatanka’s sons. Tatanka’s two boys have been coming and training with us for the last 6 months.” (H/T – RingsideNews)


Natalya on how Jacob Fatu trains Tatanka’s sons

Furthermore, Natalya added that since he was now a pro himself, the former US Champion was guiding Tatanka’s sons both with their promos and in-ring chops.

She feels that, just like Jacob Fatu, more performers should come forward and share their wisdom with the younger crop of stars who are trying to find their way into the business.

“Because of his level of comfort in the ring, you’ll watch him working with them on promos, and you’ll watch Jacob working with them in the ring. That’s what I love. Every single person in this industry should be focusing on not just how to get themselves over, which is great, but also paying it forward.”

WWE employs several second- and third-generation athletes, and it’s safe to assume that if they get to the requisite level, the company wouldn’t shy away from getting Tatanka’s sons on board too.

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-takes-massive-new-role-outside-wwe-female-star-makes-stunning-revelation?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