ZF Social Share Links
Twitter, Facebook and LinkedIn social share links. Use with zfss_social_share() inside template file.
by Zeeland Family · github.com/avidlywordpress/zf-social-share
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/avidlywordpress/zf-social-share/archive/refs/heads/master.zipReadme
Zeeland Family Social Share
This WordPress plugin is made for sharing your content to social media (Facebook, Twitter, LinkedIn & Pinterest).
HTML markup is based on https://10up.github.io/wp-component-library/component/social-links/index.html and SVG icons markup is based on the one that is in Twenty Seventeen theme.
By default share buttons are not visible on the website.
Usage
1. Download and activate the plugin
2. Add following code inside a template file
zfss_social_share();
3. Select which buttons you want to display from Customizer
After this you should see the share buttons:

Version history
1.3
- Added Email share button and minified CSS
1.2
- Added settings for Customizer
1.1
- Added Pinterest share button
1.0
- Initial release