”
], { 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);
});
});
})();
This led to a flood of opportunities for him, culminating in a WWE return in January this year. Now, in an interview with Metro UK, Cardona talked about how he rebuilt his reputation after leaving behind the Zack Ryder character.
“Zack Ryder, that’s the reason I was able to be Matt Cardona on the independents and thrive,” he said.
Cardona noted how the character needed to die in order for his new persona to be built. He said everything he did as Zack Ryder and then as Matt Cardona led to him returning to the company.
“Zack Ryder needed to die for Matt Cardona to live. And I’m back now, right? I wouldn’t be here if it weren’t for everything I did as Zack Ryder, then everything I did on the independents as Matt Cardona. It’s all me at the end,” he added.
Cardona made his return to WWE TV last year in NXT and then competed in the John Cena Last Time is Now Tournament as Zack Ryder. However, he officially returned to the company as Matt Cardona earlier this year.
Matt Cardona addresses WWE ambitions after return
Matt Cardona has been competing on SmackDown since his return and has gotten close to earning a couple of big opportunities on the brand.
He has insisted that he isn’t back with the promotion just for the sake of it and to be another guy in the promotion. After missing out on WrestleMania this year, he is keen to push on.
Cardona said he has to show more of his character from the indies, adding that the aggression needs to come out a bit more.
`;
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-wwe-star-zack-ryder-needed-die?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













