本文介绍了Facebook Like按钮代码将无法在HTML电子邮件中工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试将相似的按钮代码添加到html通讯中,但不会显示,只显示在线版本。是否可以在电子邮件通讯中显示,如果是,怎么样?
I am trying to add the like button code into a html newsletter but it won't display, only displays on the online version. Is it possible to have it display in the email newsletter as well, if so, how?
推荐答案
不可以这样做。你可以做的最好的是一个静态的按钮图像,带你到你的粉丝页面或网站,然后可以点击一个真正的按钮。您不能将脚本嵌入到电子邮件中并使其执行,这将脚本转换为必要的渲染iframe所需的。
No this is not possible. The best you can do is a static like button image that takes you to your fan page or website where they can then click on a real like button. You can't embed scripts into email and have them execute, which is required to convert the like button code into the necessary rendered iframe.
这篇关于Facebook Like按钮代码将无法在HTML电子邮件中工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!