In 2007, Nikki Bella, alongside her twin sister Brie, signed with WWE. They reported to the company's developmental brand at the time, FCW. During their run in FCW, Nikki entered a romantic relationship with Dolph Ziggler.
While dating Ziggler, Nikki had real-life heat with Maria Kanellis after seeing Dolph and Maria dancing. In an interview with Wrestling Inc, Kanellis detailed the incident.
"It was very random. Me and Dolph Ziggler were very close friends. We have been for a long time before the twins ever arrived and one time I was dancing with Dolph at a party we were at, at a Green Iguana place or something. So we were all hanging out, having fun and dancing. I was dancing with him. I was dancing with the girls. I was dancing with the other people that were there. So all of a sudden when I'm dancing with Dolph I get a tap on the shoulder and it's Nikki Bella going, 'what are you doing?' And I said, 'uh, dancing with my friend?' And she's like, 'oh, he's with me.' I said 'okaaaay, sure," she said.
From that point, things became "very strange" between Kanellis and The Bella Twins.
"I never heard that from anybody. I didn't know that I was doing something so wrong with dancing with friends. But, ever since then it's been very strange between us," she added.
Check out eight men WWE Hall of Famers Brie and Nikki Bella have dated in real life here.
The two WWE women have buried the hatchet
In the same interview with Wrestling Inc, Maria Kanellis accused The Bella Twins of blocking her return to WWE. She disclosed that Nikki Bella called her after the news got out. However, she did not answer because she "wasn't worth her time."
About a year later, the former 24/7 Champion revealed that she and Nikki had talked and buried the hatchet.
"I talked to Nikki the other day. We're cool. Like it's funny, I don't think I knew all the facts. I think people were telling me things that weren't necessarily true. And I wanted to be done with it. So, one day I just texted her and was like, 'hey, I don't know what happened but I'm sorry.' And she responded back, you know, and she's like, 'I understand. Things happen.' She was super cool about it and we're done with that," Maria explained. [0:14 - 0:47]
A former WWE star once accused Nikki Bella of "cheating" on her boyfriend. Check out the story here.
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1470113, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1470113); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1470113) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1470113) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();