BACK TO DIRECTORY

Sewn In Simple Social Optimization

by Jupitercow

0.0
(0 ratings)

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.

Screenshots

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.

Plugin Details

Active Installs
10
Total Downloads
1,458
Version
1.0.2
Requires WP
3.6.1
Requires PHP
Tested Up To
4.8.30
Added
2017-09-02
Last Updated
2017-09-02 6:42pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0