mkg-share Examples
new mShare('#demo1');
small sized
new mShare('#demo2',{size:'small'});
native styled
new mShare('#demo3',{mode:'expanded',style:'native', reddit:false,facebookAppId:677755208947007});
pane mode (assigned target)
SHARE
new mShare('#demo5',{mode:'pane',googleplus:false,reddit:false,pinterest:false});
small sized pane with custom data from html attributes:
data-mshare-title,
data-mshare-description,
data-mshare-image,
data-mshare-url
SHARE
new mShare('#demo6',{mode:'pane',size:'small'});