Social media star Grandma Lotti died at the age of 93. This was announced by her nurse Rashid Hamid on Instagram.
The elderly woman on Tikkok was known for videos with her carer, who posted “nursing.smile” on his account. There, the 32 -year -old Hamburger showed his work in nursing – and around 711,000 people followed him and Lotti through everyday life. The videos were clicked millions of times, and the senior became a social media favorite. In spring 2024, Grandma Lotti gained a little greater awareness when she and Hamid, together with Hamid, drew the nomination of football player Jonathan Tah for the European Championship. In a video, Hamid presented an EM jersey and a cake with a picture of the player on it in a video. This campaign was part of a new strategy of the DFB, in which various players from sports, media and social media published the names of some players from the squad. Activate external content “I can hardly believe it myself, because my best friend – Grandma Lotti – died and left this world in front of us,” Hamid wrote on Instagram on Monday. “For me, Grandma Lotti was not just a patient, she was a very special person in whom I felt at home.” Many fans and followers told her condolences under the post. Including actress Jasna Fritzi Bauer, musician Lady Bitch Ray as well as influencer and animal welfare activist Malte Zierden. Activate external content Hamid got to know the senior citizen from a former patient to whom he promised to take care of her. The influencer told his followers on Instagram last year. A special friendship has developed between them. Hamid now thanked the followers and fans for the many news and comments. “I was able to learn with Grandma Lotti that friendship knows no age and it doesn’t matter what origin you have,” the post continues, “because the only important thing in life is to have the heart in the right place.”
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);
News kiosk Latest Posts
// 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!