Landing Pages Designer

Integration with Social Networks

Instructions

  1. Get the custom code of all desired Social Networks sharing buttons.
  2. Copy and paste your codes in a new Jumi item.
  3. Embbed your Social Networks sharing buttons in your LPD item using Jumi tag:
    jumitag
    where '3' is the ID of your Jumi item.SocialNetworks1

*Be sure to install and publish Jumi plugin. Otherwise your buttons will not appear on your Landing Page.

This is an example of code including Facebook, Twitter and LinkedIn buttons:

<?php $url='http://www.audox.cl';; ?>
<table class="sharing_table">
<tr>

<!--Facebook-->
<td>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_LA/all.js#xfbml=1&appId=146539965397693";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-send" data-href="/"></div>
</td>

<!--Twitter-->
<td>
<a href="https://twitter.com/share"; class="twitter-share-button" data-url="" data-lang="es" data-count="none">Twittear</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></td>

<!--LinkedIn-->
<td>
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-url=""></script>
</td>

</tr>
</table>