November 19, 2021 | 1:17pm
MANILA, Philippines — Disney released its second Filipino-inspired Christmas advert “The Stepdad.”
The latest advert focused on family togetherness is a follow-up to last year’s “Lola,” which featured the Filipino tradition of parol-making in the Philippines.
Released last November 3, the video has over a million views on Disney UK’s YouTube channel.
“We are proud to reveal our Christmas advert, a heart-warming new story; #TheStepdad,” Disney wrote.
This year’s story follows Nicole, the granddaughter from last year’s ad, who is now all grown up with a family to make Christmas traditions with. Nicole has two children, Max and Ella, as their new stepdad Mike moves in to their home.
“At the heart of the story is a very special storybook – a precious item belonging to Max from his birth father. The book celebrates the power of storytelling and how it can deepen family bonds; as the family are shown delighting in the magic of Disney storytelling, beautiful animation springs off the pages, igniting the true spirit of Christmas,” Disney wrote.
“Follow their emotional journey as we see them combine existing festive traditions with wonderful new ones. We hope you enjoy this special Christmas ad, celebrating the joy that the stepdads of the world bring us,” it added.
Disney also announced that it will give support worth more than $2 million to its charity partner Make-A-Wish International.
“In celebration of the ‘From Our Family To Yours’ campaign, Disney will give support worth more than $2m to its long-standing charity partner, Make-A-Wish International and their network of Affiliates around the world,” it wrote. — Video from Disney UK YouTube channel
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){}); }