• I had this plugin enabled to show the under construction page for a while. I’ve been setting up Otto’s Simple Facebook Connect on my site. Once ready, I disabled the coming soon page but now every time I try to share my site on facebook, the sharing window shows a default “Show logo” image and title of “This site is under construction” with no description.

    I have confirmed with Otto’s plugin that the default image is in fact something else and that I did in fact set a default description for the site so I don’t understand where it is getting this information from!

    Where is the “Simple Coming Soon” plugin storing it’s Title and description information??

    http://wordpress.org/extend/plugins/simple-coming-soon-and-under-construction/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Thread Starter mcfmullen

    (@mcfmullen)

    It didn’t work.

    It says

    og:title: The site is under construction
    og:image: “the wrong image is here”

    How can I update the information to display correctly?

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    If the og:title and og:image are in the source code of your site, then that’s what you actually have on your site. Fix your site’s settings or post content or what have you.

    If your source code has the right information in it, then using the debugger will update FB’s cache, like the post says.

    There is no other answer to be given. Either you have the right info on your site or you don’t.

    Thread Starter mcfmullen

    (@mcfmullen)

    I have verified the source code of my site. The source code indicate the proper og:title and og:image which simply perplexes me as to why this is happening.

    The debugger is clearly not flushing it’s cache for some reason I can’t explain. It is reporting a redirect error – this could be the reason why but I have no idea how to fix it (I have no other plugins enabled).

    Here is what the debugger reports. Note I’ve hidden my domain but rest assured, it is correct.

    Critical Errors That Must Be Fixed
    Error Scraping Page: Bad Response Code (redirect)

    Errors That Must Be Fixed
    Circular Redirect: Circular redirect path detected (see Redirect Path section for details).

    Redirect Path
    original: http://domain.com/
    302: http://domain.com/LhoVN/
    302: http://domain.com/
    Final URL is in bold (this is the URL we tried to extract metadata from).
    URLs that are part of the circular redirect path are highlighted.

    This is what is in my source code:

    <meta property='og:image' content='http://www.http://domain.com/wp-content/themes/tranquil-reflections/images/sleepingboudha.jpg' />
    <meta property='og:description' content='Un site d'informations sur le monde merveilleux du Yoga, de la cohérence cardiaque, de la méditation...' />
    <meta property='og:type' content='blog' />
    <meta property='og:title' content='My Personal Site' />
    <meta property='og:url' content='http://domain.com' />
    <meta property='og:site_name' content='My Personal Site' />
    <meta property='fb:app_id' content='151428364975354' />
    <meta property='og:locale' content='fr_FR' />

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Simple "Coming soon" And "Under construction"] Facebook thinks my site’ is closed to new replies.