Social Media and HTML problem

2 replies
  • WEB DESIGN
  • |
Hi everyone,

I need help with my website below.

http://hitlikeandshare.com/test.html

The problem is, whenever I hit the FB share button, it will appear like this:



No images, no description. Just my website name and title. Is there anything I can do to make Thor youtube image comes out with great wording on the description? Thanks.
#html #media #problem #social
  • Profile picture of the author Valdor Kiebach
    Put these in the <head> of the page you are sharing:

    Code:
    <meta property="og:image" content="url to image" />
    <meta property="og:title" content="title of the page" />
    <meta property="og:description"content="add a short description of the page or content"/>
    The image should be at least 200x200 px
    {{ DiscussionBoard.errors[8231382].message }}
    • Profile picture of the author victorfrancis
      Originally Posted by Valdor Kiebach View Post

      Put these in the <head> of the page you are sharing:

      Code:
      <meta property="og:image" content="url to image" />
      <meta property="og:title" content="title of the page" />
      <meta property="og:description"content="add a short description of the page or content"/>
      The image should be at least 200x200 px
      It works, thanks Valdor
      {{ DiscussionBoard.errors[8231664].message }}

Trending Topics