Title: nonimage's Replies | WordPress.org

---

# nonimage

  [  ](https://wordpress.org/support/users/nonimage/)

 *   [Profile](https://wordpress.org/support/users/nonimage/)
 *   [Topics Started](https://wordpress.org/support/users/nonimage/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nonimage/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nonimage/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nonimage/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nonimage/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nonimage/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post thumbnail in head…](https://wordpress.org/support/topic/post-thumbnail-in-head/)
 *  [nonimage](https://wordpress.org/support/users/nonimage/)
 * (@nonimage)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/post-thumbnail-in-head/#post-1425566)
 * I would also like to do this.
 * With the new Facebook Open Graph stuff, you can define a thumbnail for that page
   in your `<head>` of the form
    `<meta property="og:image" content="[image url]"/
   >`.
 * I would like to use
    `<meta property="og:image" content="<?php the_post_thumbnail();?
   >"/>` but since this is outside the loop, the tag returns nothing.
 * Is there a way to get this to work outside the loop?
 * Thanks

Viewing 1 replies (of 1 total)