0

我写了一个精确的目标电子邮件模板,但社交分享只分享电子邮件的网址,而不是电子邮件正在宣传的博客文章网址,我很想知道我该如何做到这一点。我还希望标题与博客文章相匹配,并在确切目标中与它共享图像。这是共享 http://blog.mytmc.com/wp-content/uploads/2014/05/image1.jpgimage1.jpg 中链接的示例,该链接当前会将您带到已发送的电子邮件:http://view.chrobinson-email.com/?j=fe5b157776650d7f711d&m=fef4127571670d&ls=fdbc1570736c027a761c797664&l=fe9c16787464057c73&s=fdfb15707161017b70127176&jb=ffcf14&ju=fe1c15797d6c02787c1574&r=0

http://blog.mytmc.com/wp-content/uploads/2014/05/image1.jpg

只是为了解释这一点,我能做到的最好的就是我的代码和 id 想要做的事情。

<font face="Arial" size="2"><a style="text-decoration: none;" href="http://blog.mytmc.com/cloud-technology/ground-level-security-tips-operating-cloud/"> 
在云中操作的基本安全提示

这是模板 id 中的代码,喜欢使其动态化,因此它采用标题:“在云中操作的地面级安全提示”,并将标题设为“%% 此处的标题 %%”

下一部分是确保电子邮件中的图像与电子邮件共享共享。

最后一部分是使共享内容链接到博客而不是电子邮件。这是我的社交分享按钮代码:

                        <tr>
                    
                        <td width="17"><a href="%%=GetSocialPublishURL('1','Share')=%%"><img src="http://image.exct.net/lib/fef4127571670d/i/1/2ba6f822-5.jpg" alt="" width="17" height="16" style="display: block;border: none"/></a></td>
                        <td width="3"/>
                        <td width="107" class="share-links" style="font-family: Arial, Verdana, sans-serif;color: #666;font-size: 10px;"><a href="%%=GetSocialPublishURL('1','Share')=%%" style="text-decoration: none; color: #303030;">Share on Facebook</a></td>
                        <td width="25"/>
                        <td width="17"><a href="%%=GetSocialPublishURL('11','Share')=%%"><img src="http://image.exct.net/lib/fef4127571670d/i/1/bc6970a1-e.jpg" alt="" width="17" height="16" style="display: block;border: none"/></a></td>
                        <td width="3"/>
                        <td width="95" class="share-links" style="font-family: Arial, Verdana, sans-serif;color: #666;font-size: 10px"><a href="%%=GetSocialPublishURL('11','Share')=%%" style="text-decoration: none; color: #303030;">Share on Twitter</a></td>
                        <td width="25"/>
                        <td width="17"><a href="%%=GetSocialPublishURL('9','Share')=%%"><img src="http://image.exct.net/lib/fef4127571670d/i/1/d08f03ec-4.jpg" alt="" width="17" height="16" style="display: block;border: none"/></a></td>
                        <td width="3"/>
                        <td width="101" class="share-links" style="font-family: Arial, Verdana, sans-serif;color: #666;font-size: 10px"><a href="%%=GetSocialPublishURL('9','Share')=%%" style="text-decoration: none; color: #303030;">Share on LinkedIn</a></td>
                        <td width="25"/>
                        <td width="17"><a href="%%ftaf_url%%"><img src="http://image.exct.net/lib/fef4127571670d/i/1/c08ad22b-5.jpg" alt="" width="17" height="16" style="display: block;border: none"/></a></td>
                        <td width="3"/>
                        <td width="134" class="share-links" style="font-family: Arial, Verdana, sans-serif;color: #666;font-size: 10px"><a href="%%ftaf_url%%" style="text-decoration: none; color: #303030;">Email to your colleagues</a></td>
                    </tr>

我认为有一种方法可以通过动态内容或 AMPScript 来做到这一点。请帮助。大声笑提前感谢所有阅读本文的人。

4

2 回答 2

0

我的博客上有几个例子,说明如何按照你的要求去做。我的代码包括 Facebook、Twitter、Google+ 和 Pinterest 共享。

Facebook 是最脆弱的,所以如果你能找到更好的方法,请告诉我。

于 2014-05-23T02:15:31.127 回答
-1

这是一种在 Facebook 上分享的简单方法。这将共享网页的默认图像和元描述:

https://www.facebook.com/sharer/sharer.php?u=http://www.example.com?skin=myskin
于 2015-01-06T18:10:01.183 回答