”
], { 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);
});
});
})();
At present, it’s unclear if this injury happened at SummerSlam or in the live events that have taken place recently. All that is known is that Zayn is sidelined due to injury.
Sami Zayn came up short at WWE SummerSlam
Zayn still had a major role on WWE SmackDown despite being injured, since the former champion confronted Nick Aldis for adding both Gunther and Kevin Owens to his match at SummerSlam.
Kevin Owens was able to win the match and earn a shot at CM Punk and the Undisputed WWE Championship, which didn’t sit well with Zayn. He later ranted to Johnny Gargano about his recent issues and how he had been screwed out of his title shot, but CM Punk then approached him again, and he admitted that if he hadn’t broken a bone in his hand, then he would do something about it.
It seems that Zayn is just looking for some justice after being screwed out of his title shot and not being able to win back his World Championship that he rightly won in Saudi Arabia. It’s been a tough few weeks for Zayn, and it seems that the only person he has to help him at the moment is Johnny Gargano, but he is still planking backstage.
The former champion has been in that position since Tommaso Ciampa left the company several months ago, and he is yet to stand back up, even taking pictures at fan events in the same position. It’s hoped that at some point this story will lead to Johnny Gargano stepping back into the ring and finally doing what he does best as Zayn’s only ally.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-beloved-wwe-star-suffered-injury-ahead-smackdown-ruled-action?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



