”
], { 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 vlog on the Jonas Brothers’ YouTube channel, Joe Jonas met with Cena during rehearsals. Instead of talking about WWE, Joe was so nervous that he brought up his brother Nick Jonas’ wife and actress, Priyanka Chopra, who starred with Cena in the movie Heads of State last year.
“I was more nervous to say hi to John Cena than I was to sing the national anthem. I literally walked up to John Cena, and I said, ‘Uh, Pri speaks very highly of you,'” Joe said. [H/T WrestlePurists]
It was a little bit awkward, but Joe Jonas made light of the situation on his vlog. Cena has turned into one of the biggest stars in the world over the past few years, with roles as Peacemaker in the TV series of the same name and multiple comedic and action movies.
John Cena wants to start a trend among WWE legends
Speaking to TMZ Sports, John Cena explained how he wants to start a trend among retiring WWE Superstars. Cena wants to be the first WWE legend to retire and never wrestle again.
“I’m one of those folks who will be the first wrestler to actually retire and I hope I set a trend and (AJ Styles) is the second. I think it’s very important that we respect our audience and when they invest in us to see us for the last time, I think that that has weight and importance,” Cena said. [H/T Sports Illustrated]
Cena has been adamant since he retired in December that he’s no longer going to wrestle no matter what. He also understands if AJ Styles wrestles one more match with one of his sons in the future.
`;
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-goat-for-a-reason-joe-jonas-discusses-nervous-john-cena-wrestlemania-meeting-ended-up-talking-about-priyanka-chopra?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













