Changeset 31899 for extensions


Ignore:
Timestamp:
Oct 25, 2017, 11:36:01 AM (6 years ago)
Author:
plg
Message:

use HTTPS on facebook.com for sharer.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FacebookPlug/Plugin/tpl/buttons.tpl

    r27588 r31899  
    1010*}
    1111{* method 2 *}
    12 <a class="pwg-state-default pwg-button" href="http://www.facebook.com/sharer.php?u={$fbp_page.url|@urlencode}" title="{'Share on Facebook'|@translate}" rel="nofollow" onclick="window.open(this.href, 'Facebook_Share','width=550,height=350,location=no,status=no,toolbar=no,scrollbars=no,menubar=no'); return false;"><img src="{$FBP_PATH|@cat:'/icon/share.png'}" class="button" alt="{'Share on Facebook'|@translate}"></a>
     12<a class="pwg-state-default pwg-button" href="https://www.facebook.com/sharer.php?u={$fbp_page.url|@urlencode}" title="{'Share on Facebook'|@translate}" rel="nofollow" onclick="window.open(this.href, 'Facebook_Share','width=550,height=350,location=no,status=no,toolbar=no,scrollbars=no,menubar=no'); return false;"><img src="{$FBP_PATH|@cat:'/icon/share.png'}" class="button" alt="{'Share on Facebook'|@translate}"></a>
    1313{* method 3 *}
    1414{*
Note: See TracChangeset for help on using the changeset viewer.