by Danny KEMP
Thursday, 09 April 2026 08:51 PM EDT
President Donald Trump on Thursday accused Iran of doing a “very poor job” of allowing oil through the Strait of Hormuz and of breaching the terms of their two-week ceasefire agreement.
In a barrage of social media posts that sparked fresh fears for the shaky truce, Trump also warned Iran against imposing a toll for ships passing through the crucial waterway.
“Iran is doing a very poor job, dishonorable some would say, of allowing Oil to go through the Strait of Hormuz,” Trump said on his Truth Social platform.
“That is not the agreement we have!”
Iran and the United States said the 167-kilometer (104-mile) strait between the Gulf and the Indian Ocean would reopen after the two-week truce was announced on Tuesday.
But just 10 vessels have passed through since the Middle East war ceasefire took effect, according to maritime tracking data.
Tensions have risen further after Iran suggested imposing a toll on ships — though Trump has made similar suggestions and even aired joint tolls with Tehran.
“There are reports that Iran is charging fees to tankers going through the Hormuz Strait — They better not be and, if they are, they better stop now!” Trump said in an earlier Truth Social message.
In yet another post in which he raged at a critical media editorial on the ceasefire, Trump added that “very quickly, you’ll see Oil start flowing, with or without the help of Iran.”
The U.S. leader’s tone appeared to darken noticeably from earlier comments to NBC News in which he said he was “very optimistic” about a peace deal with Iran after their ceasefire, and that Israel was “scaling back” strikes in Lebanon.
Trump told the broadcaster in a telephone interview that Iran’s leaders were “much more reasonable” in private but added that “if they don’t make a deal, it’s going to be very painful.”
Vice President JD Vance is due to hold talks with Iran in Pakistan on Saturday. Special envoy Steve Witkoff and Trump’s son-in-law Jared Kushner are also traveling to Islamabad.
“The president is optimistic that a deal can be reached that can lead to lasting peace in the Middle East,” White House Principal Deputy Press Secretary Anna Kelly told AFP in a statement on Thursday.
Israeli Prime Minister Benjamin Netanyahu had meanwhile agreed in a call with Trump on Wednesday to “low-key it” with Lebanon after devastating strikes, the U.S. president said.
Israel and Lebanon will hold talks in Washington next week, a State Department official said Thursday.
Israel’s heaviest strikes on Lebanon since Hezbollah entered the Middle East war in early March killed hundreds on Wednesday, rattling the uneasy truce between Washington and Tehran less than 48 hours after it came into force.
© AFP 2026
Politics
President Donald Trump on Thursday accused Iran of doing a “very poor job” of allowing oil through the Strait of Hormuz and of breaching the terms of their two-week ceasefire agreement.In a barrage of social media posts that sparked fresh fears for the shaky truce, Trump…
iran, hormuz
453
Thursday, 09 April 2026 08:51 PM
2026-51-09
Thursday, 09 April 2026 08:51 PM
Join the Newsmax Community
Free Newsmax E-Alerts
Privacy: We never share your email.
\
\
\
‘;
var showDesktop = true;
var showMobile = false;
var enabled = false;
if (showMobile && (window.innerWidth <= 992)) { enabled = true; }
if (showDesktop && (window.innerWidth > 992)) { enabled = true; }
if (enabled) {
// Append template
jQuery(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”).html(playerTemplate);
// Schedule
(function ($, d) {
var schedule = {
data: {},
endpoint: ‘/CMSPages/NewsMax/Handlers/TVScheduleHandler.ashx’,
limit: ‘2’, //how many shows to display
parse: function (v) {
var datetime = v.ShowDateTime.split(‘T’);
(!this.data[datetime[0]]) ? this.data[datetime[0]] = new Array() : [];
this.data[datetime[0]].push(v);
},
createSchedule: function () {
var schedule = $(‘#NMTVplayer-schedule’);
schedule.empty();
var tpl=””;
schedule.append(tpl);
},
populate: function (s) {
var _this = this;
var count = 0; //used to show the categories
function template(o, j) {
return ” +
” + moment(o.datetime).format(‘LT’).replace(” AM”, “a ET”).replace(” PM”, “p ET”) + ‘ • ‘ +
” + o.title + ” +
”;
}
s = s[Object.keys(s)[0]].concat(s[Object.keys(s)[1]]); // Get data for today and tomorrow
//console.log(Object.keys(s)); // display shows array on console
s = s.slice(0, _this.limit); // Only get the limit!
$.each(s, function (j, o) {
var nmSubtitle = “”;
if (o.Episode == o.Program) {
nmSubtitle = “”;
} else {
nmSubtitle = o.Episode;
}
var program = {
datetime: o.ShowDateTime,
title: o.Program,
description: o.Description,
subtitle: nmSubtitle
};
if (count == 0) {
$(‘#schedule’).append(‘On Now:’);
} else if (count == 1) {
$(‘#schedule’).append(‘Coming Up:’);
}
$(‘#schedule’).append(template(program, j));
count = count + 1;
});
},
scrollUp: function () {
var target = $(‘#NMTVplayer-schedule’);
$(‘html, body’).animate({
scrollTop: target.offset().top – 100
}, 1000);
},
init: function (ms) {
var _this = this;
var hash = (ms) ? “?h=” + ms : “”;
$.getJSON(_this.endpoint + hash, function (data) {
$.each(data, function (i, v) { _this.parse(v); });
_this.createSchedule();
_this.populate(_this.data);
});
}
};
// Initialize
schedule.init();
// Intervals
var everyInterval = 1860000; // 31 Minutes
var nextInterval = Math.abs(moment().endOf(‘hour’).toDate() – moment().toDate());
window.setTimeout(function () {
schedule.init(Date.now());
window.setInterval(function () {
schedule.init(Date.now());
}, everyInterval);
}, nextInterval);
})(window.jQuery, this)
if (typeof akamai == “undefined”) {
jQuery.getScript(‘https://amp.akamaized.net/hosted/1.1/player.esi?apikey=newsmax&version=9.1.36′, function () {
loadVideoPlayer(); // run once loaded!
});
}
}
function loadVideoPlayer() {
var config = {
playbackOrder: [“hls”, “dvr”, “audio”, “default”],
autoplay: true,
muted: true,
captioning: { enabled: true },
playsinline: true,
autoplayPolicy: “muted”,
media: {
title: “Newsmax TV Live”,
source: [{
src: “https://nmxlive.akamaized.net/hls/live/529965/Live_1/index.m3u8”,
type: “application/x-mpegURL”
}],
track: [{
kind: “captions”,
type: “text/cea-608”,
srclang: “eng”
}]
},
cmcd: {
contentId: “newsmaxlive”
},
plugins: {
ima: {
resources: [{
src: “//imasdk.googleapis.com/js/sdkloader/ima3.js”,
debug: “//imasdk.googleapis.com/js/sdkloader/ima3_debug.js”,
type: “text/javascript”,
async: true
},
{
src: “${paths.plugins}ima/Ima.min.js”,
debug: “${paths.plugins}ima/Ima.js”,
type: “text/javascript”,
async: true
}],
adTagUrl: “https://pubads.g.doubleclick.net/gampad/live/ads?iu=/6305169/Newsmax/Video/livestream&description_url=http://www.newsmax.com&tfcd=0&npa=0&sz=640×480&gdfp_req=1&vpos=preroll&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=&vpmute=1&plcmt=1″
},
googleanalytics: {
resources: [
{
src: “https://www.googletagmanager.com/gtag/js?id=G-MDSEMR3DWD”,
type: “text/javascript”,
async: true,
},
{
src: “#{paths.plugins}googleanalytics/Googleanalytics.js”,
type: “text/javascript”,
async: true,
},
],
trackingId: “G-MDSEMR3DWD”,
mode: “gtag”,
events: {
video: [
{
type: “started”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
{
type: “ended”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
],
ads: [
{
type: “adstarted”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
},
},
{
type: “adended”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
}
}
]
}
}
}
};
function createVideoPlayer() {
var amp = akamai.amp.AMP.create(“amp”, config, function (event) {
amp = event.player;
const defaults = {
visible: false,
fontFamily: “proportionalSansSerif”,
fontSize: “med”,
fontColor: “white”,
fontOpacity: “100%”,
edgeType: “rightShadow”,
edgeColor: “black”,
edgeOpacity: “50%”,
backgroundColor: “black”,
backgroundOpacity: “0%”,
windowColor: “black”,
windowOpacity: “50%”,
scroll: “popout”
}
if (amp.captioning != null)
amp.captioning.changeSettings(defaults)
//alternatevely settings can be refreshed by clearin local storage key
//localStorage.removeItem(“akamai_amp”);
});
// once created detach scroll event
window.removeEventListener(“scroll”, onscroll, { passive: true })
window.addEventListener(“scroll”, onscrollPassive, { passive: true });
window.addEventListener(“nmtvplayer_toggleFullscreen”, toggleFullScreen, { passive: true });
window.addEventListener(“nmtvplayer_listen”, listenBtn, { passive: true });
}
function onscroll(event) {
// this Helper will tell whether a HTMLElement becomes visible
var parentContainerState = akamai.amp.Utils.getViewability(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”);
// once player placeholder container becomes visible we create the player
if (parentContainerState === “full”)
createVideoPlayer();
}
function onscrollPassive(event) {
const player = jQuery(“#amp”)[0].amp;
// this Helper will tell whether a HTMLElement becomes visible
var parentContainerState = akamai.amp.Utils.getViewability(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”);
// once player placeholder container becomes visible we create the player
if (parentContainerState === “full”)
{
if (player.playState == “paused”)
player.play();
}
else
{
player.pause();
}
}
window.addEventListener(“scroll”, onscroll, { passive: true });
function readyHandler(event) {
amp = event.player // exposes player instance to DOM
}
function toggleFullScreen() {
return jQuery(“#amp”)[0].amp.enterFullScreen();
}
function toggleMute() {
const player = jQuery(“#amp”)[0].amp;
return player.muted ? player.unmute() : player.mute()
}
function listenBtn() {
if (jQuery(“#amp”)[0].amp.muted) {
document.getElementById(“listen-btn”).innerHTML = “Mute”;
} else {
document.getElementById(“listen-btn”).innerHTML = “Listen”;
}
toggleMute();
return
}
// Run onscroll incase the video is already showing
onscroll();
};
})();
Thursday, 09 Apr 2026 15:21 PM
Florida’s Republican attorney general has warned a Miami-area private Catholic university that its law school might have . . .
Thursday, 09 Apr 2026 21:07 PM
A federal judge on Thursday dismissed a Department of Justice lawsuit seeking Massachusetts’ voter rolls. . . .
