5丁目通信(仮称)

とある5丁目で活動する還暦を過ぎたWebプログラマーの覚え書きです。それとかかってくる迷惑電話や、家業のアパート経営について。

WordpresのブログにEvernoteの「Site Memory」クリップボタンを追加してみる。(修正)

WordpresのブログにEvernoteのクリップボタンを追加してみる。」という記事が書きましたが、誤りがありました。複数の記事を1ページに配置するページですと、id属性が同じため、必ず最初の記事がEvernoteにクリップされてしまいます。

そこで、

contentId:’post_content_<?php the_ID(); ?> ‘

のようにクリップするコンテンツのIDの指定の属性に、the_ID()で記事のIDを付けます。

<div class=””post_content” id=”post_content_<?php the_ID(); ?> “>

のようにクリップする記事範囲のid属性も変更しておきます。

これでたくさんクリップアイコンがあっても、キチンを指定した記事をクリップできます。

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny