
/**
 * Properly position the share links dropdown
 */
function toggleServiceLinksPopup() {
  $('#share_drop').toggle();
  return false;
} 
