”
], { 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);
});
});
})();
Amidst this chatter, Atlanta rapper Ken Carson has thrown his name in the hat for a WWE appearance. While speaking in a Complex Re-Rank video, Carson picked Shawn Michaels over Roman Reigns. This led to the question of whether he would be open to a WWE cameo appearance.
He said he would do it but would need to be protected like Jason Statham is in movies.
“Call me in the ring, bro. But I got to have that Jason Statham package where I’m like, never lose package. All attributes. I mean 99 everything,” he said.
He then said he wants to RKO some names in the ring and then singled out the OTC1.
“Yeah, I wanna RKO one of them. Yeah, I’d smack the sh*t out of Roman Reigns,” he added.
While it remains to be seen if Ken Carson shows up in WWE, Roman Reigns is set to defend the World Heavyweight Championship at SummerSlam.
He will face Seth Rollins on night two, as they look to close the book on their SHIELD history.
Roman Reigns confirmed for major PLE appearance after SummerSlam
Roman Reigns has faced criticism from fans over his part-time schedule in WWE. Following WrestleMania 42, he started making more frequent appearances and even defended his World Title at back-to-back premium live events.
But after that, his appearances dwindled as he missed Night of Champions and then Saturday Night’s Main Event. Now, following SummerSlam, he is set to resume a busy schedule.
The Head of the Table will be making an appearance on RAW following SummerSlam and will also be present on the August 17 show. He is also slated to appear for a combined Raw and SmackDown event in Cleveland on August 28, followed by a trip to Mexico City for Raw on September 14.
He is scheduled to show up on RAW on October 5 and is also confirmed to be a part of the Money in the Bank PLE on October 10 in New Orleans, Louisiana.
If you use quotes from this article, please credit Complex and give an H/T to Sportskeeda Wrestling for the transcription.
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-smack-sh-t-roman-reigns-rapper-wants-wwe-call?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



