”
], { 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);
});
});
})();
Following the announcement that he’d be posthumously inducted into the WWE Hall of Fame, Sid Eudy’s sons took to social media to praise their father. Frank, a multi-time contestant on Big Brother, celebrated his dad and thanked the promotion for recognizing his contributions to pro wrestling.
“Congratulations to the Master and Ruler of the World! Grateful for the recognition by WWE inducting my dad into the Hall of Fame! He deserves this and I wish he was here to be a part of the celebration! I love and miss you dad! #WWEHOF”
Even before the announcement, Gunnar Eudy had already made plans to honor his father later this year.
WWE Hall of Fame 2026 inductee Sycho Sid to be honored by his sons at August memorial show
Gunnar also shared appreciation for his father’s induction into the WWE Hall of Fame. Going by “Two Sycho,” Gunnar has been in and out of the pro wrestling game himself. While the HOF announcement is massive, it’s not the only chance you’ll get to see Sycho Sid honored this year.
“It’s official. My father, Sycho Sid Vicious, is going into the WWE Hall of Fame. The Master and the Ruler of the World is finally getting his flowers. Proud to be his son and to carry that legacy forward. The Hall of Fame just got a whole lot more vicious.”
Gunnar is working on a major memorial event for his father later this year. A few months back, Gunnar revealed he’s trying to bring together legends who were ever in the ring with or whose careers were affected by Sid. The event, The Sycho Sid Memorial Benefit Show, will take place on August 29 in West Memphis, Arkansas.
Gunnar revealed that 100% of the proceeds will be going to rescue dogs, an important cause to his late father.
2026 seems to be the year that Sycho Sid, Sid Justice, Sid Vicious, more importantly, Sid Eudy, finally gets his flowers.
`;
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-sycho-sid-s-sons-react-upcoming-wwe-hall-fame-induction?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













