SocialBookmarking and News Summary / Detail
Posted: Mon Jul 23, 2012 10:56 am
Hi,
i'm trying to use SocialBookmarking (1.6, becaused error when unzipping the 1.7 on the forge...) with the news module. I actually display the social icons on each news summary and news detail.
First problem : the links generated by the SB module in each summary always gives me the url of the actual page, and not the url of the detail page. Is it possible to correct that ?
Second problem : in the detail page, same link problem. If i try to use "real_url=1", the url is fine. With Twitter the news title is ok, but for Facebook and Google Plus Title and description are taken from another (random ?) news!
I tried this (found in the forum) with no luck :
Thanks for any help!
I use cmsms 1.10.3 and mod_rewrite
i'm trying to use SocialBookmarking (1.6, becaused error when unzipping the 1.7 on the forge...) with the news module. I actually display the social icons on each news summary and news detail.
First problem : the links generated by the SB module in each summary always gives me the url of the actual page, and not the url of the detail page. Is it possible to correct that ?
Second problem : in the detail page, same link problem. If i try to use "real_url=1", the url is fine. With Twitter the news title is ok, but for Facebook and Google Plus Title and description are taken from another (random ?) news!
I tried this (found in the forum) with no luck :
Code: Select all
{assign var="blogtitle" value=$entry->title|cms_escape:htmlall}
{socialBookmarking real_url=1 submitto="email|facebook|twitter|linkedin" plusone="1" img_size="small" title=$blogtitle}
I use cmsms 1.10.3 and mod_rewrite