我可以在facebook帖子中使用mailto吗?

时间:2012-08-12 11:13:27

标签: html facebook

我需要在facebook用户墙上放置html标签post.can我把以下代码放在facebook帖子中?

<a href="mailto:test@example.com">test@example.com</a>

感谢您的帮助

1 个答案:

答案 0 :(得分:2)

这是不可能的,因为&lt;&gt;字符转换为html值&amp; l t;和&amp; g t;出于安全原因。否则任何人都可以进行代码注入(javascript,php,asp等)。