Turnkey Plugins \ Social Sharing for WordPress Fork on Github

1. Installation

Automatic Installation

  1. Login to your WordPress blog as administrator,
  2. Click on Plugins in the left navigation panel,
  3. Click on Add New at the top of the page,
  4. Enter oneall sharing icons in the search box and click on Search Plugins,
  5. Look for Social Sharing Icons and click on Install Plugin.

Manual Installation

  1. Download the latest version of the Social Sharing Plugin here: WordPress Social Sharing,
  2. Upload the plugin folder to the /wp-content/plugins/ directory of your WordPress website,
  3. Login to your WordPress blog as administrator,
  4. Click on Plugins in the left navigation panel,
  5. Activate the plugin.

2. Setup

After having installed the Social Sharing Icons on your WordPress blog you need to enter your OneAll API subdomain in order to enable the plugin. If you already have a subdomain that you are using for any of our other services, then please use that subdomain. No need to create a new one!

How to create an API Subdomain?

  1. Login to your existing OneAll account or alternatively create a new account.
  2. Click on Sites in the left navigation bar,
  3. Click on the name of your site (If you do not have a site yet, please create a new site first),
  4. Copy & paste the Subdomain into the Social Sharing settings in your WordPress admin area.

3. Shortcodes

Since Version 2.5 WordPress supports so called Shortcodes. These codes can be used to manually embed content into your blog posts. Add the following shortcode to a post, at the location where you want to display the sharing icons:

[oa_social_sharing_icons]

To display the Social Sharing icons at another location you can simply add the following PHP code to any template file of your WordPress blog:

<?php do_action('oa_social_sharing_icons'); ?>

4. Fork on Github

Do not hesitate to fork our GitHub repository if you want to contribute to the development of this plugin!

User Contributed Notes