Showing posts with label Share. Show all posts
Showing posts with label Share. Show all posts

Share url in twitter

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css" media="screen">
  #custom-tweet-button a {
    display: block;
    padding: 2px 5px 2px 20px;
    background: url('http://a4.twimg.com/images/favicon.ico') 1px center no-repeat;
    border: 1px solid #ccc;
  }
</style>
</head>

<body>

<%
 dim Thispage="http://" & Request.ServerVariables("SERVER_NAME") & Request.ServerVariables("URL") & "?" & Request.Querystring
%>

        <iframe id="sm_tweet" name="sm_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=<%=Thispage%>" allowTransparency="true" frameborder="0" scrolling="no" style="width:100px; height:22px;"></iframe>


or

<a href="http://twitter.com/home?status=<%=Thispage%>"; title="Click to share this post on Twitter">Share on Twitter</a>


</body>
</html>

Share the current url in facebook.

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css" media="screen">
  #custom-tweet-button a {
    display: block;
    padding: 2px 5px 2px 20px;
    background: url('http://a4.twimg.com/images/favicon.ico') 1px center no-repeat;
    border: 1px solid #ccc;
  }
</style>
</head>

<body>


<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_button { display:marker; padding:1px 20px 0 5px; height:20px; border:1px solid #d8dfea; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:500; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26983) no-repeat center  right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat  right; text-decoration:none; } </style> <a rel="nofollow" href="http://www.facebook.com/share.php?u=http://thewesternvault.com/listings/listing_detail.asp?listing_ID=3133" class="fb_share_button" onclick="return fbs_click()" shape="round" target="_blank" style="text-decoration:none;">Share</a>
</body>
</html>