I'm not very technical and I'm using adobe muse to build my personal site. I have a page which features nine logos and I wanted to add an "add this" button for each logo.
Default script I am using for each:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f9287e305329f9e"></script>
<!-- AddThis Button END -->
the page is vertical and I am using anchors on the page to move from one logo to another. At the moment if you hit "add this" on any of them understandably it adds a +1 to all of them. And you get the same text for each one – I would like the appropriate text for the logo. Is there any way i can sort this out? Bear in mind that adobe muse is limited with editing the script so I can only edit the code above? Any ideas?