Share on Social Sites using javascript Popup

Share on Social Sites using javascript Popup on click Share Image includes whatsapp.
Share Sites Metatags. Share with image on facebook, google plus, twitter.

<html>
<head>
    <title>Share in Social Sites</title>
    <!-- Twitter Meta Tags -->
    <meta name="twitter:card" content="summary"/>
    <meta name="twitter:site" content="www.domain.com"/>
    <meta name="twitter:title" content="Title Here">
    <meta name="twitter:description" content="Description here"/>
    <meta name="twitter:creator" content="Creater name"/>
    <meta name="twitter:image" content="Full image path here"/>
    <meta name="twitter:domain" content="domain.com"/>
   
    <!-- Google Plus Meta Tags-->
    <meta itemprop="name" content="domain.com"/>
    <meta itemprop="description" content="Description here"/>
    <meta itemprop="image" content="Full image path here"/>
   
    <!-- Facebook Meta tags-->
    <meta property="og:type" content="profile"/>
    <meta property="profile:first_name" content="AB"/>
    <meta property="profile:last_name" content="CD"/>
    <meta property="profile:username" content=""/>
    <meta property="og:title" content="Title Here"/>
    <meta property="og:description" content="Description here"/>
    <meta property="og:image" content="Full image path here"/>
    <meta property="og:url" content="www.domain.com"/>
    <meta property="og:site_name" content="domain.com"/>
    <meta property="og:see_also" content="http://www.domain.com"/>
    <meta property="fb:admins" content="Facebook_ID"/>
   
</head>

<body>
<a href="https://www.facebook.com/sharer/sharer.php?app_id=1399938626911790&sdk=joey&u=http://www.domain.com&display=popup&ref=plugin" onclick="javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img src="img/fbShare.png" title="Share On Facebook"></a>
<a href="https://plus.google.com/share?url=http://www.domain.com" onclick="javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img src="img/gpShare.png" title="Share On GooglePlus "></a>
<a href="https://twitter.com/intent/tweet?original_referer=http://www.domain.com&tw_p=tweetbutton&url=http://www.domain.com&via=your_screen_name" onclick="javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img src="img/twShare.png" title="Share On Twitter "></a>

<!--- Whatapp share work only for mobile site --->
<?php $url=urlencode('Welcome in whatsapp: http://domain.com'); ?>
<a href="whatsapp://send?text=<?php echo $url; ?>" data-action="share/whatsapp/share"><img src="img/wappShare.png" title="Share On WhatsApp"></a>
</body>

Comments

Popular posts from this blog

Login with facebook using coldfusion

Create CSV file in Coldfusion Using CFFile

Get Previous One Day Data in Sql Server