开发者 | WestCoastDigital |
---|---|
更新时间 | 2021年5月24日 08:19 |
PHP版本: | 7.2.0 及以上 |
WordPress版本: | 5.7.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.You can use the following shortcode [gp-social]
Ensure you have the GeneratePress Theme active.
No. This plugin works with the theme and does not require the premium plugin.
You can use the following 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( 'the_hook_you_require','add_social_icons' );
No. This plugin does not use any API's or receive any data from the shared content. It is intentionally built to be light weight.
Yes. All the social media links are customisable with their own function.
Yes. Just add a function called gp_social_email_body which returns your body content.
No. WordPress has SVG disabled by default due to potential security issues, the decision was made to support this and stick to inline SVG code.