/ Published in: PHP
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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/