我正在尝试在 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标签的快速方法?