Jump to content

How to add image to facebook link


Recommended Posts

in this case you need to edit permanent links block module.

 

upload your image file to server, then in permanent links module .tpl file (modules/blockpermanentlinks/blockpermanentlinks.tpl) add code:
 

<a href="URL TO FANPAGE">
<IMG SRC="URL TO YOUR IMAGE" />
</a>
Link to comment
Share on other sites

 

in this case you need to edit permanent links block module.

 

upload your image file to server, then in permanent links module .tpl file (modules/blockpermanentlinks/blockpermanentlinks.tpl) add code:

 

<a href="URL TO FANPAGE">
<IMG SRC="URL TO YOUR IMAGE" />
</a>

What is url from my picture if i put the picture in: /modules/blockpermanentlinks/img?

Link to comment
Share on other sites

×
×
  • Create New...