Title: Social Network Widget
Author: Mahdi Yazdani
Published: <strong>2019年12月24日</strong>
Last modified: 2020年11月8日

---

プラグインを検索

![](https://ps.w.org/social-network-widget/assets/banner-772x250.png?rev=2319893)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://ps.w.org/social-network-widget/assets/icon-256x256.png?rev=2319893)

# Social Network Widget

 作者: [Mahdi Yazdani](https://profiles.wordpress.org/mahdiyazdani/)

[ダウンロード](https://downloads.wordpress.org/plugin/social-network-widget.1.1.1.zip)

 * [詳細](https://ja.wordpress.org/plugins/social-network-widget/#description)
 * [レビュー](https://ja.wordpress.org/plugins/social-network-widget/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/social-network-widget/#installation)
 * [開発](https://ja.wordpress.org/plugins/social-network-widget/#developers)

 [サポート](https://wordpress.org/support/plugin/social-network-widget/)

## 説明

A simple widget that allows you easily add icons for the most popular social networks
to your sidebar or other widget area.

## スクリーンショット

 * [[
 * Widget settings interface

## インストール

#### Minimum Requirements

 * PHP version 7.2 or greater.
 * MySQL version 5.6 or greater or MariaDB version 10.0 or greater.
 * WordPress version 5.0 or greater.

#### Automatic installation

Automatic installation is the easiest option — WordPress will handle the file transfer,
and you won’t need to leave your web browser. To do an automatic install of the 
plugin, log in to your WordPress dashboard, navigate to the Plugins menu, and click“
Add New.”

In the search field type “Social Network Widget”, then click “Search Plugins.” Once
you’ve found the plugin, you can view details about it such as the point release,
rating, and description. Click “Install Now,” and WordPress will take it from there.

#### Manual installation

The manual installation method requires downloading the plugin and uploading it 
to your webserver via your favorite FTP application. The WordPress codex contains
[instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation).

#### Updating

Automatic updates should work smoothly, but we still recommend you back up your 
site.

## FAQ

### How do I use the plugin?

 1. Log into your WordPress website and navigate to Appearance » Widgets.
 2. Locate the Social Network widget and drag it to the sidebar area where you wish
    it to appear.
 3. Click the down arrow in the upper right corner to expand the widget’s interface.
 4. For each social media account you want to add, click on “Add an icon” button and
    then enter the URL for the social media account.
 5. Then click the Save button to save the widget’s customization.
 6. Preview the site. You should now see the added social widget is visible.

### How does the widget knows which icon to display?

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.

### Can I reorder the icons?

Yes, social account URLs can be reordered or sorted by dragging and dropping within
the widget’s interface.

### Can I add an icon?

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

### Which icons are supported?

Linking to any of the following sites in your social network widget will automatically
display its icon in your sidebar area:

 * 500px
 * Amazon
 * Behance
 * CodePen
 * DeviantArt
 * Dribbble
 * Dropbox
 * Etsy
 * Facebook
 * RSS Feed
 * Flickr
 * Foursquare
 * Goodreads
 * Google
 * GitHub
 * Instagram
 * Last.fm
 * LinkedIn
 * Email
 * Meetup
 * Medium
 * Pinterest
 * Pocket
 * Reddit
 * Skype
 * Snapchat
 * SoundCloud
 * Spotify
 * Tumblr
 * Twitch
 * Twitter
 * Vimeo
 * VK
 * WordPress
 * Yelp
 * YouTube

NOTE — The rights to each pictogram (icon) in this plugin are either trademarked
or copyrighted by the respective company.

### How do I get help with the plugin?

The easiest way to receive support is to “Create a new topic” by visiting Community
Forums page [here](https://wordpress.org/support/plugin/social-network-widget).

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._

### Can I help in translating this plugin into a new language?

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 →](https://translate.wordpress.org/projects/wp-plugins/social-network-widget)

### How do I contribute to this plugin?

We welcome contributions in any form, and you can help reporting, testing, and detailing
bugs.

Here’s the [GitHub development repository →](https://github.com/mypreview/social-network-widget)

### Did you like the idea behind this plugin?

Please share your experience by leaving this plugin [5 shining stars](https://wordpress.org/support/plugin/social-network-widget/reviews/)
if you like it, thanks!

### I need help customizing this plugin?

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 →](https://mahdiyazdani.com)

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Social Network Widget はオープンソースソフトウェアです。以下の人々がこのプラグイン
に貢献しています。

貢献者

 *   [ Mahdi Yazdani ](https://profiles.wordpress.org/mahdiyazdani/)
 *   [ MyPreview ](https://profiles.wordpress.org/mypreview/)
 *   [ Saji ](https://profiles.wordpress.org/gookaani/)

[“Social Network Widget” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/social-network-widget)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/social-network-widget/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/social-network-widget/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/social-network-widget/)
を [RSS](https://plugins.trac.wordpress.org/log/social-network-widget/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.1.1

Bumped `Tested up to` version.

#### 1.1.0

 * Multiple code standards improvements.
 * Compatibility with WordPress 5.5

#### 1.0.0

 * Initial release.

## メタ

 *  バージョン **1.1.1**
 *  最終更新日 **5年前**
 *  有効インストール数 **20+**
 *  WordPress バージョン ** 5.0またはそれ以降 **
 *  検証済み最新バージョン: **5.5.18**
 *  PHP バージョン ** 7.2.0またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/social-network-widget/)
 * タグ
 * [social icons](https://ja.wordpress.org/plugins/tags/social-icons/)[social media](https://ja.wordpress.org/plugins/tags/social-media/)
   [social networks](https://ja.wordpress.org/plugins/tags/social-networks/)[social profiles](https://ja.wordpress.org/plugins/tags/social-profiles/)
   [widget](https://ja.wordpress.org/plugins/tags/widget/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/social-network-widget/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/social-network-widget/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/social-network-widget/reviews/)

## 貢献者

 *   [ Mahdi Yazdani ](https://profiles.wordpress.org/mahdiyazdani/)
 *   [ MyPreview ](https://profiles.wordpress.org/mypreview/)
 *   [ Saji ](https://profiles.wordpress.org/gookaani/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/social-network-widget/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](https://www.mypreview.one)