If I do that in the header template it will then display to same picture regardless of my post. I’d like to set the image displayed at the post level so each time I post to Facebook it will display a picture relevant to that post. Is that possible?
Also in youR example above do I type it exactly as you have it only replacing the image name where you typed “thepictureiwannause”? Or where it says Og:image do I need to put the image name there too?
I’m also not sure where exactly to place this command line. I see the word head throughout my header php file., so between what two references of <head>? I do see another meta tag in this file, I suppose I could insert this line right above it? Here is the meta tag I currently see in my header php and where I’m thinking of inserting the command line you provided. would that work?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="https://gmpg.org/xfn/11">
INSERT META TAG FOR PHOTO HERE?
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title('?', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
[Please remember to use the code buttons when posting code here]