Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi allenrowand,
    we’ve checked on different configurations, the buttons show fine everytime on your website. May you try some tests outside your actual network?

    Thread Starter allenrowand

    (@allenrowand)

    I still see the issue with the same computer connected to a different network. When I look the the page’s source code, the beginning of the FB button code reads:

    <iframe src=”//www.facebook.com/plugins/like.php

    if I change this to

    <iframe src=”http://facebook.com/plugins/like.php

    the button displays properly in Chrome. Looks like a bad expression in the php code that creates a URL that Chrome is not resolving.

    Thanks,
    Allen

    Thread Starter allenrowand

    (@allenrowand)

    Update:
    While the iframe source was indeed mangled, the problem was ultimately user error. I forgot that I installed Facebook Disconnect on my machine, which was then pushed to my Windows install. My apologies for the wasted bandwidth.

    Allen

    Happy to hear this 🙂 Also, the missing protocol in the iframe source is a way for being consistent over websites using different protocols: this way should load the appropriate iframe both in http and https sites.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Really simple Facebook Twitter share buttons] Button issues in Chrome’ is closed to new replies.