”
], { 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);
});
});
})();
In the arena, a large group of fans teamed up to hold a massive banner wishing her a happy birthday. The last slide of her post was a graphic that read, “Queen of the Ring Advanced.”
You can watch Morgan making the wish in the sixth slide:
Former WWE star Aliyah sends heartfelt birthday message to Liv Morgan
Liv Morgan received many birthday wishes from several members of the wrestling community and her fans this week.
Her on-screen partner and fellow Judgment Day member Dominik Mysterio wished her, calling her the ‘greatest woman’s champion of all time.’
Some former names from the sports entertainment juggernaut also shared heartfelt messages for The Miracle Kid. Ex-WWE ring announcer JoJo shared a photo with Morgan and wished her a happy birthday.
Aliyah, who was released from her WWE contract in 2023, also wished Liv on her special day. She praised the Women’s World Champion and thanked Morgan for being a positive influence in the lives of those around her, and wished her happiness, love, success, and countless memorable moments in the year ahead.
“Happy Birthday to one of the most beautiful, incredible, inspiring, kind hearted, genuine, compassionate, strong, intelligent, most beautiful person I know. đź’–Thank you for being such a light in the lives of everyone lucky enough to know you. You deserve all the happiness, love, success, and beautiful moments this year has to offer. I hope today is as special, wonderful, and extraordinary as you are. Love you endlessly. Happy Birthday! @yaonlylivvonce,” wrote Aliyah.
In the semifinals of the Queen of the Ring tournament, Liv Morgan will face the winner of the SmackDown Fatal Four-Way match between Jade Cargill, Charlotte Flair, Lyra Valkyria, and Sol Ruca. The tournament finals will take place at Night of Champions in Riyadh on June 27, with the winner earning a guaranteed title shot at SummerSlam.
It remains to be seen what’s next for Liv Morgan in the Stamford-based promotion.
`;
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-liv-morgan-makes-birthday-wish-backstage-wwe-raw?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













