”
], { 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);
});
});
})();
Angle recently celebrated the graduation of his son Kody Angle on his X account. He shared a heartfelt post featuring a picture of himself with his son at his graduation ceremony. He penned down a beautiful caption where he inspired his son to dream big and highlighted how fast kids grow up. He even said that he loves all his kids.
“I’m so proud of my Son Kody for graduating from Hendersonville High School. Dream Big Kodster! 3 down, 3 to go. Wish I can slow down time, but extremely blessed to see them become amazing human beings. Love my kids,” he wrote.
A lot of different stars in the world of professional wrestling congratulated Kurt Angle and his son on this big achievement.
Shawn Michaels said that Kurt Angle is the standard for WWE NXT recruitments
While speaking in an interview on the 7PM in Brooklyn, The Heartbreak Kid Shawn Michaels explained how Kurt Angle is the standard for the new NXT recruitments. The two legends have faced each other on many occasions including their legendary WrestleMania 21 match.
“Kurt’s, man, easily the best transition from what he did into our stuff. Did it seamlessly. What a stud. He absolutely is the guy. He is the standard, certainly from an NXT standpoint from recruiting now what we do, using Kurt as the guy that’s the best to have done it in just such a seamless, quick manner.” said Michaels.
It’s great to see the Wrestling Machine receive his flowers from big names like Shawn Michaels.
`;
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-congratulations-to-wwe-legend-kurt-angle-s-son-kody?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













