Plugin loaded, but not running

After some extended debugging we found the issue. The plugin uses Google’s url shortener api, which uses an api key for any kind of large volume. Our dev instance (more accurately the public ip assoiated with it) was under the threshold for not needing a key.

Production was over but there wasn’t adequate error handling to see what had happened. We now can provide an api key and have things function correctly.