”
], { 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);
});
});
})();
Recently, a fan claimed that a person impersonating Rhea Ripley had scammed him. Following the development, an individual reached out to Ringside News and claimed that he had been scammed by a group of people pretending to be Liv Morgan and other WWE employees over the past three years.
The scam allegedly wasn’t limited to a single social media account. According to the victim, scammers used multiple phone numbers, payment demands, meet-and-greet opportunities, and merchandise orders to rob him of $35,500. The person further claimed that the impersonators were based in South America and some other countries.
He even traveled to Orlando as part of the fraud, believing he was dealing with the sports entertainment juggernaut. This was followed by another individual claiming that he had been scammed out of $104,000 by a scammer pretending to be The Miracle Kid. The impersonator requested money from the second victim using different reasons, including everyday expenses and unexpected emergencies.
Liv Morgan cautioned fans about fake social media handles
Despite being a heel, Liv Morgan is among the most beloved superstars on the WWE roster. Over the years, many impersonators have used Morgan’s popularity to scam people out of their money.
In 2023, the former Women’s World Champion shared a post on X, warning fans of scammers pretending to be her on social media. Morgan clarified that she doesn’t have a second account on X, Facebook, and Instagram.
“Hi guys, I don’t respond to any fans via email purposely so that there is never any confusion regarding emails/fake emails claiming to be me. If you come across an email claiming to be mine&responding to fans, I promise it’s not me. I really don’t want y’all getting scammed. Nope. No second accounts. Just one verified Twitter, Instagram, and Facebook,” Morgan wrote.
It will be interesting to see if Liv Morgan responds to the latest series of imposter scams.
`;
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-impersonator-reportedly-scammed-wwe-fan-35-500?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













