"New project" default name when shared on Facebook

0 favourites
  • 2 posts
  • Hi guys,

    I've exported my project and embed it to an HTML page. The name of the project and the HTML <title> tag of the page are filled correctly, but when I share it on Facebook, it still displays "New project" as the title of the link.

    Any idea? Thanks!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • OK problem solved it was mainly a matter of <meta> tags:

    <meta property="og:title" content="This Page Title"/>

    <meta property="og:type" content="product"/>

    <meta property="og:url" content="http://www.mywebaddress.com"/>

    <meta property="og:image" content="http://www.myimage.jpg"/>

    <meta property="og:site_name" content="My Site Name"/>

    <meta property="fb:admins" content="10101010101"/>

    <meta property="og:email" content="hello@mywebaddress.com"/>

    <meta property="og:description" content="Description of my product."/>

    Still wondering where Facebook get this "New project" title anyway.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)