Social media links leading to a specific page

Hi, i found the following post, which has been helpful:

but i’d like to be able to add social sharing links that lead to a specific page. If have a thank-you page for a form. I’d like to add something like:

"thanks for your purchase, want to share our page with your friends?

and the social buttons lead to a specific page, not the same thank you page.

Is this possible?

Thanks in advance.

Hi Greg,

Thanks for writing in! Basically you can create your page using Cornerstone editor as usual and you can use icon short-code inside Classic Raw Content Element and link each of your social icon to different page links.

Example code:

<a href="http://example.com/page1" target="_blank">[x_icon type="facebook-square" style="text-align: center; color: rgb(33, 66, 101); font-size: 64px;"]</a>&nbsp;
<a href="http://example.com/page2" target="_blank">[x_icon type="twitter-square" style="text-align: center; color: rgb(33, 100, 99); font-size: 64px;"]</a>

The code &nbsp; creates spaces between your icons.

You can get all the short-code version of your social icons from the following examples page (http://demo.theme.co/integrity-1/shortcodes/icons/).

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.