Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 05:42
  • Add a new configuration variable $wgFemiwikiAddThisId for pubid and tool id of AddThis. If it is set, $wgFemiwikiFacebookAppId will be ignored.

    // Basic usage
    $wgFemiwikiAddThisId = 'xx-xxxxxxxxxxxxxxxx';
    
    // If you have multiple tools, you must specify the tool id.
    $wgFemiwikiAddThisId = [
      'pub' => 'xx-xxxxxxxxxxxxxxxx',
      'tool' => 'xxxx',
    ];