Hi all,
Just noticed the new photo sharing which I think is a great addition! :-) The thing is, I already use a script which places gallery navigation at the bottom of my images. So how can I align the addthis buttons at the top of my images?
Example code would be superbly appreciated! :-)
Here is the code I'm using without success, I also have seperate PAGE sharing buttons which I'd like to leave as they are. I have access to the raw HTML.
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" style="text-align:top;">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_google_plusone" g:plusone:count="false"/></a>
<a class="addthis_button_digg"></a>
<a class="addthis_button_linkedin"></a>
<a class="addthis_button_email"></a>
<a class="addthis_button_favorites"></a>
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">
var addthis_header_color = "#FFFFFF";
var addthis_header_background = "#0099ff";
var addthis_config = {
services_overlay:'facebook,more'
}</script>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4d9dd3f6292dc680"></script>
<!-- AddThis Button END -->
AN EXAMPLE OF THE IMAGE CODE:
<img class="addthis_shareable" addthis:url="EXAMPLE" addthis:title="My Example Photos Page" src="EXAMPLE" />
Many thanks, Neil.