”
], { 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);
});
});
})();
Now, a piece of backstage footage has emerged from WWE Unreal, showing a creative meeting where Road Dogg was talking to Bruce Prichard, Triple H (on a video call), and the rest of the team. In that meeting, they were discussing R-Truth’s return and feud with John Cena, and Road Dogg got visibly angry at the lack of direction that they had with the story, calling it “horrible” and “the s**ts”. He essentially pleaded that they needed to do something with it, and his voice seems to have gone unheard, even by Triple H. You can watch the clip over here
Ex-WWE personality Jonathan Coachman believes Road Dogg was made to be a scapegoat
Although Road Dogg got a very bad name among fans online, many of whom blamed him for the creative direction that SmackDown suffered in 2025, ex-personality Jonathan Coachman has an entirely different point of view surrounding this issue.
In what he called an “emergency take”, Jonathan Coachman, the former commentator, ripped into WWE as a whole and was in full support of Road Dogg, who he said was supportive of names like Chelsea Green and R-Truth when other names like Michael P.S. Hayes weren’t. He had nothing but respect for Road Dogg, and said that the issue that the company has creatively is a larger one that starts from the top.
Coachman essentially said that with no good creative, even the best of talent can’t do anything. To put it simply, Coachman said that the creative issue that the sports entertainment giant has been plagued with is a systemic one, and that blaming Road Dogg for bad television wasn’t the way to go.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-watch-backstage-footage-shows-damning-moment-top-wwe-name-now-left-company?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


![[WATCH] Backstage footage shows damning moment for top WWE name who has now left the company](https://litsportsnews.com/wp-content/uploads/2026/03/bfceb-17727635383991-1920-1536x960.jpg)