我可以在电子邮件中嵌入 Twitter 源吗?
我即将向我的客户发送一封电子邮件营销活动。电子邮件将以 HTML 格式发送,我想在电子邮件中嵌入 Twitter 提要,类似于您在博客和网站中看到的嵌入 Twitter 小部件。当我复制并粘贴通过 twitter 网站生成的代码时,我的电子邮件不会呈现任何内容:(
如果可能的话,有什么想法吗?谢谢!这是 twitter 生成的代码:
<脚本> 新的 TWTR.Widget({ 版本:2, 类型:'最爱', 回复数:5, 间隔:6000, title: 'Twitter 最佳依据', 主题:“我的推文”, 宽度:250, 高度:300, 主题: { 壳: { 背景:'#8540c2', 颜色:'#ffffff' }, 推文:{ 背景:'#ffffff', 颜色: '#444444', 链接:'#43c43f' } }, 特征: { 滚动条:真, 循环:假, 直播:真实, 主题标签:真实, 时间戳:真, 头像: 真实, 行为:“全部” } }).render().setUser('maryamKE').start();
I'm about to send out an email campaign to my clients. The email will be sent in HTML format, and I wanted to embed a twitter feed in my email, similar to the twitter widgets you see embedded in blogs and websites everywhere. When I copy and paste the code generated through the twitter website, my email doesn't render anything :(
Any ideas if this is possible? Thanks! Here's the code twitter generated:
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'faves',
rpp: 5,
interval: 6000,
title: 'The best of Twitter according to',
subject: 'My Tweets',
width: 250,
height: 300,
theme: {
shell: {
background: '#8540c2',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#43c43f'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('maryamKE').start();
</script>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
HTML 电子邮件没有标准,并且大多数电子邮件客户端明智地拒绝 JavaScript。我建议您链接到您网站上的页面。
There is no standard for HTML email, and most email clients sensibly reject JavaScript. I recommend you link to a page on your web site.
通过 Twitter 直接提供的嵌入,没有什么好方法可以实现这一点。
这也是我的需求,并创建了一项使其变得极其简单的服务: https://www.widgmail.com/
There is no good way to accomplish this with the embeds provided directly from Twitter.
This was a need I also had and created a service that makes it extremely easy: https://www.widgmail.com/