Thank you for purchasing, you are awesome!!

WooSocial Plugin

Installation

- How to install WordPress

WordPress is well-known for its ease of installation. Under most circumstances, installing WordPress is a very simple process and takes less than five minutes to complete. Many web hosts now offer tools (e.g. Fantastico) to automatically install WordPress for you.

https://codex.wordpress.org/Installing_WordPress

- How to install WooCommerce

If you have an existing site and want to install WooCommerce, using the WordPress Admin is the most straightforward option as it handles everything for you.

https://docs.woocommerce.com/document/installing-uninstalling-woocommerce

- How to install WooSocial

Manual WordPress Plugin installation is commonly done in two ways. Either by uploading by FTP or uploading directly to WordPress by Zip archive. See our guides for each below.

Manual Plugin Installation by FTP

There are a few cases when manually installing a WordPress Plugin is appropriate.

If you wish to control the placement and the process of installing a WordPress Plugin.
If your server does not permit automatic installation of a WordPress Plugin.
The WordPress Plugin is not in the WordPress Plugins Directory.

Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source.

Backup your site completely before proceeding.

To install a WordPress Plugin manually:

  • Download your WordPress Plugin to your desktop.
  • If downloaded as a zip archive, extract the Plugin folder to your desktop.
  • Read through the "readme" file thoroughly to ensure you follow the installation instructions.
  • With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
  • Go to Plugins screen and find the newly uploaded Plugin in the list.
  • Click Activate to activate it.

Check the Details readme file for customization and further instructions.
Manual Plugin Installation by Uploading a Zip Archive

In cases for custom, premium, or when you have a local copy of a WordPress Plugin as a Zip Archive, those Plugins can be uploaded to WordPress directly.

Your WordPress Plugin must be in the Zip Archive Format.
Your server must support automatic installation.
This method is not supported for Must-use WordPress Plugins.
The WordPress Plugin is not in the WordPress Plugins Directory.

Backup your site completely before proceeding.

To install a WordPress Plugin manually by zip archive upload:

  • Go to Plugins > Add New.
  • Click Upload Plugin to display the WordPress Plugin upload field.
  • Click Choose File to navigate your local file directory.
  • Select the WordPress Plugin zip archive you wish to upload and install.
  • Click Install Now to install the WordPress Plugin.
  • The resulting installation screen will list the installation as successful or note any problems during the install.
  • If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.

https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation_by_Uploading_a_Zip_Archive

How to configure WooSocial

To configure WooSocial, navigate to WooCommerce => Settings => WooSocial Tab

General Settings

Enable WooSocial checkbox determines whether to enable social login.

Enable Email Notifications checkbox determines whether to send welcome mail with credentials after registration.

Social API Settings

This tab shows all the supported social logins that WooSocial supports.

To enable a social media simply click on the social media button, check the enable checkbox and enter APP ID and APP Secret.

The check icon on the social media button shows if the specific social media login is enabled.

To change the order of social media buttons, just hold the drag icon and change the order by dragging to desired position.

Display Settings

My Account Page checkbox determines whether to show social login buttons on My Account page.

Login Form checkbox determines whether to show social login buttons in Login Form.

Register Form checkbox determines whether to show social login buttons in Registration Form.

Checkout checkbox determines whether to show social login buttons on Checkout page.

Thank You checkbox determines whether to show social login button on Thank You page after the purchase.

Social Login Title gives an option to display any title before social login buttons.

Button Styles

WooSocial plugin comes with 7 inbuilt social login button styles. Click on desired style to select and Save.

Shortcode

[woosocial_login]

This Short Code can be used in any other place to display social login buttons.

In case you want to show social login button on any page, post, sidebar, header or footer or any place that supports Short Code.

This Short Code accepts “style” attribute.

For example,

[woosocial_login style=”2”]

To use in PHP code,

<?php echo do_shortcode(‘[woosocial_login]’); ?>

Actions & Filters

woosocial_before_login_buttons

This action is called before the social login button.

woosocial_after_login_buttons

This action is called after the social login buttons.

woosocial_before_login

This action is called before WooSocial login.

woosocial_after_login

This action is called after WooSocial login.

woosocial_before_register

This action is called before WooSocial register

woosocial_after_register

This action is called after WooSocial register

woosocial_after_login_redirect_page

This filter can be used to change the after login redirect page.

Credits

  • WordPress
  • WooCommerce
  • jQuery
  • HybridAuth
  • fontAwesome

Support
[email protected]