// Define share message variations const titles = [ "Play Lust Goddess with me!", "Join me in the world of Lust Goddess!", "Ready to dive into Lust Goddess?", "Come play Lust Goddess — it’s wild!", "Let’s explore Lust Goddess together!", "Discover Lust Goddess — I'm playing now!" ]; // Pick a random one const randomTitle = titles[Math.floor(Math.random() * titles.length)]; // Apply it to the share widget document.getElementById('share-buttons').setAttribute('data-a2a-title', randomTitle); // Optional: If you want AddToAny to load with this new title var a2a_config = a2a_config || {}; a2a_config.num_services = 6;