], { 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 2020, UFC fighter Macy Chiasson took shots at Vice in a workout and dance video she posted on social media, calling her out and saying she had posted a striptease for her male followers. The comment quickly caught Lola’s attention, and the two women got into an online trash-talking session.

What made headlines was Macy’s claim that some people actually care about the quality of women’s sports. According to her, Vice was “selling s*x, not MMA.”

“But are you tho? Some of us actually care about the quality of women’s MMA and women’s sports in general. You’re selling s*x, not MMA,” Chiasson expressed.

Vice had a perfect comeback to shut down the controversy.

“I’m selling s*x because I was born with a different body than you and im Hispanic ? LOL I fight in a cage just like you do, when I’m not in a cage I’m extremely feminine and I was born like that. Stop hating lol,” Lola wrote.

Check out the WWE’s star tweet here.


Lola Vice’s WWE main roster debut teased

On the August 4, 2026, edition of NXT, Lola Vice bid farewell to the developmental brand after she lost the NXT Women’s Championship rematch to Kendal Grey in a brutal NXT Underground bout. Despite being undefeated in the format for a long time, she lost the match to Grey.

Following Vice’s goodbye to NXT, rumors began to swirl, suggesting that Lola’s main roster call is on the horizon.

On the latest episode of RAW, WWE aired a video package confirming that Vice is being called up to the main roster. While the company has yet to reveal her face, the video showcased all the attributes associated with the Cuban star.

That said, it will be interesting to see what plans Triple H and the WWE creative have in store for Lola Vice in the coming weeks.

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/when-wwe-star-lola-vice-was-accused-selling-s-x-responded?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