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

Following the show, Tama Tonga has shared an update on Instagram where it seems that he is still going to call the team MFT, but it now stands for something else.

“Mother F#€k’n Tongans” he wrote.

MFT initially stood for “My Family Tree” when Solo Sikoa was at the helm of the group, but it’s clear that this is no longer the case for the duo on SmackDown.

The Tongans have now proven that they have the bloodline to be able to move forward on SmackDown and could now be seen as legitimate contenders for the Tag Team Championships.

What’s next for Tama Tonga on WWE SmackDown?

It seems that Haku’s return wasn’t a one-off; he wasn’t there just to give Tama Tonga and Talla Tonga a pep talk and remind them who they are; he is now seen as the team’s manager.

The duo has been floundering on SmackDown for weeks; even when they were part of MFT with Solo Sikoa, it was clear that Sikoa’s mind was elsewhere and since they dropped the Tag Team Championships, they have been going in the wrong direction.

Despite losing the MFT’s because of The Bloodline, Sikoa is still refusing to reunite with his brothers and Roman Reigns and instead had a match against The Bloodline this weekend.

Following the pep talk from their father, the duo invaded the title vs title match for the AAA World and WWE Tag Team Championships, which shows that both men now have a focus and are looking for those titles.

They have made enemies of The War Raiders, Damian Priest, and R-Truth, so it appears that there could be some issues that need to be settled between these teams in the coming weeks.

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-tama-tonga-shares-new-stable-name-following-wwe-legend-s-return-smackdown?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