SocialBookmarks and News Module
Posted: Mon Mar 17, 2008 1:09 pm
Hi. I'm running CMS Made Simple 1.2.3 with socialBookmarks 1.0.
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
When I click on one of the icons to submit it to the social networking websites the code only misses out the news article url and just inputs the news url.
(/news/)
but it should be... (/news/20/54/)
Is there a way how to modify the plugin so it can include the news article url extension?
Thanks
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