WhatsApp Reportedly Testing Music for Status Updates on Android, iOS
WhatsApp is reportedly working on a new feature that is expected to roll out to users soon. People using the Meta-owned app may soon be able to add music to their Status updates on the platform. This feature is currently being tested with select beta users for both Android and iOS versions. Another Meta-owned app, the video and photo-sharing social media site called Instagram, currently allows its users to add music to their Stories, which are equivalent to WhatsApp’s Status updates.Music for Status Updates on WhatsApp for Android, iOS UsersFeature tracker WABetaInfo states that the platform is working on a feature for its Android users that allows them to add music to Status updates. It is currently available to testers who have installed the WhatsApp beta for Android 2.25.2.5 update, and may soon roll out to other Android users eventually.Support for music tracks on WhatsApp Status on the latest beta releasePhoto Credit: WABetaInfo WABetaInfo also indicates that the WhatsApp beta for iOS 25.1.10.73 update is offering the same feature for iOS users. Select users on the WhatsApp iOS beta program can access this feature, after downloading the latest testing version.For both Android and iOS users, a new music button appears next to the drawing, text, and other editing options in the Status update option for WhatsApp. . They can search for songs or artists through this button and select one of their choice. After selecting a song, WhatsApp users can decide which section of the track to use. For photo-based status updates, the music clip can last up to 15 seconds, however, for video statuses, the duration of the music clip is determined by the length of the video.The integration of music with WhatsApp Status updates is expected to increase. engagement with viewers and make the updates more dynamic. One of the aforementioned reports mentions that details about the integrated song will appear alongside the shared photo or video, like it does on Instagram.The viewers on WhatsApp who see the Status update will also be able to connect with the Instagram profile of the artist whose music has been used. It is, therefore, expected to improve the discovery of and interactions with musical artists directly through WhatsApp.Beta testers can install the WhatsApp beta version 2.25.2.5 for Android from the Google Play Store, while the WhatsApp beta for iOS 25.1.10.73 can be accessed through the TestFlight app.
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!