What's the best way to add an Alexa script to your MediaWiki installation? They were talking about it on StackExchange: https://stackoverflow.com/questions/23849769/how-to-add-alexa-certificate-to...
The hook implementation in LocalSettings.php
Greg Rundlett https://eQuality-Tech.com https://freephile.org
On Fri, Jun 30, 2017 at 3:10 PM, Jean Valjean jeanvaljean2718@gmail.com wrote:
What's the best way to add an Alexa script to your MediaWiki installation? They were talking about it on StackExchange: https://stackoverflow.com/questions/23849769/how-to-add- alexa-certificate-to-mediawiki-header _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Also, as mentioned at https://stackoverflow.com/questions/29902768/how-to-add-custom-global-javasc... you can mw.loader.load( 'https://some.website.com/some-javascript.js' ); in your MediaWiki:Common.js interface page (with Admin rights)
Greg Rundlett https://eQuality-Tech.com https://freephile.org
On Fri, Jun 30, 2017 at 4:07 PM, Greg Rundlett (freephile) < greg@freephile.com> wrote:
The hook implementation in LocalSettings.php
Greg Rundlett https://eQuality-Tech.com https://freephile.org
On Fri, Jun 30, 2017 at 3:10 PM, Jean Valjean jeanvaljean2718@gmail.com wrote:
What's the best way to add an Alexa script to your MediaWiki installation? They were talking about it on StackExchange: https://stackoverflow.com/questions/23849769/how-to-add-alex a-certificate-to-mediawiki-header _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org