watermark logo

GET YOUR GRUB ON EP.6: Beyu Caffe The Ambiance

4 Views
Victor Soders
Victor Soders
26 Apr 2021

#beyucaffe #coffee #raleighnc
Website: https://beyucaffe.com/
Facebook: https://www.facebook.com/BeyuCaffe/
IG: https://www.instagram.com/beyucaffe/?hl=en

Channel Sponsor: urbanurbane.com
Discount Code: BLKUNI20 for 20% OFF
Instagram: @myblackuniv3rs3
Twitter: @JrSoders
Facebook: MyBlackUniv3rs3
TikTok: @myblackuniv3rs3

#MyBlackUniv3rs3
#allnatural
#natural
#organic
#webuyblack
#blackoperated
#buyblack
#bankblack
#coraloral
#buytheblock
#hoodestates
#blackenterprise
#FIGGERSF1
#FIGGERSCommunications
#Negash83
#ChampBoxers
#herbaceutikals
#touchbodyworks
#champboxers
#champ
#unboxing
#boxers
#underwear
#mensunderwear
#mensboxers
#poloboxers
#calvinkleinboxers
#bevel
#bevelblade
#beveltrimmer
#beveltrimmers
#signaturefadewiththebevelblade
#signaturefadenas
#blackowned
#blackoperated
#webuyblack
#buyblack
#bankblack
#negash83
#champsboxer
#bevelblade
#tristanwalker
#herbaceutikals
#touchbodyworks
#buytheblock
#hoodestates
#terrilliclothingco
#projectnaptural
#thechampboxers
#6carbonar
#natureboyig
#kwelitv
#thecutbuddy
#blackwallstreet
#kelsbarbershop
#thetrueproducts
#jetblackfly
#bllaklabel
#gformen
#gryt
#coraloral
#figgerscommunication
#figgersf1
#blackberryvine
#allblackeverything
#blackexcellence

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); } }); }