So I've become annoyed that when I post a link to my site in Facebook an image is not included with the it. I did a little research and found out about open graph tags that are supposed to help with this sort of problem and have tried to implement them to no avail. If anyone knows how to fix this, I'd be glad to know. Here's the code I'm using now:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head><title>***comic_name*** - ***todays_date***</title>
<meta property="og:title" content="Chainmail Bikini"/>
<meta property="og:type" content="Web Comic"/>
<meta property="og:url" content="http://chainmailbikini.comicgenesis.com"/>
<meta property="og:image" content="http://i288.photobucket.com/albums/ll188/jayemkay22/og.jpg"/>
<meta property="og:site_name" content="Chainmail Bikini"/>
<meta property="fb:admins" content="Jason Kerr"/>
<meta property="og:description"
content="Chainmail Bikini is a fantasy tale about an adventuring company and their quests in a land filled with magic and mystery."/>



