Basically there are four main settings tabs that will help you to setup the plugin to work properly.
- Social Networks
In this tab you can choose which social media icons you want to display in the frontend. Here you can order the apperance of the social icons simply by drag and drop of each social icons.
- Share options
In this tab you can select the options where you want to display social media share icons.
- Display settings
In this tab you can customize the apperance of the social media share icons. You can choose the options to display the share icons below the contennt, above the content or you can choose an options to display in both below and above content. Also you can choose the theme from the pre available 5 themes.
- Miscellaneous settings
In this tab you can do the additional settings for the plugin.
- You can setup the twitter username.
- You can enable/disable the social counter.
- Share link - You can enable the share options either in new tab/window or in same widow.
- Cache settings - Here you can set the cache settings of the social share counter in hour format.
- Email settings - If you have enabled the email settings you can setup the email header and body part.
- Shortcode
You can use shortcode for the display of the social share in the contents. Optionally You can enter the name of the networks you want to display. The networks will be displayed in the order of entered networks.
- Example 1:
[apss-share]
- Available shortcode parameters
- networks : You can define which social medias to show in the shortcode. You need to enter the networks name in string in comma separated values. If you don't want to choose which social medias to appear in shortcode, you can discard this option.
- Available network parameters are: facebook, twitter, google-plus, pinterest, linkedin, digg, email, print
- share_text: You can add the share text. To use share text use share_text='text to be shared'. If you don't use this parameter the share text will not appear in shortcode.
- counter : You can enable or disable the share counter. To enable the share count use counter='1' and to disable it simply don't use counter parameter or use parameter counter='0'.
- total_counter : You can enable or disable the total share counter. To enable the total share count use total_counter='1' and to disable it simply don't use total_counter parameter or use parameter total_counter='0'.
- Example 2:
[apss-share networks='facebook, twitter, pinterest' share_text='Share it' counter='1' total_counter='1']
-
You can use shortcode [apss-count] for the display of the social share count only in the contents. You need to enter network name you want to display.
- Example 1:
[apss-count network='facebook']
- Available network parameters are: facebook, twitter, google-plus, pinterest, linkedin