<%=this.from.name%> <%=this.created_time%> <%=this.story%>
<%=this.message%>
<% //if the story has a name split the attachment if(this.name){ %> <%}else{ //else just show the image var picture = false; %> <% //try and get the default story image if(this.object_id){ var picture = 'https://graph.facebook.com/'+this.object_id+'/picture/'; } //get the normal size picture, by replaceing the s.extension at the end of the url because facebook doesnt return a source field for feeds currently else if(this.full_picture){ picture = this.full_picture.replace('s.jpg','n.jpg') picture = picture.replace('s.png','n.png'); //hack to get big pics from facebook. picture = picture.replace('130x130','600x600'); } if(picture){ %> <% } }//end else %>
<%=localize('You and')%> <% if(this.likes){ %><%=this.likes.summary.total_count%><% } %> <%=localize('like this')%>.
<% //comments get inserted here %>