], { 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);
});
});
})();

On his Instagram story, Femi recently posted two pictures alongside his real-life girlfriend, Briell Brielle. The photos were seemingly taken at the wedding ceremony of Trick Williams and Lash Legend on June 20. The 28-year-old attended the event with Brielle.

You can view Oba Femi’s latest photos with his girlfriend below.

Oba Femi and Briell Brielle were first seen together in public at the 2026 WWE Hall of Fame ceremony. Brielle later shared a heartfelt social media post dedicated to Femi on his 28th birthday. In the caption, she confirmed that the duo was in a relationship.


WWE analyst pitched a compelling King of the Ring angle involving Oba Femi

Oba Femi is very close to earning a world title shot at WWE’s second-biggest premium live event of the year, SummerSlam 2026. If he becomes King of the Ring tomorrow, he can challenge for either the Undisputed WWE Championship or the World Heavyweight Title. However, his path to the big one may not be simple.

The Ruler has been embroiled in a heated feud with Brock Lesnar since the Road to WrestleMania 42. He dominantly defeated The Beast Incarnate at this year’s Show of Shows. Lesnar got his revenge on the former NXT Champion by beating him at Clash in Italy.

Brock Lesnar and Oba Femi are currently tied with one win each in their rivalry. Both superstars have teased facing off in a third match in recent weeks. Many expect the trilogy fight to take place at SummerSlam in Minneapolis. If Femi wins King of the Ring, he might not be able to battle the former Universal Champion in August.

On his Notsam Wrestling podcast, WWE analyst Sam Roberts recently said the company should book Femi to win King of the Ring and later relinquish his world title shot to face Lesnar. He added that The Beast Incarnate should manipulate the upstart into giving up the potential championship match.

Fans must stay tuned to find out how the Triple H-led creative team approaches the booking of the King of the Ring Tournament and Femi’s feud with Lesnar.

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/news-oba-femi-posts-photos-girlfriend-outside-wwe?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