ADVERTISEMENT

Global leaders condemn Donald Trump's assassination attempt

Published Jul 14, 2024 07:34 am

HONG KONG (AP) — Global leaders have expressed concern Sunday over an assassination attempt targeting former U.S. President Donald Trump at a rally in Pennsylvania that left one attendee dead and critically injured two others, with many condemning the violence that shocked the world.

Trump's campaign said the presumptive Republican nominee was doing "fine" after being whisked off the stage though the shooting pierced the upper part of his right ear.

The Secret Service said it killed the suspected shooter who attacked from an elevated position outside the rally venue.

U.S. authorities are still investigating the shooting.

Australia

Australian Prime Minister Anthony Albanese condemned the attempted assassination as an inexcusable attack on the United States and Australia's shared democratic values.

"In Australia, as in the United States, the essence and the purpose of our democracies is that we can express our views, debate our disagreements and resolve our differences peacefully," Albanese told reporters in the Australian Parliament House.

Austria

Austrian Chancellor Karl Nehammer said on social media platform X that he was appalled by the attempt and wished Trump a quick and full recovery.

"Political violence has no place in our society! My thoughts are with all the victims of this attack!" he said.

Brazil

Brazil's President Luiz Inácio Lula da Silva said on X that the attack must be "strongly repudiated" by all democracy defenders and dialogue in politics, calling the incident unacceptable.

Canada

Canada's Prime Minister Justin Trudeau posted on X saying that he was sickened by the shooting and his thoughts were with Trump, those at the event and all Americans.

"It cannot be overstated — political violence is never acceptable," he wrote.

Egypt

Egyptian President Abdelfattah El Sissi expressed concern and stressed his country's condemnation of the attack in a statement.

"I express my wishes for Trump's speedy recovery and for the US election campaigns to be resumed in a peaceful and healthy atmosphere, free of any aspects of terrorism, violence, or hatred," he said.

El Salvador

El Salvador's presidential palace said President Nayib Bukele condemned "the assassination attempt" on Trump.

"There is no place for violence in a democracy," the President's office said in a press release posted on X.

France

French President Emmanuel Macron sent his wishes to Trump for a prompt recovery. "It is a drama for our democracies. France shares the indignation of the American people," he posted on X.

India

India's Prime Minister Narendra Modi said on X that he was deeply concerned by "the attack on my friend."

"Strongly condemn the incident. Violence has no place in politics and democracies," he said. "Our thoughts and prayers are with the family of the deceased, those injured and the American people."

Israel

Israel's President Isaac Herzog said on X that he condemned "utterly and unequivocally" the attempt on Trump's life and wished him a fast recovery on behalf of all the Israeli people, adding their thoughts are with the victims and their families.

Italy

Italy's Premier Giorgia Meloni wished Trump a quick recovery and said in a statement she hoped "the next few months of the election campaign will see dialogue and responsibility prevail over hatred and violence."

Japan

"We must stand firm against any form of violence that challenges democracy. I pray for former President Trump's speedy recovery," Japanese Prime Minister Fumio Kishida said on X.

Mexico

Mexico's president Andrés Manuel López Obrador denounced the attack on X and said "violence is irrational and inhumane."

South Korea

South Korea's President Yoon Suk Yeol said on X that he was appalled by "the hideous act" of political violence. He added the people of Korea stand in solidarity with Americans.

Taiwan

Taiwan's president Lai Ching-te wished Trump a speedy recovery and said his thoughts and prayers are with Trump on X. He said political violence of any form is never acceptable "in our democracies" and offered his condolences to the victims.

The Philippines

Philippine President Ferdinand Marcos Jr. said he was relieved to learn that Trump is fine on X and his thoughts and prayers are with him and his family.

"Together with all democracy loving peoples around the world, we condemn all forms of political violence. The voice of the people must always remain supreme," he said

Ukraine

Also on X, Ukrainian President Volodymyr Zelenskyy said he was appalled to learn about the shooting, saying such violence has no justification and no place anywhere in the world. He added he was relieved to learn that Trump is safe.

Zelenskyy extended his wishes for strength to everyone who was horrified by the event. "I wish America emerges stronger from this," he said.

United Kingdom

U.K. Prime Minister Keir Starmer said on X that he was appalled by the "shocking scenes," and sent his best wishes to Trump and his family.

"Political violence in any form has no place in our societies and my thoughts are with all the victims of this attack," he said.

___

Associated Press journalists around the world contributed to this report.

 

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.