How to add youtube, twitter, facebook accounts?
4 posters
Page 1 of 1
How to add youtube, twitter, facebook accounts?
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
Thank You so much
Last edited by Sanket on November 12th 2012, 5:13 pm; edited 1 time in total (Reason for editing : Edited the title.)
Re: How to add youtube, twitter, facebook accounts?
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! (:
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to add youtube, twitter, facebook accounts?
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
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
Re: How to add youtube, twitter, facebook accounts?
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.
This is the CSS used:
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:
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:
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to add youtube, twitter, facebook accounts?
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
Re: How to add youtube, twitter, facebook accounts?
What codes, you don't need any more codes. Just put the image links in the HTML I gave you replacing this link: https://2img.net/i/fa/fdf3/normal.png
Example:
Link: http://cdn3.iconfinder.com/data/icons/socialnetworking/32/facebook.png
Link: http://cdn3.iconfinder.com/data/icons/socialnetworking/32/twitter.png
Link: http://cdn3.iconfinder.com/data/icons/socialnetworking/32/youtube.png
Example:
Link: http://cdn3.iconfinder.com/data/icons/socialnetworking/32/facebook.png
Link: http://cdn3.iconfinder.com/data/icons/socialnetworking/32/twitter.png
Link: http://cdn3.iconfinder.com/data/icons/socialnetworking/32/youtube.png
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to add youtube, twitter, facebook accounts?
Đơn giãn vậy mà cũng hỏi???
victor_lee- New Member
- Posts : 13
Reputation : 1
Language : Vietnamese
Re: How to add youtube, twitter, facebook accounts?
Oh Thank You, Thank You, Thank You so very very much for your patience and kindness it is so appreciated
Now I need to work out how to click the solved part lol
Now I need to work out how to click the solved part lol
Re: How to add youtube, twitter, facebook accounts?
Pendragon53 wrote:Oh Thank You, Thank You, Thank You so very very much for your patience and kindness it is so appreciated
Welcome (-:
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to add youtube, twitter, facebook accounts?
?????????????Nera. wrote:Welcome (-:
victor_lee- New Member
- Posts : 13
Reputation : 1
Language : Vietnamese
Re: How to add youtube, twitter, facebook accounts?
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! (:
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to add youtube, twitter, facebook accounts?
Okay, you can use this to chat
http://translate.google.com
http://translate.google.com
victor_lee- New Member
- Posts : 13
Reputation : 1
Language : Vietnamese
Re: How to add youtube, twitter, facebook accounts?
victor_lee, please create a new thread about your problem in English.
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Facebook/youtube/twitter
» Facebook Google twitter
» SEO Tip! Auto Publish to facebook..twitter
» Facebook and Twitter share button by subject
» Google+1 Twitter Facebook widget not working
» Facebook Google twitter
» SEO Tip! Auto Publish to facebook..twitter
» Facebook and Twitter share button by subject
» Google+1 Twitter Facebook widget not working
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum