',
'',
'',
'
',
'
',
'',
'',
'',
' | ',
'',
'',
' | ',
'',
'',
' | ',
'
',
'
',
'
',
'
',
'',
];
}
$("body").append(html.join(""));
this.settings.afterInitDOM();
},
show: function(image) {
if (image.attr("fbphotobox-src")) this.tempImage.src = image.attr("fbphotobox-src");
else this.tempImage.src = image.attr("src");
//CLEAR DATA
$(".user-details p").html('');
$(".comments ul").html('');
$(".user-details .likes").hide();
$(".user-details a").hide();
//DATA
var photoid= image.attr("data-id");
this.tempImage.dataid = image.attr("data-id");
this.tempImage.datadesc = image.attr("data-desc");
this.tempImage.datacomments = image.attr("data-comments");
this.tempImage.datauser = image.attr("data-user");
this.tempImage.datadate = image.attr("data-date");
this.tempImage.dataphoto = image.attr("data-photo");
this.tempImage.datalikes = image.attr("data-likes");
this.tempImage.datalike = image.attr("data-like");
$(".fbphotobox-tag").remove();
var index = this.targetObj.index(image);
//DATA
$(".user-details p").html(this.tempImage.datadesc);
$('#new-comment-form').html('