Created
February 21, 2017 22:31
-
-
Save gera3d/c160531de5add6601dc3f8bfa6a0ec4d to your computer and use it in GitHub Desktop.
Just some sample code I need to share
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
function getScreenSize() { | |
// in pixels | |
if ( screen.width < 500 || screen.height < 500) | |
window.open('fb://profile/163825970332372') | |
} | |
</script> | |
<strong>Where would you like to review us?</strong> | |
<br><br> | |
<div class="hidden-android"><a href="https://www.facebook.com/LasCrucesOralFacialSurgery/" onclick="getScreenSize()">Facebook</a></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment