View Single Post
  #1  
Old 9th March 2013, 21:16
Extremlym's Avatar
Extremlym Extremlym is offline
Senior Member
 
Join Date: Oct 2012
P2P
Posts: 102
Lightbulb [MOD] Share Torrent Tracker On Facebook
Hello, I create a code for sharing your Tracker on Facebook Page!

Screenshot:

Click the image to open in full size.

Link: http://sphotos-g.ak.fbcdn.net/hphoto...30313822_n.png

LINKBUTTON
__________________________________________________ __________________________________________________ __________________________
If you wont to input just the LinkButton in your Index or other use this:

PHP Code:
            <div id="button">
                <?php
                    $title
=urlencode('ExtremlymTorrents');
                    
$url=urlencode('http://extremlymtorrents.com');
                    
$summary=urlencode('From Here you can download free music / movies / games. All for free with one click!');
                    
$image=urlencode('http://www.extremlymtorrents.com/images/X.png');
                
?>
                <a onClick="window.open('http://www.facebook.com/sharer.php?s=100&amp;p[title]=<?php echo $title;?>&amp;p[summary]=<?php echo $summary;?>&amp;p[url]=<?php echo $url?>&amp;&p[images][0]=<?php echo $image;?>', 'sharer', 'toolbar=0,status=0,width=548,height=325');" target="_parent" href="javascript: void(0)">
                    Share US on your Facebook page!
                </a>
            </div>
Screen:
Click the image to open in full size.


__________________________________________________ __________________________________________________ __________________________
For a Facebook-Page !
Download
__________________________________________________ __________________________________________________ __________________________
ENjoy!
PS: this Script Works on TBDEV ... and other


__________________________________________________ __________________________________________________ __________________________
DEMO: http://www.extremlymtorrents.com/facebook.php
__________________________________________________ __________________________________________________ ____________



Attached Files
File Type: rar Extremlym@facebook-share.rar (363.0 KB, 60 views)

Last edited by Extremlym; 9th March 2013 at 21:30.
Reply With Quote