Hot topics close

Jake Paul issues savage 'Stockton slap' jibe in response to Conor ...

Jake Paul issues savage Stockton slap jibe in response to Conor
Conor McGregor recently backed former foe Nate Diaz to come out on top against Jake Paul later this year.

Conor McGregor recently backed former foe Nate Diaz to come out on top against Jake Paul later this year. Diaz and Paul will meet in the boxing ring on August 5th in Dallas, Texas, and 'The Notorious' believes the Stockton native "slaps the head off" the YouTuber-turned-boxer when they lock horns.

Jake Paul didn't take kindly to Conor McGregor's comments. At a recent press conference for his upcoming bout against Nate Diaz, 'The Problem Child' slammed the former two-division UFC champion, claiming that he is still suffering from trauma he received during his two-fight series with Diaz.

Paul went on to claim that he is looking to dampen the hype surrounding a McGregor vs. Diaz trilogy bout by beating the former UFC fighter later this year. At the recent presser, the 26-year-old social media star referenced the infamous 'Stockton Slap', saying:

"I think he's got trauma from when Nate Diaz slapped his head off. But I like that, I like people that doubt me. I'm going to do what Conor McGregor couldn't do quite literally and put a [wrench] in all of his plans here. I know Nate Diaz wanted to get out of the UFC, come make a bunch of money, fight me, win and then go back and probably fight Conor McGregor in the UFC. So that's what these guys are hoping for and I'm going to stop all that. I promise you that and then I want Conor next."

Check out Jake Paul's response to Conor McGregor below:

The rivalry between Conor McGregor and Nate Diaz remains one of the most entertaining chapters in the UFC history. The duo squared off for the first time at UFC 196 in 2016, when Diaz pulled off a massive upset, submitting McGregor in the second round.

They ran it back at UFC 202 just a few months later, with 'The Notorious' edging out a decision win. Both fighters have reiterated on numerous occasions that a trilogy bout is inevitable.

Diaz notably reacted to McGregor's comments as well, saying:

"He [Conor McGregor] knows what's going on. He's fought at the highest level. He fought me, he fought Floyd [Mayweather]. Yeah, he knows what's going on."

Nate Diaz reacts to Conor McGregor picking him to win against Jake Paul

Nate Diaz reacts to Conor McGregor picking him to win against Jake Paul https://t.co/VXWgFJF1lS
Full recap: Jake Paul vs. Nate Diaz press conference

Despite the fight being nearly four months away, a press conference for Jake Paul vs. Nate Diaz was underway at the American Airlines Center in Dallas, Texas, yesterday, and there were a number of memorable moments.

Diaz was somewhat surprisingly cordial and didn't have a lot of bad things to say about his upcoming opponent, likely because the fight itself is quite far away. The former UFC fighter was visibly agitated when one reporter called out his brother Nick for a fight on the undercard, which was swiftly shut down by both Paul and Diaz.

A few moments later, Nate Diaz just walked off the stage, claiming that he needed to use the restroom. Jake Paul didn't seem too pleased with Diaz leaving the presser, but carried on by himself until the UFC fighter returned.

They even engaged in a face-off at the end of the presser.

Poll :

0 votes

