”
], { 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);
});
});
})();
Tama Tonga is a part of Solo Sikoa’s MFT faction alongside Talla Tonga, Tonga Loa, and JC Mateo. Tonga and Mateo defended the WWE Tag Team Championships against R-Truth and Damian Priest this past Friday night on SmackDown. R-Truth planted Mateo with an Attitude Adjustment to pick up the pinfall victory.
Tama Tonga reveals he is enjoying his current rivalry in WWE
SmackDown star Tama Tonga recently shared that he was enjoying MFT’s lengthy rivalry with The Wyatt Sicks on the blue brand.
Solo Sikoa’s faction has been in a heated feud with The Wyatt Sicks for months now. Sikoa has stolen Uncle Howdy’s lantern and refuses to return it to the mysterious character. The Wyatt Sicks interfered in the WWE Tag Team Championship match this past Friday night on SmackDown and cost MFT the titles.
In a video shared on Instagram, Tama Tonga revealed that he was enjoying the rivalry against Uncle Howdy’s group. The former champion noted that he wished fans got to see their matches at live events.
“You know, not a lot of y’all get to see this, but I’ve been enjoying our feud with The Wyatt Sicks. The live events that we do in Europe, we’ve been killing it. Wish y’all in Europe, well, I wish y’all could see it. We’re doing a lot more stuff out in Europe now. We’re doing a lot more stuff out there,” Tonga said.
You can check out the video in the Instagram post below:
Only time will tell what the promotion has planned for the rivalry between The Wyatt Sicks and MFT in the weeks ahead on SmackDown.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/rumor-details-emerge-major-wwe-star-s-punishment-fine-amount-revealed-reports?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


