The content creators industry is shocked by the tragic death of P2isthename, a recognized youtuber and influencer very dear to their fans. With only 26 years, Philip Enewally was found lifeless in a postal office in Los Angeles, United States.
The details about their tragic departure are scarce, but the Forensic Office has already begun research to clarify the facts. In dialogue with TMZ, the mother of the influencer confirmed the sad news and asked both P2isthename fans and the media to respect the privacy of the family, which is in mourning and cries the young man’s departure. The YouTuber Coletheman dismissed his friend with an emotional message in his profile of X. “The truth that I have no words. He was always so kind and gave me many advice to create content. I break my heart, “he published. In his latest video, P2isthename commented on his intention to leave Los Angeles and start a new life in Atlanta. He also said he felt overwhelmed: “He felt uncertainty about what way to take,” said one of his videos. Enewally has a long career in the content creators industry. He opened his YouTube channel in 2011, with only 13 years. It was one of the first YouTuber to generate a great link with his followers by sharing content about video games. Initially in his videos he commented games like BA 2K and Fortnite. Then he expanded its content with guides and gameplays from other games. Even years later, he released his own clothing brand. His Instagram account has more than 680 thousand followers and in X built a communicated 49 thousand fans. His videos exceeded 60 thousand views on YouTube. Upon knowing the news of the death of the influencer, his followers expressed his sadness: “May he rest in peace. His videos were legendary,” they wrote in X. Others simply could not believe it. “I thought it was a false news, but the government of the a case open for his death. He says he died in the mail office,” another fan wrote.
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!