Skip to content

Instantly share code, notes, and snippets.

@katopz
Created July 22, 2015 09:40
Show Gist options
  • Save katopz/73798b7474175ecc1ce3 to your computer and use it in GitHub Desktop.
Save katopz/73798b7474175ecc1ce3 to your computer and use it in GitHub Desktop.
Check like from like button visibility
// 2015/07/22
// nav to
https://www.facebook.com/v2.3/plugins/like.php?layout=button&locale=en_US&sdk=joey&share=false&show_faces=false&href=https%3A%2F%2Fm.facebook.com%2FHealthyPetZociety
// then console
window.getComputedStyle($(".pluginConnectButtonConnected")).display == "inline-block"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment