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

Speaking on his YouTube channel, Otunga claimed that he and the creative weren’t able to find something productive for him on the weekly product, which affected his career. The 45-year-old actor claimed he put in the work as a performer, but they couldn’t agree at the time.

Moreover, he added Vince McMahon played a role in it, as McMahon viewed him as an announcer and wanted to push him in that direction. Otunga also claimed he came up with creative ideas and even discussed them with Triple H, who tried to help him, but it ultimately didn’t happen.

“Now, did Scott [Armstrong] put in a good word for me? Who knows. But it wasn’t the ring work holding me up, it was the creative, and that was the thing, we just couldn’t come to an agreement on creative at the time. So, that’s what we were trying to get worked out. The thing of it is once Vince [McMahon] sees you in a certain way, it’s hard to change his mind. At that point, he was really viewing me as an announcer,” Otunga said.

MY Road to Wrestlemania 32 | What I Didn't Expect

David Otunga has won titles in WWE

While David Otunga never won a singles championship in the Stamford-based promotion, he was often used in popular storylines on the weekly product. Right from his debut, he was in The Nexus and won the WWE Tag Team Championship with John Cena.

The following year, he won the titles again as a member of The New Nexus with Michael McGillicutty, aka Curtis Axel. In the coming years, the 45-year-old star moved away from the title picture and eventually became an on-screen character before getting released in 2020.

If you use quotes from the article, please credit David Otunga’s YouTube channel and provide an H/T to Sportskeeda Wrestling for the transcription.

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-creative-affected-popular-ex-wwe-star-s-career-details-vince-mcmahon-s-involvement?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