# Facebook gets no title, description or image

**URL:** <https://meta.discourse.org/t/facebook-gets-no-title-description-or-image/73448>\
**Category:** Support\
**Created:** [2017年十一月5日 09:44 UTC](https://meta.discourse.org/t/facebook-gets-no-title-description-or-image/73448 "2017-11-05T09:44:26Z")\
**Posts on this page:** 7\
**Page:** 1

<div class="post-metadata">

**Author:** ![sebastianh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sebastianh/32/40415_2.png) [@sebastianh](https://meta.discourse.org/u/sebastianh)\
**Post date:** [2017年十一月5日 09:44 UTC](https://meta.discourse.org/t/facebook-gets-no-title-description-or-image/73448/1 "2017-11-05T09:44:27Z")

</div>

When I paste the main URL to my forum into a Facebook sharing box (share the link in my news feed or on a Facebook page), it doesn’t pull any information. Even though a default opengraph image is specified, a site description and title is set, and so on… what am I missing here?

 ![58](https://global.discourse-cdn.com/meta/original/3X/5/5/551415dabaf760bc0534f228ed2bfc5f4259baab.png)

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2017年十一月5日 20:26 UTC](https://meta.discourse.org/t/facebook-gets-no-title-description-or-image/73448/2 "2017-11-05T20:26:18Z")

</div>

Did you check on [Iframely URL Debugger - Open Graph, Twitter Cards, oEmbed](http://iframely.com/debug) ? Does it work here on meta?

---

<div class="post-metadata">

**Author:** ![sebastianh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sebastianh/32/40415_2.png) [@sebastianh](https://meta.discourse.org/u/sebastianh)\
**Post date:** [2017年十一月5日 20:51 UTC](https://meta.discourse.org/t/facebook-gets-no-title-description-or-image/73448/3 "2017-11-05T20:51:53Z")

</div>

Works here on meta. On that debugger I get a 417 error… I will investigate. Any ideas?

---

<div class="post-metadata">

**Author:** ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)\
**Post date:** [2017年十一月5日 22:43 UTC](https://meta.discourse.org/t/facebook-gets-no-title-description-or-image/73448/4 "2017-11-05T22:43:06Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/3X/3/9/3969bcb881148252da2b5c37d3b936b8bfb88972.png)

whatever that means.

---

<div class="post-metadata">

**Author:** ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)\
**Post date:** [2017年十一月6日 12:57 UTC](https://meta.discourse.org/t/facebook-gets-no-title-description-or-image/73448/5 "2017-11-06T12:57:46Z")

</div>

Facebook has a [Sharing Debugger](https://developers.facebook.com/tools/debug/sharing/) which tells you what’s wrong.

In your case it’s

> **Image Too Small**  
> Provided og:image URL was not valid because it did not meet the minimum size constraint of 200px by 200px.

Tip: You need to press the “Scrape Again” button if you make changes to your site and want it to test again with Facebook’s debugger, otherwise you’ll see cached results.

---

<div class="post-metadata">

**Author:** ![sebastianh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sebastianh/32/40415_2.png) [@sebastianh](https://meta.discourse.org/u/sebastianh)\
**Post date:** [2017年十一月6日 15:26 UTC](https://meta.discourse.org/t/facebook-gets-no-title-description-or-image/73448/6 "2017-11-06T15:26:35Z")

</div>

Thanks Gerhard. Great tool. Still getting “The following required properties are missing: og:type, fb:app\_id” but I don’t think Discourse supplies those by default. The sharing in FB now also works and yields the expected information

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2017年十一月6日 19:57 UTC](https://meta.discourse.org/t/facebook-gets-no-title-description-or-image/73448/7 "2017-11-06T19:57:06Z")

</div>


