Forums

Join
bbPress Support ForumsRequests and FeedbackComment on a post ala Facebook style

Info

Tags

Comment on a post ala Facebook style

  1. I want a plugin that will allow comments to be made on a post, like Facebook.

    Even better would be to have some sort of image resizer place a resized version of the commenter's avatar next to it.

    Is this possible?

  2. Technically, this would be threaded posts, and yes, avatars are resizable with basic code.

    post_author_avatar( 48 ); makes 48x48 pixel avatars, post_author_avatar( 80 ); makes 80x80 pixel avatars, etc.

  3. You must log in to post.