Tuesday, September 24, 2013

social network share code

<script>
function facebook(){
var urlToShare = 'http://ersegment.com';
var link = 'http://www.facebook.com/sharer.php?u='+encodeURIComponent(urlToShare);
window.open(link,'sharer','toolbar=0,status=0,width=640,height=440');
}
</script>
<script>
function tweeter(){
var urlToShare = 'http://ersegment.com';
var link = 'http://twitter.com/intent/tweet?url='+encodeURIComponent(urlToShare);
window.open(link,'sharer','toolbar=0,status=0,width=640,height=440');
}
</script>
<script>
function linkedin(){
var urlToShare = 'http://ersegment.com';
var link = 'http://www.linkedin.com/shareArticle?url='+encodeURIComponent(urlToShare);
window.open(link,'sharer','toolbar=0,status=0,width=640,height=440');
}
</script>


<script>
function twitter(){
var urlToShare = 'www.google.com';
var link = 'http://twitter.com/intent/tweet?url='+encodeURIComponent(urlToShare);
window.open(link,'sharer','toolbar=0,status=0,width=640,height=440');

}
function facebook(){
var urlToShare = 'www.google.com';
var link = 'http://www.facebook.com/sharer.php?u='+encodeURIComponent(urlToShare);
window.open(link,'sharer','toolbar=0,status=0,width=640,height=440');

}
function googleplus(){
var urlToShare = 'www.google.com';
var language = 'de';
var link = 'https://plus.google.com/share?url='+encodeURIComponent(urlToShare)+'&hl='+language;
window.open(link,'sharer','toolbar=0,status=0,width=640,height=440');
}
function linkedin(){
var urlToShare = 'www.google.com';
var link = 'http://www.linkedin.com/shareArticle?url='+encodeURIComponent(urlToShare);
window.open(link,'sharer','toolbar=0,status=0,width=640,height=440');
}
</script>

<ul>
<li><a href="#" onclick="facebook()" class="facebook" title="Share on Facebook"><img src="images/fb.png" /></a></li>
<li><a href="#" onclick="tweeter()" class="twitter"  title="Share on Twitter"><img src="images/tw.png" /></a></li>
<!--<li><a href="#" class="google"  title="Share on Google+"><img src="images/go.png" /></a></li>-->
<li><a href="https://plus.google.com/share?url={http://ersegment.com}" onclick="javascript:window.open(this.href,
  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img
  src="/images/go.png" alt="Share on Google+" class="google"/></a></li>

<li><a href="#" class="bing"  title="Share on Rss"><img src="images/bi.png" /></a></li>
<li><a href="#" onclick="linkedin()" class="in"  title="Share on Linkedin"><img src="images/ing.png" /></a></li>
</ul>