Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • southerneditor Friend
    #162155

    JA Facebook Share plugin says it has shared and posted to facebook from our site, but does not show up on facebook.
    url is http://southerntimesmagazine.com
    I have already had some problems with the ssl on this site and the facebook plugins. I tried editing plg_jafacebookshare.php the same way you suggested for the Like It plugin (http://www.joomlart.com/forums/topic/ja-facebook-like-it-error/) by replacing:

    function getRootUrl() {
    $url = str_replace(JURI::root(true), ”, JURI::root());
    $url = preg_replace(“//+$/”, ”, $url);
    return $url;
    }

    with:

    function getRootUrl() {
    global $mainframe;
    $force_ssl = $mainframe->getCfg( ‘force_ssl’ );

    $url = str_replace(JURI::root(true), ”, JURI::root());
    $url = preg_replace(“//+$/”, ”, $url);

    if($force_ssl != 2) {
    //not use ssl for entire site
    $url = preg_replace(“/^https:/i”, ‘http:’, $url);
    }
    return $url;
    }

    This corrected the url being shared from https to http, but still doesn not actually share it to facebook.

    Thanh Nguyen Viet Friend
    #384236

    I think that there is some issue on your site.
    I see no post on FB when I hit a like button too (I have checked your site on last week and It worked). I have sent you update file for these 2 plugins (read on this thread). Please download and install them.
    If this bug still appears, please give me your administrator account and ftp account for further checking (via helpdesk)

    Best regards,
    ThanhNV

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum