Make your personalised santa video greeting with free Iphone Apps

In this festival season, people send numbers of greeting cards to their family, relatives & friends. But how good, if you can make your own personalised “santa dance” video clip with your own face and you can share with your friend.
It is possible with Iphone Apps “Santa DanceBooth”. You can download this app from iphone apps store and it doesn’t cost you anything at the moment.
Once you download this app on your iphone or ipad then open “Santa DanceBooth” app. You can personalise this dance greeting by adding your face either by selecting your face from your picture library or you can take new fresh picture. Now you can even more personalise by typing your own message or even audio message with your own voice. Click on record button and wait until it finish, save this file in your picture folder. Now you are ready to share your own personal greeting message with your friends & family, either by email, whatsapp, Youtube or facebook.
User Comments
$sql = mysql_query("SELECT * FROM comment WHERE ap='y' and how_name='Make your personalised santa video greeting and share with your friend with free Iphone Apps' ORDER BY no DESC"); $nr = mysql_num_rows($sql); if (isset($_GET['pn'])) { $pn = preg_replace('#[^0-9]#i', '', $_GET['pn']); } else { $pn = 1; } $itemsPerPage = 10; $lastPage = ceil($nr / $itemsPerPage); if ($pn < 1) { $pn = 1; } else if ($pn > $lastPage) { $pn = $lastPage; } $centerPages = ""; $sub1 = $pn - 1; $sub2 = $pn - 2; $add1 = $pn + 1; $add2 = $pn + 2; if ($pn == 1) { $centerPages .= ' ' . $pn . ' '; $centerPages .= ' ' . $add1 . ' '; } else if ($pn == $lastPage) { $centerPages .= ' ' . $sub1 . ' '; $centerPages .= ' ' . $pn . ' '; } else if ($pn > 2 && $pn < ($lastPage - 1)) { $centerPages .= ' ' . $sub2 . ' '; $centerPages .= ' ' . $sub1 . ' '; $centerPages .= ' ' . $pn . ' '; $centerPages .= ' ' . $add1 . ' '; $centerPages .= ' ' . $add2 . ' '; } else if ($pn > 1 && $pn < $lastPage) { $centerPages .= ' ' . $sub1 . ' '; $centerPages .= ' ' . $pn . ' '; $centerPages .= ' ' . $add1 . ' '; } $limit = 'LIMIT ' .($pn - 1) * $itemsPerPage .',' .$itemsPerPage; $sql2 = mysql_query("SELECT * FROM comment WHERE ap='y' and how_name='Make your personalised santa video greeting and share with your friend with free Iphone Apps' ORDER BY no DESC"); $paginationDisplay = ""; if ($lastPage != "1"){ $paginationDisplay .= 'Page ' . $pn . ' of ' . $lastPage. ' '; if ($pn != 1) { $previous = $pn - 1; $paginationDisplay .= ' Back '; } $paginationDisplay .= '' . $centerPages . ''; if ($pn != $lastPage) { $nextPage = $pn + 1; $paginationDisplay .= ' Next '; } } while($row = mysql_fetch_array($sql2)){ echo "
{$row['name']} Says
". "Posted on: {$row['time']}
". "{$row['message']}
". "