EESocial

Download

You can download Eesocial from Github

Eesocial is actually in an earlier stage of development. Don't try it on production sites.

Notes

I've just implemented wall messages and status, i'll write documentation about them as soon as possible

Friends

{exp:eesocial:add_friend_form member_id_1="1" member_id_2="2"}

print an add to friend button. if no parameter, it take loggedin user id as member_id_1 and member segment in the profile page for member_id_2

{exp:eesocial:friends member_id="1"}

Return a list of friends, if no parameter it take segment(2) as member_id

{exp:eesocial:pending_requests member_id="1"}

Return a list of pending requests, if no parameter it take logged in user id as member_id

Chat

Example of usage

Detailed documentation will come soon

 

Top of Page