Simple Social Bookmark Parameters
-
Hi,
How would I define the URL for the “Simple Social Bookmark” and I defined the “TARGET”, but it still doesn’t open it in a new window.Here’s my code:
<div id=”social” class=”right” style=”margin-right: 50px; margin-top: 5px”>
<?php echo simple_social_bookmarks(”,”,’url=”http://futurepocket.com’,’default=off&facebook=on&twitter=on&digg=on&googlebuzz=on&myspace=on’,’target=_blank’,’iconfolder=default’,’separator=Yes&id=’.get_the_ID()); ?>
</div>How would I modify that so that when the icons are clicked, they open in a new window, and how do I define the URL (as it says in the plugin description: “The first parameter is the URL that you wish the social sites to bookmark. If left blank (and this is probably the default for most people) it will use the URL of the current post or page.”)
Any ideas?
The topic ‘Simple Social Bookmark Parameters’ is closed to new replies.