I'm not sure Lynne. I know that I use the following URL....
Code:
http://www.facebook.com/share.php?u={URL}
.....for adding the information into the social bookmarking manager within the admincp. So, I tried to take the same url and add it into the postbit.
Here's the social bookmarking template.....
Code:
<li class="smallfont" style="width:20%; min-width:160px; float:$stylevar[left]; margin-top:$stylevar[cellpadding]px">
<if condition="$bookmarksite['iconpath']">
<a href="$bookmarksite[link]" target="socialbookmark"><img src="$stylevar[imgdir_misc]/$bookmarksite[iconpath]" border="0" alt="<phrase 1="$bookmarksite[title]">$vbphrase[submit_thread_to_x]</phrase>" class="inlineimg" /></a>
</if>
<a href="$bookmarksite[link]" target="socialbookmark" style="text-decoration:none">$bookmarksite[title]</a>
</li>
.....anything there that might help us solve this?