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

After the bout, Jake Paul took to Instagram to post a clip of himself with Nate Diaz in which Paul can be seen taking some of Diaz’s blood to rub it on his cheeks. In the post’s caption, Jake dropped a major bombshell that could be related to his brother, WWE Superstar Logan Paul. Jake wrote that he couldn’t wait to beat his “blood brother” in MMA one day, seemingly suggesting that he could face Logan in a future MMA fight.

However, given the context of the clip, he could also be referring to Nate Diaz as his “blood brother.”

“My blood brother can’t wait to beat u in MMA one day 😍 @natediaz209 @mostvaluablepromotions,” he wrote.

Check out his Instagram post by clicking here.


Jake Paul revealed TKO doesn’t let him be in Logan Paul’s WWE matches

During an edition of the Undefeated and Undisputed podcast, Jake Paul revealed that because of his Most Valuable Productions being a direct competitor to TKO’s UFC, he has a “beef” with WWE’s parent company.

Jake added that TKO doesn’t let him be in his brother, Logan Paul’s, WWE matches.

“I don’t take any beefs too seriously. I think it’s definitely in the name of entertainment. However, there is like truth in it, and there are points and some certain facts that I would like to see pushed through. Like the UFC fighters’ minimum pay being $12,000, that needs a rise. So there are all these like things in it that are serious, but from my side, I’m just having fun, and the fact that one of the biggest organizations in the world, the TKO Group, has this major beef with me. They won’t even let me go be in my brother’s WWE matches because they hate me so much. So, it’s pretty wild how much under their skin we are. To me, it’s just been a fun journey, and I enjoy s**t talk… So, the beef for me is just fun and entertaining for everybody,” Paul said.

It remains to be seen whether Jake Paul will ever join his brother, Logan Paul, in the Stamford-based promotion.

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-jake-paul-drops-logan-paul-bombshell-teases-future-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