How to add youtube, twitter, facebook accounts? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    How to add youtube, twitter, facebook accounts?

    avatar
    Pendragon53
    New Member


    Female Posts : 4
    Reputation : 1
    Language : English
    Location : South East UK

    Solved How to add youtube, twitter, facebook accounts?

    Post by Pendragon53 11/11/2012, 20:32

    I am wondering if someone with some technical knowledge could possibly help me, I need to link our Youtube account, our Twitter account and our Facebook account to our forum... I am technically useless at this kind of thing and have no idea what I am doing, I have tried to read up on it all here, but do not understand one bit of it... I have a disability which makes matters worse as I forget things very easy... I am more than willing to give my forum address and password to a technical person here to sort this out for me please..

    Thank You so much


    Last edited by Sanket on 11/12/2012, 16:13; edited 1 time in total (Reason for editing : Edited the title.)
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by Nera. 11/12/2012, 05:18

    I need to link our Youtube account, our Twitter account and our Facebook account to our forum...

    Link them as in linking small images on your forum to lead till them?

    Add this to AP > Display > Homepage > Generalities > Message content. Change the photo links (with YT, Twitter and FB photos) or leave only link to appeare there, as you wish.

    Code:
    <ul id="tipkice">
    <li><a title="write title here" href="write href link here"><img src="http://2img.net/i/fa/fdf3/normal.png"></a></li>
    <li><a title="write title here" href="write href link here"><img src="http://2img.net/i/fa/fdf3/normal.png"></a></li>
    <li><a title="write title here" href="write href link here"><img src="http://2img.net/i/fa/fdf3/normal.png"></a></li>
    <li><a title="write title here" href="write href link here"><img src="http://2img.net/i/fa/fdf3/normal.png"></a></li>
    </ul>

    Than add this to CSS. You can change its position, sides, what ever you want.

    Code:
    #tipkice {
        padding-right: 5px;
        position: fixed;
        right: 0;
        top: 130px;
        width: 24px;
    }

    You'll have the small images in the corner of your forum leading to your FB, TW, and YT account, after you add links in the code ofcourse.

    If that is not what you need please explain a bit better. Thanks! (:
    avatar
    Pendragon53
    New Member


    Female Posts : 4
    Reputation : 1
    Language : English
    Location : South East UK

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by Pendragon53 11/12/2012, 09:42

    Thank You but unfortunately the CSS code didn't work, still trying to work it out... I have absolutely no idea so hope someone can help me if possible

    Perhaps if I explain myself a bit better it might help I want to have the little twitter, Youtube, and Facebook buttons like on the right side of this forum but to our own accounts which we have already set up Okay I have tried it again and all is says are Twitter and Facebook but no little buttons sort of thing
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by Nera. 11/12/2012, 12:05

    Look at this link and on the right side small images: http://tikitiki.forumcroatian.com/

    This is the HTML used in AP > Display > Homepage > Generalities > Message content.

    Code:
    <ul id="tipkice">
    <li><a title="write title here" href="write href link here"><img src="http://2img.net/i/fa/fdf3/normal.png"></a></li>
    <li><a title="write title here" href="write href link here"><img src="http://2img.net/i/fa/fdf3/normal.png"></a></li>
    <li><a title="write title here" href="write href link here"><img src="http://2img.net/i/fa/fdf3/normal.png"></a></li>
    <li><a title="write title here" href="write href link here"><img src="http://2img.net/i/fa/fdf3/normal.png"></a></li>
    </ul>

    This is the CSS used:

    Code:
    #tipkice {
        list-style: none outside none;
        padding-right: 5px;
        position: fixed;
        right: 0;
        top: 130px;
        width: 24px;
    }

    Than all you need to do is go to one of these sites and find your images and replace mine with them in HTML:

    http://www.iconfinder.com/
    http://www.iconarchive.com/
    http://findicons.com/

    And in the HTML too add links to your accounts.

    It will end up looking something like this:

    How to add youtube, twitter, facebook accounts? FYUt
    avatar
    Pendragon53
    New Member


    Female Posts : 4
    Reputation : 1
    Language : English
    Location : South East UK

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by Pendragon53 11/12/2012, 13:39

    Okay I have it all set up and they are showing up on the right hand side, however it is the images I am not sure if I download them or how I get those codes please
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by Nera. 11/12/2012, 14:09

    victor_lee
    victor_lee
    New Member


    Posts : 13
    Reputation : 1
    Language : Vietnamese

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by victor_lee 11/12/2012, 14:20

    Đơn giãn vậy mà cũng hỏi???
    avatar
    Pendragon53
    New Member


    Female Posts : 4
    Reputation : 1
    Language : English
    Location : South East UK

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by Pendragon53 11/12/2012, 14:21

    Oh Thank You, Thank You, Thank You so very very much for your patience and kindness it is so appreciated :wouhou: :wouhou:


    Now I need to work out how to click the solved part lol
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by Nera. 11/12/2012, 14:23

    Pendragon53 wrote:Oh Thank You, Thank You, Thank You so very very much for your patience and kindness it is so appreciated :wouhou: :wouhou:

    Welcome (-:
    victor_lee
    victor_lee
    New Member


    Posts : 13
    Reputation : 1
    Language : Vietnamese

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by victor_lee 11/12/2012, 14:30

    Nera. wrote:Welcome (-:
    ?????????????
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by Nera. 11/12/2012, 14:31

    victor_lee wrote:Đơn giãn vậy mà cũng hỏi???

    victor_lee wrote:
    Nera. wrote:Welcome (-:
    ?????????????


    I can't answer you as I don't speak nor understand that language. Try English. Thanks! (:
    victor_lee
    victor_lee
    New Member


    Posts : 13
    Reputation : 1
    Language : Vietnamese

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by victor_lee 11/12/2012, 14:34

    Okay, you can use this to chat
    http://translate.google.com
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: How to add youtube, twitter, facebook accounts?

    Post by Sanket 11/12/2012, 16:12

    victor_lee, please create a new thread about your problem in English.
    Topic Solved & Locked