Integrating ExoBucks with Xenforo

ExoBucks

New member
Hi everyone,

We're considering creating a plugin for ExoBucks (https://exobucks.com).

We have some Javascript code that forum owners copy/paste to any website and it'll automatically pass external links through our URL shortener. We were also thinking of using the API to generate real shortened links at the time any post is made with external links in it - which would obviously need to be a plugin.

But in terms of just adding our Javascript code, how difficult do forum owners generally find that to be?

It's just the same as adding Javascript for other services like Google Analytics. Do forum owners tend to be able to do this on their own or is a plugin actually needed to do this?

Thanks for opinions!
 
Adding JS is straightforward - it typically just involves editing a template and pasting the code.

It can be packaged into an add-on which would inject the code into the template.
 
Top Bottom