Skip to content

Commit

Permalink
allows action to be specified in facebook and twitter services, buzz …
Browse files Browse the repository at this point in the history
…is replaced with googleplus
  • Loading branch information
bbkr committed May 30, 2012
1 parent 385ad20 commit 3d43a15
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions DC/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#GetResponse Dynamic Content

version 1.6.3, 2012-03-09 [changelog](#changelog)
version 1.6.4, 2012-05-30 [changelog](#changelog)

##INFO

Expand Down Expand Up @@ -281,19 +281,20 @@ Supported tokens and message types they can be used in:
Links that allow contact to share info about message on social media.

```
{{LINK "social_facebook"}}
{{LINK "social_digg"}}
{{LINK "social_facebook" "like"}}
```

Allowed tokens:

* `social_buzz`
* `social_digg`
* `social_facebook`
* `social_facebook` with `post` (default) and `like` actions
* `social_googleplus`
* `social_linkedin`
* `social_myspace`
* `social_twitter`
* `social_twitter` with `tweet` (default) and `retweet` actions

**Warning**: If you want your newsletter to be shared on social media you must select "Publish in RSS" on last step of creating newsletter process.
**Warning**: If you want your newsletter to be shared on social media you must select "Publish in RSS" on last step of creating newsletter process in old editor.

---

Expand Down Expand Up @@ -700,6 +701,10 @@ will insert Honda, Toyota, Dodge.

##CHANGELOG<a name="changelog">

version 1.6.4, 2012-05-30

* [social links](#social_links) allows action to be specified in facebook and twitter services, buzz is replaced with googleplus

version 1.6.3, 2012-03-09

* [campaign or contact or message info](#campaign_or_contact_or_message_info) accepts `message_reply_to_email` token
Expand Down

0 comments on commit 3d43a15

Please sign in to comment.