Topic on Project:Support desk

[RESOLVED] How to integrate Bumpin.com tool bar?

7
Karldan (talkcontribs)

Hello, can anyone tell me please if it is possible to integrate the Bumpin tool bar on my wiki website?

Website of the tool bar: Bumpin.com

All i need to do is to add this code but i'm not sure on wich file i need to add it. <script type="text/javascript" src="http://www.bumpin.com/bar"></script>

  1. MediaWiki 1.23.1
  2. PHP 5.4.31 (cgi-fcgi)
  3. MySQL 5.5.36-cll-lve

Thank you

Ciencia Al Poder (talkcontribs)

Read Manual:Interface/JavaScript to see how include JavaScript code.

To include a script URL (for example, <script type="text/javascript" src="http://www.bumpin.com/bar"></script>

you should use instead: $.getScript('https://www.bumpin.com/bar');

Karldan (talkcontribs)

Thank you for your answer,

I'm not a good coder, i inserted the code you show me in LocalSettings.php but no success. all i had is a white page. I'm not sure if this is the right file to insert this code.

I will try some other string you show me in Manual:Interface/JavaScript

Thank's again.

Ciencia Al Poder (talkcontribs)

Seriously. Where on earth I pointed you to alter LocalSettings.php?

Karldan (talkcontribs)

Sorry buddy, don't get mad, all i said is i tried this in my LocalSetting.php, i didn't said you pointed me there, if this is not the good file to put this code, just point me to the good file, that's all...As i said, i'm only asking for a little help because i'm NOT A CODER, i'm trying to get my way into all of this geez...

88.130.101.168 (talkcontribs)

Usually you include JavaScript by adding it to one of the MediaWiki-pages of your wiki, e.g. to the page MediaWiki:Common.js in your wiki.

Karldan (talkcontribs)

Thanks a lot for your help, this was very appreciated.

Got it work with this extension: Extension:WikiBanner

All I had to do after installing this extension is to insert the javascript code inside the quote instead of any banner code and it works.

Once again, thanks a lot.

Reply to "[RESOLVED] How to integrate Bumpin.com tool bar?"