I've created a Content Search Web Part to display the latest blog posts from all users. It displays the title of the post and the users (author) name.
I also want to display the number of likes and number of comments. I managed to get the number of likes (called 'LikesCount'), but just the number. I would like to display the smiley (together with the names of the users who have liked the post as mouseover) in the same way as inside the blog post. I couldn't find out how to display the number of comments.
In addition, I'd like to display the authors profile image together with the name.
So, can anyone tell me if this is possible and how I do it?