WebSite X5Help Center

 
William T.
William T.
User

Shiny Stat box.. where do i find it?  en

Author: William T.
Visited 852, Followers 1, Shared 0  

When I post a web page from websitex5 ver 11 to facebook  It shows the shinystat box, not what I want.. where to I get rid of that and put in my logo or something?

Posted on the
2 ANSWERS
Paul M.
Paul M.
Moderator

Hello William,

Please see the following link which displays Facebook related information with regards to your website:

https://developers.facebook.com/tools/debug/og/object?q=http://www.tuckpixs.com/

In particular please note the following paragraph:

og:image could not be downloaded or is too small

og:image was not defined, could not be downloaded or was not big enough. Please define a chosen image using the og:image metatag, and use an image that's at least 200x200px and is accessible from Facebook. Image 'http://www.shinystat.com/cgi-bin/shinystat.cgi?USER=wtucker0092' will be used instead.

If you follow those instructions you will be able to resolve the issue.

I believe (but am not 100% certain) that this is done on Facebook, rather than WebSite X5...  but I look to others to expand on that.  The og:image metatag is certainly a Facebook property, and not directly related to WebSite X5 as such.

Kind regards,

Paul

Read more
Posted on the from Paul M.
Paul M.
Paul M.
Moderator

UPDATE:  on closer inspection I have discovered the cause of your problem, William.

Your og:image metatag is presently located in the BODY of your HTML code...  it should be in the HEAD section, as specified by Facebook.

Please see your source code to verify for yourself:

https://developers.facebook.com/tools/debug/og/echo?q=http://www.tuckpixs.com/

The following line needs to be in the HEAD section:

<meta property="og:image" content="http://tuckpixs.com/logo/logo.jpg" />

Your logo is present and correct on the server as you will see if you visit this URL:

http://tuckpixs.com/logo/logo.jpg

So all you need to do is move the metatag to the HEAD of your page and Facebook will be able to find the logo.

Hope this helps.

Paul

Read more
Posted on the from Paul M.