Im using the share this wordpress plugin, currently i have a button which says share, when this is pressed i would like the share options to display but im not sure how to go about this...the only code i have right now is the button.
<div class="su-service-title" style="padding-left:30px;min-height:16px;line- height:16px"><i class="fa fa-share-alt" style="font-size:16px;color:#575756"></i> Share</div>
When the user clicks this button how can i show the sharing options?
Thanks