WP Evernote Site Memory fully integrates Evernote's Site Memory feature into your Wordpress blog.
Evernote makes it easy to remember things big and small from your notable life using your computer, phone, and the web.
One of the best ways to build a loyal following for your site is to give visitors the ability to remember the pages and posts that they love. With the Evernote Site Memory button adding this functionality to your site could not be simpler.
WP Evernote Site Memory integrates Evernote’s site memory feature into your WordPress blog, placing your fully customizable site memory button at the end of every page and post.
WP Evernote Site Memory gives you the ability to customize the following options:
Copyright 2010 by Slocum Design Studio & Jonathan Desrosiers
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
We are note affiliated with Evernote in any way, other than being users who enjoy the service that they provide.
Evernote Corporation owns the following trademarks and service marks, which may be registered trademarks in the United States and other countries.
Please note that Evernote Corporation may also own other trademarks, service marks or logos and their absence from this list does not constitute a waiver of any intellectual property or other rights that Evernote Corporation may have in those marks.
/wp-content/plugins/
directoryYou can also further customize the button with css styles.
The button is 3 components, a <div>, an <a>, and an <img>.
They are assigned the CSS classes evernoteSiteMemory, evernoteSiteMemoryLink, and evernoteSiteMemoryButton respectively.
Evernote makes it easy to remember things big and small from your notable life using your computer, phone, and the web.
One of the best ways to build a loyal following for your site is to give visitors the ability to remember the pages and posts that they love. With the Evernote Site Memory button adding this functionality to your site could not be simpler.
To learn more about Evernote, visit their website.
In order for the necessary files to be included for the button to work, you need to call wp_footer. Just insert <?php wp_footer(); ?>
just before the closing <body> tag
By default, WP Evernote Site Memory uses the post-## ID to specify the content to be clipped. However, if your theme does not utilize this scheme, you will have to specify the ID you wish to use instead in the admin panel. Remember, ID’s are case sensitive.
The button itself is an image. Therefore certain aspects of it can not be changed. However the Site Memory button is composed of three HTML elements that will allow you to further customize the button with css styles.
The 3 components are a <div>, an <a>, and an <img>.
They are assigned the CSS classes evernoteSiteMemory, evernoteSiteMemoryLink, and evernoteSiteMemoryButton respectively.
The tags that are suggested to the user clipping your post are the tags assigned to it in WordPress. So to suggest tags to the user, just add tags to that post.
If you do not see a “Site Memory” admin menu in the settings section of the WordPress backend, you are most likely using an outdated version of WordPress. The administration features are only available on versions < 2.7.