watermark logo

Ameera explains how SHE'S SUCCESSFULLY MARRIED despite ONLY DATING FOR 5 WEEKS | Lapeef "L

4 Views
Lelzz
Lelzz
13 Sep 2021

The Lapeef "Let's Talk" Show
https://lapeef.com

Support the channel here:
*CashApp: https://cash.app/$LapeefLetsTalk
*PayPal: https://paypal.me/Lapeef?locale.x=en_US
___________________________________________________
Follow us on social media:
Lapeef IG: https://www.instagram.com/lapeefletstalk/
Lapeef FB group: https://bit.ly/3a1bux3
Lapeef Twitter: https://twitter.com/lapeefletstalk?s=21

Lapeef JR's IG: https://www.instagram.com/lapeef_jr/
Lapeef JR's Twitter: https://twitter.com/lapeef_jr?s=21

Anton on After Hours: https://www.youtube.com/afterhourswantondaniels
Anton's YouTube Channel: https://www.youtube.com/antondaniels
Anton's IG: https://www.instagram.com/1antondaniels/

Courtney's IG: https://www.instagram.com/iam.courtneymichelle/

Chicagorilla's IG: https://www.instagram.com/thechicagorilla/

Kay's IG: https://instagram.com/thekayay....eshow?utm_medium=cop

Business Inquiries: [email protected]

Mail:
Lapeef Let's Talk
P.O. Box 1935
Matteson, IL 60443

#Marriage #Culture #Love

Show more


0 Comments Sort By

No comments found

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }