Is it possible to change how the plugin loads the social buttons so that it does not use ajax requests?
Currently the plugin loads the buttons by doing this ajax request:
index.php?option=com_ajax&plugin=jasocialshare&group=system&jasocialshare&format=json&ja_ajax_task=renderButtons
This causes a lot of ajax requests, stressing the server.
Is it possible to change this so that instead of using ajax, the buttons are added directly in the HTML of the page?