Historia Bloqueada

Zenvio

Forgot your password?

BeaBoo

Tu historia

New Releases

Top 10

Featured Horror Stories

Recommended for You

Enviar Regalo

function loadPhotos() { const photosFeed = document.getElementById('photos-feed'); const photosContainer = photosFeed.querySelector('.grid'); photosContainer.innerHTML = ''; firebase.database().ref('communityNotes').orderByChild('timestamp').once('value').then(snapshot => { const photos = []; snapshot.forEach(child => { const note = child.val(); if (note.imageUrl) { photos.push(note); } }); photos.reverse().forEach(photo => { const photoCard = document.createElement('div'); photoCard.className = 'relative aspect-square cursor-pointer'; photoCard.innerHTML = `
${photo.authorName} ${photo.authorName}
`; photoCard.onclick = () => { openPhotoDetail(photo); }; photosContainer.appendChild(photoCard); }); }); } function openPhotoDetail(photo) { const modal = document.createElement('div'); modal.className = 'fixed inset-0 bg-black/90 z-50 flex items-center justify-center p-4'; modal.innerHTML = `
${photo.authorName} ${photo.authorName}
${photo.content ? `

${photo.content}

` : ''}
${new Date(photo.timestamp).toLocaleDateString()}
`; document.body.appendChild(modal); }
Cupido Cupido
Diamante Diamante
oso Beaboo oso Beaboo
oso saltarín oso saltarín
Besboos cariñosos Besboos cariñosos
besboos leyendo besboos leyendo
Selecciona a Harry Selecciona a Harry
Galaxia Blanca Galaxia Blanca
baile baile
Arcoiris Arcoiris
Love Max Love Max
Pastel Pastel
Música Música
Sol Sol
Nube Nube
Globo Globo
Caramelo Caramelo
fuego fuego

Subir Historia

Preview
Subiendo...