Title: WP Evernote Site Memory
Author: Jonathan Desrosiers
Published: <strong>September 18, 2010</strong>
Last modified: November 28, 2012

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-evernote-site-memory.svg)

# WP Evernote Site Memory

 By [Jonathan Desrosiers](https://profiles.wordpress.org/desrosj/)

[Download](https://downloads.wordpress.org/plugin/wp-evernote-site-memory.2.0.2.zip)

 * [Details](https://frp.wordpress.org/plugins/wp-evernote-site-memory/#description)
 * [Reviews](https://frp.wordpress.org/plugins/wp-evernote-site-memory/#reviews)
 *  [Installation](https://frp.wordpress.org/plugins/wp-evernote-site-memory/#installation)
 * [Development](https://frp.wordpress.org/plugins/wp-evernote-site-memory/#developers)

 [Support](https://wordpress.org/support/plugin/wp-evernote-site-memory/)

## Description

[Evernote](http://www.evernote.com/?utm_source=Wordpress%2BPlugin%2BDirectory&utm_medium=plugin%2Bpage&utm_campaign=WP%2BEvernote%2BSite%2BMemory)
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](http://www.evernote.com/about/developer/sitememory/?utm_source=Wordpress%2BPlugin%2BDirectory&utm_medium=readme%2Bfile&utm_campaign=WP%2BEvernote%2BSite%2BMemory)
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.

#### Links

 * [Slocum Design Studio](http://www.slocumstudio.com/?utm_source=Wordpress%2BPlugin%2BDirectory&utm_medium=plugin&utm_campaign=Important%2BLinks)
 * [Plugin Release Blog Post](http://www.slocumstudio.com/2010/09/evernote-site-memory-plugin-for-wordpress/?utm_source=Wordpress%2BPlugin%2BDirectory&utm_medium=plugin&utm_campaign=Important%2BLinks)

#### Features

WP Evernote Site Memory gives you the ability to customize the following options:

 * Provider’s Name
 * Title Format
 * Suggested Notebook
 * Content ID to be clipped
 * Evernote Affiliate Code
 * Button Style
 * Clip Style
 * Note Signature
 * Note Header
 * Note Footer
 * Normal or Minified JavaScript

### Credits

Copyright 2010 by [Slocum Design Studio](http://www.slocumstudio.com/?utm_source=Wordpress%2BPlugin%2BDirectory&utm_medium=plugin%2Bpage&utm_campaign=WP%2BEvernote%2BSite%2BMemory)&
[Jonathan Desrosiers](http://www.jonathandesrosiers.com/?utm_source=Wordpress%2BPlugin%2BDirectory&utm_medium=plugin%2Bpage&utm_campaign=WP%2BEvernote%2BSite%2BMemory)

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

#### Disclaimer

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.

 * EVERNOTE
 * The Evernote Elephant logo

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.

## Screenshots

 * [[
 * Site Memory button at the base of a post.
 * [[
 * Site Memory button at the base of a page.
 * [[
 * WP Evernote Site Memory administration page.
 * [[
 * WP Evernote Site Memory administration page.
 * [[
 * WP Evernote Site Memory administration page.

## Installation

 1. Download and unzip the WP Evernote Site Plugin
 2. Upload the plugin folder to the `/wp-content/plugins/` directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. If desired, customize the settings in the Settings->Site Memory section

You 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.

## FAQ

  What is Evernote?

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](http://www.evernote.com/).

  When I click the button, nothing happens.

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

  The entire page is being clipped. What gives?

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.

  Can I style the button?

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.

  Where are the suggested tags coming from?

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.

  There is no admin menu to edit the settings

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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WP Evernote Site Memory” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Jonathan Desrosiers ](https://profiles.wordpress.org/desrosj/)
 *   [ Slocum Studio ](https://profiles.wordpress.org/slocumstudio/)
 *   [ jeffgolenski ](https://profiles.wordpress.org/jeffgolenski/)

[Translate “WP Evernote Site Memory” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-evernote-site-memory)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-evernote-site-memory/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-evernote-site-memory/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-evernote-site-memory/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-evernote-site-memory/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.1

 * Fixed custom ID issue
 * Fixed a line break tag issue that was occurring in some situations

#### 1.1

 * New Button Styles
 * Included the JavaScript files locally to avoid IE XSS Filter
 * Added option to have the button before or after the post

#### 1.0.5

 * Fixed CSS errors

#### 1.0.3

 * Fixed more special character issues

#### 1.0.2

 * Fixed issue with escaping special characters such as ', ", and &.
 * Removed a default for Suggested Notebook as Evernote does this automatically.
 * Minor change to IMG tag to remove HTML warning.
 * Updated FAQs.

#### 1.0.1

 * Added additional button styles.

#### 1.0

 * Initial Release

## Meta

 *  Version **2.0.2**
 *  Last updated **13 years ago**
 *  Active installations **30+**
 *  WordPress version ** 2.7 or higher **
 *  Tested up to **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-evernote-site-memory/)
 * Tags
 * [clipping](https://frp.wordpress.org/plugins/tags/clipping/)[evernote](https://frp.wordpress.org/plugins/tags/evernote/)
 *  [Advanced View](https://frp.wordpress.org/plugins/wp-evernote-site-memory/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/)

## Contributors

 *   [ Jonathan Desrosiers ](https://profiles.wordpress.org/desrosj/)
 *   [ Slocum Studio ](https://profiles.wordpress.org/slocumstudio/)
 *   [ jeffgolenski ](https://profiles.wordpress.org/jeffgolenski/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-evernote-site-memory/)