Skip to content

Integrating Huddle into your website

Our API lets you do all manner of funky stuff to integrate Huddle into your site or app, but if you want to start simple you can add a Huddle login box to a website. We have left the code intentionally vanilla so you can customise the layout of the html and styling to suit, the only prerequisites being:

  • The <FORM> id="HuddleLogin"
  • The <FORM> action="https://my.huddle.net/FastLogin.ashx"
  • The <FORM> method="post"
  • Include the fields:
    • Username: <input type="text" id="UserName" name="UserName"/>
    • Password: <input type="password" id="Password" name="Password"/>
    • Keep me logged in: <input name="LongSession" id="LongSession" type="checkbox" checked="checked"/>