热门角色不仅是灵感来源,更是你的效率助手。通过精挑细选的角色提示词,你可以快速生成高质量内容、提升创作灵感,并找到最契合你需求的解决方案。让创作更轻松,让价值更直接!
我们根据不同用户需求,持续更新角色库,让你总能找到合适的灵感入口。
本提示词专为邮件营销人员和内容创作者设计,能够根据视频链接和邮件模板格式,生成兼容多种邮件客户端的优化视频嵌入代码。通过智能分析视频特性和邮件平台兼容性要求,提供专业的嵌入解决方案,有效提升邮件打开率和用户互动效果,解决视频在不同邮件客户端显示不一致的技术难题,让邮件营销内容更加生动丰富。
将以下模块嵌入到您的响应式邮件模板中(建议容器最大宽度 600px,可按需调整)。请先准备视频海报图和动图备用资源:
<!-- Responsive container -->
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="center" style="padding:0; margin:0;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="max-width:600px; margin:0 auto;">
<tr>
<td style="padding:0;">
<!--[if !mso]><!-- -->
<!-- HTML5 video for clients that support it (Apple Mail, iOS Mail, some Android, Outlook for Mac) -->
<div style="display:block; max-width:600px; margin:0 auto;">
<video
controls
playsinline
preload="metadata"
poster="https://cdn.example.com/campaigns/2025-spring/teaser-15s-poster.jpg"
style="width:100%; height:auto; display:block; border:0; background:#000;"
aria-label="观看 2025 春季活动 15 秒预告片">
<source src="https://cdn.example.com/campaigns/2025-spring/teaser-15s.mp4" type="video/mp4">
<!-- Fallback content inside <video> for clients that do not support video tag -->
<a href="https://cdn.example.com/campaigns/2025-spring/teaser-15s.mp4" target="_blank" rel="noopener">
<img
src="https://cdn.example.com/campaigns/2025-spring/teaser-15s-poster.jpg"
alt="点击观看:2025 春季活动预告"
style="width:100%; height:auto; display:block; border:0;">
</a>
</video>
</div>
<!--<![endif]-->
<!--[if mso]>
<!-- Outlook (Windows/桌面) fallback: clickable image or GIF -->
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td style="padding:0;">
<a href="https://cdn.example.com/campaigns/2025-spring/teaser-15s.mp4" target="_blank">
<img
src="https://cdn.example.com/campaigns/2025-spring/teaser-15s-anim.gif"
alt="点击观看:2025 春季活动预告"
width="600"
style="width:100%; max-width:600px; height:auto; display:block; border:0;">
</a>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</table>
</td>
</tr>
</table>
使用说明:
如果需要,我可以为该视频生成适配的海报图和动图规范(尺寸、叠加按钮样式与安全栅格),并提供批处理脚本以统一转码与压缩参数。
<video> 在邮件中需要可直接访问的媒体源(如 .mp4、.webm),播放器页链接适合作为点击跳转的备用方案。<video> 提供直接媒体源,针对支持内联的客户端;<video> 标签内部嵌入可点击的图片作为回退,供不支持 <video> 的客户端(如 Gmail)显示;请将占位符替换为实际资源地址(建议均为 HTTPS):
建议尺寸基于 16:9:600×338(传统模板常用宽度)
<!-- 视频模块:传统模板 600px 固定宽度居中 -->
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;">
<tr>
<td align="center" style="padding:0;margin:0;">
<table role="presentation" width="600" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;width:600px;max-width:600px;">
<tr>
<td align="center" style="padding:0;margin:0;">
<!--[if !mso]><!-- -->
<video
controls
playsinline
preload="metadata"
poster="{{POSTER_IMAGE_URL}}"
width="600"
style="display:block;width:100%;max-width:600px;height:auto;border:0;"
title="点击播放视频">
<source src="{{VIDEO_MP4_URL}}" type="video/mp4">
<source src="{{VIDEO_WEBM_URL}}" type="video/webm">
<!-- 字幕(可选,Apple/iOS Mail兼容较好) -->
<track kind="captions" srclang="zh" src="{{CAPTIONS_VTT_URL}}" label="中文字幕">
<!-- Gmail等不支持<video>时,将显示以下回退内容 -->
<a href="{{CLICKTHRU_URL}}" target="_blank" rel="noopener">
<img src="{{POSTER_IMAGE_URL}}"
width="600"
alt="点击查看视频"
style="display:block;width:100%;max-width:600px;height:auto;border:0;">
</a>
</video>
<!--<![endif]-->
<!--[if mso]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false"
style="width:600px;height:338px;">
<v:fill type="frame" src="{{POSTER_IMAGE_URL}}" color="#000000"/>
<v:textbox inset="0,0,0,0">
<div>
<p style="text-align:center;">
<a href="{{CLICKTHRU_URL}}"
style="display:inline-block;background:#E53935;color:#ffffff;text-decoration:none;
font-family:Arial, sans-serif;font-size:16px;line-height:44px;padding:0 18px;
border-radius:4px;">
查看视频
</a>
</p>
</div>
</v:textbox>
</v:rect>
<![endif]-->
</td>
</tr>
</table>
</td>
</tr>
</table>
<video>),使用 poster 为封面。<video>,会显示 <video> 内部的图片回退;Outlook Windows 通过 VML 分支显示同一封面图和按钮。muted autoplay,但多数邮件客户端会阻止自动播放。<track> 在 Apple/iOS Mail可用,其他客户端可能忽略。确保 VTT 文件可公开访问。<video> 是否在支持客户端正常播放、控件可用、画面比例正确。如需,我可协助将现有观看页资源导出为可直链的 MP4/WebM,并给出具体编码参数及尺寸裁切建议,以替换上述占位符。
输入视频链接特性
邮件客户端支持概况
模板风格
资源准备建议
提示:为降低被拦截概率,建议将 MP4 与海报图托管在贵方自有域名或稳定 CDN 上,并使用与品牌域一致的跟踪/链接域。
说明
<!-- 视频模块(Minimalist Hybrid) -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:0;padding:0;">
<tr>
<td align="center" style="padding:0 16px;">
<!-- 容器:最大宽度 600px -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:600px;margin:0 auto;">
<tr>
<td align="center" style="padding:0;">
<!--[if !mso]><!-- -->
<!-- HTML5 视频(Apple Mail / iOS / 部分 Samsung Mail) -->
<div style="display:block;max-width:600px;margin:0 auto;">
<video
controls
playsinline
preload="metadata"
poster="REPLACE_WITH_POSTER_URL"
style="display:block;width:100%;height:auto;border:0;background:#000;outline:0;line-height:0;"
>
<!-- 非支持客户端会显示该 <a><img> 作为回退 -->
<a href="https://player.example.net/embed/feature-tips?start=5&lang=zh"
target="_blank" rel="noopener noreferrer"
style="text-decoration:none;display:inline-block;">
<img src="REPLACE_WITH_POSTER_URL"
width="600"
alt="点击播放视频"
style="display:block;width:100%;height:auto;border:0;"/>
</a>
<!-- 在支持 <video> 的客户端使用 MP4 源 -->
<source src="REPLACE_WITH_MP4_URL#t=5" type="video/mp4"/>
抱歉,您的邮件客户端不支持视频播放。
</video>
</div>
<!--<![endif]-->
<!--[if mso]>
<!-- Outlook(Windows)专用回退:VML 可点击海报 -->
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
href="https://player.example.net/embed/feature-tips?start=5&lang=zh"
style="width:600px;height:auto;v-text-anchor:middle;" arcsize="0%" stroke="f" fill="t">
<v:fill type="frame" src="REPLACE_WITH_POSTER_URL" color="#000000" />
<w:anchorlock/>
<center style="padding:0;mso-padding-alt:0;">
<!-- 备用按钮(在部分 Outlook 版本可能显示为覆盖文本) -->
<table role="presentation" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" bgcolor="#000000" style="background:#000000;background-color:#000000;padding:12px 20px;border-radius:24px;">
<span style="font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:16px;color:#FFFFFF;">观看视频</span>
</td>
</tr>
</table>
</center>
</v:roundrect>
<![endif]-->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /视频模块 -->
占位符替换指南
可选:若需在不支持
如需,我可以基于您提供的实际 MP4 与海报地址,替换占位符并输出最终可投放版本。
为新品发布、促销活动快速嵌入视频;开展A/B测试封面与按钮文案;在保证兼容性的前提下提升打开与点击,缩短制作到投放的周期。
在上新预告、商品详情、真实评价视频中一键嵌入;兼容主流企业与个人邮箱;用备用方案覆盖更多用户,促进到店与下单转化。
将教程、评测、直播回放嵌入订阅邮件;自动优化加载与播放体验;提升订阅转化、复读率与赞赏行为。
为邮件营销人员与内容团队提供一站式“视频进邮件”解决方案:基于一个视频链接与既有邮件模板,快速产出适配Gmail、Outlook、Apple Mail等主流邮箱环境的嵌入方案与可用代码;自动给出不支持视频时的优雅替代展示;优化加载与观看体验,降低跳出与卡顿;减少来回沟通与返工,显著缩短制作与测试周期;通过更生动的内容提效打开率、点击与转化。
将模板生成的提示词复制粘贴到您常用的 Chat 应用(如 ChatGPT、Claude 等),即可直接对话使用,无需额外开发。适合个人快速体验和轻量使用场景。
把提示词模板转化为 API,您的程序可任意修改模板参数,通过接口直接调用,轻松实现自动化与批量处理。适合开发者集成与业务系统嵌入。
在 MCP client 中配置对应的 server 地址,让您的 AI 应用自动调用提示词模板。适合高级用户和团队协作,让提示词在不同 AI 工具间无缝衔接。
免费获取高级提示词-优惠即将到期