Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-10184

Social networking is not fully using SSL giving browser warning

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Duplicate
    • Affects Version/s: 4.1.2
    • Fix Version/s: 4.2.0
    • Component/s: None
    • Labels:
      None

      Description

      — civicrm/templates/CRM/common/SocialNetwork.tpl 2012-02-10 16:50:43.000000000 +0000
      +++ ../civicrm_templates/CRM/common/SocialNetwork.tpl 2012-04-08 20:05:24.000000000 +0100
      @@ -38,14 +38,14 @@
      <a href="http://twitter.com/share?url={$url}&text={$title}" id="crm_tweet">
      <img title="Twitter Tweet Button" src="{$config->userFrameworkResourceURL}/i/tweet.png" width="55px" height="20px" alt="Tweet Button">
      </a>

      • <a href="http://www.facebook.com/plugins/like.php?href={$url}" target="_blank">
        + <a href="https://www.facebook.com/plugins/like.php?href={$url}" target="_blank">
        <img title="Facebook Like Button" src="{$config->userFrameworkResourceURL}/i/fblike.png" alt="Facebook Button" />
        </a> {else}

        {use advanced buttons for pages}
        <div class="label">
        <iframe allowtransparency="true" frameborder="0" scrolling="no"

      • src="http://platform.twitter.com/widgets/tweet_button.html?text={$title}&url={$url}"
        + src="https://platform.twitter.com/widgets/tweet_button.html?text={$title}&url={$url}"
        style="width:100px; height:20px;">
        </iframe>
        </div>
        @@ -53,7 +53,7 @@
        <g:plusone href={$url}></g:plusone>
        </div>
        <div class="label">
      • <iframe src="http://www.facebook.com/plugins/like.php?app_id=240719639306341&href={$url}&send=false&layout=standard&show_faces=false&action=like&colorscheme=light" scrolling="no" frameborder="0" $
        + <iframe src="https://www.facebook.com/plugins/like.php?app_id=240719639306341&href={$url}&send=false&layout=standard&show_faces=false&action=like&colorscheme=light" scrolling="no" frameborder="0"$
        </iframe>
        </div> {/if}

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              alib Ali Bakir
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: