Add-on Sksya Chat Implementation

coryb2007

Member
Link: Skysa

I would like to fully implement Skysa Chat into Xenforo, I know you need to use this code that they provided on their website. I need help doing this so it can be fully utilized within Xenforo.

HTML:
<script type="text/javascript">
var _SKYAUTH = {
loginUrl:'REPLACE',
memberNick:'REPLACE WITH CONTEXT CODE TO GET MEMBER USER NAME',
memberId:'REPLACE WITH CONTEXT CODE TO GET MEMBER ID',
profileUrl:'REPLACE WITH MEMBER PROFILE URL',
photoUrl:'REPLACE WITH MEMBER PHOTO URL'
};
</script>
 
Top Bottom