Home » Web Project » ak-bookmark step by step

ak-bookmark step by step

  • Share
  • Share

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

Related Posts

5 Responses to “ak-bookmark step by step”

  1. Thomas 09. Dec, 2005 at 4:13 am #

    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 11. Dec, 2005 at 3:51 pm #

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

  3. ZMAng 04. Jan, 2006 at 2:14 am #

    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 04. Jan, 2006 at 9:02 pm #

    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. Maria 13. Jul, 2006 at 1:49 am #

    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?

Leave a Reply