
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
News kiosk Latest Posts
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips Financial potential with expert tips on budgeting, investing, and saving Unlock the Hidden Truth: Click to Reveal!HighlightsTrump warned Hamas to release the hostages. Hostage families urged Trump to ensure the release. Trump discussed the presence of American troops in Syria. Donald Trump on Hamas: The bloody game continues in the Middle East. The climate of Gaza has become unfit for habitation due to the Israel-Hamas war. Civilians are losing their lives in attacks every day. Whereas Hamas has not yet released the hostages. Ever since America’s new President Donald Trump has been elected, people are hopeful that he will definitely intervene in this war. At a press conference in Florida, he also hinted at his foreign policy agenda, including a possible military intervention in the Middle East. According to CNN’s report, this press conference took place just 13 days before Trump was to take oath for his second term on January 20. During the press conference, Trump warned that “everything will be ruined” if people held by Hamas in Gaza were not released by the time of his inauguration. The Hostage Families Forum also welcomed Trump’s “unwavering commitment” to securing the release of their loved ones. The families urged all parties to reach an agreement before the swearing-in. Read – Don’t be afraid, all ‘orders’ soon… Who did Donald Trump warn before assuming the post of US President? Trump called his designated ambassador to the Middle East, Steve Witkoff, on the stage to give the latest information on the talks. Witkoff, a real estate investor with no foreign policy experience, was recently part of ceasefire talks in the Middle East. In impromptu remarks, Witkoff said, “I think we’ve made some very good progress, and I’m really hopeful that by the time we’re sworn in we’ll have some good things for the president to announce.” What is Trump’s plan on Syria? Asked about the future of American troops in Syria, Trump gave a characteristically cryptic answer. The Pentagon says that about 2,000 American personnel remain in the country as part of the mission to curb the armed group ISIL (ISIS). But after the ouster of former President Bashar al-Assad in early December, questions are being raised about long-term US involvement in Syria. US troops have supported the Kurdish-led Syrian Democratic Forces (SDF) in northeastern Syria since 2014. Because there is a multi-dimensional civil war going on in the country. But the president-elect took a hardline stance, focusing on the release of remaining detainees held by Hamas following an October 8, 2023 attack in southern Israel. Israel estimates that about 100 people are left in Hamas custody. Tags: Donald Trump, Hamas attack on IsraelFIRST PUBLISHED : January 8, 2025, 06:15 IST
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!