A code snippet for share links for Facebook, Twitter and Google+ First, you have to create a Facebook App in order to make Facebook share link work here: https://developers.facebook.com/…
Detect a orientation change of portable device with jQuery: function orient() { var mobh1 = jQuery(window).height(); var mobw1 = jQuery(window).width(); if(mobh1 > mobw1) { pos =…