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.
- click on the presentation button
- you will see theme and theme editor this 2 button, click on the theme editor
- this should show all the file that your current using themes
- look for a file call Post Template( by using kubrick as example ) , click on it ( it should display as single.php)
- 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
- 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
- save the file and you should see the result on your perm link of post
5 Comments
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
Thomas , thx for the suggestion, will consider that during next update
Nice plugin. If I may suggest, you might want to add the option of using images instead of plain text for the bookmarks.
ZMAng
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
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?