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

And now Zilla Fatu seems to be next in line to make his way to the Stamford-based promotion and potentially insert himself into the saga. Following weeks of rumors that he was WWE-bound, it now seems close to becoming a reality.

Fatu wrestled what looked like his final match for House of Glory a few hours back, where he lost his World Title to Amazing Red. After the showdown, Zilla Fatu bid farewell to the crowd, with the whole locker room coming out to share the ring with him. The show ended with Fatu standing alongside his colleagues, doing the Bloodline sign with their right hands raised. Check it out below:


Rumors suggest Zilla Fatu could join NXT first before becoming a part of the Bloodline saga

A few weeks back, it was reported that while it was all certain that Fatu was heading to WWE, it was unlikely he would be a part of Bloodline straight away. The report stated that the 26-year-old star was first expected to land in NXT.

While this seems disappointing from the outside, it could prove to be beneficial for Zilla Fatu in the long run. He’s still fairly new to the business and hasn’t had any experience competing on TV. As such, honing his skills first in NXT before jumping onto the main roster could be the most ideal direction for him.

Performing in NXT will also reunite Fatu with his trainer and mentor, Booker T, who serves as a commentator for the brand. It was under the WWE legend’s watchful eye that Fatu debuted in the ring with his Reality of Wrestling promotion.

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-breaking-real-life-bloodline-member-leaves-company-receives-emotional-farewell?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