<!-- ######SEO_wpViral###### -->
<meta name="author" content="<?php bloginfo('name'); ?>">
<meta name="keywords" content="<?php wp_title( '', true, 'right'); ?>">
<?php echo seo_wpViral(); ?>
<meta property="og:locale" content="es_ES" />
<meta property="og:type" content="article" />
<meta property="og:title" content="<?php the_title(); ?>" />
<meta property="og:url" content="<?php the_permalink() ?>" />
<meta property="og:site_name" content="<?php bloginfo('name'); ?>" />
<meta property="article:section" content="<?php $category = get_the_category(); echo $category[0]->cat_name; ?>" />
<meta property="og:image" content="<?php if($foto = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full' )){ $src = $foto['0']; echo $src;
} else { $id_yt = get_post_custom_values("idyt"); echo 'http://img.youtube.com/vi/'.$id_yt[0].'/0.jpg'; } ?>" />
<?php $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { echo '<meta property="article:tag" content="'.$tag->name . '" />' . "\n"; } } ?>
<link rel="canonical" href="<?php the_permalink() ?>" />
<!-- ######SEO_wpViral###### -->