Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • splico123 Friend
    #158031

    JA TWITTER module is breaking SSL, is there way to make it compatible and in accordance with SSL? rest of the template so far is fine with it but whenever i turn on SSL with twitter it just shows “contains unauthenticated content”

    any info on this?

    thangnn1510 Friend
    #369281

    Dear Splico123!

    The “contains unautheticated content” warning appears when you use SSL because the twitter module has content some methods that use unsecurity contents. Please replace all “http” in that module by “https”. The warning should no longer appear.

    Hope this helps you. 😎

    splico123 Friend
    #369317

    That did it, thx a lot. Would hel though to make the module both ways compatible with auto switching built in?

    thangnn1510 Friend
    #369439

    Dear Splico123!

    Please use this code:

    [PHP]
    if ($_SERVER[‘HTTPS’] != “on”) {
    //change your “http://” to “https://”
    } else{
    //keep “http://”
    }
    [/PHP]

    In anywhere that contains “http://”.

    This will help you to make the module both ways compatible with auto switching built in!

    Regards!:cool:

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

This topic contains 4 replies, has 2 voices, and was last updated by  thangnn1510 13 years, 11 months ago.

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