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

“Weekend highlight recap. Sitting front row at #Summerslam watching my husband @RealNickAldis ‘s first @wwe match with our son right there next to me… my heart was about to burst. The second that Oasis music hit and he walked out, I was a complete mess in the best way. Watching Donovan cheer his father on every moment was so special. And then our boy getting to step into the ring we’ve now both made history in… pure magic. One of those moments you dream about as a family and somehow it actually comes true,”

Mickie James also stated that she’s proud of her husband and praised him for his resilience.

“Nick, I am so proud of you. The work you put in, the heart you’ve always had, the way you never stopped believing in this… this one was so special. You deserve it 10x over. We felt every second of it together.Grateful doesn’t even begin to cover it. I love you babe ❤️”

It’s heartwarming to see Mickie James get so emotional about Nick Aldis’ first match in a WWE ring.

Nick Aldis faced former Undisputed WWE Champion Cody Rhodes at the Original All In

Before joining WWE back in 2023, Nick Aldis had made a name for himself as an in-ring performer on the British Independent Wrestling scene, Ring of Honor, TNA Wrestling and many other promotions. The National Treasure is one of the best British wrestlers of all time and was the reigning NWA World’s Heavyweight Champion back in 2018 when the Elite were on the road to the Original All In.

The Original All In was an independent wrestling show produced by the Elite (Kenny Omega, Young Bucks and Cody Rhodes) which laid the foundation for All Elite Wrestling. Nick Aldis defended his NWA World’s Heavyweight Title against the American Nightmare at the event. Cody ended up defeating the current SmackDown General Manager there.

Now that Aldis has returned to the ring in WWE once, it is possible that he could run it back with Cody Rhodes in the near future.

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/news-my-heart-was-about-to-burst-mickie-james-sends-emotional-personal-message-after-nick-aldis-wwe-debut?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