A WordPress pluging to add social share buttons to your WordPress theme or page/post.
- Upload the plugin files to the
/wp-content/plugins/avidly-social-share
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
Add social share icons to you theme
if ( function_exists( 'avidly_get_social_share' ) ) {
echo avidly_get_social_share();
}
Or add social share icons to your page or post by adding Avidly Social Share gutenberg block where ever you want to.
You can choose which icons to show in Settings > Avidly Social Share page.
Get packages
npm install
Run development (does not compress the code so it is easier to read)
npm run start
Run production build (compresses the code down so it downloads faster)
npm run build