I'm looking for a way to integrate social bookmarks into my NextGen gallery. Specifically I would like to have this function for every image in the galleries. Getting it to work with the gallery pages themeselves: no problem. Getting it to work when I view a single picture choosen from a gallery: a bit harder.
At the moment I'm looking at using shareaholics SexyBookmarks. They have a manual mode where you can place the bookmarks where you want by putting in the code snippet at the relevant place. Problem is, I have never touched a php-file and have no idea of their structure and can't figure out in which file, and where, to place the code.
Will this work? I've come to understand it is tricky to get this functionality with galleries.
Can anyone familiar with NextGen help me with where I should put the code if I want the icons to appear below the full-sized image?
Here's the adress to where shareaholic gives their directions regarding manual mode, the relevant part is found about two thirds down the page:
http://www.shareaholic.com/tools/wordpress/usage-installation/
Here's the code you are supposed to insert into the relevant php-file:
<?php if(function_exists('selfserv_shareaholic')) { selfserv_shareaholic(); } ?>
Of course, if I have missed a plugin which have this functionality built in from scratch despite my searches, I will readily consider changing from SexyBookmarks! Changing from NExtGen would be abit harder though, but not impossible.