”
], { 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);
});
});
})();
While he had fondly talked about his love for pro wrestling and how he was eager to make these appearances, it wasn’t all well-received backstage. During a recent interview on TMZ’s Inside The Ring podcast, former WWE superstar Chris Masters was asked whether he had any stories from Diddy’s visits to the promotion.
Masters said he wasn’t there, but from what he could recall, the rapper made a bad impression backstage.
“He just made a bad impression on the boys. I wasn’t there, from what I remember. I don’t know where I was, but I wasn’t there. But yeah, he just made a bad impression, because everybody just thought he was kind of full of himself,” he said.
He pointed out that Diddy had an assistant to carry his prized sneakers backstage, and this was something that may have rubbed some wrestlers the wrong way.
“Diddy apparently had gotten some really exclusive, rare- I don’t know if they were Jordans or something- but he had his assistant carrying them around on this fluff pillow, just trailing behind him the whole day. Say what you want about wrestlers, but to them that just came off as a bit too much.”
Paul Heyman praised rapper for his commitment to WWE
On the road to WrestleMania this year, WWE came under fire for its overuse of celebrities. But there was an exception.
Grammy-nominated rapper Lil Yachty was also involved in a storyline on SmackDown, siding with Trick Williams during his feud with Sami Zayn, leading up to their match at WrestleMania 42.
After accompanying Williams at the showpiece event in Las Vegas, Yachty announced on the April 24 SmackDown that he will be staying around. Paul Heyman responded to this announcement and praised the rapper.
The Wiseman addressed the controversy around celebrity involvement in WWE but praised Lil Yachty for showing respect to WWE, saying he’s a credit to the concept of “crossover into our business.”
If you use quotes from this article, please credit TMZ’s Inside The Ring and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-diddy-full-himself-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













