<ul class="social-media-icons">
<li><a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo get_permalink(); ?>" class="border-color-3 icon-facebook tooltip" target="_blank"><?php echo __('Facebook', 'pinthis'); ?></a></li>
</ul>
function goclicky(meh)
{
var x = screen.width/2 - 700/2;
var y = screen.height/2 - 450/2;
window.open(meh.href, 'sharegplus','height=485,width=700,left='+x+',top='+y);
}
<a href="http://path/to/url" onclick="goclicky(this); return false;" target="_blank">blah</a>