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

“We going next time. 😍,” Jimmy wrote in the comments.

The timing is particularly interesting given everything that has happened between Solo Sikoa, Jimmy Uso, and Jacob Fatu in WWE. The three superstars have spent much of 2026 on opposite sides of The Bloodline saga, with alliances repeatedly changing.

At SummerSlam, Solo teamed with LA Knight and Royce Keys against Jacob Fatu and The Usos. Solo’s team picked up the win, continuing the on-screen friction between him and the rest of his family.


Solo Sikoa, Jacob Fatu, and The Bloodline situation

Things have become even more complicated since then. On the August 17 episode of Monday Night RAW, Jey Uso brought Solo back into Roman Reigns’ Bloodline, only for the former Enforcer to turn on the OTC and hit him with a Samoan Spike. Fatu, who was told by Roman not to interfere in his business, stood by, watching as the latest Bloodline conflict exploded.

Fatu’s position has also become increasingly uncertain. Recent events have suggested that he may not be completely comfortable with Roman Reigns’ leadership, especially after Reigns promoted Jimmy and Jey Uso as captains of the faction.

With that in mind, this makes the vacation post and Jimmy’s response quite entertaining. On WWE TV, these family members remain caught in a seemingly endless power struggle. Away from the squared circle, however, the bond between Solo Sikoa and The Samoan Werewolf remains strong.

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-jimmy-uso-responds-as-solo-sikoa-and-jacob-fatu-go-on-family-vacation-together?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