], { 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);
});
});
})();

The two teams brawled this past Monday night on RAW following an intense promo. Solo Sikoa interrupted while in the crowd and suggested that the new version of The Bloodline was subpar because he was not a part of it.

The veteran has recently turned babyface and is becoming a fan favorite. He took to Instagram today to share a tease ahead of the six-man tag team match at SummerSlam, and you can check it out in the image below.

“Who’s ready for tomorrow night?!” he wrote.

Jacob Fatu became a member of The Bloodline after failing to capture the World Heavyweight Championship from Roman Reigns at Backlash. The Samoan Werewolf challenged Reigns again at Clash in Italy in a Tribal Combat match and came up short.

As a result of the loss, Fatu had to join the faction and acknowledge Reigns as his Tribal Chief. Reigns is scheduled to defend the World Heavyweight Championship against Seth Rollins in the main event of Night 2 of SummerSlam.

WWE has been impressed by Solo Sikoa as of late

The promotion has reportedly been impressed with Solo Sikoa’s work in recent weeks.

According to a report from WRKD Wrestling, there has been a very positive response to Solo Sikoa’s work as a babyface backstage in WWE as of late. The insider added that there are plans to continue to grow his character on WWE television moving forward.

“There has been a VERY positive response backstage to Solo’s growth over the last few weeks. I wish aggregation accounts would either RT/QRT my posts so this account would grow and it’s worth continuing to post. There are plans to keep heavily growing his character on weekly TV,” the post read.

It will be interesting to see which team wins the six-man tag team match at WWE SummerSlam.

Why did you not like this content?


`;
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-solo-sikoa-shares-major-tease-ahead-wwe-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

Leave A Reply

Exit mobile version