Setting up social login in Sociable
Sociable has built-in support for authenticating and login users via social platforms such as Facebook, Google, LinkedIn and Twitter. This guide explains how to setup the services.
Sociable Documentation
Sociable has built-in support for authenticating and login users via social platforms such as Facebook, Google, LinkedIn and Twitter. This guide explains how to setup the services.
Prerequisites: Add the required Sociable API library: require_once JPATH_ROOT.'/components/com_sociable/lib/api.php'; Now get the profile API: $profileApi = SociableApi::getProfileApi(); Syntax: getUserProfile Syntax of the getUserProfile API call to get full details of…
Prerequisites: Add the required Sociable API library: require_once JPATH_ROOT.'/components/com_sociable/lib/api.php'; Now get the Points API: $pointsApi = SociableApi::getPointsApi(); Creating rules XML file A rules xml file needs to be created with…
Sociable ships with several modules and plugins, the following is an explanation about them. System Plugin Sociable System plugin is used to redirect the users to Sociable login and registration…
2.0.0 – 24/Sep/2023 + Breaking Change: Added support for Joomla 5 ^ Breaking Change: Removed legacy layer for Joomla 3 1.4.3 – 18/Apr/2023 ^ Replacing legacy API references ^ Replaced…
Prerequisites: Add the required Sociable API library: require_once JPATH_ROOT.'/components/com_sociable/lib/api.php'; Now get the profile API: $badgeApi = SociableApi::getBadgesApi(); Rules XML File Create sociable_rules.xml either in your component administrator folder or site…
Prerequisites: Add the required Sociable API library: require_once JPATH_ROOT.'/components/com_sociable/lib/api.php'; Now get the profile API: $profileApi = SociableApi::getProfileApi(); Syntax: getUserAvatar Syntax of the getUserAvatar API call to get full HTML image…
Prerequisites: Add the required Sociable API library: require_once JPATH_ROOT.'/components/com_sociable/lib/api.php'; Now get the Stream API: $streamApi = SociableApi::getStreamApi(); Creating rules XML file A rules xml file needs to be created with…
Introduction Sociable has a built-in points system that allows your users to get rewarded for various activities on your site. You can configure the points for each activity available. The…
Introduction <<Page under construction>>
Introduction Badges are one of the effective ways of user retention and growing your site with more user activity. It encourages your users to participate in all activities and reward…
Introduction Sociable comes with a powerful activity streaming platform that allows you to configure all activities posted on the wall. It can be easily integrated with third-party extensions using the…
Sociable comes by default with themes for bootstrap2, bootstrap3 and bootstrap4. You can override any of these themes to create your own theme. How to override a theme To override…
Introduction and setup This guide allows you to set up a Sociable extension on your website. Before starting, make sure you have the necessary packages, such as the Sociable package…
Introduction <<Page under construction>>
Introduction The following documentation guides you through the development of a Sociable plugin to display your extension content inside the Sociable profiles. Plugin Contract A Sociable profile plugin is a…
Sociable allows you to set up different profiles for a different set of users. For example, if you have Teachers in one group and Students in another. Then you would…