' + formatFbDate(post.created_time);
if (post.status_type) html += ' · ' + post.status_type;
html += '
';
if (post.message) {
html += '' + post.message.replace(//g, '>') + '
';
} else {
html += '(post bez tekstu)
';
}
var engScore = (post.reactions_total || 0) + (post.comments || 0) * 2 + (post.shares || 0) * 3;
html += '';
html += '❤️ ' + (post.reactions_total || 0) + '';
html += '💬 ' + (post.comments || 0) + '';
html += '🔁 ' + (post.shares || 0) + '';
html += '⚡ ' + engScore + '';
html += '
';
html += '';
if (post.permalink_url) {
html += 'Zobacz na FB';
}
html += '';
html += '
';
html += '';
html += '