XFileSharing Pro - Question Social networks Please help !

Message
Author
ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

Question Social networks Please help !

#1 Postby ruben » Dec 02, 2010 10:45 am

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.)

Dulci
Posts: 112
Joined: Jun 10, 2010 6:45 am

#2 Postby Dulci » Dec 02, 2010 11:20 am

register to addthis and get the code and insert it to your website thats it

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#3 Postby admin » Dec 02, 2010 1:15 pm

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.

krazyloads
Posts: 27
Joined: Oct 05, 2010 12:53 pm

Addthis

#4 Postby krazyloads » Dec 02, 2010 1:17 pm

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.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#5 Postby admin » Dec 02, 2010 1:25 pm

No need to modify script, because download URL accessible on download0.html and download1.html templates.

krazyloads
Posts: 27
Joined: Oct 05, 2010 12:53 pm

Addthis

#6 Postby krazyloads » Dec 02, 2010 1:58 pm

Hi,

Paste the below code on download1.html

Code: Select all

<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: Select all

<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/y ... m.zip.html



Hope this helps

ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

#7 Postby ruben » Dec 02, 2010 3:27 pm

Understood.

Thank you for all your replies