Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Adding Facebook Tags To Jekyll

When a link is added to Facebook their servers parse the page to create a snippet to display. To allow developers to take more control over the snippet, Facebook uses their Open Graph Protocol 1 .

determine what should be used, Facebook uses their

Things to look at :

http : //developers.facebook.com/docs/opengraphprotocol/

http : //developers.facebook.com/tools/lint

Determine your Facebook User ID here : https : //developers.facebook.com/tools/explorer The page will reload with your ID.

Note that when you make the post, it shows the full URL, but when it shows up in the feed it's clipped. Need to see if this is because of the site _ name tag or not.

_ Footnotes _

1. Open Graph - The developer docs overview of Facebook's system for tying in third - party websites and apps.