roxor Posted September 16, 2013 Share Posted September 16, 2013 Hello,how can i add a image to facebook link? I want to add that picture and when i press on that picture take me to the facebook link (site). Thank you. Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 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 More sharing options...
roxor Posted September 16, 2013 Author Share Posted September 16, 2013 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 More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 http://YOUR_WEBSITE.COM/modules/blockpermanentlinks/img/YOURIMAGE.JPG Link to comment Share on other sites More sharing options...
roxor Posted September 16, 2013 Author Share Posted September 16, 2013 http://YOUR_WEBSITE.COM/modules/blockpermanentlinks/img/YOURIMAGE.JPG works,but hou to put the link on pictures? I want only to put the picture (add link to picture) Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 this is an example <a href="URL TO FANPAGE"> <IMG SRC="URL TO YOUR IMAGE" /> </a> i don't know how your module .tpl looks like. it looks like modified module ( by default there is no facebook url ) so please show contents of this file. Link to comment Share on other sites More sharing options...
Recommended Posts