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

In a recent video posted by Zilla Fatu on his Instagram, he was seen upset over his loss backstage. AJ Styles was also present, comforting the young star with a few words.

“Yo. You did good, bro. You did good. You got another one. You got another one coming. Use it. Use it.”

Afterwards, Zilla Fatu also spoke about being determined to keep pushing in WWE. He said:

“Yeah. Man. Da*n. I didn’t get it done. Just gotta keep going, though. Keep fighting. I can’t give up, man. Regardless of how I feel right now, man, it’s… s**ks. Setback. Just emotional right now cause… it’s like after the football game, I see my friends… friends’ parents carry their kids’ pads and… Man, I just wish my dad was here. That’s it.”

You can check out the post below:

WWE veteran Natalya had high praise for Zilla Fatu

According to Natalya, Zilla Fatu has something special.

Speaking on Busted Open, Natalya recalled a conversation with Fatu backstage. She said:

“I was talking to Zilla backstage, and I was saying to him, ‘You do have something so special about you, and the numbers don’t lie.’ People are interested, and he is making people tune in to NXT, and that speaks volumes. Whether you like him, whether you hate him, people are watching, and he has a presence about him. He’s coming in with tons of confidence. And so it is hard not to watch him,” she said.

It remains to be seen what is next for Zilla Fatu in WWE.


If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.

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-backstage-clip-shows-aj-styles-told-star-loss-wwe-nxt-heatwave?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