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
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
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:
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:
https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation_by_Uploading_a_Zip_Archive
To configure WooSocial, navigate to WooCommerce => Settings => WooSocial Tab
Enable WooSocial checkbox determines whether to enable social login.
Enable Email Notifications checkbox determines whether to send welcome mail with credentials after registration.
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.
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.
WooSocial plugin comes with 7 inbuilt social login button styles. Click on desired style to select and Save.
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]’); ?>
This action is called before the social login button.
This action is called after the social login buttons.
This action is called before WooSocial login.
This action is called after WooSocial login.
This action is called before WooSocial register
This action is called after WooSocial register
This filter can be used to change the after login redirect page.
Support
[email protected]