How long have Toni Braxton and Birdman been together? Former shares selfie with rapper, sparks fan f

June 2024 · 5 minute read

Toni Braxton has been trending since the former posted a selfie through Instagram on November 5, 2023. The selfie featured Braxton with rapper Bryan Christopher Williams, also known as Birdman. The two were engaged in 2018 after getting romantically linked in 2016. Reports suggested that they parted ways in 2022..

However, the latest picture shared by Braxton has hinted that things might be going well between her and Birdman and they are still together. The caption of the post stated:

"Sending Sunday kisses. @birdman."

Fans express their shock after Toni Braxton shares a selfie with Birdman

Toni Braxton is well-known for her flawless work as an actress and singer but her personal life has always been in the spotlight. Her relationship with Birdman has been under discussion for some time since the duo never confirmed anything about their separation personally.

Meanwhile, Toni's latest selfie with Birdman has been going viral on different social media platforms. The comments section of the post was flooded with a lineup of reactions where people questioned them about their relationship status and others were happy that they were back together.

Netizens share their reactions to the picture (Image via tonibraxton/Instagram)
Netizens share their reactions to the picture (Image via tonibraxton/Instagram)
Netizens share their reactions to the picture (Image via tonibraxton/Instagram)

Toni Braxton and Birdman got engaged in February 2018 and the former revealed the same in a teaser of the new season of her show, Braxton Family Values. She was flaunting her diamond ring and her family members also seemed to be happy to hear the news.

According to E! News, Braxton's mother Evelyn addressed Birdman in an interview in 2016, saying that Birdman is a "nice man." Shе also said:

"I don't carе what othеrs say about him. Hе is a nicе man. He is full of respect….Ever since I've been knowing that man, he's been phenomenal."

Nicki Swift states that news about the duo's breakup came out when Birdman posted an Instagram Story in January 2019, writing "It's over." Toni also deleted all the pictures with Birdman from her Instagram page at the same time. She shared a new photo where she was spotted in a red ball gown and the caption stated that it is not easy to start a new chapter.

The truth behind Toni Braxton and Birdman's separation explained

Toni Braxton and Birdman's engagement in 2018 sparked significant public discourse. As previously noted, in January 2019, Braxton deleted all photos featuring Birdman from her social media, prompting widespread speculation about a potential separation between the two.

Whilе spеaking to Entеrtainmеnt Tonight in April of thе samе yеar, Braxton addrеssеd thе brеakup rumors and statеd:

"Wе don't know what happеnеd. It just kind of [camе out of nowhеrе]. Somеonе said it and wе wеrе likе, 'OK, wе'll just ridе with it bеcausе it'll givе us somе privacy. So that's good. But we're good."

Braxton also never confirmed anything about her wedding to Braxton and during her appearance in Braxton Family Values, she said:

"You're supposed to set a date and stick to it. But unfortunately in our business, it can be challenging sometimes."

Before Birdman, Toni Braxton was married to Keri Lewis from 2001 to 2013. The duo are also the parents of two children, born in 2001 and 2002.

" 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": 1736717, "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(1736717); 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(1736717) >= 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(1736717) .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 }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaKifpXqkwcutrKudX6OyuL%2BMoaawZZyku6h506ilomWSp665wM6nZJuhopm6orqMraagnaSdsrN5xaippp2iYsCprdGeqmarlaGzqrGMq5ipqJWnerS8wKuirGWWlrtustGepbOx