Skip to content

Instantly share code, notes, and snippets.

@gera3d
Last active August 16, 2018 21:11
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 gera3d/ca86fade979757088bffe0e52ef2f02b to your computer and use it in GitHub Desktop.
Save gera3d/ca86fade979757088bffe0e52ef2f02b to your computer and use it in GitHub Desktop.
Some Code for smile appeal NRA
<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