WordPress.org

Česko

  • Šablony
  • Pluginy
  • Novinky
  • Podpora
  • O WordPressu
  • Openverse
  • Vzory
  • Komunitní podpora
  • Překlady
  • Kontakt
  • Získejte WordPress
Získejte WordPress
WordPress.org

Plugin Directory

Sewn In Simple Social Optimization

  • Odeslat plugin
  • Moje oblíbené
  • Log in
  • Odeslat plugin
  • Moje oblíbené
  • Log in

Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Sewn In Simple Social Optimization

Autor: Jupitercow
Stáhnout
  • Podrobnosti
  • Hodnocení
  • Instalace
  • Vývojáři
Podpora

Popis

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.

Snímky obrazovky

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

Instalace

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

Nejčastější dotazy

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.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Sewn In Simple Social Optimization je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci
  • Jupitercow
  • Jake Snyder

Přeložte “Sewn In Simple Social Optimization” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

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

  • Verze 1.0.2
  • Poslední aktualizace před 8 roky
  • Aktivních instalací 10+
  • Verze WordPressu 3.6.1 nebo novější
  • Testováno až do WordPressu 4.8.25
  • Jazyk
    English (US)
  • Štítky
    meta datasearch engineseo
  • Podrobnosti

Hodnocení

Zatím nebyly zadány žádné recenze.

Přidat moje hodnocení

See all reviews

Spolupracovníci

  • Jupitercow
  • Jake Snyder

Podpora

Potřebujete pomoc?

Fórum podpory

Dary

Chtěli byste podpořit vývoj tohoto pluginu?

Přispět na tento plugin

  • O WordPressu
  • Novinky
  • Hosting
  • Soukromí
  • Příklady
  • Šablony
  • Pluginy
  • Vzory
  • Vzdělávání
  • Podpora
  • Vývojáři
  • WordPress.TV
  • Zapojte se
  • Události
  • Podpořit
  • Pět pro budoucnost
  • WordPress.com
  • Matt
  • bbPress
  • BuddyPress
WordPress.org
WordPress.org

Česko

  • Navštivte náš účet na X (dříve Twitter)
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Navštivte naši stránku na Facebooku
  • Navštivte náš Instagram účet
  • Navštivte náš LinkedIn účet
  • Visit our TikTok account
  • Navštivte náš YouTube kanál
  • Visit our Tumblr account
Code is Poetry.