The most obvious thing I think of is that you're getting cross-domain-security issues i.e. if you're running the AT from http but linking out to URLs using https.
Have a look in the browser console to see if you've got any errors.
Always use protocol-less URLs i.e. "//community.adaptlearning.org" instead of "http://community.adaptlearning.org"