Quote:
Originally Posted by 409industries
dimitrisvb-
Did you ever get this figured out? I am trying to do something very similar in vB4.2 as well. I would like to know what you did to get this done.
Thank you.
|
See template: "facebook_header", look for the following two lines.
Code:
<img id="fb_squarepic" width="16" height="16" alt="{vb:rawphrase facebook_connect}" src="{vb:raw squarepicurl}" />
<img id="fb_icon" width="14" height="14" alt="{vb:rawphrase facebook_connect}" src="{vb:stylevar imgdir_misc}/facebook.gif" />
I am pretty sure you can handle it from there. I have seen your work.