/ Published in: jQuery
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<script type="text/javascript">
$(document).ready(function() {
if(document.getElementById("ys_social_media") == null){
$("#plus_one").css("display","none");
}
else
{
$("#plus_one").css({
"float":"left",
"width":"67px"
});
$("#ys_social_tweet").before(jQuery("#plus_one"));
$("#ys_social_v_separator").clone().appendTo(jQuery("#ys_social_tweet"));
}
});
</script>
URL: http://e-commsolution.com/google-yahoo-store/
Comments
 Subscribe to comments
                    Subscribe to comments
                
                