Twitter Share Link | Community
Skip to main content
January 16, 2013
Question

Twitter Share Link

  • January 16, 2013
  • 5 replies
  • 1637 views
Is there any way you can embed a "share this URL on Twitter"  in a Marketo email? Thanks
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

January 16, 2013
You would have to have a link to a landing page that has a share button on it.
January 16, 2013
What would be the embed code for that landing page?
January 16, 2013
You could create a landing page that has the exact copy of the email on it and use the Landing Page designer to add the Marketo social sharing button on it.  Another option is to add the Forward to a Friend link / button on your email using the Email Designer.
January 16, 2013
Sure go to Clicktotweet to generate a URL. Be sure to shrink the target URL first.
January 17, 2013
Scott,

You can do exactly what you want with this bit of code from Twitter. The example below opens up a Twitter share dialog and populates the tweet with the title of a Marketo blog, a link to the blog, and a Via @Marketo at the end.

<a href="http://twitter.com/share?url=http://blog.marketo.com/blog/2013/01/if-your-writing-sucks-so-will-your-content.html&text=If Your Writing Sucks, So Will Your Content&via=Marketo&related=yarrcat" target="_blank">Tweet This button</a>

Kelly