”
], { 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);
});
});
})();
“You’re not going to see all of the meetings in every minute of [WWE creative discussions]. We didn’t even see all of that meeting. We saw a one or two-minute clip and now people have drawn conclusions that, ‘Oh, Road Dogg’s not creative. He couldn’t come up with new opponents.’ Wait a minute. What? He was advocating that they should put the belt on her. And when they pushed back, you’re like, ‘Well, he didn’t have any ready-made ideas?'” he said. [H/T: Ringside News]
You can check out the full podcast in the video below:
Road Dogg is a member of SmackDown’s creative team and also serves as the Senior Vice President of Live Events.
Road Dogg reveals he started crying when WWE star returned
Wrestling veteran Road Dogg revealed he got emotional when R-Truth returned to the company last year.
R-Truth’s contract expired last year, but the company decided to bring him back at Money in the Bank 2025. Speaking on season 2 of WWE Unreal on Netflix, the Hall of Famer admitted he got emotional when R-Truth made his return to the promotion.
“I knew it was Ron Killings immediately because of his ankles. I know that sounds funny, but I knew his ankles. I started crying right then,” he said.
The former DX member fired back at a wrestling fan earlier today on social media. It will be interesting to see what the 56-year-old has planned for fans in the weeks ahead on SmackDown.
`;
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-wwe-hall-famer-defends-road-dogg-fan-criticism?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













