ak-bookmark step by step

so Rafa is request for some detail instruction how to setup akbookmark on single post, so this single post is for those wordpress beginner how to use akbookmark.

so i believe at least i can skip those step that how to download the plugin, how to unzip or how to activate, lets assume now the plugin its been activate.

  1. click on the presentation button
  2. you will see theme and theme editor this 2 button, click on the theme editor
  3. this should show all the file that your current using themes
  4. look for a file call Post Template( by using kubrick as example ) , click on it ( it should display as single.php)
  5. so now all the source code is display, looks for the line

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    this is what we call The Loop

  6. after this line and before end of this lopp , you can add

    <?php addbookmark($post->post_title,get_permalink()); ?>

    in to reflect the bookmark list

  7. save the file and you should see the result on your perm link of post
Tags: ak-bookmark, submark, webwork

5 Comments

  1. Posted Fri 9th-Dec-2005 at 4:13 am | Permalink

    Great plugin! Thank you for your contribution to wordpress. I think a lot of people still use the simple bookmark list on their browsers.

    It would be great to have 2 additional bookmarks included:

    - Bookmark to Internet Explorer
    - Bookmark to Firefox

    What do you think?

    Thomas

  2. Knight
    Posted Sun 11th-Dec-2005 at 3:51 pm | Permalink

    Thomas , thx for the suggestion, will consider that during next update

  3. Posted Wed 4th-Jan-2006 at 2:14 am | Permalink

    Nice plugin. If I may suggest, you might want to add the option of using images instead of plain text for the bookmarks.

    ZMAng

  4. Knight
    Posted Wed 4th-Jan-2006 at 9:02 pm | Permalink

    Zmang i did try that before, the problem is unable to collect the images for these bookmark, plus i not really a good artist, so at the end i using text in stead of image

  5. Posted Thu 13th-Jul-2006 at 1:49 am | Permalink

    I must be missing something. Your blog posts include images for the bookmark links, but the plugin does not generate them on my site. What do I need to do to get the bookmarks to show?

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*