Iri rekte al la enhavo
WordPress.org

Esperanto

  • Etosoj
  • Kromprogramoj
  • News
  • Support
  • About
  • Pri WordPress
  • Esperantigo
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

Sewn In Simple Social Optimization

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

Tiu ĉi kromprogramo ne estis testita en la 3 lastaj gravaj eldonoj de WordPress. Eble ĝi ne plu estas prizorgata kaj ĝi eble havus kongruajn problemojn en novaj versioj de WordPress.

Sewn In Simple Social Optimization

De Jupitercow
Elŝuti
  • Detaloj
  • Pritaksoj
  • Instalo
  • Programado
Helpo

Priskribo

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.

Ekrankopioj

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

Instalo

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

OD

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.

Pritaksoj

There are no reviews for this plugin.

Kontribuantoj k. programistoj

“Sewn In Simple Social Optimization” estas liberkoda programo. La sekvaj homoj kontribuis al la kromprogramo.

Kontribuantoj
  • Jupitercow
  • Jake Snyder

Traduki “Sewn In Simple Social Optimization” en vian lingvon.

Ĉu interesita en programado?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Ŝanĝprotokolo

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.

Metadatumoj

  • Version 1.0.2
  • Last updated antaŭ 9 jaroj
  • Active installations 10+
  • WordPress version 3.6.1 or higher
  • Tested up to 4.8.30
  • Language
    English (US)
  • Tags
    meta datasearch engineseo
  • Altnivela rigardo

Pritaksoj

No reviews have been submitted yet.

Your review

See all reviews

Kontribuantoj

  • Jupitercow
  • Jake Snyder

Helpo

Got something to say? Need help?

Vidi helpforumon

Donaci

Ĉu vi volas subteni la pluevoluigon de tiu ĉi kromprogramo?

Donaci al tiu ĉi kromprogramo

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Esperanto

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Kodo estas poezio.
The WordPress® trademark is the intellectual property of the WordPress Foundation.