开发者 |
mahdiyazdani
mypreview gookaani |
---|---|
更新时间 | 2020年11月8日 23:06 |
捐献地址: | 去捐款 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 5.5 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
The answer is in the URL. If “facebook.com” is in the URL, the Facebook icon will be displayed. Likewise, if “twitter.com” is in the URL, the Twitter icon is going to be displayed instead. And so on.
Yes, social account URLs can be reordered or sorted by dragging and dropping within the widget’s interface.
Yes, custom icons can be added with the use of the following filter: ` function prefix_custom_social_icon( $supported_icons ) { $supported_icons[] = array( 'url' => array( 'example.com' ), 'label' => 'Example', 'icon' => '' // Your SVG icon ); return $supported_icons; } add_filter( 'social_network_widget_supported_icons', 'prefix_custom_social_icon', 10, 1 ); `
Linking to any of the following sites in your social network widget will automatically display its icon in your sidebar area:
The easiest way to receive support is to “Create a new topic” by visiting Community Forums page here. Make sure to check the “Notify me of follow-up replies via email” checkbox to receive notifications, as soon as a reply posted to your question or inquiry. Please note that this is an opensource 100% volunteer project, and it’s not unusual to get reply days or even weeks later.
The plugin is fully translation-ready and localized using the GNU framework, and translators are welcome to contribute to the plugin. Here’s the WordPress translation website →
We welcome contributions in any form, and you can help reporting, testing, and detailing bugs. Here’s the GitHub development repository →
Please share your experience by leaving this plugin 5 shining stars if you like it, thanks!
Professional engineer and independent creative technologist in tech · over 6 years experience working from prototype to production · developing WordPress products, services, and eCommerce solutions. Available for hire →
Tested up to
version.
1.1.0