Adding Language Parameters to Social Email Buttons and Landing Page URLs

Need to create a Social Email in another language and direct users to that particular page? Read through this article to find out how.

Also, here are the available language parameters for use in these implementations:

InGo's Available Language Params
 


Notes:

  • The characters "%3d" is an equals sign "="
  • The characters "%3F" is an ampersand "&"

Steps to Modify the See Who's Going Buttons

  1. Search for the the social network in blue below.
  2. Change the social networks for whatever option you need, `facebook` `twitter` `linkedin` or`xing` for multiple buttons.
  3. Add in the necessary country code to land users on that page, for example "it" for Italian.
  4. Test the link to ensure you get to the correct language for the landing page.

See Who's Going Code Template

<a href="https://ingo.me/facebook/authenticate?nextUrl=https%3A%2F%2Fingo.me%2Fattendee%3Fevent_id%3DINSERT_YOUR_EVENT_ID_HERE%26lang%3Dit&trk_source=email&trk_type=email&trk_contact=[Email]&trk_conf=INSERT_YOUR_EVENT_ID_HERE&data=%7B%22allowPost%22%3Atrue%2C%22allowIdentify%22%3Atrue%7D"<a/>

Steps to Modify Share on Social Network Buttons

  1. Search for the the social network named in the next URL after the Event ID, noted in blue below.
  2. Search for "facebook/twitter/xing/linkedin" noted in orange below.
  3. Add "%3F`lang%3dCOUNTRY_CODE`to just after the social network named and before the "%26" in green.
  4. Add in the necessary country code to land users on that page, for example "it" for Italian, in the `COUNTRY_CODE` item
  5. Test the link to ensure you get to the correct language for the landing page AND you have posted in the selected language.

Share on Social Network Buttons

<a href="https://ingo.me/facebook/authenticate?nextUrl=https%3A%2F%2Fingo.me%2Fadvocate%2Fpost%2FINSERT_YOUR_EVENT_ID_HERE%2Ffacebook%3Flang%3dCOUNTRY_CODE%26nextUrl%3Dhttps%253A%252F%252Fingo.me%252Fattendee%253Fevent_id%253DINSERT_YOUR_EVENT_ID_HERE%2526lang%253dCOUNTRY_CODE%2526notice%253DYou%252527ve%252520posted%252520to%252520your%252520network%252521%252520Be%252520sure%252520to%252520invite%252520your%252520friends.&trk_source=email&trk_type=email&trk_contact=[Email]&trk_conf=INSERT_YOUR_EVENT_ID_HERE&data=%7B%22allowPost%22%3Atrue%2C%22allowIdentify%22%3Atrue%7D</a>