Integrate open graph protocol without plugin?
This information doesn’t have to be static. Here’s an example: <meta property=”og:title” content=”<?php if ( is_single() ) { wp_title(); } else { bloginfo(‘name’); } ?>” /> <meta property=”og:type” content=”blog” /> <meta property=”og:url” content=”<?php echo get_permalink() ?>” /> <meta property=”og:site_name” content=”<?php bloginfo(‘name’) ?>” /> Images are a little tricker. I like using the featured image if … Read more