How it works? Swipeable works on list pages (category, tags, etc.), single posts, and single pages. Pretty much any page that has the designated ‘next’ or ‘previous’ classes associated with the plugin.
You specify your theme’s CSS selectors for the next and previous buttons and the swipe event’s target. For example if you’re using the default WordPress 3.5 theme (Twenty Twelve) you would set: “.nav-next a” and “.nav-previous a” (without the quotes) as the selectors.
When you swipe left or right, Swipeable will search for the CSS selectors, get the URL of the next or previous button and navigate to that page.
Try My Other Plugins