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

    (@otto42)

    WordPress.org Admin

    Subsites in WPMU necessarily use ‘/’ at the end of the url.

    SFC just asks WordPress itself what the URL is. It doesn’t add or remove slashes from there. So if you have the wrong setup, then you have the wrong settings for your home or siteurl.

    Thread Starter ialima7

    (@ialima7)

    The siteurl is with slash (see) even so the og:url set by SFC is not with the slash.

    Is there something that can be done by the htaccess to correct the errors “Redirect Path” identified by the Facebook Debugger?

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    I don’t know what more to tell you. SFC neither adds nor remove slashes. There’s no “fix” because this simply is not happening in SFC itself.

    See the code:

    $fbmeta['og:url'] = esc_url(get_bloginfo("url"));

    http://plugins.svn.wordpress.org/simple-facebook-connect/trunk/sfc-base.php

    Thread Starter ialima7

    (@ialima7)

    I understand (I think… rsrs).

    You are the expert, I’m just curious. ;D

    Thanks for responding.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Simple Facebook Connect] Question with og:url in WPMU’ is closed to new replies.