Author Topic: bookmark buttons in details page  (Read 3473 times)

0 Members and 1 Guest are viewing this topic.

Offline Ersen

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
bookmark buttons in details page
« 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

Offline tanakh11

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: bookmark buttons in details page
« Reply #1 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.