WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Advanced Social icons

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

Advanced Social icons

由 Galaxy Weblinks 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

Advanced social icons help you quickly add icons with links to your profiles on different social media platforms. The plugin uses icons from Font Awesome, which gives you the possibility to display various popular social icons via widgets. You can use custom icons to add links to anything you want.

No configuration is necessary, other than having links to your social media profiles in the built-in WordPress menus. Add links to any of these social sites under Appearance > Menus, then enable the plugin.

Supported Sites

bitbucket.org           dribbble.com         dropbox.com
facebook.com            flickr.com           foursquare.com
github.com              gittip.com           instagram.com
linkedin.com            mailto:(email)       pinterest.com
plus.google.com         renren.com           stackoverflow.com
trello.com              tumblr.com           twitter.com          
vk.com                  weibo.com            xing.com
youtube.com

* Requires asi_latest_social_icons be turned on. (See below.)

Option: Icon Sizes

To vary icon sizes, add this to your theme’s functions.php file: (Default is 2x)

add_filter( 'asi_social_icons_size', function(){return "normal"; } );
add_filter( 'asi_social_icons_size', function(){return "large"; } );
add_filter( 'asi_social_icons_size', function(){return "2x"; } );
add_filter( 'asi_social_icons_size', function(){return "3x"; } );
add_filter( 'asi_social_icons_size', function(){return "4x"; } );

Option: Add More Icons

Add icons from FontAwesome for other URLs. For example, an RSS feed:

add_filter( 'asi_networks_social_icons', 'asi_networks_social_icons');
function asi_networks_social_icons( $networks ) {

    $extra_icons = array (
        '/feed' => array(                  // Enable this icon for any URL containing this text
            'name' => 'RSS',               // Default menu item label
            'class' => 'rss',              // Custom class
            'icon' => 'icon-rss',          // FontAwesome class
            'icon-sign' => 'icon-rss-sign' // May not be available. Check FontAwesome.
        ),
    );

    $extra_icons = array_merge( $networks, $extra_icons );
    return $extra_icons;
}

Features and Options

Supports FontAwesome icons.
Support custom icons
Drag and drop for icon sorting.
Option to easily change icon size.
More features coming on updates.

Here’s a link to the documentation for the plugin. This will help you learn more about its features and how to use it.
Documentation
For any feedback or queries regarding this plugin, please contact our Support team.

螢幕擷圖

  • Add Social Icons in WordPress Menu Editor.
  • Choose custom icon and its size ( optional ).
  • Add social icon menu to widget.
  • Display icon.
  • Display icon with title.
  • “4x” icon size.

安裝方式

  1. Search for “Advance Social Icons” under WordPress Admin > Plugins > Add New
  2. Activate the plugin.

常見問題集

Can you add X icon?

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.

Does this plugin install all of FontAwesome?

Yes. The plugin installs the complete FontAwesome package. You can use any of the icons in your HTML.

Can we display the title with an icon?

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' );

How can we display custom icons?

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.

How to display social icons?

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Advanced Social icons〉的開發相關工作。

參與者
  • Galaxy Weblinks

將〈Advanced Social icons〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

3.6

Stable Release.

3.5

Stable Release.

3.4

Stable Release.

3.3

Stable Release.

3.2

Stable Release.

3.1

Stable Release.

3.0

Second Stable Release.

2.0

  • Fixed the deprecated create_function()
  • Fixed the deprecated non static callable method issue
  • Fixed bulk select checkbox issue

1.0

  • Initial public release.

中繼資料

  • 版本 3.6
  • 最後更新 3 個月前
  • 啟用安裝數 100+
  • WordPress 版本需求 4.9 或更新版本
  • 已測試相容的 WordPress 版本 6.8.1
  • PHP 版本需求 7.4 或更新版本
  • 語言
    English (US)
  • 標籤
    social mediasocial share
  • 進階檢視

評分

這個項目尚無任何評論記錄。

新增使用者評論

查看全部使用者評論

參與者

  • Galaxy Weblinks

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • Visit our Bluesky account
  • 造訪我們的 Mastodon 帳號
  • Visit our Threads account
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
程式碼,如詩