Quote:
Originally Posted by Sweeks
How can you change the facebook button? Anyone know how exactly, thank you 
|
That's pretty simple if you are OK with editing 1 file.
Open up clientscript/fbconnect.js and find line 34.
Replace:
Code:
<img id="fb_login_image" src="http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_light_medium_long.gif" border="0" alt="Connect"/>
With:
Code:
<img id="fb_login_image" src="http://YOURSITE.COM/IMAGES/newimage.gif" border="0" alt="Connect"/>
Of course YOURSITE.COM/IMAGES/newimage.gif would be the location of where you new image is.
Cheers!