”
], { 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);
});
});
})();
In a recent Rolling Stone interview, the WWE legend was asked about one of his original ambitions to be a singer and whether it’s time to dig deeper into music. He said:
“I’m exploring that now, and I appreciate you asking that. As you roll along in life, I’ve been real fortunate to be part of some really cool projects, and love it. But music has always been such an anchor for me, and very specifically in genres that I love, like country music, traditional country music. And we’re exploring that now.”
The Rock added:
“I’ve reached this point in my life and in my career where, honestly, Brian, when I wake up in the morning, I swing my legs out of bed, and whatever the thing is that I’m doing, I wanna feel like I’m just running towards it. And the most gratifying things we do are when it’s for us, because we have enough pressure to deliver for so many other entities.”
The Rock explains the big difference in making movies vs. music
The former WWE Champion’s latest venture comes after the live-action version of Moana, which flopped at the box office. In the same interview, he made an honest admission:
“The things we do, we must do them for ourselves, and then we must feel it in here, behind our ribcage. But they’re also always connected to some sort of commerce. You make films, especially the big four-quadrant movies, you want them to do well. But this song, for me, is just a song to my daughters. Where there’s no pressure of an expectation to deliver something that, “Well, how are the sales, and how’s the box office? And how’s the streams?” It’s just from me to them.”
The Rock’s musical breakthrough was the song “You’re Welcome” (2016) from the animated version of Moana. While it remains to be seen what’s next for him in the world of music, speculation indicates he could return to WWE for WrestleMania 43 next year.
`;
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-breaking-the-rock-exploring-new-career?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













