WordPress.org

日本語

  • テーマ
  • プラグイン
  • ニュース
    • ドキュメンテーション
    • フォーラム
  • 概要
  • 参加・貢献
  • このサイトについて
  • WordPress を入手
WordPress を入手
WordPress.org

Plugin Directory

Sewn In Simple Social Optimization

  • プラグインを申請
  • お気に入り
  • ログイン
  • プラグインを申請
  • お気に入り
  • ログイン

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

Sewn In Simple Social Optimization

作者: Jupitercow
ダウンロード
  • 詳細
  • レビュー
  • インストール
  • 開発
サポート

説明

Adds a fast, simple interface for adding Social Media meta data to pages and posts. Designed to remove all of the extra stuff that you just won’t use. It is made to be straight forward for users with no confusing extras and no annoying ads. So you can enjoy using it and feel comfortable putting it before a client.

This can be used on its own, but it is more poweful when used with the Sewn In Simple SEO plugin.

  • Choose which post types it is added to (public post types by default)
  • Integrates nicely with the Sewn In Simple SEO plugin, so they get merged into one panel for editing

Very simple, no cruft or extra features you won’t use.

Control what post types are added

By default only pages and posts are added, but you can remove either of those and/or add more using this filter:

/**
 * Completely replace the post types in the XML sitemap and SEO edit functionality
 *
 * This will replace the default completely. Returns: array('news','event')
 *
 * The result is to remove 'post' and 'page' post types and to add 'news' and 
 * 'event' post types
 *
 * @param   array   $post_types List of post types to be added to the XML Sitemap
 * @return  array   $post_types Modified list of post types
 */
add_filter( 'sewn/seo/post_types', 'custom_sitemap_post_types' );
function custom_sitemap_post_types( $post_types ) {
    $post_types = array('news','event');
    return $post_types;
}

Compatibility

Works with the Sewn In Simple SEO plugin.

スクリーンショット

  • The Social panel added to posts.
  • The Social panel with Sewn In XML Sitemap & Sewn In Simple SEO installed.

インストール

  • Copy the folder into your plugins folder, or use the “Add New” plugin feature.
  • Activate the plugin via the Plugins admin page

FAQ

Installation Instructions
  • Copy the folder into your plugins folder, or use the “Add New” plugin feature.
  • Activate the plugin via the Plugins admin page
No questions yet.

評価

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

貢献者と開発者

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

貢献者
  • Jupitercow
  • Jake Snyder

“Sewn In Simple Social Optimization” をあなたの言語に翻訳しましょう。

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

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログを RSS で購読してみてください。

変更履歴

1.0.2 – 2017-09-02

  • Removed array short syntax, updated meta style.

1.0.1 – 2017-08-30

  • Added to WordPress.org Repo.

1.0.0 – 2017-02-29

  • Initial split off of the SEO plugin.

メタ

  • バージョン 1.0.2
  • 最終更新日 8年前
  • 有効インストール数 10+
  • WordPress バージョン 3.6.1またはそれ以降
  • 検証済み最新バージョン: 4.8.25
  • 言語
    English (US)
  • タグ
    meta datasearch engineseo
  • 詳細を表示

評価

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

レビューを追加

すべてのレビューを見る

貢献者

  • Jupitercow
  • Jake Snyder

サポート

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

サポートフォーラムを表示

寄付

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

このプラグインに寄付

  • WordPress とは
  • ニュース
  • ホスティング
  • プライバシー
  • ショーケース
  • テーマ
  • プラグイン
  • パターン
  • Learn
  • サポート
  • 開発者
  • WordPress.tv ↗
  • 参加・貢献
  • イベント
  • 寄付 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

日本語

  • X (旧 Twitter) アカウントへ
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Facebook ページへ
  • Instagram アカウントへ
  • LinkedIn アカウントへ
  • Visit our TikTok account
  • YouTube チャンネルへ
  • Visit our Tumblr account
Code is Poetry.