This plugin hooks into the generate after content hook to append social share icons to the single post page by default..
These are the social channels supported by the plugin * Facebook * Twitter * Google+ * Pinterest * LinkedIn * WhatsApp * Email.
Copy and paste the code into the relevant icon section 1.
Upload the plugin files to the wp-content plugins plugin-name directory, or install the plugin through WordPress plugins screen directly..
Use Appearance->GP Social Share screen to add your own SVG code for the icons and choose your hook placement...
Do I have to use the version of GeneratePress Theme..
What if the I want to use isnt in the option, want it multiple locations or want to apply some condtional logic..
You can use the action to display the social share options whenever wherever you like, just change out the hook you require for the one you want to use add action ..
WordPress has SVG disabled by default due to security issues, the decision was made to support this and stick to SVG code...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more