shareGrapes - Right position Example

Notice! Ad blocker scripts can hide the social networking bar!

$(function() {
        $('body').shareGrapes({
            position: [{
                location: 'right',
                x: 0,
                y: 0,
                center: true,
            }]
        });
    });