开发者 | galaxyweblinks |
---|---|
更新时间 | 2024年7月22日 17:39 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 |
版权网址: | 版权信息 |
WordPress Admin > Plugins > Add New
Advance Social Icons is dependent on the FontAwesome icon library.
If an icon exists in FontAwesome, you can add a filter for it using the asi_networks_social_icons
example shown in the plugin description.
If an icon does not exist in FontAwesome, you can add custom icon in your menu item and set custom size yourself.
Yes. The plugin installs the complete FontAwesome package. You can use any of the icons in your HTML.
Yes, you can display the title with Font Awesome icons only. In the next version, we’ll update to have this work with custom icons.
To display icon title, add this to your theme’s functions.php file:
add_filter( 'asi_social_icons_hide_text', '__return_false' );
To display a custom icon, simply click the choose icon button in the menu item and adjust the size from the drop-down. You can manually define the size of the icon, too.
To display icons please follow these steps.
1] Create a menu under Appearance > Menus
.
2] Choose any of social icon from Social Icons
tab from the Add menu items
column.
3] Once added the item to the menu, save it.
4] Go to Appearance > Widgets
, You can drag the navigation menu/custom menu
widget in your sidebars and change the settings from the widget form itself.
5] Call this sidebar to display social icons anywhere, in your site.