Chuyển tới nội dung
  • Giới thiệu về WordPress
    • Giới thiệu về WordPress
    • WordPress.org
    • Tài liệu
    • Hỗ trợ
    • Thông tin phản hồi
  • Đăng nhập
  • Đăng ký
WordPress.org
WordPress.org

tiếng Việt

  • Giao diện
  • Plugin
  • News
  • Hỗ trợ
    • Documentation
    • Diễn đàn
  • Giới thiệu
  • Meetup
  • Team
  • Get WordPress
Get WordPress

Plugin

  • Mục yêu thích
  • Phiên bản Beta
  • Lập trình viên

Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Tải về

Sewn In Simple Social Optimization

Bởi Jupitercow
  • Chi tiết
  • Đánh giá
  • Cài đặt
  • Hỗ trợ
  • Development

Mô tả

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.

Ảnh màn hình

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

Cài đặt

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

Hỏi đáp

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.

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Sewn In Simple Social Optimization” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp
  • Jupitercow
  • Jake Snyder

Dịch “Sewn In Simple Social Optimization” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

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.

Meta

  • Phiên bản: 1.0.2
  • Lần cập nhật gần nhất: 5 năm trước
  • Lượt kích hoạt: 10+
  • Phiên bản WordPress: 3.6.1 hoặc cao hơn
  • Đã kiểm tra với: 4.8.19
  • Ngôn ngữ:
    English (US)
  • Tag:
    meta datasearch engineseo
  • Nâng cao

Đánh giá

Plugin chưa nhận được đánh giá nào.

Log in to submit a review.

Những người đóng góp

  • Jupitercow
  • Jake Snyder

Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

Xem diễn đàn hỗ trợ

Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

Ủng hộ plugin này

  • About
  • News
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

tiếng Việt

  • Visit our Facebook page
  • Visit our Twitter account
Viết code như làm thơ.