”
], { 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);
});
});
})();
Ahead of this weekend’s show, Roman Reigns has shared WWE Shop’s latest update, where the company has confirmed that this is a new chapter for The Bloodline, but it appears that they have dropped “the” from the name. All of the new shirts just appear with the “Bloodline” name instead.
The Bloodline has seen a number of variations over the years, but it seems that this Bloodline is similar to before, except that Solo Sikoa has been switched for Jacob Fatu.
While the group has pushed for Solo Sikoa to return for the past few weeks, they have made the decision to go ahead with a new shirt and name before they were able to convince The Uso’s brother to turn heel and return to his Bloodline.
Roman Reigns will be hoping to walk out as Champion at SummerSlam
Roman Reigns’ World Heavyweight Championship will be on the line this weekend at SummerSlam, and he will be hoping to retain his title and fix some issues in his Bloodline when he returns to RAW.
Jacob Fatu has been trying to recruit Solo Sikoa on the orders of Roman Reigns, but it seems that he has been unsuccessful, and it has led to a six-man tag team match at SummerSlam.
Royce Keys, LA Knight, and Solo Sikoa will take on Jimmy and Jey Uso and Jacob Fatu, since it appears that the animosity in The Bloodline is over, but they now need to teach Sikoa a lesson.
Reigns will obviously be keeping an eye on this match, since he may need to call The Bloodline in to help him handle business in the SummerSlam main event, since Reigns doesn’t have the best record against his former Shield teammate, and he will want to ensure he has a backup plan.
`;
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-roman-reigns-officially-confirms-new-bloodline-name-chapter-ahead-summerslam?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













