Controlling which picture is used for FaceBook thumbnail

The following code inserted into the header.php passes off the thumbnail in the article. <?php if (is_home()) { echo ‘<meta property="og:image" content="http://www.amarketplaceofideas.com/wp-content/uploads/2013/04/Wavy-Arm-Guy.jpg"/>’; } elseif (function_exists("has_post_thumbnail") && has_post_thumbnail() && !is_home() ) { post->ID), full ); ?> </p> <meta content="<?php echo $thumbnail[0]; ?>" property="og:image" /> <?php } ?> <p>

MD5 CheckSum Calculator

I needed to verify my Ubuntu download was good.  I downloaded 2 times and got the same checksum both times.  Appears I have to take yet another hard drive back to microcenter.  Microcenter hours. Checksum tool Ubuntu CheckSums   My Ubuntu version = ubuntu-12.10-desktop-i386.iso    b4191c1d1d6fdf358c154f8bf86b97dd Checking CD Integrity –  I ended Read more…