January 23, 2022 | 12:00am
Alexa Ilacad has dropped her new pop ballad single Paano, a song she wrote when she was dealing with her first heartbreak.
Coming fresh from a broken heart back in 2016, Alexa hit the Notes app on her phone to type all the feels she was feeling and all the “how’s” going through her head, in one sitting, during a “senti” rainy car ride.
“I wasn’t really into writing songs back then. But I didn’t know how I could channel my emotions. I had so many questions in my head at that time because of the heartbreak situation,” Alexa related during a recent virtual press conference.
“You know how we can get really senti with that perfect car ride in the rain. So sabi ko, ‘You know what? I’m just gonna get my notes on my phone and type whatever I’m feeling,’ so then I asked ‘Paano? Paano?’ everything, all of that,” she continued.
After going through her notes, Alexa thought of turning her pain into a song with the help of her best friend producer and Gracenote vocalist Eunice Jorge.
“I really wanna take a song out of this pain that I’m feeling, para naman may silbi ‘yung sakit,” said Alexa.
Alexa refused to identify who broke her heart in 2016 but admittedly shared that her most recent heartbreak was during her stint as a Pinoy Big Brother (PBB) housemate.
“It was inside the PBB house, not naman heartbreak talaga, may napagdaanan din inside that made me sad, love-wise,” said Alexa but without naming anyone.
Should she stage her first major concert in the future, Alexa would like to have Gracenote, fellow PBB housemate KD Estrada, Off The Record artists, her OPM idols, as well as friends I Belong To The Zoo and Moira dela Torre to join her.
Paano, released under Alexa’s uncle and veteran producer Ricky Ilacad’s music label Off The Record, is now available on Spotify, Apple Music and all digital platforms.
Meanwhile, to celebrate the release of the song, fans of Alexa and her fellow PBB housemate set up a billboard in Pasig.
“Oh my gosh. YOU GUYS! I’m speechless. Thank you! What have I done to deserve this,” she responded to her fans on social media.
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }