Thanks very much for the notable plugin. Would you mind addressing a question I have about the plugin's wp-notable.php file?
I want to display the names of the bookmarking sites, rather than their icons, and have accordingly removed the image path from the Options>Notable>Image Path widget. The text only now shows, but with a ":postname" appended to it. For example, if the post is called "The Weather", the output is:
del.icio.us:The Weather digg:The Weather Y!:The Weather etc.
My question is - how do I remove the ":postname" part? I've modified the
function notable_define_array() {
section of the wp-notable.php file, removing what I thought was the code for the postname, so that the bookmark output array now looks like this:
$output_array['delicious' ]['post_url'] = '';
You can see that it's shortened a bit, with the code that was wrapped around the colon now missing, together with the colon. But the output hasn't changed - the ":postname" is still appended.
For a live look at what I'm talking about, click here:
http://boswestblog.com/2006/04/29/mucho-testo-2/
If you have any suggestions - much obliged.
Thanks again for the plugin and any help.
All best
Ben
Cape Town, South Africa