imrehg / minibook

A Facebook status updater and lister in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show "Commenters" and "Likers"

imrehg opened this issue · comments

Currently I have two ideas how to show commenters and likers of status update:

  • Tooltip of comments and likes icon
  • Submenu in popup menu.

The first one I'm not sure about, have to read up on it, whether it is even possible.
The second one feels more straightforward, and have more possibilities: e.g. open user's profile by clicking on their name (comments returns uid, likes returns uid for friends that like the post)