Get the user’s number of following and followers to display from the query

Hello! I love the foo-followers extension! However, I have spent a mind boggling amount of time trying to get the user’s number of following and followers to display from the query. Does anyone have any advice on how to do this?? My website is servicestays.com

image

Right now I just have a random number set.

I’m sorry for the delay. It’s possible, but requires custom development. Followers are implemented as a custom hidden comment type in WordPress, you can try using our query API (from the developer docs) or the core WordPress get_comments function, and cache the number to prevent running queries on every page refresh. We also plan to release this extension (currently it’s just a sample for the developer docs) and develop it, adding new features.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.