Salta al contenuto
  • Accedi
  • Registrati
WordPress.org

Italia

  • Temi
  • Plugin
  • Notizie
  • Supporto
    • Documentazione
    • Forum
  • Info
  • Team
  • Community
  • Traduci
    • PTE status requests by Devs for Italian localization: the guidelines.
  • Learn WordPress
  • Openverse
  • Pattern
  • Scarica WordPress
Scarica WordPress

Directory dei plugin

  • Preferiti
  • Beta
  • Sviluppatori

Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Scarica

Sewn In Simple Social Optimization

Di Jupitercow
  • Dettagli
  • Recensioni
  • Installazione
  • Sviluppo
Supporto

Descrizione

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.

Screenshot

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

Installazione

  • 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.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Sewn In Simple Social Optimization” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori
  • Jupitercow
  • Jake Snyder

Traduci “Sewn In Simple Social Optimization” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

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

  • Versione del plugin: 1.0.2
  • Ultimo aggiornamento: 6 anni fa
  • Installazioni attive stimate: 10+
  • Richiede WordPress: 3.6.1 o superiore
  • Testato fino alla versione: 4.8.21
  • Lingua:
    English (US)
  • Tag:
    meta datasearch engineseo
  • Visualizzazione avanzata

Valutazioni

Non sono ancora state fatte.

Accedi per inviare una recensione.

Collaboratori

  • Jupitercow
  • Jake Snyder

Supporto

Hai qualcosa da dire? Ti serve aiuto?

Chiedi nel forum di supporto

Donazioni

Vuoi sostenere le versioni future?

Fai una donazione per lo sviluppo

  • Chi siamo
  • News
  • Hosting
  • Donazioni
  • Swag
  • Documentazione
  • Sviluppo
  • Partecipa
  • Imparare
  • Vetrina
  • Plugin
  • Temi
  • Pattern
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

Italia

  • Visita la nostra pagina Facebook
  • Visita il nostro account Twitter
  • Visita il nostro account Instagram
  • Visita il nostro account LinkedIn
Code is Poetry.