Only registered users can see user stories.
(function() {
function initLoginForm( $ ) {
peepso.login.initForm( $('.ps-js-form-login') );
$(function() {
var $nav = $('.wp-social-login-widget');
var $wrap = $('.ps-js--wsl');
var $btn = $('.ps-js--wsl .ps-btn');
var $vlinks = $('.ps-js--wsl .wp-social-login-provider-list');
var $hlinks = $('.ps-js--wsl .hidden-links');
var $hdrop = $('.ps-js--wsl .ps-widget--wsl-dropdown');
var numOfItems = 0;
var totalSpace = 0;
var breakWidths = [];
// Get initial state
$vlinks.children().outerWidth(function(i, w) {
totalSpace += w;
numOfItems += 1;
breakWidths.push(totalSpace);
});
var availableSpace, numOfVisibleItems, requiredSpace;
function check() {
// Get instant state
availableSpace = $vlinks.width() - 40;
numOfVisibleItems = $vlinks.children().length;
requiredSpace = breakWidths[numOfVisibleItems - 1];
// There is not enought space
if (requiredSpace > availableSpace) {
$vlinks.children().last().prependTo($hlinks);
numOfVisibleItems -= 1;
check();
// There is more than enough space
} else if (availableSpace > breakWidths[numOfVisibleItems]) {
$hlinks.children().first().appendTo($vlinks);
numOfVisibleItems += 1;
}
// Update the button accordingly
$btn.attr("count", numOfItems - numOfVisibleItems);
if (numOfVisibleItems === numOfItems) {
$btn.addClass('hidden');
$wrap.removeClass('has-more');
} else $btn.removeClass('hidden'), $wrap.addClass('has-more');
}
// Window listeners
$(window).resize(function() {
check();
});
$btn.on('click', function() {
$hlinks.toggleClass('hidden');
$hdrop.toggleClass('hidden');
});
check();
});
}
// naively check if jQuery exist to prevent error
var timer = setInterval(function() {
if ( window.jQuery && window.peepso ) {
clearInterval( timer );
initLoginForm( window.jQuery );
}
}, 1000 );
})();
ERROR: Please select Reason for Report.
ERROR: Please fill Reason for Report.
Get Connected!
Come and join our community. Expand your network and get to know new people!
No posts found.
No posts found.
Nothing more to show.
Please Note: this website requires the use of Javascript
for proper operation. Please enable Javascript in order to experience the full capabilities
of the application.
Thank you!
Report
Reason for Report:
– select reason –
SpammingAdvertisementProfanityInappropriate Content/AbusiveOther
Are you sure?
Are you sure you want to delete this?
Confirm
{content}
Are you sure?
Are you sure you want to delete your Profile?
This will remove all of your posts, saved information and delete your account.
This cannot be undone.
No results found.