WordPress テーマでカスタム Facebook 共有ボタンを作成しようとしています
<a title="Facebook This" href="http://www.facebook.com/sharer.php?s=100&p[title]=MY%20TITLE%20-%20<?php the_title(); ?>&p[summary]=<?php the_content(); ?>&p[url]=<?php the_permalink(); ?>&p[images][0]=<?php bloginfo('template_url'); ?>/images/logo.png" target="_blank">Facebook This</a>
Facebookが説明にHTML文字を表示することを主張していることを除いて、すべてがうまく機能しています。
<h3>Intro</h3><p>it shows all the tags here and it won't stop!!!</p>...
これは the_excerpt() でも同様です。
このためのhtmlタグを削除する簡単な方法を知っている人はいますか?