”
], { 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);
});
});
})();
On a recent episode of his Busted Open Radio, Bully Ray addressed how Zilla Fatu was fated to join The Bloodline sooner rather than later. He added that the 26-year-old star could adopt a roguish and rebellious streak that Jacob Fatu displayed when he was the muscle of the group. However, Ray warned Zilla that he must keep his attitude in check if he wanted to keep being a member.
“Obviously looking way ahead, Zilla could be that rogue, rebellious member of the family that they tried to do with Jacob, but it didn’t go in that direction. I think there’s more upside to the rebellion and the rogue Bloodline member in Zilla than there was with Jacob. He’s got to stay in check. I will tell you this, from what I know about the other family members that are currently in WWE: if Zilla Fatu steps out of line, oof. He gonna get put right back in line,” said Bully Ray. (H/T – WrestlingInc)
Solo Sikoa joined The Bloodline on WWE RAW last week
Years ago, Sikoa joined WWE’s main roster by revealing himself as The Enforcer of Bloodline at Clash in Castle 2022. Now, time has proved to be a flat circle for Sikoa, as he’s now slated to join the group again on next week’s RAW.
After losing to Jey Uso on the Monday Night Show, the former US Champion has no option but to fall in line and become subservient to Roman Reigns again. However, one thing that’s in favor of Solo Sikoa is the crowd support. Fans have cheered him for the last few weeks, and it’s safe to say that if he refuses to follow Reigns’ order, the crowd could come to life, making him an even bigger face.
`;
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-the-bloodline-recruiting-another-huge-star-solo-sikoa-joins-stable-says-wwe-veteran-replacement-jacob-fatu?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













