After i release Subscribe Bookmark this wordpress plugin, it seem like there user ask about how to use this plugin , so i think maybe do a short breifing here
- after download the Submark Plugin
- unzip the file and either put all the file in wp-content/plugin/ , or wp-content/plugin/submark/
- login the admin menu
- activate this plugin
- go into Options page, now you should see a new page call Options
- click on Submark pages
- Fill the feed url if using third-party web services for RSS feed
- check the service you wish to show
- now the subscribe and bookmark block will show under wp-Meta
- if you want make it show at other area, just place <?php submark_sub() ?> for subscribe block and <?php submark_mark() ?> for bookmark block, once you place the code the block at wp-meta will gone
# special if you want to put the bookmark menu when display single post
place this <?php submark_mark(1,get_permalink(),$post->post_title); ?> code after <?php if (have_posts()) : while (have_posts()) : the_post(); ?> so it can get the perm link and the post title when bookmark this blog entry
Todo List
- Add simply for the boomkar part as request from David
- Add Email to Feed feature
- Add solohub for subscribe part
6 Comments
uhh got any examples? you are using it in ur blog rite? but i cant find it.
and i still dont get what it does.heh.
oohhh those button on the right which under Subsribe and Bookmark ..is submark plugin lo
Ash,
Can you tell me which file you edited and exactly what code you put in to get the bookmark buttons to show up on the single post page this way? I edited single.php and added exactly your code above but the buttons still show up on the sidebar.
Thanks!
Bill
problem fixed
i will come out a upgrade version this weekend
AWSOME! I am using it at http://www.aleeya.net on single posts
Erica, thx ..
your blog also give me some idea what should i add in during the next update