Topic: share this code
Hi I have got a sharethis on my member profiles and hot or not pages working great picking the correct lnk and pic to share but I am having problems with blogs.
I have lines for yahoo, gbuzz and facebook etc, like this below.
<span class="st_sharethis" st_image="{top.virtual_pic_path}{member_media_path}{entry_picture}" st_url="{virtual_path}{member_blog_link}" st_summary="Check out this members blog."></span>
It conect the correct picture and has the summary attached but the URL its attaching is only taking users to the main blogs link and not to the blog itsself.
I have tried this below, but not only does it not work but it shows code on the page by adding the addition
>{lang:"member","frm_blog"}"
<span class="st_sharethis" st_image="{top.virtual_pic_path}{member_media_path}{entry_picture}" st_url="{virtual_path}{member_blog_link}">{lang:"member","frm_blog"}" st_summary="Check out this members blog."></span>
So without >{lang:"member","frm_blog"}" it will take users to
http://www.thailovex.com/index.php?m=me g&id=1
and I would like it to go for example
http://www.thailovex.com/index.php?m=me amp;sid=10
or http://www.thailovex.com/index.php?m=me &sid=9 or what ever the sid= maybe from the shared page.
Cheers
Ian