Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Klaus Ondrich Friend
    #208784

    Hello,

    when using JA System Social plugin 2.5.5 on our SSL secured site, Firefox prevents the social icons from being displayed, because their API calls go to unencrypted http:// sites rather than continuously using SSL. They get displayed, if I tell Firefox to show unencrypted content mixed with encrypted content.
    Joomla is using SSL for both frontend and backend and there is a http to https redirection rule in IIS web.config.

    Could you review the API calls to support https against Facebook, Twitter and so on?
    This would be great!

    Kind regards

    jooservices Friend
    #577489

    Hi there
    Please open file
    pluginssystemjasocialjasocial.php

    And replace all http://... by //
    For sample

    $link = "http://www.facebook.com/plugins/like.php?href=" . rawurlencode($link) . "&layout=" . $fb_layout . "&show_faces=" . $fb_show_faces . "&width=" . $fb_width . "&action=" . $fb_action . "&colorscheme=" . $fb_color . "&font=" . $fb_font . "&send=" . $send;
    to

    $link = "//www.facebook.com/plugins/like.php?href=" . rawurlencode($link) . "&layout=" . $fb_layout . "&show_faces=" . $fb_show_faces . "&width=" . $fb_width . "&action=" . $fb_action . "&colorscheme=" . $fb_color . "&font=" . $fb_font . "&send=" . $send;

    Thank you,
    Viet Vu

    Klaus Ondrich Friend
    #577490

    Hi,

    thank you for wour very quick reply. I knew that I could hack some source file(s) of the plugin, but I would prefer a more convenient and a more durable way. After hacking the source file I would have to hack it again after updating the plugin, e.g.

    Cheers

    jooservices Friend
    #577491

    Hi there
    I’ll mention that with team. Yup i agree current code is bad concept 🙂

    Thank you,
    Viet Vu

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

This topic contains 4 replies, has 2 voices, and was last updated by  jooservices 9 years, 4 months ago.

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