Skip to content

Instantly share code, notes, and snippets.

@kary4
Created June 29, 2018 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kary4/31489c5fa0115d6072e5e6dc1161e59e to your computer and use it in GitHub Desktop.
Save kary4/31489c5fa0115d6072e5e6dc1161e59e to your computer and use it in GitHub Desktop.
<script>
jQuery( document ).ready(function() {
jQuery('li.et_social_facebook a').removeClass('et_social_share').attr('href','#FACEBOOK_URL');
jQuery('li.et_social_linkedin a').removeClass('et_social_share').attr('href','#LINKEDIN_URL');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment