I've added the social bookmarks plugin into the news module detailed page hoping that a user can submit the news article to the different social networking websites (Digg, NewsVine etc)
I'm using the tag
Code: Select all
{socialBookmarks target="_blank" submitto="all"}
Code: Select all
http://del.icio.us/url=http%3A%2F%2Fwww.mysite.com%2Fnews%2F
but it should be...
Code: Select all
http://del.icio.us/url=http%3A%2F%2Fwww.mysite.com%2Fnews%2F20%2F54%2F
Is there a way how to modify the plugin so it can include the news article url extension?
Thanks