SOLVED

Re: Using Marketo's social sharing icons without the landing page builder absolute positioning

Go to solution
John_Wallace
Level 4

Using Marketo's social sharing icons without the landing page builder absolute positioning

Hi, we use the double div hack to build responsive landing pages.  Our marketing team was interested in using Marketo's social media icons feature in some of our landing pages.  The only way I have seen to implement this is to drag the social media feature on to the landing page inside the landing page builder. 

Since we do not use absolute positioning, is there another way to insert social media icons.  Is there a Javascript API that I don't know about.    I can change to css positioning to fixed but I would like to have the buttons within the document flow.   Anyone else run into this issue?  Thanks

-John
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Using Marketo's social sharing icons without the landing page builder absolute positioning

This may be helpful: 

http://developers.marketo.com/documentation/websites/social-js/

View solution in original post

4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni

Re: Using Marketo's social sharing icons without the landing page builder absolute positioning

Can you just insert your own icons?
John_Wallace
Level 4

Re: Using Marketo's social sharing icons without the landing page builder absolute positioning

Sorry forgot to mention that we wanted to track everything via Marketo
Anonymous
Not applicable

Re: Using Marketo's social sharing icons without the landing page builder absolute positioning

This may be helpful: 

http://developers.marketo.com/documentation/websites/social-js/
John_Wallace
Level 4

Re: Using Marketo's social sharing icons without the landing page builder absolute positioning

@Justin Thanks!