Hi everyone,
Is there a way to load non AMD third-party javascript on elgg ?
Regards,
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 1 like
- Using traditional JS libraries as modules
- Traditional scripts
- Third-party assets
- Hermand Pessek@rheman

Hermand Pessek - 0 likes
You must log in to post replies.Thanks a lot Nikolai,
I am trying to use Traditional scripts but how to load external js. I used to load "links" in head this way.
How to load non AMD javascript using elgg_register_plugin_hook_handler('head', 'page', $callback);
Regards,