Recent versions of 2k11 use Modernizr.load, a ressource loader which loads CSS and/or JS based on Modernizr's test results. This is actually very useful since it enables 2k11 to only load certain JS (most likely polyfills) if it's actually needs them.
However, using Modernizr.load disables the 2-click-like-buttons optionally used by the findmore plugin for FB and G+ – but only on Android devices.
So I assume some kind of weird counter reaction between plugin_findmore.js and Modernizr.load. Any ideas on where to even begin to debug this?
YL