Title: WP Evernote Site Memory
Author: Jonathan Desrosiers
Published: <strong>2010 年 9 月 18 日</strong>
Last modified: 2012 年 11 月 28 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# WP Evernote Site Memory

 作者：[Jonathan Desrosiers](https://profiles.wordpress.org/desrosj/)

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

 * [详情](https://cn.wordpress.org/plugins/wp-evernote-site-memory/#description)
 * [评价](https://cn.wordpress.org/plugins/wp-evernote-site-memory/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/wp-evernote-site-memory/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/wp-evernote-site-memory/#developers)

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

## 描述

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

## 屏幕截图

[⌊Site Memory button at the base of a post.⌉⌊Site Memory button at the base of a
post.⌉[

Site Memory button at the base of a post.

[⌊Site Memory button at the base of a page.⌉⌊Site Memory button at the base of a
page.⌉[

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.

[⌊WP Evernote Site Memory administration page.⌉⌊WP Evernote Site Memory administration
page.⌉[

WP Evernote Site Memory administration page.

[⌊WP Evernote Site Memory administration page.⌉⌊WP Evernote Site Memory administration
page.⌉[

WP Evernote Site Memory administration page.

## 安装

 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.

## 常见问题

  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.

## 评价

此插件暂无评价。

## 贡献者及开发者

「WP Evernote Site Memory」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「WP Evernote Site Memory」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/wp-evernote-site-memory)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/wp-evernote-site-memory/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/wp-evernote-site-memory/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/wp-evernote-site-memory/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/wp-evernote-site-memory/)。

## 更新日志

#### 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

## 额外信息

 *  版本 **2.0.2**
 *  最后更新：**14 年前**
 *  活跃安装数量 **30+**
 *  WordPress 版本 ** 2.7 或更高版本 **
 *  已测试的最高版本为 **3.5.2**
 *  语言
 * [English (US)](https://wordpress.org/plugins/wp-evernote-site-memory/)
 * 标签
 * [clipping](https://cn.wordpress.org/plugins/tags/clipping/)[evernote](https://cn.wordpress.org/plugins/tags/evernote/)
 *  [高级视图](https://cn.wordpress.org/plugins/wp-evernote-site-memory/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/?filter=2)
 *  [  0 条 1 星评价     ](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)

[查看全部评论](https://wordpress.org/support/plugin/wp-evernote-site-memory/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/wp-evernote-site-memory/)