Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

v0.2.1

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

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