Introduction
Frappe Social is an app built on top of Frappe to work with version-13. It holds the “Social Wall” page which used to be in version-12 but later got removed from version-13.
To view the social wall, visit /app/social/home
. To get the chat feature working, install Frappe’s chat app using:
$ bench get-app chat
Screenshots
Installation
Once you have a basic site created with the app Frappe, just install Frappe Social on top of it using the below command:
$ bench get-app https://github.com/ParsimonyGit/frappe_social.git
Authors
- Initial compatibility work started by DeeMysterio.
License
GNU GPL V3. See license.txt for more information.