Last active
August 16, 2018 21:11
-
-
Save gera3d/ca86fade979757088bffe0e52ef2f02b to your computer and use it in GitHub Desktop.
Some Code for smile appeal NRA
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/200219143348942') | |
} | |
</script> | |
<strong>Where would you like to review us?</strong> | |
<br><br> | |
<div><a href="http://search.google.com/local/writereview?placeid=ChIJ4UcfH8gcsocRiSYG7OX5u5Y">Google</a></div> | |
<div class="hidden-android"><a href="https://www.facebook.com/SmileAppealOrthodontics/reviews" onclick="getScreenSize()">Facebook</a></div> | |
<div class="hidden-android"><a href="https://www.yelp.com/biz/smile-appeal-orthodontics-oklahoma-city">Yelp</a></div> | |
---------------------------------------------- | |
<script> | |
function getScreenSize() { | |
// in pixels | |
if ( screen.width < 500 || screen.height < 500) | |
window.open('fb://profile/200219143348942') | |
} | |
</script> | |
<strong>Where would you like to review us?</strong> | |
<br><br> | |
<div><a href="http://search.google.com/local/writereview?placeid=ChIJqbpzdowTsocR6UD3I0O-9IA">Google</a></div> | |
<div class="hidden-android"><a href="https://www.facebook.com/SmileAppealOrthodontics/reviews" onclick="getScreenSize()">Facebook</a></div> | |
<div class="hidden-android"><a href="https://www.yelp.com/biz/smile-appeal-orthodontics-oklahoma-city">Yelp</a></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment