Advertisement
markross1967

Custom: Meta Data

Apr 23rd, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <!-- Custom: Meta Data -->
  2.  
  3. <?php if (have_posts()):while(have_posts()):the_post(); endwhile; endif;?>
  4. <!-- the default values -->
  5. <meta property="fb:app_id" content="333203483406971" />
  6. <meta property="fb:admins" content="markross1967" />
  7.  
  8. <!-- if page is content page -->
  9. <?php if (is_single()) { ?>
  10. <meta property="og:url" content="<?php the_permalink() ?>"/>
  11. <meta property="og:title" content="<?php single_post_title(''); ?>" />
  12. <!-- <meta property="og:description" content= -->
  13. <meta property="og:type" content="blog" />
  14. <meta property="og:image" content="http://original-republican.com/wp-content/uploads/2012/04/Thomas-Jefferson-site-image-cropped.jpg" />
  15.  
  16.  
  17. <!-- if page is others -->
  18. <?php } else { ?>
  19. <meta property="og:site_name" content="<?php bloginfo('name'); ?>" />
  20. <meta property="og:description" content="The Original Republican is a libertarian-leaning blog site, which focuses on political insights, philosophy, and The United States Constitution."
  21. <meta property="og:type" content="blog" />
  22. <meta property="og:image" content="http://original-republican.com/wp-content/uploads/2012/04/Thomas-Jefferson-site-image-cropped.jpg" /> <?php } ?>
  23.  
  24. <!-- End Custom Meta Data -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement