Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can know where the shorten URL will take you to. There are hundreds of shorten URL service which lets you shrink any URL you Continue reading Find Out Real URL (Web Address) Behind Shorten URL
Tag: t.co
How To Shorten Your URL Using Twitter Shorten URL (t.co)
http://twitter.com/share?url=
in a web browser address bar
Tweet Button For Your Web Browser
Hi! Everyone, hope you all are fine.
In this post I am going to tell you how you can add tweet button in your web browser. As few days back I told you how you can add Twitter tweet button in your Blog, website and Google Chrome Browser. Now twitter has released tweet button for browser, where you just need to drag and drop a link in your browser’s bookmark bar (supports all major web browser).
Just drag and drop the below Tweet button in your web browser’s Bookmark bar.
And now whenever you visit a webpage, where you can’t find the tweet button to tweet, you can just use this bookmark tweet button to tweet. However this will also work as twitter tweet button works. When you will click on it a twitter pop-under window will appear by which you can tweet as you tweet using twitter tweet button in a webpage.
And if you didn’t liked this bookmark button then you can also use a Chrome extension by Shareaholic in Google Chrome. This also works as the Twitter tweet button works and it also shows how many tweets have been done in the following page.
Twitter Tweet Button For Your Blog, Website And Browser
Vertical count: 55x62 px, Horizontal count: 110x20 px and No count: 55x20 px
).
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a class="twitter-share-button" href="http://twitter.com/share">Tweet</a>
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/tweet_button.html" style="width:130px; height:50px;"></iframe>
<a href="http://twitter.com/share">Tweet</a>
<p class='post-header-line-1'>
<data:post.body/>
<b:if cond='data:blog.pageType == "item"'>
<div style='float:right; padding:10px;'>
<a class='twitter-share-button' data-count='vertical' data-related=Jajodia_Saket:Tecko Blog...' data-via='SaketJajodia' expr:data-text='data:post.title' expr:data-url='data:post.url' href='http://twitter.com/share' rel='nofollow'>Tweet</a>
<script src='http://platform.twitter.com/widgets.js' type='text/javascript'/>
</div>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
</b:if>
style='float:right; margin-left:10px;'
style
change right
to center
or leftpadding
change 10
to any number as you feel suitable with your templatevertical
to horizontal
or none as you feel suitable
<style media='screen' type='text/css'>
#custom-tweet-button a {
display: block;
padding: 2px 5px 2px 20px;
width:40px;
background: url('http://a0.twimg.com/images/favicon.gif')left center no-repeat;
border: 1px solid #ccc;
}
</style>
<div id='custom-tweet-button'>
<a rel='nofollow' expr:href='"http://twitter.com/share?text=" + data:post.title + " &via=SaketJajodia&related=Jajodia_Saket:Tecko%20Blog... "' target='_blank'>Tweet</a>
</div>
<a rel='nofollow' href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="SaketJajodia" data-related="Jajodia_Saket:Tecko Blog">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
vertical
to horizontal
vertical
to none
<style type="text/css" media="screen">
#custom-tweet-button a {
display: block;
padding: 2px 5px 2px 20px;
width:40px;
background: url('http://a4.twimg.com/images/favicon.gif')left center no-repeat;
border: 1px solid #ccc;
}
</style>
<div id="custom-tweet-button">
<a href="http://twitter.com/share?text=&via=SaketJajodia&related=Jajodia_Saket:Tecko%20Blog..." rel='nofollow' target="_blank">Tweet</a>
</div>
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/tweet_button.html" style="width:130px; height:50px;"></iframe>