Search

Niki Seberini

Niki Seberini Certified Breathwork & Wellbeing Expert | Speaker & Facilitator. Niki is a Certified Breathwork and Wellbeing Practitioner with over two decades of extensive experience as a renowned radio talk show host, professional speaker and soft skills trainer/facilitator. She specialises in empowering individuals and teams to unlock their inner potential through transformative breathwork and […]

function playAiInternal(button) { // Find the hidden playlist wrapper next to the button const wrapper = button.nextElementSibling; // Try to find a play button inside the player const playBtn = wrapper.querySelector('button'); if (playBtn) { playBtn.click(); // Simulate click button.textContent = '⏸'; // Optional: toggle icon } else { alert("Audio player not ready yet."); } }