| View previous topic :: View next topic |
| Author |
Message |
ruben
Joined: 06 Nov 2010 Posts: 57
|
Posted: Dec 02, 2010 10:45 am Post subject: Question Social networks Please help ! |
|
|
Hello,
Could someone please explain me how addthis.com / sharethis.com works?
Do i only have to insert the code into my website and done or do i have to make an account for all the services (google, facebook, twitter etc.) |
|
| Back to top |
|
 |
Dulci
Joined: 10 Jun 2010 Posts: 92 Location: Netherlands
|
Posted: Dec 02, 2010 11:20 am Post subject: |
|
|
| register to addthis and get the code and insert it to your website thats it |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: Dec 02, 2010 1:15 pm Post subject: |
|
|
Yes, that's quite simple HTML copy\paste job.
AddThis/Facebook/Twitter/etc already did everything for you - just take code and place somewhere in main.html. |
|
| Back to top |
|
 |
krazyloads
Joined: 05 Oct 2010 Posts: 27
|
Posted: Dec 02, 2010 1:17 pm Post subject: Addthis |
|
|
Just register at addthis.com / sharethis.com, copy the link and paste it where you want on the template.
If you want to share the uploaded file's url you have to modify the script. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: Dec 02, 2010 1:25 pm Post subject: |
|
|
| No need to modify script, because download URL accessible on download0.html and download1.html templates. |
|
| Back to top |
|
 |
krazyloads
Joined: 05 Oct 2010 Posts: 27
|
Posted: Dec 02, 2010 1:58 pm Post subject: Addthis |
|
|
Hi,
Paste the below code on download1.html
| Code: | <script type="text/javascript">
var addthis_share = {
url: '<TMPL_VAR download_link>',
title: '<TMPL_VAR file_descr>'
}
</script> |
Please change the below code to your addthis.com code.
| Code: | <div class="addthis_toolbox addthis_default_style ">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4cf79e4702e910b0" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4cf79e4702e910b0"></script> |
Demo:
http://www.hivefiles.com/yyua04148p9d/yt_air_v5.5.3|_hivefiles.com.zip.html
Hope this helps |
|
| Back to top |
|
 |
ruben
Joined: 06 Nov 2010 Posts: 57
|
Posted: Dec 02, 2010 3:27 pm Post subject: |
|
|
Understood.
Thank you for all your replies |
|
| Back to top |
|
 |
|