Adding Facebook’s image and meta description retrieval capabilities to a WordPress post
I believe Facebook uses the Open Graph protocol for this. Basically, a site that provides certain Open Graph meta tags can have the data that these tags refer to appear nicely formatted on Facebook. Example from the Open Graph protocol site: <html prefix=”og: http://ogp.me/ns#”> <head> <title>The Rock (1996)</title> <meta property=”og:title” content=”The Rock” /> <meta property=”og:type” … Read more