Fara að efni
  • Innskrá
  • Nýskráning
WordPress.org

Íslenska

  • Þemu
  • Viðbætur
  • News
  • About
  • Hafa samband
  • Get WordPress
Get WordPress

Viðbætur

  • Mitt eftirlæti
  • Þróunarútgáfur
  • Forritarar

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Sækja

Sewn In Simple Social Optimization

Höfundur: Jupitercow
  • Details
  • Reviews
  • Installation
  • Development
Aðstoð

Lýsing

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.

Skjámyndir

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

Uppsetning

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

SOS

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.

Umsagnir

There are no reviews for this plugin.

Þátttakendur & höfundar

“Sewn In Simple Social Optimization” er opinn hugbúnaður. Eftirfarandi aðilar hafa lagt sitt af mörkum við smíði þessarar viðbótar.

Höfundar
  • Jupitercow
  • Jake Snyder

Translate “Sewn In Simple Social Optimization” into your language.

Interested in development?

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

Breytingarsaga

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.

Tækni

  • Útgáfa: 1.0.2
  • Síðast uppfært: 6 ár síðan
  • Active installations: 10+
  • WordPress Version: 3.6.1 or higher
  • Prófað upp að: 4.8.22
  • Language:
    English (US)
  • Efnisorð:
    meta datasearch engineseo
  • Advanced View

Einkunnir

Þessi viðbót hefur enga einkunn fengið enn.

Log in to submit a review.

Höfundar

  • Jupitercow
  • Jake Snyder

Aðstoð

Eitthvað sem þú vilt segja? Þarftu hjálp?

Skoða hjálparspjallborð

Styrkja

Viltu styrkja áframhaldandi þróun á þessari viðbót?

Styrkja þessa viðbót

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

Íslenska

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
Kóði er ljóð.