Skip to content

Instantly share code, notes, and snippets.

@RobinSharaya
RobinSharaya / qa-fsocialicon-admin
Created July 16, 2012 17:56
Floating Social Icon
<?php
class qa_fsocialicon_admin {
function option_default($option) {
switch($option) {
case 'fsocialicon_css':
return '
<style>
#pageshare {position:fixed; bottom:15%; margin-left:-71px; float:left; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fff;padding:0 0 2px 0;z-index:10;}
#pageshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;}
.fb_share_count_top {width:48px !important;}