4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Ersen on February 03, 2013, 06:13:24 PM

Title: bookmark buttons in details page
Post by: Ersen on February 03, 2013, 06:13:24 PM
How can i add bookmark buttons in details.php

gplus
facebook
twiter
pinterest
linkedin
tumblr
instagram
foursquare
delicious
conduit
digg.com
stuple upon
reddit
technorati.com
Title: Re: bookmark buttons in details page
Post by: tanakh11 on March 19, 2013, 04:18:44 PM
Hey,

I got you covered. Go to Edit Template > Choose the template you want to edit > Click on "Load Theme" > underneath drop down menu select "details.html" > click on edit template.

now to go this link : http://addthis.com
create account > get the sharing code and do following.

find
Code: [Select]
<td>  {image} </td>
replace with
Code: [Select]
<!-- add this code here -->
<td>  {image} </td>

i am assuming that you have basic knowledge of html.


hope this helps.