'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; } function updatePollCountOnAnswer(selectedOption) { var pollData = pollDataDefault; renderPollWidget(pollData, selectedOption, true); } function renderPollWidget(pollData, selectedOption, isAnswered) { if (!pollData) return; pollData.option1_count = pollData.option1_count || 0; pollData.option2_count = pollData.option2_count || 0; pollData.option3_count = pollData.option3_count || 0; pollData.option4_count = pollData.option4_count || 0; if (isAnswered) { if (selectedOption == "option1") pollData.option1_count += 1; if (selectedOption == "option2") pollData.option2_count += 1; if (selectedOption == "option3") pollData.option3_count += 1; if (selectedOption == "option4") pollData.option4_count += 1; } if (isAnswered || selectedOption) { var predictorPromotionalBannerContainer = $(".predictor-contest-banner-container.Article-poll"); if (predictorPromotionalBannerContainer) { removeClass(predictorPromotionalBannerContainer, "hidden"); } } var totalVotes = Number(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count); if (totalVotes && !Number.isNaN(totalVotes)) { var option1Percent = pollData.option1_count / totalVotes * 100; var option2Percent = pollData.option2_count / totalVotes * 100; var option3Percent = pollData.option3_count / totalVotes * 100; var option4Percent = pollData.option4_count / totalVotes * 100; var optionPercentages = [option1Percent, option2Percent, option3Percent, option4Percent]; var pollOptions = $("#poll-options"); var pollCount = $("#poll-count"); var pollOptionsDom = ''; var optionsArray = ['option1', 'option2']; if (pollData.option3 !== "" && pollData.option3 !== null) { optionsArray.push('option3') } if (pollData.option4 !== "" && pollData.option4 !== null) { optionsArray.push('option4') } optionsArray.forEach(function (option, index) { var clickHandler = 'onclick="answerPoll(event, \'' + option + '\')"'; var optionClass = ['poll-option']; if (selectedOption) { optionClass.push('poll-option-answered'); clickHandler = ''; } if (selectedOption === option) { optionClass.push('poll-option-selected'); } pollOptionsDom += '
'; if (selectedOption) { var widthPercentage = optionPercentages[index] 97) { pollOptionsDom += ''; } else { pollOptionsDom += ''; } } else { if (widthPercentage > 97) { pollOptionsDom += ''; } else { pollOptionsDom += ''; } } } pollOptionsDom += '

' + pollData[option] + '

'; if (selectedOption) { pollOptionsDom += '

' + Math.round(optionPercentages[index]) + '%

'; } pollOptionsDom += '
'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; if (totalVotes > 10) { pollCount.classList.remove("hidden"); } trackArticlePollImpression(pollData); } } function answerPoll(e, selectedOption) { e.preventDefault(); try{ permutive.track('PollResponse',{ "pagetype": "Articlepage", "category": "MMA", "answer": { "text": e.target.textContent }, "question": { "text": pollDataDefault.question } }); } catch (err) { console.log(err); } updatePollCountOnAnswer(selectedOption); var isDesktop = "1"; var gaPayload = { "question" : pollDataDefault.question, "answer" : e.target.textContent, "answer_option" : selectedOption.replace("option", "Option "), "category": "MMA", "page_location": window.location.href, } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "ARTICLE_POLL_RESPONSE", gaPayload); var url = 'https://a-gotham.sportskeeda.com/polls//response'; var data = { "poll_type": "article", "option": selectedOption } pureJSAjaxPost(url, data, onPollResponseSuccess.bind(this, selectedOption), onPollResponseFail.bind(this, selectedOption), null, false); } function trackSponsoredLinkClick(e) { } var articlePollImpressionTracked = false; function trackArticlePollImpression(pollData) { var pollElement = $("#poll"); var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { if (articlePollImpressionTracked) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio

Quick Links

More from Sportskeeda

Similar shots
News Archive
  • Myanmar
    Myanmar
    U.S. 'horrified' by Myanmar violence, Blinken says after bloodiest day since military coup
    28 Mar 2021
    2
  • Deebo Samuel
    Deebo Samuel
    Deebo Samuel Trade Rumors: Patriots, Bills 'Highly Unlikely' to Deal ...
    26 Apr 2024
    14
  • The Lovebirds
    The Lovebirds
    What's Up at the Movies: We Review “The Lovebirds”
    23 May 2020
    1
  • Jocelyn Nungaray
    Jocelyn Nungaray
    Sen. Cruz Statement on Murder of 12-Year-Old Jocelyn Nungaray ...
    21 Jun 2024
    1
  • Noah Igbinoghene
    Noah Igbinoghene
    Cowboys land Igbinoghene from Dolphins for Joseph in CB swap ...
    30 Aug 2023
    2
This week's most popular shots