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

Sportskeeda Wrestling shared a tribute to Michaels listing off some of his accomplishments throughout his legendary career, and you can check it out in the post below.

“On his birthday, let’s take a look back at all the accolades and accomplishments of Shawn Michaels that makes him one of the GOATs of this business 🐐🔥”

Michaels has not competed in a match since teaming up with Triple H to defeat The Brothers of Destruction (Kane and The Undertaker) at WWE Crown Jewel 2018 in Saudi Arabia. Before his return in 2018, he had not wrestled since his loss to The Undertaker at WrestleMania 26.

Shawn Michaels reveals advice he gave to major WWE star

WWE icon Shawn Michaels disclosed the advice he gave to SmackDown star Carmelo Hayes.

Speaking with Stephanie McMahon on the What’s Your Story? podcast, Michaels revealed that he told Hayes that sometimes the best wrestlers do not finish first, and he may have to work harder than major stars to get half as much. The veteran noted that he tried to do his best to teach younger talent about the job.

“I’ve looked at Melo and said, ‘This business is the way that it is. And sometimes, the best people are not always gonna finish in first place. It’s just that you may have to work harder than somebody else to get half as much.’ I don’t know if it’s my job to teach him about life. I will go ahead and leave that to their parents, but I need to at least do my best to teach them about this job. And yes, it is life,” he said.

He’s the Showstopper, the Heartbreak Kid, Mr. WrestleMania, and the man who made us believe in wrestling magic. 💯 The icon who danced through eras, stole the show every night, and left behind an UNTOUCHABLE legacy. Happy Birthday to the one and only Shawn Michaels! 🎉❤️

It will be interesting to see what Michaels has planned for WWE fans in the weeks ahead on NXT.

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/best-wishes-wwe-legend-shawn-michaels-528ffbf4?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