Skip to content

function wpb_hook_javascript() {
if (is_single ('16')) {
?>
function blockspareBlocksShare(url, title, w, h) {
var left = (window.innerWidth / 2) - (w / 2);
var top = (window.innerHeight / 2) - (h / 2);
return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=600, height=600, top=' + top + ', left=' + left);
}