BOOKMARK WORDPRESS POST IN EVERNOTE


/ Published in: PHP
Save to your folder(s)

This will create a bookmark link to send a Wordpress post to your Evernote Account similar to the send to Google reader feature on the Evernote blog.


Copy this code and paste it in your HTML
  1. <a href="http://s.evernote.com/grclip?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">send to evernote</a>

URL: http://blog.evernote.com/2009/08/14/send-blog-posts-from-google-reader-to-evernote/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.