Skip to content
Snippets Groups Projects

Different must-use plugins for Wordpress we use on noblogs.org

*embed.php: registers various oembed providers handles

  • google maps
  • openstreetmaps
  • archive.org
  • dctp.tv
  • various sites supported by noembed.com
  • ted.com
  • arkiwi.org
  • bambuser.com
  • mixcloud.com
  • send-smtp-email.php: sends mail via SMTP server instead than using PHP mail()
  • remove-password-change-notification.php: do not send emails to Admins when users change passwords

Ideally, these should each be individually packaged and put in an indepedent repo. In practice we won’t bother for the time being.