2
I’m trying to share the text of my web to Facebook, I’m using the Addthis to create social media buttons. He gives me this:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1" addthis:url="http://www.planow.com.br/jrgrill/dicas.php?id='.$id.'" style="width:29px"></a>
<a class="addthis_button_preferred_2"style="width:29px"></a>
<a class="addthis_button_preferred_4"style="width:29px"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5329d2273cb2c738"></script>
<!-- AddThis Button END -->
I’m trying to pass the content by parameters, but I can’t. How should I proceed?
Try using the browser’s Network tool and see how the aqruivo request is doing
s7.addthis.com/js***
– Tafarel Chicotti