Hi all I have searched on google and found this code to display social sharing pop up on my site. But i Want Changes in it. If abc.com/xyz is opened the it should share or like abc.com/xyz in google plus one facebook like and twitter tweet. ( default its sharing only the link we have given like domain name only in this widget not the current page.) <-------Code Start Here----------------> <div id='dle-content'><link href="http://xtproject.yn.lt/TrainerPlus Style.css" rel="stylesheet" type="text/css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <script src="http://xtproject.yn.lt/jquery.stp.min.js" type="text/javascript"></script> <script> $(document).ready(function(){ $().socialTrafficPop({ timeout: 999, title: '<div align="center"><img src="http://4.bp.blogspot.com/-Ogn1-RiGVYw/ULzewgf_BNI/AAAAAAAAAxA/TpHCqCCmyzM/s1600/logo.png" /></div>', message: 'Welcome To TrainerPlus Please Support Our Blog By Like Us Here <em>Thanks.</em>!', google_url: "http://www.trainerplus.org", fb_url: "http://www.facebook.com/WapHuntTheWayToReachTheGame", closeable: false, advancedClose: false, opacity: '0.45', twitter_method: "tweet", tweet_url: 'http://www.trainerplus.org', tweet_text: 'TrainerPlus The Way To Reach The Webmaster World !! Scripts Tutorials Widgets Bloggers Etc Visit Us Now !!' }); }); </script></div> <-------Code End Here----------------> Code (markup):