$(document).ready(function(){ }); /* SOCIAL SHARE (FOR HQ THEME) */ $(window).load(function(){ var mix_postid = $(".mix_postid").val(); var mix_permalink = $(".mix_permalink").val(); $(".hq_social_block .social_list .social-facebook").attr("href", "http://www.facebook.com/share.php?u="+mix_permalink); $(".hq_social_block .social_list .social-tweeter").attr("href", "http://twitter.com/home?status="+mix_permalink); $(".hq_social_block .social_list .social-delicious").attr("href", "http://delicious.com/post?url="+mix_permalink); });