name = __('Social Meta', 'all_in_one_seo_pack'); // Human-readable name of the plugin
$this->prefix = 'aiosp_opengraph_'; // option prefix
$this->file = __FILE__; // the current file
$this->fb_object_types = Array(
'Activities' => Array(
'activity' => __( 'Activity', 'all_in_one_seo_pack' ),
'sport' => __( 'Sport', 'all_in_one_seo_pack' )
),
'Businesses' => Array(
'bar' => __( 'Bar', 'all_in_one_seo_pack' ),
'company' => __( 'Company', 'all_in_one_seo_pack' ),
'cafe' => __( 'Cafe', 'all_in_one_seo_pack' ),
'hotel' => __( 'Hotel', 'all_in_one_seo_pack' ),
'restaurant' => __( 'Restaurant', 'all_in_one_seo_pack' )
),
'Groups' => Array(
'cause' => __( 'Cause', 'all_in_one_seo_pack' ),
'sports_league' => __( 'Sports League', 'all_in_one_seo_pack' ),
'sports_team' => __( 'Sports Team', 'all_in_one_seo_pack' )
),
'Organizations' => Array(
'band' => __( 'Band', 'all_in_one_seo_pack' ),
'government' => __( 'Government', 'all_in_one_seo_pack' ),
'non_profit' => __( 'Non Profit', 'all_in_one_seo_pack' ),
'school' => __( 'School', 'all_in_one_seo_pack' ),
'university' => __( 'University', 'all_in_one_seo_pack' )
),
'People' => Array(
'actor' => __( 'Actor', 'all_in_one_seo_pack' ),
'athlete' => __( 'Athlete', 'all_in_one_seo_pack' ),
'author' => __( 'Author', 'all_in_one_seo_pack' ),
'director' => __( 'Director', 'all_in_one_seo_pack' ),
'musician' => __( 'Musician', 'all_in_one_seo_pack' ),
'politician' => __( 'Politician', 'all_in_one_seo_pack' ),
'profile' => __( 'Profile', 'all_in_one_seo_pack' ),
'public_figure' => __( 'Public Figure', 'all_in_one_seo_pack' )
),
'Places' => Array(
'city' => __( 'City', 'all_in_one_seo_pack' ),
'country' => __( 'Country', 'all_in_one_seo_pack' ),
'landmark' => __( 'Landmark', 'all_in_one_seo_pack' ),
'state_province' => __( 'State Province', 'all_in_one_seo_pack' )
),
'Products and Entertainment' => Array(
'album' => __( 'Album', 'all_in_one_seo_pack' ),
'book' => __( 'Book', 'all_in_one_seo_pack' ),
'drink' => __( 'Drink', 'all_in_one_seo_pack' ),
'food' => __( 'Food', 'all_in_one_seo_pack' ),
'game' => __( 'Game', 'all_in_one_seo_pack' ),
'movie' => __( 'Movie', 'all_in_one_seo_pack' ),
'product' => __( 'Product', 'all_in_one_seo_pack' ),
'song' => __( 'Song', 'all_in_one_seo_pack' ),
'tv_show' => __( 'TV Show', 'all_in_one_seo_pack' ),
'episode' => __( 'Episode', 'all_in_one_seo_pack' )
),'Websites' => Array(
'article' => __( 'Article', 'all_in_one_seo_pack' ),
'blog' => __( 'Blog', 'all_in_one_seo_pack' ),
'website' => __( 'Website', 'all_in_one_seo_pack' )
)
);
parent::__construct();
$categories = Array( 'blog' => __( 'Blog', 'all_in_one_seo_pack' ), 'website' => __( 'Website', 'all_in_one_seo_pack' ), 'article' => __( 'Article', 'all_in_one_seo_pack' ) );
$this->help_text = Array(
"setmeta" => __( "Checking this box will use the Home Title and Home Description set in All in One SEO Pack, General Settings as the Open Graph title and description for your home page.", 'all_in_one_seo_pack' ),
"key" => __( "Your Profile Admin ID is your Facebook profile ID. You can find out your Facebook ID using the lookup tool here: https://graph.facebook.com/yourusername", 'all_in_one_seo_pack' ),
"sitename" => __( "The Site Name is the name that is used to identify your website.", 'all_in_one_seo_pack' ),
"hometitle" => __( "The Home Title is the Open Graph title for your home page.", 'all_in_one_seo_pack' ),
"description" => __( "The Home Description is the Open Graph description for your home page.", 'all_in_one_seo_pack' ),
"homeimage" => __( "The Home Image is the Open Graph image for your home page.", 'all_in_one_seo_pack' ),
"hometag" => __( "The Home Tag allows you to add a list of keywords that best describe your home page content.", 'all_in_one_seo_pack' ),
"generate_descriptions" => __( "Check this and your Open Graph descriptions will be auto-generated from your content.", 'all_in_one_seo_pack' ),
"defimg" => __( "This option lets you choose which image will be displayed by default for the Open Graph image. You may override this on individual posts.", 'all_in_one_seo_pack' ),
"fallback" => __( "This option lets you fall back to the default image if no image could be found above.", 'all_in_one_seo_pack' ),
"dimg" => __( "This option sets a default image that can be used for the Open Graph image. You can upload an image, select an image from your Media Library or paste the URL of an image here.", 'all_in_one_seo_pack' ),
"meta_key" => __( "Enter the name of a custom field (or multiple field names separated by commas) to use that field to specify the Open Graph image on Pages or Posts.", 'all_in_one_seo_pack' ),
"categories" => __( "Set the Open Graph type for your website as either a blog or a website.", 'all_in_one_seo_pack' ),
"image" => __( "This option lets you select the Open Graph image that will be used for this Page or Post, overriding the default settings.", 'all_in_one_seo_pack' ),
"customimg" => __( "This option lets you upload an image to use as the Open Graph image for this Page or Post.", 'all_in_one_seo_pack' ),
"imagewidth" => __( "Enter the width for your Open Graph image in pixels (i.e. 600).", 'all_in_one_seo_pack' ),
"imageheight" => __( "Enter the height for your Open Graph image in pixels (i.e. 600).", 'all_in_one_seo_pack' ),
"video" => __( "This option lets you specify a link to the Open Graph video used on this Page or Post.", 'all_in_one_seo_pack' ),
"videowidth" => __( "Enter the width for your Open Graph video in pixels (i.e. 600).", 'all_in_one_seo_pack' ),
"videoheight" => __( "Enter the height for your Open Graph video in pixels (i.e. 600).", 'all_in_one_seo_pack' ),
"defcard" => __( "Select the default type of Twitter card to display.", 'all_in_one_seo_pack' ),
"setcard" => __( "Select the default type of Twitter card to display.", 'all_in_one_seo_pack' ),
"twitter_site" => __( "Enter the Twitter username associated with your website here.", 'all_in_one_seo_pack' ),
"twitter_creator" => __( "Allows your authors to be identified by their Twitter usernames as content creators on the Twitter cards for their posts.", 'all_in_one_seo_pack' ),
"twitter_domain" => __( "Enter the name of your website here.", 'all_in_one_seo_pack' ),
"gen_tags" => __( "Automatically generate article tags for Facebook type article when not provided.", 'all_in_one_seo_pack' ),
"gen_keywords" => __( "Use keywords in generated article tags.", 'all_in_one_seo_pack' ),
"gen_categories" => __( "Use catergories in generated article tags.", 'all_in_one_seo_pack' ),
"gen_post_tags" => __( "Use post tags in generated article tags.", 'all_in_one_seo_pack' ),
"types" => __( "Select which Post Types you want to use All in One SEO Pack to set Open Graph meta values for.", 'all_in_one_seo_pack' ),
"title" => __( "This is the Open Graph title of this Page or Post.", 'all_in_one_seo_pack' ),
"desc" => __( "This is the Open Graph description of this Page or Post.", 'all_in_one_seo_pack' ),
"category" => __( "Select the Open Graph type that best describes the content of this Page or Post.", 'all_in_one_seo_pack' ),
"section" => __( "This Open Graph meta allows you to add a general section name that best describes this content.", 'all_in_one_seo_pack' ),
"tag" => __( "This Open Graph meta allows you to add a list of keywords that best describe this content.", 'all_in_one_seo_pack' ),
"facebook_publisher" => __( "Link articles to the Facebook page associated with your website.", 'all_in_one_seo_pack' ),
"facebook_author" => __( "Allows your authors to be identified by their Facebook pages as content authors on the Opengraph meta for their articles.", 'all_in_one_seo_pack' ),
);
$this->help_anchors = Array(
'generate_descriptions' => '#auto-generate-og-descriptions',
'setmeta' => '#use-aioseo-title-and-description',
'sitename' => '#site-name',
'hometitle' => '#home-title-and-description',
'description' => '#home-title-and-description',
'homeimage' => '#home-image',
'defimg' => '#select-og-image-source',
'fallback' => '#use-default-if-no-image-found',
'dimg' => '#default-og-image',
'meta_key' => '#use-custom-field-for-image',
'key' => '#profile-admins-id',
'categories' => '#facebook-object-type',
'facebook_publisher' => '#show-facebook-publisher-on-articles',
'facebook_author' => '#show-facebook-author-on-articles',
'types' => '#enable-facebook-meta-for',
'defcard' => '#default-twitter-card',
'setcard' => '#default-twitter-card',
'twitter_site' => '#twitter-site',
'twitter_creator' => '#show-twitter-author',
'twitter_domain' => '#twitter-domain',
'scan_header' => '#scan-social-meta'
);
$count_desc = __( " characters. Open Graph allows up to a maximum of %s chars for the %s.", 'all_in_one_seo_pack' );
$this->default_options = array(
'scan_header'=> Array( 'name' => __( 'Scan Header', 'all_in_one_seo_pack' ), 'type' => 'custom', 'save' => true ),
'setmeta' => Array( 'name' => __( 'Use AIOSEO Title and Description', 'all_in_one_seo_pack'), 'type' => 'checkbox' ),
'key' => Array( 'name' => __( 'Profile Admins ID', 'all_in_one_seo_pack'), 'default' => '', 'type' => 'text' ),
'sitename' => Array( 'name' => __( 'Site Name', 'all_in_one_seo_pack' ), 'default' => get_bloginfo('name'), 'type' => 'text' ),
'hometitle' => Array( 'name' => __( 'Home Title', 'all_in_one_seo_pack'),
'default' => '', 'type' => 'textarea', 'condshow' => Array( 'aiosp_opengraph_setmeta' => Array( 'lhs' => "aiosp_opengraph_setmeta", 'op' => '!=', 'rhs' => 'on' ) ) ),
'description' => Array( 'name' => __( 'Home Description', 'all_in_one_seo_pack'),
'default' => '', 'type' => 'textarea', 'condshow' => Array( 'aiosp_opengraph_setmeta' => Array( 'lhs' => "aiosp_opengraph_setmeta", 'op' => '!=', 'rhs' => 'on' ) ) ),
'homeimage' => Array( 'name' => __( 'Home Image', 'all_in_one_seo_pack' ),
'type' => 'image' ),
'hometag' => Array('name' => __( 'Home Article Tags', 'all_in_one_seo_pack' ),
'type' => 'text', 'default' => '', 'condshow' => Array( 'aiosp_opengraph_categories' => 'article' ) ),
'generate_descriptions' => Array( 'name' => __( 'Autogenerate OG Descriptions', 'all_in_one_seo_pack' ), 'default' => 1 ),
'defimg' => Array( 'name' => __( 'Select OG:Image Source', 'all_in_one_seo_pack' ), 'type' => 'select', 'initial_options' => Array( '' => __( 'Default Image' ), 'featured' => __( 'Featured Image' ), 'attach' => __( 'First Attached Image' ), 'content' => __( 'First Image In Content' ), 'custom' => __( 'Image From Custom Field' ), 'author' => __( 'Post Author Image' ), 'auto' => __( 'First Available Image' ) ) ),
'fallback' => Array( 'name' => __( 'Use Default If No Image Found', 'all_in_one_seo_pack' ), 'type' => 'checkbox' ),
'dimg' => Array( 'name' => __( 'Default OG:Image', 'all_in_one_seo_pack' ), 'default' => AIOSEOP_PLUGIN_IMAGES_URL . 'default-user-image.png', 'type' => 'image' ),
'meta_key' => Array( 'name' => __( 'Use Custom Field For Image', 'all_in_one_seo_pack' ), 'type' => 'text', 'default' => '' ),
'categories' => Array( 'name' => __( 'Facebook Object Type', 'all_in_one_seo_pack'),
'type' => 'radio', 'initial_options' => $categories, 'default' => 'blog' ),
'image' => Array( 'name' => __( 'Image', 'all_in_one_seo_pack' ),
'type' => 'radio', 'initial_options' => Array( 0 => '
' ) ),
'customimg' => Array( 'name' => __( 'Custom Image', 'all_in_one_seo_pack' ),
'type' => 'image' ),
'imagewidth' => Array( 'name' => __( 'Specify Image Width', 'all_in_one_seo_pack' ),
'type' => 'text', 'default' => '' ),
'imageheight' => Array( 'name' => __( 'Specify Image Height', 'all_in_one_seo_pack' ),
'type' => 'text', 'default' => '' ),
'video' => Array( 'name' => __( 'Custom Video', 'all_in_one_seo_pack' ),
'type' => 'text' ),
'videowidth' => Array( 'name' => __( 'Specify Video Width', 'all_in_one_seo_pack' ),
'type' => 'text', 'default' => '', 'condshow' => Array( 'aioseop_opengraph_settings_video' => Array( 'lhs' => "aioseop_opengraph_settings_video", 'op' => '!=', 'rhs' => '' ) ) ),
'videoheight' => Array( 'name' => __( 'Specify Video Height', 'all_in_one_seo_pack' ),
'type' => 'text', 'default' => '', 'condshow' => Array( 'aioseop_opengraph_settings_video' => Array( 'lhs' => "aioseop_opengraph_settings_video", 'op' => '!=', 'rhs' => '' ) ) ),
'defcard' => Array( 'name' => __( 'Default Twitter Card', 'all_in_one_seo_pack' ),
'type' => 'select', 'initial_options' => Array( 'summary' => __( 'Summary', 'all_in_one_seo_pack' ), 'summary_large_image' => __( 'Summary Large Image', 'all_in_one_seo_pack' ), 'photo' => __( 'Photo', 'all_in_one_seo_pack' ) ), 'default' => 'summary' ),
'setcard' => Array( 'name' => __( 'Twitter Card Type', 'all_in_one_seo_pack' ),
'type' => 'select', 'initial_options' => Array( 'summary' => __( 'Summary', 'all_in_one_seo_pack' ), 'summary_large_image' => __( 'Summary Large Image', 'all_in_one_seo_pack' ), 'photo' => __( 'Photo', 'all_in_one_seo_pack' ) ) ),
'twitter_site' => Array( 'name' => __( 'Twitter Site', 'all_in_one_seo_pack' ),
'type' => 'text', 'default' => '' ),
'twitter_creator'=>Array( 'name' => __( 'Show Twitter Author', 'all_in_one_seo_pack' ) ),
'twitter_domain'=> Array( 'name' => __( 'Twitter Domain', 'all_in_one_seo_pack' ),
'type' => 'text', 'default' => '' ),
'gen_tags' => Array( 'name' => __( 'Automatically Generate Article Tags', 'all_in_one_seo_pack' ) ),
'gen_keywords' => Array( 'name' => __( 'Use Keywords In Article Tags', 'all_in_one_seo_pack' ), 'default' => 'on', 'condshow' => Array( 'aiosp_opengraph_gen_tags' => 'on' ) ),
'gen_categories'=> Array( 'name' => __( 'Use Categories In Article Tags', 'all_in_one_seo_pack' ), 'default' => 'on', 'condshow' => Array( 'aiosp_opengraph_gen_tags' => 'on' ) ),
'gen_post_tags' => Array( 'name' => __( 'Use Post Tags In Article Tags', 'all_in_one_seo_pack' ), 'default' => 'on', 'condshow' => Array( 'aiosp_opengraph_gen_tags' => 'on' ) ),
'types' => Array( 'name' => __( 'Enable Facebook Meta for', 'all_in_one_seo_pack'),
'type' => 'multicheckbox', 'initial_options' => $this->get_post_type_titles( Array( '_builtin' => false ) ),
'default' => Array( 'post' => 'post', 'page' => 'page' ) ),
'title' => Array( 'name' => __( 'Title', 'all_in_one_seo_pack'),
'default' => '', 'type' => 'text', 'size' => 95, 'count' => 1, 'count_desc' => $count_desc ),
'desc' => Array( 'name' => __( 'Description', 'all_in_one_seo_pack'),
'default' => '', 'type' => 'textarea', 'cols' => 250, 'rows' => 4, 'count' => 1, 'count_desc' => $count_desc ),
'category' => Array( 'name' => __( 'Facebook Object Type', 'all_in_one_seo_pack'),
'type' => 'select', 'style' => '',
'initial_options' => $this->fb_object_types,
'default' => ''
),
'section' => Array( 'name' => __( 'Article Section', 'all_in_one_seo_pack' ),
'type' => 'text', 'default' => '', 'condshow' => Array( 'aioseop_opengraph_settings_category' => 'article' ) ),
'tag' => Array( 'name' => __( 'Article Tags', 'all_in_one_seo_pack' ),
'type' => 'text', 'default' => '', 'condshow' => Array( 'aioseop_opengraph_settings_category' => 'article' ) ),
'facebook_publisher'=>Array('name' => __( 'Show Facebook Publisher on Articles', 'all_in_one_seo_pack' ), 'type' => 'text', 'default' => '' ),
'facebook_author'=>Array( 'name' => __( 'Show Facebook Author on Articles', 'all_in_one_seo_pack' ) ),
);
// load initial options / set defaults
$this->update_options( );
$display = Array();
if ( isset( $this->options['aiosp_opengraph_types'] ) ) $display = $this->options['aiosp_opengraph_types'];
$this->locations = array(
'opengraph' => Array( 'name' => $this->name, 'prefix' => 'aiosp_', 'type' => 'settings',
'options' => Array('scan_header', 'setmeta', 'key', 'sitename', 'hometitle', 'description', 'homeimage', 'hometag', 'generate_descriptions', 'defimg',
'fallback', 'dimg', 'meta_key', 'categories', 'defcard', 'twitter_site', 'twitter_creator', 'twitter_domain', 'gen_tags', 'gen_keywords', 'gen_categories',
'gen_post_tags', 'types', 'facebook_publisher', 'facebook_author' ) ),
'settings' => Array( 'name' => __('Social Settings', 'all_in_one_seo_pack'),
'type' => 'metabox', 'help_link' => 'http://semperplugins.com/documentation/social-meta-module/#pagepost_settings',
'options' => Array( 'title', 'desc', 'image', 'customimg', 'imagewidth', 'imageheight', 'video', 'videowidth', 'videoheight', 'category', 'section', 'tag', 'setcard' ),
'display' => $display, 'prefix' => 'aioseop_opengraph_'
)
);
$this->layout = Array(
'default' => Array(
'name' => __( 'General Settings', 'all_in_one_seo_pack' ),
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
'options' => Array() // this is set below, to the remaining options -- pdb
),
'home' => Array(
'name' => __( 'Home Page Settings', 'all_in_one_seo_pack' ),
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
'options' => Array( 'setmeta', 'sitename', 'hometitle', 'description', 'homeimage', 'hometag' )
),
'image' => Array(
'name' => __( 'Image Settings', 'all_in_one_seo_pack' ),
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
'options' => Array( 'defimg', 'fallback', 'dimg', 'meta_key' )
),
'facebook' => Array(
'name' => __( 'Facebook Settings', 'all_in_one_seo_pack' ),
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
'options' => Array( 'key', 'types', 'gen_tags', 'gen_keywords', 'gen_categories', 'gen_post_tags', 'categories', 'facebook_publisher', 'facebook_author' )
),
'twitter' => Array(
'name' => __( 'Twitter Settings', 'all_in_one_seo_pack' ),
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
'options' => Array( 'defcard', 'setcard', 'twitter_site', 'twitter_creator', 'twitter_domain' )
),
'scan_meta' => Array(
'name' => __( 'Scan Social Meta', 'all_in_one_seo_pack' ),
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/#scan_meta',
'options' => Array( 'scan_header' )
)
);
$other_options = Array();
foreach( $this->layout as $k => $v )
$other_options = array_merge( $other_options, $v['options'] );
$this->layout['default']['options'] = array_diff( array_keys( $this->default_options ), $other_options );
if ( is_admin() ) {
add_action( 'admin_init', Array( $this, 'debug_post_types' ), 5 );
} else {
add_action( 'wp', Array( $this, 'type_setup' ) );
}
if( !is_admin() || defined( 'DOING_AJAX' ) ){ $this->do_opengraph(); }
// Avoid having duplicate meta tags
add_filter( 'jetpack_enable_open_graph', '__return_false' );
}
function settings_page_init() {
add_filter( 'aiosp_output_option', Array( $this, 'display_custom_options' ), 10, 2 );
$cat = $this->options["{$this->prefix}categories"];
if ( !empty( $cat ) ) {
if ( $cat == 'blog' ) {
$show_on_front = get_option( 'show_on_front' );
if ( ( $show_on_front == 'page' ) && ( get_option( 'page_on_front' ) ) ) {
$this->output_error( '
' . __( "Static front page detected, suggested Facebook Object Type is 'website'.", 'all_in_one_seo_pack' ) . '
' ); } } elseif ( $cat == 'website' ) { $show_on_front = get_option( 'show_on_front' ); if ( ( $show_on_front == 'posts' ) ) $this->output_error( '' . __( "Blog on front page detected, suggested Facebook Object Type is 'blog'.", 'all_in_one_seo_pack' ) . '
' ); } } } function filter_options( $options, $location ) { if ( $location == 'settings' ) { $prefix = $this->get_prefix( $location ) . $location . '_'; list( $legacy, $images ) = $this->get_all_images( $options ); if ( isset( $options ) && isset( $options["{$prefix}image"] ) ) { $thumbnail = $options["{$prefix}image"]; if ( ctype_digit( (string)$thumbnail ) || ( $thumbnail == 'post' ) ) { if ( $thumbnail == 'post' ) $thumbnail = $images['post1']; else if ( !empty( $legacy[$thumbnail] ) ) $thumbnail = $legacy[$thumbnail]; } $options["{$prefix}image"] = $thumbnail; } if ( empty( $options[ $prefix . 'image' ] ) ) { $img = array_keys( $images ); if ( !empty( $img ) && !empty( $img[1] ) ) $options[ $prefix . 'image' ] = $img[1]; } } return $options; } function filter_settings( $settings, $location, $current ) { if ( $location == 'opengraph' || $location == 'settings' ) { $prefix = $this->get_prefix( $location ) . $location . '_'; if ( $location == 'opengraph' ) return $settings; if ( $location == 'settings' ) { list( $legacy, $settings[ $prefix . 'image' ]['initial_options'] ) = $this->get_all_images( $current ); $opts = Array( 'title', 'desc' ); $current_post_type = get_post_type(); if ( isset( $this->options["aiosp_opengraph_{$current_post_type}_fb_object_type"] ) ) { $flat_type_list = Array(); foreach( $this->fb_object_types as $k => $v ) { if ( is_array( $v ) ) { $flat_type_list = array_merge( $flat_type_list, $v ); } else { $flat_type_list[$k] = $v; } } $settings[$prefix . 'category']['initial_options'] = array_merge( Array( $this->options["aiosp_opengraph_{$current_post_type}_fb_object_type"] => __( 'Default ', 'all_in_one_seo_pack' ) . ' - ' . $flat_type_list[ $this->options["aiosp_opengraph_{$current_post_type}_fb_object_type"] ] ), $settings[$prefix . 'category']['initial_options'] ); } if ( isset( $this->options["aiosp_opengraph_defcard"] ) ) { $settings[$prefix . 'setcard']['default'] = $this->options["aiosp_opengraph_defcard"]; } } if ( isset( $current[ $prefix . 'setmeta' ] ) && $current[ $prefix . 'setmeta' ] ) foreach ( $opts as $opt ) if ( isset( $settings[ $prefix . $opt ] ) ) { $settings[ $prefix . $opt ]['type'] = 'hidden'; $settings[ $prefix . $opt ]['label'] = 'none'; $settings[ $prefix . $opt ]['help_text'] = ''; unset( $settings[ $prefix . $opt ]['count'] ); } } return $settings; } function override_options( $options, $location, $settings ) { $opts = Array(); foreach ( $settings as $k => $v ) if ( $v['save'] ) $opts[$k] = $v['default']; foreach( $options as $k => $v ) if ( $v === NULL ) unset( $options[$k] ); $options = wp_parse_args( $options, $opts ); return $options; } function filter_metabox_options( $options, $location, $post_id ) { if ( $location == 'settings' ) { $prefix = $this->get_prefix( $location ) . $location; if ( !empty( $options[$prefix . '_customimg'] ) ) { $old_options = get_post_meta( $post_id, '_' . $prefix ); $prefix .= '_'; if ( empty( $old_options[$prefix . 'customimg'] ) || ( $old_options[$prefix . 'customimg'] != $options[$prefix . 'customimg'] ) ) $options[$prefix . 'image'] = $options[$prefix . 'customimg']; } } return $options; } /** Custom settings **/ function display_custom_options( $buf, $args ) { if ( $args['name'] == 'aiosp_opengraph_scan_header' ) { $buf .= ''; return $buf; } function add_attributes( $output ) { // avoid having duplicate meta tags $type = $this->type; if ( empty( $type ) ) $type = 'website'; $schema_types = Array( 'album' => 'MusicAlbum', 'article' => 'Article', 'bar' => 'BarOrPub', 'blog' => 'Blog', 'book' => 'Book', 'cafe' => 'CafeOrCoffeeShop', 'city' => 'City', 'country' => 'Country', 'episode' => 'Episode', 'food' => 'FoodEvent', 'game' => 'Game', 'hotel' => 'Hotel', 'landmark' => 'LandmarksOrHistoricalBuildings', 'movie' => 'Movie', 'product' => 'Product', 'profile' => 'ProfilePage', 'restaurant' => 'Restaurant', 'school' => 'School', 'sport' => 'SportsEvent', 'website' => 'WebSite' ); if ( !empty( $schema_types[$type] ) ) $type = $schema_types[$type]; else $type = 'WebSite'; $attributes = apply_filters( $this->prefix . 'attributes', Array( 'itemscope', 'itemtype="http://schema.org/' . ucfirst( $type ) . '"', 'prefix="og: http://ogp.me/ns#"' ) ); foreach( $attributes as $attr ) { if ( strpos( $output, $attr ) === false ) { $output .= "\n\t$attr "; } } return $output; } function add_meta( ) { global $post, $aiosp, $aioseop_options, $wp_query; $metabox = $this->get_current_options( Array(), 'settings' ); $key = $this->options['aiosp_opengraph_key']; $dimg = $this->options['aiosp_opengraph_dimg']; $current_post_type = get_post_type(); $title = $description = $image = $video = ''; $type = $this->type; $sitename = $this->options['aiosp_opengraph_sitename']; if ( !empty( $aioseop_options['aiosp_hide_paginated_descriptions'] ) ) { $first_page = false; if ( $aiosp->get_page_number() < 2 ) $first_page = true; } else { $first_page = true; } $url = $aiosp->aiosp_mrt_get_url( $wp_query ); $url = apply_filters( 'aioseop_canonical_url', $url ); $setmeta = $this->options['aiosp_opengraph_setmeta']; if ( is_front_page() ) { $title = $this->options['aiosp_opengraph_hometitle']; if ( $first_page ) $description = $this->options['aiosp_opengraph_description']; if ( !empty( $this->options['aiosp_opengraph_homeimage'] ) ) $thumbnail = $this->options['aiosp_opengraph_homeimage']; else $thumbnail = $this->options['aiosp_opengraph_dimg']; /* If Use AIOSEO Title and Desc Selected */ if( $setmeta ) { $title = $aioseop_options['aiosp_home_title']; if ( $first_page ) $description = $aioseop_options['aiosp_home_description']; } /* Add some defaults */ if( empty($title) ) $title = get_bloginfo('name'); if( empty($sitename) ) $sitename = get_bloginfo('name'); if ( empty( $description ) && $first_page && ( !empty( $this->options['aiosp_opengraph_generate_descriptions'] ) ) && !empty( $post ) && !empty( $post->post_content ) ) $description = $aiosp->trim_excerpt_without_filters( $aiosp->internationalize( preg_replace( '/\s+/', ' ', $post->post_content ) ), 1000 ); if ( empty($description) && $first_page ) $description = get_bloginfo('description'); if ( $type == 'article' && ( !empty( $this->options['aiosp_opengraph_hometag'] ) ) ) { $tag = $this->options['aiosp_opengraph_hometag']; } } elseif ( is_singular( ) && $this->option_isset('types') && is_array( $this->options['aiosp_opengraph_types'] ) && in_array( $current_post_type, $this->options['aiosp_opengraph_types'] ) ) { if ( $type == 'article' ) { if ( !empty( $metabox['aioseop_opengraph_settings_section'] ) ) { $section = $metabox['aioseop_opengraph_settings_section']; } if ( !empty( $metabox['aioseop_opengraph_settings_tag'] ) ) { $tag = $metabox['aioseop_opengraph_settings_tag']; } if ( !empty( $this->options['aiosp_opengraph_facebook_publisher'] ) ) { $publisher = $this->options['aiosp_opengraph_facebook_publisher']; } } if ( !empty( $this->options['aiosp_opengraph_twitter_domain'] ) ) $domain = $this->options['aiosp_opengraph_twitter_domain']; if ( $type == 'article' && !empty( $post ) ) { if ( isset( $post->post_author ) && !empty( $this->options['aiosp_opengraph_facebook_author'] ) ) $author = get_the_author_meta( 'facebook', $post->post_author ); if ( isset( $post->post_date ) ) $published_time = date( 'Y-m-d\TH:i:s\Z', mysql2date( 'U', $post->post_date ) ); if ( isset( $post->post_modified ) ) $modified_time = date( 'Y-m-d\TH:i:s\Z', mysql2date( 'U', $post->post_modified ) ); } $image = $metabox['aioseop_opengraph_settings_image']; $video = $metabox['aioseop_opengraph_settings_video']; $title = $metabox['aioseop_opengraph_settings_title']; $description = $metabox['aioseop_opengraph_settings_desc']; /* Add AIOSEO variables if Site Title and Desc from AIOSEOP not selected */ global $aiosp; if( empty( $title ) ) $title = $aiosp->get_aioseop_title( $post ); if ( empty( $description ) ) $description = trim( strip_tags( get_post_meta( $post->ID, "_aioseop_description", true ) ) ); /* Add some defaults */ if ( empty( $title ) ) $title = get_the_title(); if ( empty( $description ) && ( $this->options['aiosp_opengraph_generate_descriptions'] ) ) $description = $post->post_content; if ( empty( $type ) ) $type = 'article'; } else return; if ( $type == 'article' ) { if ( !empty( $this->options['aiosp_opengraph_gen_tags'] ) ) { if ( !empty( $this->options['aiosp_opengraph_gen_keywords'] ) ) { $keywords = $aiosp->get_main_keywords(); $keywords = $this->apply_cf_fields( $keywords ); $keywords = apply_filters( 'aioseop_keywords', $keywords ); if ( !empty( $keywords ) && !empty( $tag ) ) { $tag .= ',' . $keywords; } elseif ( empty( $tag ) ) { $tag = $keywords; } } $tag = $aiosp->keyword_string_to_list( $tag ); if ( !empty( $this->options['aiosp_opengraph_gen_categories'] ) ) $tag = array_merge( $tag, $aiosp->get_all_categories( $post->ID ) ); if ( !empty( $this->options['aiosp_opengraph_gen_post_tags'] ) ) $tag = array_merge( $tag, $aiosp->get_all_tags( $post->ID ) ); } if ( !empty( $tag ) ) $tag = $aiosp->clean_keyword_list( $tag ); } if ( !empty( $description ) ) $description = $aiosp->trim_excerpt_without_filters( $aiosp->internationalize( preg_replace( '/\s+/', ' ', $description ) ), 1000 ); $title = $this->apply_cf_fields( $title ); $description = $this->apply_cf_fields( $description ); /* Data Validation */ $title = strip_tags( esc_attr( $title ) ); $sitename = strip_tags( esc_attr( $sitename ) ); $description = strip_tags( esc_attr( $description ) ); if ( empty( $thumbnail ) && !empty( $image ) ) $thumbnail = $image; /* Get the first image attachment on the post */ // if( empty($thumbnail) ) $thumbnail = $this->get_the_image(); /* Add user supplied default image */ if( empty($thumbnail) ) { if ( empty( $this->options['aiosp_opengraph_defimg'] ) ) $thumbnail = $this->options['aiosp_opengraph_dimg']; else { switch ( $this->options['aiosp_opengraph_defimg'] ) { case 'featured' : $thumbnail = $this->get_the_image_by_post_thumbnail( ); break; case 'attach' : $thumbnail = $this->get_the_image_by_attachment( ); break; case 'content' : $thumbnail = $this->get_the_image_by_scan( ); break; case 'custom' : $meta_key = $this->options['aiosp_opengraph_meta_key']; if ( !empty( $meta_key ) && !empty( $post ) ) { $meta_key = explode( ',', $meta_key ); $thumbnail = $this->get_the_image_by_meta_key( Array( 'post_id' => $post->ID, 'meta_key' => $meta_key ) ); } break; case 'auto' : $thumbnail = $this->get_the_image(); break; case 'author' : $thumbnail = $this->get_the_image_by_author(); break; default : $thumbnail = $this->options['aiosp_opengraph_dimg']; } } } if ( ( empty( $thumbnail ) && !empty( $this->options['aiosp_opengraph_fallback'] ) ) ) $thumbnail = $this->options['aiosp_opengraph_dimg']; if ( !empty( $thumbnail ) ) $thumbnail = esc_url( $thumbnail ); $width = $height = ''; if ( !empty( $thumbnail ) ) { if ( !empty( $metabox['aioseop_opengraph_settings_imagewidth'] ) ) $width = $metabox['aioseop_opengraph_settings_imagewidth']; if ( !empty( $metabox['aioseop_opengraph_settings_imageheight'] ) ) $height = $metabox['aioseop_opengraph_settings_imageheight']; } if ( !empty( $video ) ) { if ( !empty( $metabox['aioseop_opengraph_settings_videowidth'] ) ) $videowidth = $metabox['aioseop_opengraph_settings_videowidth']; if ( !empty( $metabox['aioseop_opengraph_settings_videoheight'] ) ) $videoheight = $metabox['aioseop_opengraph_settings_videoheight']; } $card = 'summary'; if ( !empty( $this->options['aiosp_opengraph_defcard'] ) ) $card = $this->options['aiosp_opengraph_defcard']; if ( !empty( $metabox['aioseop_opengraph_settings_setcard'] ) ) $card = $metabox['aioseop_opengraph_settings_setcard']; $site = $domain = $creator = ''; if ( !empty( $this->options['aiosp_opengraph_twitter_site'] ) ) $site = $this->options['aiosp_opengraph_twitter_site']; if ( !empty( $this->options['aiosp_opengraph_twitter_domain'] ) ) $domain = $this->options['aiosp_opengraph_twitter_domain']; if ( !empty( $post ) && isset( $post->post_author ) && !empty( $this->options['aiosp_opengraph_twitter_creator'] ) ) $creator = get_the_author_meta( 'twitter', $post->post_author ); if ( !empty( $site ) && $site[0] != '@' ) $site = '@' . $site; if ( !empty( $creator ) && $creator[0] != '@' ) $creator = '@' . $creator; $meta = Array( 'facebook' => Array( 'title' => 'og:title', 'type' => 'og:type', 'url' => 'og:url', 'thumbnail' => 'og:image', 'width' => 'og:image:width', 'height' => 'og:image:height', 'video' => 'og:video', 'videowidth' => 'og:video:width', 'videoheight' => 'og:video:height', 'sitename' => 'og:site_name', 'key' => 'fb:admins', 'description' => 'og:description', 'section' => 'article:section', 'tag' => 'article:tag', 'publisher' => 'article:publisher', 'author' => 'article:author', 'published_time'=> 'article:published_time', 'modified_time' => 'article:modified_time', ), 'twitter' => Array( 'card' => 'twitter:card', 'site' => 'twitter:site', 'creator' => 'twitter:creator', 'domain' => 'twitter:domain', 'description' => 'twitter:description', ), 'google+' => Array( 'thumbnail' => 'image', ), ); // Add links to testing tools /* http://developers.facebook.com/tools/debug https://dev.twitter.com/docs/cards/preview http://www.google.com/webmasters/tools/richsnippets */ /* $meta = Array( 'facebook' => Array( 'title' => 'og:title', 'type' => 'og:type', 'url' => 'og:url', 'thumbnail' => 'og:image', 'sitename' => 'og:site_name', 'key' => 'fb:admins', 'description' => 'og:description' ), 'google+' => Array( 'thumbnail' => 'image', 'title' => 'name', 'description' => 'description' ), 'twitter' => Array( 'card' => 'twitter:card', 'url' => 'twitter:url', 'title' => 'twitter:title', 'description' => 'twitter:description', 'thumbnail' => 'twitter:image' ) ); */ $tags = Array( 'facebook' => Array( 'name' => 'property', 'value' => 'content' ), 'twitter' => Array( 'name' => 'name', 'value' => 'content' ), 'google+' => Array( 'name' => 'itemprop', 'value' => 'content' ) ); foreach ( $meta as $t => $data ) foreach ( $data as $k => $v ) { if ( empty( $$k ) ) $$k = ''; $filtered_value = $$k; $filtered_value = apply_filters( $this->prefix . 'meta', $filtered_value, $t, $k ); if ( !empty( $filtered_value ) ) { if ( !is_array( $filtered_value ) ) $filtered_value = Array( $filtered_value ); foreach( $filtered_value as $f ) { echo '' . "\n"; } } } } function do_opengraph( ) { global $aioseop_options; if ( !empty( $aioseop_options ) && !empty( $aioseop_options['aiosp_schema_markup'] ) ) add_filter( 'language_attributes', Array( $this, 'add_attributes' ) ); if ( !defined( 'DOING_AJAX' ) ) add_action( 'aioseop_modules_wp_head', Array( $this, 'add_meta' ), 5 ); } function type_setup() { global $aiosp, $wp_query; $this->type = ''; if ( $aiosp->is_static_front_page() ) { if ( !empty( $this->options ) && !empty( $this->options['aiosp_opengraph_categories'] ) ) $this->type = $this->options['aiosp_opengraph_categories']; } elseif ( is_singular() && $this->option_isset('types') ) { $metabox = $this->get_current_options( Array(), 'settings' ); $current_post_type = get_post_type(); if ( !empty( $metabox['aioseop_opengraph_settings_category'] ) ) { $this->type = $metabox['aioseop_opengraph_settings_category']; } elseif ( isset( $this->options["aiosp_opengraph_{$current_post_type}_fb_object_type"] ) ) { $this->type = $this->options["aiosp_opengraph_{$current_post_type}_fb_object_type"]; } } } function debug_post_types( ) { add_filter( $this->prefix . 'display_settings', Array( $this, 'filter_settings' ), 10, 3 ); add_filter( $this->prefix . 'override_options', Array( $this, 'override_options' ), 10, 3 ); add_filter( $this->get_prefix( 'settings' ) . 'filter_metabox_options', Array( $this, 'filter_metabox_options' ), 10, 3 ); $post_types = $this->get_post_type_titles( ); $rempost = array( 'revision' => 1, 'nav_menu_item' => 1 ); $post_types = array_diff_key( $post_types, $rempost ); $this->default_options['types']['initial_options'] = $post_types; foreach( $post_types as $slug => $name ) { $field = $slug . '_fb_object_type'; $this->default_options[$field] = Array( 'name' => "$name " . __( 'Object Type', 'all_in_one_seo_pack' ) . "