The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Chatbox in html page

    -MiSHmaSH-
    -MiSHmaSH-
    Forumember


    Male Posts : 267
    Reputation : 12
    Language : Latvian

    Solved Chatbox in html page

    Post by -MiSHmaSH- January 8th 2014, 12:49 am

    Hi!
    I am going to make html page. It will have forum header and
    footer. But I don't know chatbox code. I wan't the chatbox in all page. I decided to do this becouse I hate it in forum list page or portal. I know I can open it like this : help.forumotion.com/chatbox, but I need forum header and
    footer.


    Last edited by -MiSHmaSH- on January 8th 2014, 7:05 pm; edited 1 time in total
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Chatbox in html page

    Post by Jophy January 8th 2014, 4:51 am

    Hello,

    Create an HTML page:
    https://help.forumotion.com/t13528-creating-an-html-page

    Then get a code for the chatbox you want, have it pasted on the HTML.
    You can integrate the code provided on the tutorial above.
    -MiSHmaSH-
    -MiSHmaSH-
    Forumember


    Male Posts : 267
    Reputation : 12
    Language : Latvian

    Solved Re: Chatbox in html page

    Post by -MiSHmaSH- January 8th 2014, 6:52 am

    Can't find chatbox code
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Chatbox in html page

    Post by Jophy January 8th 2014, 6:56 am

    Try a XAT chatbox, you can search for the code on google.
    -MiSHmaSH-
    -MiSHmaSH-
    Forumember


    Male Posts : 267
    Reputation : 12
    Language : Latvian

    Solved Re: Chatbox in html page

    Post by -MiSHmaSH- January 8th 2014, 12:34 pm

    What about orginal forum chatbox?
    avatar
    Guest
    Guest


    Solved Re: Chatbox in html page

    Post by Guest January 8th 2014, 1:01 pm

    Just add iframe such as   <iframe src="/chatbox/index.forum"></iframe>
    -MiSHmaSH-
    -MiSHmaSH-
    Forumember


    Male Posts : 267
    Reputation : 12
    Language : Latvian

    Solved Re: Chatbox in html page

    Post by -MiSHmaSH- January 8th 2014, 1:57 pm

    Thanks, how to change it`s size?
    avatar
    Guest
    Guest


    Solved Re: Chatbox in html page

    Post by Guest January 8th 2014, 2:26 pm

    Code:
    #iframe {
    height: desired height here;
    width: desired width here;
    }
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Chatbox in html page

    Post by Sir. Mayo January 8th 2014, 5:34 pm

    Coolyou wrote:
    Code:
    #iframe {
    height: desired height here;
    width: desired width here;
    }

    If this does not work you can try using this
    Code:
     <iframe src="chatbox/index.forum" width="width here" height="height here">
    </iframe>
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Chatbox in html page

    Post by Jophy January 9th 2014, 2:28 am

    Solved & Locked

      Current date/time is September 22nd 2024, 9:27 pm