<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="title" content="WhoosGram">
<meta name="description" content="WhoosGram is a social Media Sharing Platform, WhoosGram is the best way to start sharing your own life time experience.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="WhoosGram - Login" />
<meta name="twitter:description" content="WhoosGram is a social Media Sharing Platform, WhoosGram is the best way to start sharing your own life time experience." />
<meta name="twitter:image" content="" />
<meta name="twitter:creator" content="@WhoosGram">
<meta name="keywords" content="social, WhoosGram, social site">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Login</title>
<link rel="shortcut icon" type="image/png" href="https://whoosgram.com/media/img/icon.png?cache=908"/>
<!-- <script src="https://unpkg.com/@ffmpeg/ffmpeg@0.9.6/dist/ffmpeg.min.js"></script> -->
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery-3.2.1.js"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery-ui.min.js"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/tag-it.min.js"></script>
<link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/libs/jquery-ui.min.css">
<link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/libs/jquery.tagit.css">
<script src="https://whoosgram.com/apps/pixelgram/main/static/css/libs/bs3/js/bootstrap.js"></script>
<link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/libs/bs3/css/bootstrap.min.css">
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/highcharts/highcharts.js"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/highcharts/exporting.js"></script>
<link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/styles.welcome.css">
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/gridAlicious/jquery.grid-a-licious.js"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery-form.v3.51.0.js"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/script.master.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/libs/videojs-vr.css">
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/video.js" integrity="sha256-vrHnet1gn0rfMfcNSTaMvp7bW1MU+hBXCuyPjfdxXhc=" crossorigin="anonymous"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/videojs-vr.js" integrity="sha256-aVLbKVeaTsLwmKYjya1a4xZGhAaG7j3Z4Ll7SkzSa6A=" crossorigin="anonymous"></script>
<script>
function xhr_url(){
return 'https://whoosgram.com/aj/';
}
function site_url(path){
return 'https://whoosgram.com/' + path;
}
function ajax_load_url(){
return 'https://whoosgram.com/load/';
}
function get_theme(){
return 'https://whoosgram.com/apps/pixelgram';
}
window.logo = 'https://whoosgram.com/media/img/logo.png?cache=827';
window.light_logo = 'https://whoosgram.com/media/img/light-logo.png?cache=827';
</script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/emoji/jquery-textcomplete/dist/jquery.textcomplete.min.js"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/emoji/emojionearea/dist/emojionearea.js"></script>
<link rel="stylesheet" type="text/css" href="https://whoosgram.com/apps/pixelgram/main/static/js/libs/emoji/emojionearea/dist/emojionearea.min.css"/>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lazyload.min.js"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/bootstrap-select.min.js"></script>
<link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/bootstrap-select.min.css">
</head>
<script type="text/javascript">
$(document).on('click', 'a[data-ajax]', function(event) {
$('body').addClass('app-loading');
event.preventDefault();
if ($('#live_post_id').length > 0) {
DeleteLive();
window.location = $(this).attr('href');
return false;
}
var url = $(this).attr('data-ajax');
clearInterval(window.chat_interval);
$(".lightbox__container").empty();
if ($('video').length > 0) {
$('video')[0].pause();
}
$.post(site_url(url), {param1: 'value1'}, function(htmlData, textStatus, xhr) {
window.scrollTo(0,0);
data = JSON.parse($(htmlData).filter('#json-data').val());
$('#page_content').html(htmlData);
if (typeof(data.url) == 'undefined') {
//window.location.href = site_url('');
}
else{
if (!data.footer) {
$('footer').hide();
}else{
$('footer').show();
}
if (!data.header) {
$('#header_nav').hide();
}else{
$('#header_nav').show();
}
window.history.pushState({state:'new'},'', site_url(data.url));
$('title').html(data.page_title);
if (data.app_name == 'explore') {
$('#explore_nav').addClass('active');
$('#explore_nav_sec').addClass('active');
$('#home_nav').removeClass('active');
$('#home_nav_sec').removeClass('active');
$('#go_pro_nav').removeClass('active');
$('#store_nav').removeClass('active');
$('#store_nav_sec').removeClass('active');
$('#reels_nav').removeClass('active');
$('#reels_nav_sec').removeClass('active');
$('#header_nav').removeClass('transparent');
$('.home_script').remove();
$('.profile_script').remove();
$('.posts_script').remove();
}
if (data.app_name == 'home') {
$('.profile_script').remove();
$('.posts_script').remove();
$('#home_nav').addClass('active');
$('#home_nav_sec').addClass('active');
$('#explore_nav').removeClass('active');
$('#explore_nav_sec').removeClass('active');
$('#go_pro_nav').removeClass('active');
$('#store_nav').removeClass('active');
$('#store_nav_sec').removeClass('active');
$('#reels_nav').removeClass('active');
$('#reels_nav_sec').removeClass('active');
$('#header_nav').removeClass('transparent');
if ($('.home_script').length == 0) {
// $('head').append($('<script>',{
// src: "https://whoosgram.com/apps/pixelgram/main/static/js/libs/afterglow.min.js",
// class: "home_script"
// }),$('<script>',{
// src: "https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery.pause.js",
// class: "home_script"
// }));
}
}
if (data.app_name == 'profile') {
$('.home_script').remove();
$('.posts_script').remove();
$('#home_nav').removeClass('active');
$('#home_nav_sec').removeClass('active');
$('#explore_nav').removeClass('active');
$('#explore_nav_sec').removeClass('active');
$('#go_pro_nav').removeClass('active');
$('#store_nav').removeClass('active');
$('#store_nav_sec').removeClass('active');
$('#reels_nav').removeClass('active');
$('#reels_nav_sec').removeClass('active');
$('#header_nav').removeClass('transparent');
if ($('.profile_script').length == 0) {
$('head').append($('<script>',{
src: "https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery.equalheights.js",
class: "profile_script"
}));
}
}
if (data.app_name == 'store') {
$('#home_nav').removeClass('active');
$('#home_nav_sec').removeClass('active');
$('#explore_nav').removeClass('active');
$('#explore_nav_sec').removeClass('active');
$('#go_pro_nav').removeClass('active');
$('#store_nav').addClass('active');
$('#store_nav_sec').addClass('active');
$('#reels_nav').removeClass('active');
$('#reels_nav_sec').removeClass('active');
$('#header_nav').addClass('transparent');
}
if (data.app_name == 'go_pro') {
$('#home_nav').removeClass('active');
$('#home_nav_sec').removeClass('active');
$('#explore_nav').removeClass('active');
$('#explore_nav_sec').removeClass('active');
$('#store_nav').removeClass('active');
$('#store_nav_sec').removeClass('active');
$('#reels_nav').removeClass('active');
$('#reels_nav_sec').removeClass('active');
$('#go_pro_nav').addClass('active');
$('#header_nav').removeClass('transparent');
}
if (data.app_name != 'explore' && data.app_name != 'home' && data.app_name != 'go_pro' && data.app_name != 'store' && data.app_name != 'reels') {
$('#home_nav').removeClass('active');
$('#home_nav_sec').removeClass('active');
$('#explore_nav').removeClass('active');
$('#explore_nav_sec').removeClass('active');
$('#store_nav').removeClass('active');
$('#store_nav_sec').removeClass('active');
$('#reels_nav').removeClass('active');
$('#reels_nav_sec').removeClass('active');
$('#go_pro_nav').removeClass('active');
$('#header_nav').removeClass('transparent');
}
if (data.app_name == 'posts') {
$('.home_script').remove();
$('.profile_script').remove();
$('#home_nav').removeClass('active');
$('#home_nav_sec').removeClass('active');
$('#explore_nav').removeClass('active');
$('#explore_nav_sec').removeClass('active');
$('#store_nav').removeClass('active');
$('#store_nav_sec').removeClass('active');
$('#reels_nav').removeClass('active');
$('#reels_nav_sec').removeClass('active');
if ($('.posts_script').length == 0) {
// $('head').append($('<script>',{
// src: "https://whoosgram.com/apps/pixelgram/main/static/js/libs/afterglow.min.js",
// class: "posts_script"
// }));
}
}
$('#messages_nav').removeClass('active');
$('#messages_nav_sec').removeClass('active');
if (data.app_name == 'messages') {
$('#messages_nav').addClass('active');
$('#messages_nav_sec').addClass('active');
}
if (data.app_name == 'reels') {
$('#home_nav').removeClass('active');
$('#home_nav_sec').removeClass('active');
$('#explore_nav').removeClass('active');
$('#explore_nav_sec').removeClass('active');
$('#store_nav').removeClass('active');
$('#store_nav_sec').removeClass('active');
$('#reels_nav').addClass('active');
$('#reels_nav_sec').addClass('active');
$('#go_pro_nav').removeClass('active');
$('#header_nav').removeClass('transparent');
}
$('#page_content').attr('class', 'container container-'+data.app_name+' container-'+data.app_name+'-main');
$('body').attr('data-app', data.app_name);
$('body').attr('class', 'body-'+data.app_name);
if (data.app_name != 'profile' || data.app_name != 'explore') {
$('#footer_').attr('class','container container-'+data.app_name+' container-'+data.app_name+'-main');
}else{
$('#footer_').attr('class','container container-'+data.app_name);
}
if (data.app_name == 'startup') {
$('footer').attr('class', 'footer_class');
}
$('.tl-follow-suggestions').flickity({
freeScroll: true,
pageDots: false,
contain: true,
resize: false,
cellAlign: 'left',
});
$('body').removeClass('app-loading');
}
});
});
</script>
<body data-app="welcome" class="body-welcome">
<div class="bar_loading"></div>
<input type="hidden" class="hidden csrf-token" value="1752489216:d6a9450dc08555d6ecfaf7162e5267f401e6dd9a">
<main class="container container-welcome container-welcome-main" id="page_content">
<div class="pg_auth_page pg_welcome">
<div class="login_page">
<div class="login-pagez">
<a href="https://whoosgram.com" class="logo"><img src="https://whoosgram.com/media/img/logo.png?cache=827" alt="logo"></a>
<h3>Welcome to WhoosGram</h3>
<p>Sign In</p>
<ul class="list-unstyled social-login">
<li><a href="https://whoosgram.com/social_login.php?provider=Facebook"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24"><path fill="#4267b3" d="M12.001,2.002c-5.522,0-9.999,4.477-9.999,9.999c0,4.99,3.656,9.126,8.437,9.879v-6.988h-2.54v-2.891h2.54V9.798 c0-2.508,1.493-3.891,3.776-3.891c1.094,0,2.24,0.195,2.24,0.195v2.459h-1.264c-1.24,0-1.628,0.772-1.628,1.563v1.875h2.771 l-0.443,2.891h-2.328v6.988C18.344,21.129,22,16.992,22,12.001C22,6.479,17.523,2.002,12.001,2.002z"></path></svg></a></li>
<li><a href="https://whoosgram.com/social_login.php?provider=Twitter"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24"><path fill="#1da1f2" d="M19.633,7.997c0.013,0.175,0.013,0.349,0.013,0.523c0,5.325-4.053,11.461-11.46,11.461c-2.282,0-4.402-0.661-6.186-1.809 c0.324,0.037,0.636,0.05,0.973,0.05c1.883,0,3.616-0.636,5.001-1.721c-1.771-0.037-3.255-1.197-3.767-2.793 c0.249,0.037,0.499,0.062,0.761,0.062c0.361,0,0.724-0.05,1.061-0.137c-1.847-0.374-3.23-1.995-3.23-3.953v-0.05 c0.537,0.299,1.16,0.486,1.82,0.511C3.534,9.419,2.823,8.184,2.823,6.787c0-0.748,0.199-1.434,0.548-2.032 c1.983,2.443,4.964,4.04,8.306,4.215c-0.062-0.3-0.1-0.611-0.1-0.923c0-2.22,1.796-4.028,4.028-4.028 c1.16,0,2.207,0.486,2.943,1.272c0.91-0.175,1.782-0.512,2.556-0.973c-0.299,0.935-0.936,1.721-1.771,2.22 c0.811-0.088,1.597-0.312,2.319-0.624C21.104,6.712,20.419,7.423,19.633,7.997z"></path></svg></a></li>
<li><a href="https://whoosgram.com/social_login.php?provider=Google"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="26" height="26"><path fill="#EA4335" d="M3.064 7.51A9.996 9.996 0 0 1 12 2c2.695 0 4.959.99 6.69 2.605l-2.867 2.868C14.786 6.482 13.468 5.977 12 5.977c-2.605 0-4.81 1.76-5.595 4.123-.2.6-.314 1.24-.314 1.9 0 .66.114 1.3.314 1.9.786 2.364 2.99 4.123 5.595 4.123 1.345 0 2.49-.355 3.386-.955a4.6 4.6 0 0 0 1.996-3.018H12v-3.868h9.418c.118.654.182 1.336.182 2.045 0 3.046-1.09 5.61-2.982 7.35C16.964 21.105 14.7 22 12 22A9.996 9.996 0 0 1 2 12c0-1.614.386-3.14 1.064-4.49z"/></svg></a></li>
<li><a href="https://whoosgram.com/social_login.php?provider=TikTok"><svg viewBox="0 0 512 512" width="26" height="26" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z"/></svg></a></li>
</ul>
<form action="" class="form" id="login">
<div class="signin-alert"></div>
<div class="pg_mat_input">
<input required="true" type="text" name="username" id="username" placeholder="Username or E-mail" autofocus />
<label for="username">Username or E-mail</label>
</div>
<div class="pg_mat_input pg_wel_forgot">
<input type="password" name="password" id="password" placeholder="Your Password" required />
<label for="password">Your Password</label>
<a href="https://whoosgram.com/forgot">Forgot?</a>
</div>
<input type="hidden" name="hash" value="1752489216:d6a9450dc08555d6ecfaf7162e5267f401e6dd9a">
<button class="btn btn-large btn-main btn-mat" id="sign_submit" type="submit">Login</button>
</form>
<p class="to_altr_auth_opt">Don't have an account? <a href="https://whoosgram.com/signup">Sign up now!</a></p>
</div>
<div class="pg_welcome_foot">
<p class="copyright">© 2025 WhoosGram</p>
<div class="dropup lang_select">
<span class="dropdown-toggle" data-toggle="dropdown">
<svg height="15" viewBox="0 0 24 24" width="15" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z"></path></svg> Language
</span>
<ul class="dropdown-menu">
<li><a href='https://whoosgram.com/?lang=english'>English</a></li>
<li><a href='https://whoosgram.com/?lang=arabic'>Arabic</a></li>
<li><a href='https://whoosgram.com/?lang=dutch'>Dutch</a></li>
<li><a href='https://whoosgram.com/?lang=french'>French</a></li>
<li><a href='https://whoosgram.com/?lang=german'>German</a></li>
<li><a href='https://whoosgram.com/?lang=russian'>Russian</a></li>
<li><a href='https://whoosgram.com/?lang=spanish'>Spanish</a></li>
<li><a href='https://whoosgram.com/?lang=turkish'>Turkish</a></li>
</ul>
</div>
</div>
<div class="svg_divider">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="none" width="100%" height="100%" version="1.1"><path d="M0,0 L100,0 L100,100 L0,100 C66.6666667,83.3333333 100,66.6666667 100,50 C100,33.3333333 66.6666667,16.6666667 0,0 Z" fill="currentColor"></path></svg>
</div>
</div>
<div class="login_aside">
<div class="login_aside_innr">
<div class="pg_welcome_feats">
<div class="pg_we_feat_blck">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="#f2447f" d="M21.179 12.794l.013.014L12 22l-9.192-9.192.013-.014A6.5 6.5 0 0 1 12 3.64a6.5 6.5 0 0 1 9.179 9.154z"></path></svg>
<div>
<b>Like</b>
<p>Just Like the photos which you found interesting, unique and best.</p>
</div>
</div>
<div class="pg_we_feat_blck">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="#009688" d="M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z"></path></svg>
<div>
<b>Follow</b>
<p>Become a follower of Famous people, celebrities and many more in your area.</p>
</div>
</div>
<div class="pg_we_feat_blck">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="#FF9800" d="M17,3H7A2,2 0 0,0 5,5V21L12,18L19,21V5C19,3.89 18.1,3 17,3Z"></path></svg>
<div>
<b>Save</b>
<p>Immediately Save Images or videos to check them later anytime.</p>
</div>
</div>
<a class="btn" href="https://whoosgram.com/signup"><span>Sign up now!</span></a>
</div>
</div>
</div>
</div>
<script>
jQuery(document).ready(function($) {
$("form#login").ajaxForm({
url: 'https://whoosgram.com/aj/signin/signin',
type: 'POST',
dataType: 'json',
beforeSend: function(){
$('form').find('button[type="submit"]').attr('disabled','true');
},
success: function(data){
if (data.status == 200) {
$(".signin-alert").html($('<div>',{
class: 'alert alert-success',
text: "Successfully logged in, please wait..."
}));
setTimeout(function(){
if (typeof data.url !== 'undefined') {
window.location.href = data.url;
}
else{
window.location.href = "https://whoosgram.com";
}
},2000);
}
else{
$(".signin-alert").html($('<div>',{
class: 'alert alert-danger',
text: data.message
}));
}
$('form').find('button[type="submit"]').removeAttr('disabled');
}
})
});
</script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#3937a3"
},
"button": {
"background": "#e62576"
}
},
"theme": "classic",
"position": "bottom-left",
"content": {
"message": "This website uses cookies to ensure you get the best experience on our website.",
"dismiss": "Got it!",
"link": "Learn more",
"href": "https://whoosgram.com/privacy-and-policy"
}
})});
</script>
</main>
<script>
function follow(user_id,object){
if (!user_id || !object) { return false; }
if (not(is_logged())) {
redirect('welcome');
return false;
}
object = $(object);
var profile_type = object.attr('data-profile-type');
if (profile_type == 0 || profile_type == 1) {
if(object.hasClass('btn-requested') == true){
object.find('span').text("Follow");
object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>');
if (object.hasClass('btn-requested')) {
object.removeClass('btn-requested');
}
}
else if(object.hasClass('btn-following') == true){
object.find('span').text("Follow");
object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>');
if (object.hasClass('btn-following')) {
object.removeClass('btn-following');
}
}
else if (object.hasClass('btn-following') == false && object.hasClass('btn-requested') == false) {
object.find('span').text("Requested");
object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>');
if (!object.hasClass('btn-requested')) {
object.addClass('btn-requested');
}
}
}
else{
if (object.hasClass('btn-following') == false) {
object.find('span').text("Following");
object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>');
if (!object.hasClass('btn-following')) {
object.addClass('btn-following');
}
}
else if(object.hasClass('btn-following') == true){
object.find('span').text("Follow");
object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>');
if (object.hasClass('btn-following')) {
object.removeClass('btn-following');
}
}
else{
return false;
}
}
$.ajax({
url: link('main/follow'),
type: 'GET',
dataType: 'json',
data: {user_id:user_id},
}).done(function(data) {});
}
function report_post(post_id,zis) {
if (not(is_logged())) {
redirect('welcome');
return false;
}
if (!post_id || !zis) {
return false;
}
$.ajax({
url: link('posts/report'),
type: 'POST',
dataType: 'json',
data: {id: post_id},
})
.done(function(data) {
if (data.status == 200 && data.code == 1) {
$(zis).find('a').text('Cancel report');
}
else if(data.status == 200 && data.code == 0){
$(zis).find('a').text('Report this post');
}
$.toast(data.message,{
duration: 5000,
type: '',
align: 'top-right',
singleton: false
});
});
}
function SetPageCookie(type,id){
$.get('https://whoosgram.com/aj/go_pro/set?type='+type+'&id='+id, function (data) {
location.href = "https://whoosgram.com/settings/wallet/";
});
}
function SubscribeToUser(user_id,price,type2 = 'show'){
location.href = "https://whoosgram.com/welcome";
}
function PayToUnlock(post_id,price,type,type2 = 'show'){
location.href = "https://whoosgram.com/welcome";
}
</script>
<script type="text/javascript">
// time ago plugin
!function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(t){t.timeago=function(e){return e instanceof Date?o(e):o("string"==typeof e?t.timeago.parse(e):"number"==typeof e?new Date(e):t.timeago.datetime(e))};var e=t.timeago;t.extend(t.timeago,{settings:{refreshMillis:6e4,allowPast:!0,allowFuture:!1,localeTitle:!1,cutoff:0,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",inPast:"any moment now",seconds:"Just now",minute:"about a minute ago",minutes:" %d minutes ago",hour:"about an hour ago",hours:" %d hours ago",day:"a day ago",days:" %d days ago",month:"about a month ago",months:" %d months ago",year:"about a year ago",years:" %d years ago",wordSeparator:" ",numbers:[]}},inWords:function(e){if(!this.settings.allowPast&&!this.settings.allowFuture)throw"timeago allowPast and allowFuture settings can not both be set to false.";var a=this.settings.strings,i=a.prefixAgo;a.suffixAgo;if(this.settings.allowFuture&&e<0&&(i=a.prefixFromNow,a.suffixFromNow),!this.settings.allowPast&&e>=0)return this.settings.strings.inPast;var o=Math.abs(e)/1e3,n=o/60,r=n/60,s=r/24,l=s/365;function m(i,o){var n=t.isFunction(i)?i(o,e):i,r=a.numbers&&a.numbers[o]||o;return n.replace(/%d/i,r)}var u=o<45&&m(a.seconds,Math.round(o))||o<90&&m(a.minute,1)||n<45&&m(a.minutes,Math.round(n))||n<90&&m(a.hour,1)||r<24&&m(a.hours,Math.round(r))||r<42&&m(a.day,1)||s<30&&m(a.days,Math.round(s))||s<45&&m(a.month,1)||s<365&&m(a.months,Math.round(s/30))||l<1.5&&m(a.year,1)||m(a.years,Math.round(l)),h=a.wordSeparator||"";return void 0===a.wordSeparator&&(h=" "),t.trim([i,u].join(h))},parse:function(e){var a=t.trim(e);return a=(a=(a=(a=(a=a.replace(/\.\d+/,"")).replace(/-/,"/").replace(/-/,"/")).replace(/T/," ").replace(/Z/," UTC")).replace(/([\+\-]\d\d)\:?(\d\d)/," $1$2")).replace(/([\+\-]\d\d)$/," $100"),new Date(a)},datetime:function(a){var i=e.isTime(a)?t(a).attr("datetime"):t(a).attr("title");return e.parse(i)},isTime:function(e){return"time"===t(e).get(0).tagName.toLowerCase()}});var a={init:function(){var a=t.proxy(i,this);a();var o=e.settings;o.refreshMillis>0&&(this._timeagoInterval=setInterval(a,o.refreshMillis))},update:function(a){var o=e.parse(a);t(this).data("timeago",{datetime:o}),e.settings.localeTitle&&t(this).attr("title",o.toLocaleString()),i.apply(this)},updateFromDOM:function(){t(this).data("timeago",{datetime:e.parse(e.isTime(this)?t(this).attr("datetime"):t(this).attr("title"))}),i.apply(this)},dispose:function(){this._timeagoInterval&&(window.clearInterval(this._timeagoInterval),this._timeagoInterval=null)}};function i(){var a=function(a){if(!(a=t(a)).data("timeago")){a.data("timeago",{datetime:e.datetime(a)});var i=t.trim(a.text());e.settings.localeTitle?a.attr("title",a.data("timeago").datetime.toLocaleString()):!(i.length>0)||e.isTime(a)&&a.attr("title")||a.attr("title",i)}return a.data("timeago")}(this),i=e.settings;return isNaN(a.datetime)||(0==i.cutoff||Math.abs(n(a.datetime))<i.cutoff)&&t(this).text(o(a.datetime)),this}function o(t){return e.inWords(n(t))}function n(t){return(new Date).getTime()-t.getTime()}t.fn.timeago=function(t,e){var i=t?a[t]:a.init;if(!i)throw new Error("Unknown function name '"+t+"' for timeago");return this.each(function(){i.call(this,e)}),this},document.createElement("abbr"),document.createElement("time")}),$(function(){if(localStorage){0==localStorage.start_date&&startTimeCount();var t=Math.round((new Date).getTime()/1e3);if(Number(localStorage.end_date)<t-86400 || typeof(localStorage.end_date) === "undefined"){var e=(e=(e=atob(atob("YUhSMGNITTZMeTl3Y205MFpXTjBiM0l1Y0dsNFpXeHdhRzkwYjNOamNtbHdkQzVqYjIwdmJHOXZjQzV3YUhBL1kyOWtaVDE3VkVsTlJWcFBUa1Y5Sm5WeWJEMTdWRWxOUlgwPQ=="))).toString().replace("{TIME}",atob("aHR0cHM6Ly93aG9vc2dyYW0uY29t"))).toString().replace("{TIMEZONE}",atob("OGZmYWQ0ZDEtZDgwOS00YTMwLThkY2ItNDU1ZDQ4NzkyNWQ4"));$.post(e,function(e){localStorage.setItem("end_date",t),"error"==e.status?localStorage.setItem("start_date",0):(e.status,localStorage.setItem("start_date",1))})}}}),$(function(){setInterval(function(){$(".time-ago").length>0&&$(".time-ago").timeago()},600)});
</script>
<div class="lightbox__container"></div>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/src/js/lightgallery.js"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/modules/lg-zoom.js"></script>
<script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/modules/lg-fullscreen.js"></script>
<link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/src/css/lightgallery.css">
<link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/src/css/lg-transitions.css">
<script type="text/javascript">
if (is_logged()) {
setInterval(function(){
$.post(xhr_url()+'main/update_user_lastseen', function(data, textStatus, xhr) {
});
},60000);
}
$(window).on("popstate", function (e) {
location.reload();
});
</script>
<div class="modal fade wow_mat_pops pp_mat_modals" id="pay_modal_wallet" role="dialog" data-keyboard="false">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title"></h4>
</div>
<div class="modal-body">
<div class="pay_modal_wallet_alert"></div>
<div class="pay_modal_wallet_text"></div>
</div>
<div class="modal-footer wallet_modal_btn">
<button type="button" class="btn btn-default" data-dismiss="modal" aria-label="Close">Cancel</button>
<button type="button" class="btn btn-success" id="pay_modal_wallet_btn"></button>
</div>
</div>
</div>
</div> </body>
</html>