It worked for Facebook or Twitter but not Google+, re: using “target=_blank”. I had to create a separate call without the “target=_blank” for Google+. I think Google+ fails because the URL is not being processed correctly.
<?php echo simple_social_bookmarks('','','','default=off&target=_blank&facebook=on&twitter=on'); ?>
<?php echo simple_social_bookmarks('','','','default=off&googleplus=on'); ?>
My working prototype: https://clients.donnavitan.com/gem/dev/
This is a good solution for now. But is it possible to target a modal window instead? I suspect I’ll have to build that myself.
Cheers,
Donna