Sari la conținut
  • Autentificare
  • Înregistrare
WordPress.org

În Română

  • Teme
  • Module
  • Știri
  • Suport
  • Despre
  • Evenimente
  • Localizare
  • Dialog
  • Obține WordPress
Obține WordPress

Module

  • Favoritele mele
  • Testare beta
  • Dezvoltatori

Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Descarcă

Sewn In Simple Social Optimization

De Jupitercow
  • Detalii
  • Recenzii
  • Instalare
  • Dezvoltare
Suport

Descriere

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.

Capturi ecran

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

Instalare

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

Întrebări frecvente

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.

Verificări

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„Sewn In Simple Social Optimization” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori
  • Jupitercow
  • Jake Snyder

Tradu „Sewn In Simple Social Optimization” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

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

  • Versiune: 1.0.2
  • Ultima actualizare: Acum 5 ani
  • Instalări active: 10+
  • Versiune WordPress: 3.6.1 sau mai recentă
  • Testat până la: 4.8.21
  • Limbă:
    English (US)
  • Etichete:
    meta datasearch engineseo
  • Vizualizare avansată

Evaluări

Acest modul nu a fost încă evaluat.

Autentifică-te pentru a trimite un modul la verificare.

Contributori

  • Jupitercow
  • Jake Snyder

Suport

Ai ceva de zis? Ai nevoie de ajutor?

Vezi forumul pentru suport

Donează

Vrei să sprijini dezvoltarea acestui modul?

Donează pentru acest modul

  • Despre
  • Știri
  • Găzduire
  • Donează
  • Cadouri
  • Documentație
  • Dezvoltatori
  • Implică-te
  • Învață
  • Prezentare
  • Module
  • Teme
  • Modele
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Confidențialitate
  • Public Code
WordPress.org
WordPress.org

În Română

  • Vizitează pagina noastră Facebook
  • Vizitează contul nostru Twitter
  • Vizitează-ne pe Instagram
  • Vizitează-ne pe LinkedIn
Codul este poezie.