Social Sharing Buttons for Blog
― function addcopyrightnotice() { var body_element = document.getElementsByTagName('body')[0]; var selection; selection = window.getSelection(); var pagelink = " ∙ Read more at: "+document.location.href+" ∙ Copyright © MyBloggerWidgets"; var copytext = selection + pagelink; var newdiv = document.createElement('div'); newdiv.style.position='absolute'; newdiv.style.left='-99999px'; body_element.appendChild(newdiv); newdiv.innerHTML = copytext; [...].







