function shareLinkedIn(path){ href = 'https://www.linkedin.com/cws/share?url='+path+'&original_referer='+path+'&token=&isFramed=false&lang=en_US&_ts=1499762907741.6528&xd_origin_host=https%3A%2F%2Fmetamug.com'; window.open(href, 'Metamug Share Box','left=20,top=20,width=500,height=300,toolbar=1,resizable=0'); return false; } function tweet(headline,path){ href = 'https://twitter.com/intent/tweet?original_referer='+path+'&ref_src=twsrc%5Etfw&text='+headline+' @themetamug&tw_p=tweetbutton&url='+path; window.open(href, 'Metamug Share Box','left=20,top=20,width=500,height=300,toolbar=1,resizable=0'); return false; } function shareFb(headline,path){ href='https://www.facebook.com/sharer.php?u='+path+'&t='+headline; window.open(href, 'Metamug Share Box','left=20,top=20,width=500,height=300,toolbar=1,resizable=0'); return false; }