Touch Social
Page 1 of 1 • Share •
Touch Social

Touch Social
Tutorial of adding codes in your admin panel
Font: Calibri
Font Size: 20pt, Sharp
Image:

Creation File:
CSS
- Code:
#takip {
position: fixed;
right: 0;
top: 220px;
z-index: 999;
}
.takip {
background-image: url('http://i49.servimg.com/u/f49/16/79/78/79/social17.png');
background-repeat: no-repeat;
height: 42px;
width: 42px;
top: 100px;
margin-left: auto;
opacity:0.3;
filter:alpha(opacity=50); /* For IE8 and earlier */
}
.takip:hover {
background-image: url('http://i49.servimg.com/u/f49/16/79/78/79/social17.png');
cursor: pointer;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.facebook {
background-position: 0px 0px;
}
.twitter {
background-position: 0px -42px;
}
.Google {
background-position: 0px -84px;
}
.Youtube {
background-position: 0px -126px;
}
.rss {
background-position: 0px -168px;
}
HTML
- Code:
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Social Media Buttons</title>
<script src="dkthemes.forumotion.in/38797.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".takip").mouseover(function(){
$(this).filter(':not(:animated)').animate({width:135},{duration:500});
});
$(".takip").mouseout(function(){
$(this).animate({width:42});
});
});
</script>
<div id="takip">
<div class="facebook takip" onclick="location.href='http://www.facebook.com/'">
</div>
<div class="twitter takip" onclick="location.href='http://www.twitter.com/'">
</div>
<div class="Google takip" onclick="location.href='http://www.flickr.com/'">
</div>
<div class="Youtube takip" onclick="location.href='http://www.friendfeed.com/'">
</div>
<div class="rss takip" onclick="location.href='http://www.vimeo.com/'">
</div>
Last edited by DadyKing on February 1st 2012, 9:23 am; edited 12 times in total

upestana_- Forumotion Member
- Posts: 54
Language: English
Points: 73
Join date: 2011-11-23
Re: Touch Social
Superb DK..
Adding the "Google+1" button was hitting a home run.
Any chances you'll be doing a set for the left side?
Adding the "Google+1" button was hitting a home run.Any chances you'll be doing a set for the left side?
WHITESABBATH- Forumotion Member
-

Posts: 932
Points: 1960
Join date: 2009-03-28
Re: Touch Social
WHITESABBATH wrote:Superb DK..Adding the "Google+1" button was hitting a home run.
Any chances you'll be doing a set for the left side?
You just have to replace link with yours, in HTML

midoweb96- Forumotion Member
- Posts: 154
Language: Css - Html - Jquery
Location: United States of America
Points: 141
Join date: 2011-12-17
Re: Touch Social
i understand the coding aspect ..However, if i code these buttons to go on the left side,won't the "icons" be "hidden" (?) until cursored over?DadyKing wrote:WHITESABBATH wrote:Superb DK..Adding the "Google+1" button was hitting a home run.
Any chances you'll be doing a set for the left side?
You just have to replace link with yours, in HTML
WHITESABBATH- Forumotion Member
-

Posts: 932
Points: 1960
Join date: 2009-03-28
Re: Touch Social
DadyKing can I use them for navbar? Like "Home" and etc. And can you tell me how to add new images?
Re: Touch Social
Th1nK wrote:DadyKing can I use them for navbar? Like "Home" and etc. And can you tell me how to add new images?
You just have to change the image...

and link as well

FL.ux- Forumotion Member
-

Posts: 842
Age: 16
Language: I hope I could be a FM staff :'(
Location: I shall fly to the subterranean sky.
Points: 763
Join date: 2011-11-13

Reva-bosS- Forumotion Member
-

Posts: 262
Language: Greek
Location: Greece
Points: 252
Join date: 2011-09-10
Re: Touch Social
OK thank you dady and have a very nice day
!
PS:
When I hover them they don't move like in the clip! Ideas?
PS:
When I hover them they don't move like in the clip! Ideas?
Re: Touch Social
Added Tutorial of how to add codings in forumotion admin panel
http://www.youtube.com/watch?v=W5G2tLDmB-E
http://www.youtube.com/watch?v=W5G2tLDmB-E
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum




by DadyKing on January 30th 2012, 9:31 am








