3,958
edits
Juho Kunsola (talk | contribs) (+ https://www.wikiapiary.com/wiki/Stop_Synthetic_Filth!_wiki) |
Juho Kunsola (talk | contribs) m (+ missing </nowiki> + typo) |
||
Line 179: | Line 179: | ||
It may be installed on many platforms. I installed it for the [https://stop-synthetic-filth.org/wp/ SSF! Wordpress]. | It may be installed on many platforms. I installed it for the [https://stop-synthetic-filth.org/wp/ SSF! Wordpress]. | ||
Once the chat is installed, it can be included on unlimited number of pages with a Javascript script inserted in the <nowiki><body> ... </body> according to the documentation, but seems to work just fine also in the <nowiki><head> ... </head></nowiki>, which was actually what they suggested previously. | Once the chat is installed, it can be included on unlimited number of pages with a Javascript script inserted in the <nowiki><body> ... </body></nowiki> according to the documentation, but seems to work just fine also in the <nowiki><head> ... </head></nowiki>, which was actually what they suggested previously. | ||
To enable a Tidio chat on a Mediawiki, one way is to install, load and configure [[mw:Extension:HeadScript]] | To enable a Tidio chat on a Mediawiki, one way is to install, load and configure [[mw:Extension:HeadScript]] | ||
Line 187: | Line 187: | ||
* Install [[mw:Extension:HeadScript]] | * Install [[mw:Extension:HeadScript]] | ||
* Add <code>wfLoadExtension( 'HeadScript' );</code> to LocalSettings.php | * Add <code>wfLoadExtension( 'HeadScript' );</code> to LocalSettings.php | ||
* You can find the code in the Tidio Panel -> 'Settings' -> Installation -> '' 'If you still want to access your JavaScript code or reinstall the chat - click here' '' -> 'Javascript'. Copy this code. | * You can find the code in the 'Tidio Panel' -> 'Settings' -> Installation -> '' 'If you still want to access your JavaScript code or reinstall the chat - click here' '' -> 'Javascript'. Copy this code. | ||
* Add the code to load the script to LocalSettings as instructed in the extension's | * Add the code to load the script to <code>LocalSettings.php</code> as instructed in the extension's documentation. | ||
= Instructions = | = Instructions = | ||
<references group="instructions" /> | <references group="instructions" /> |