Twitter Tweet Button For Your Blog, Website And Browser

Hi! Everyone, hope you all are fine.
In this post I am going to tell you how you can use Twitter’s new twit button in your blog or website. You might have show many retweets button from 3rd party service (like: tweetmeme). But twitter have official bought there retweet button in 3 sizes (Vertical count: 55x62 px, Horizontal count: 110x20 px and No count: 55x20 px).

You can use this retweet button in 3 different ways.
1.       By using JavaScript

<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a class="twitter-share-button" href="http://twitter.com/share">Tweet</a>

2.       By using iframe

<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/tweet_button.html" style="width:130px; height:50px;"></iframe>

                               
3.       By customizing your own retweet button

<a href="http://twitter.com/share">Tweet</a>

For WordPress.com Users
In Word Press you can only use tweet button in Horizontal size (110×20 px)
1.       Login to your wordpress.com (wp) account
2.       Go to the following blog in which you want to place your tweet button
3.       Now go to Appearance –> Extras
4.       There you will see few tick box option
5.       In that you will see its written Show a Twitter “Tweet Button” on my posts.
6.       Tick that box then click on Update Extras »

7.       And it’s done
8.       Now you will see the tweet button in the bottom of your wp blog post
For Blogger Users
1)      Login to your Blogger.com account
2)      Go to Design –> Edit HTML –> then click on Expand Widget Templates for the following blog in which you want to use tweet button
3)      Search for the following code (to bring the browser search box press Ctrl + F or F3)
a)      If you want to use it before post and after title

<p class='post-header-line-1'>

b)      If you want to use it after post ends

<data:post.body/>

4)      Place the code just after the above code

<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>

5)      Things you might need to change
a)      If you want to show this tweet button in home page then remove the following codes

<b:if cond='data:blog.pageType == "item"'>
</b:if>

b)      Change or remove as per your suitability

style='float:right; margin-left:10px;'

If you want to change it then
In style change right to center or left
In padding change 10 to any number as you feel suitable with your template
c)       If you want to change the size
data-count=’ data-count=’vertical‘ ‘
Change vertical to horizontal or none as you feel suitable
d)      Change SaketJajodia with your twitter username
6)      Here is one more plain and simple tweet button you can use

<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>

Change the SaketJajodia with your twitter username
Note: Before editing your template, 1st backup your template for safe side, by clicking on Download Full Template in Edit HTML page
To add in self hosted website
To add in self hosted website
1)      Go to the page where you can have access to edit you website HTML
2)      Now find the place where you want add tweet button
3)      Now place the following code as per your suitability
a)      Using JavaScript

<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>

i)        To add the Horizontal count: 110×20 px
Change vertical to horizontal
ii)       To add the No count: 55×20 px
Change vertical to none
b)      To add the plain and simple tweet button

<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>

c)       Using iframe

<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/tweet_button.html" style="width:130px; height:50px;"></iframe>

4)      Change the SaketJajodia with your twitter username
To customize your own tweet button
You can customize your own tweet button using this link http://twitter.com/share
For more info Click here
For Chrome users
To use tweet button in your Google Chrome browser, you can use a Chrome extension by Shareaholic. It works as the Twitter tweet button works and it also shows how many tweets have been done in the following page.

If you have anything to tell about Twitter new tweet button please let us know. Even if you have customize your own tweet button.

Whats New In YouTube

Hi! Everyone, hope you all are fine.
In this post I am going tell you about YouTube new features. As now a day’s, everyday Google is coming up with something new. Few days back they came up with YouTube iframe player, then they came up with Multiple signing-in, then Blogger comment spam filter and many more. Now they came up with few new features in YouTube.

1.       At the end of the video: At the end of the video YouTube brought the new screen. Before you huge to see recommended videos are sliding but now there is a Replay, Like, Share button and Recommended videos appear.

2.       Load more suggestions: In every video page you might see some videos suggestion at the right side of the video player. Now you can increase the number of video suggested by clicking on Load more Suggestion button pleased below the last video suggested in that video page.

3.       Recommended/playlist bar: you will see a bar at the bottom of the browser screen, where you can see the recommended videos and it’s not new, few weeks back they came up with this bar using playlist, to view the playlist bar Click here . And the recommended bar is not available for every video to view the recommended bar you need to go to Recommended for You in YouTube homepage or Recommended for You page in YouTube site then select any video from there to view recommended bar.

All the 3 new features in this Image preview

Let us know what you think about these new features…

Gmail new Features and Layout

Hi! Everyone, hope you all are fine.
In this post I will tell you about Gmail new layout. As I showed you before only the new layout (Leaked) of Gmail and now it’s available to everyone but at this moment it is not available for Google Apps users but soon it will be.

Mainly they have focused on the Contacts part and layout of the Gmail.

1.       Mail, Contacts and Tasks have moved top-left (below Gmail logo)
2.       Compose became a button then a text link and it will only available when you are in Mail tab, it’s no more like before that where ever you are in Gmail you can directly go to Compose
3.       Tasks is still in popup
4.       All, None, Read, Unread, Starred, Unstarred are all gone in a small drop-down menu beside Archive, before it huge to be above massages in text links

Gmail new layout

5.       Contacts also got likely email settings. Now contacts also have shortcut keys, now you can make labels as you do in emails
6.       You can sort contacts by First name or Last name form More action drop-down menu
7.       Undo you recent changes
8.       Now you don’t have click on edit to edit anything in contacts just where you want to edit click there and edit it and it will get auto-save
9.       Now you can set name components (like: Prefix, First, Middle, Last, Suffix)

Contacts new layout
Let us know what you think about Gmail new Features and Layout…

Blogger Now Help In Filtering Comment SPAM

Hi! Everyone, hope you all are fine.
Today Blogger have launched a new feature, which will helps you all in filtering Comment Spam. As many of you must have a blog in Blogger.com, in which you all must gets some Comment Spam. To reduce those spam you might have enabled Comment moderation, Show word verification for comments? or Registered Users.

But now Blogger have bought a new feature by which your blog’s Comment get filtered using Google’s spam filtering technologies in Blogger.com. In Blogger.com you will see a new tab (It is not available to everyone yet but soon it will be) where it’s written Comment.

By going to that tab you will see 3 sub-tabs Published, Awaiting Moderation and Spam. By which you can control all types of comments in your blog.

Published: – In this, you will see all the comments in your blog which are published. You can make them as SPAM, DELETE or REMOVE CONTENT by selecting the comments on which you want take the following action
Awaiting Moderation: – works like Comment moderation
SPAM: – All the filtered spam comments by Blogger and You will go here

You can report issues by Clicking here
And if you need any help you can go to help center.
Let us know what you think about this new Blogger feature.

Sign-in to your Multiply Google Account at the same time

Hi! Everyone, hope you all are fine.
As I told before Google is soon launching a new feature by which you can sign-in to multiple Google account. So, now Google have launched thes feature.

The feature by default comes off mode. By going to your Google account page you will see in the Personal Settings options there is a new settings which is Multiple sign-in setting, (if it’s not there then it will be soon available) near the Multiple Sign-in setting you will see its written Change link, click on it.

After clicking on the Change link you will be seeing Google is informing you that this is an advance feature and you can only use multiple sign-in to the following Google Product and Services.
1.       App Engine
2.       Calendar
3.       Code
4.       Gmail
5.       Reader
6.       Sites
7.       Voice
8.       Docs (Coming Soon)

When multiple sign-in get enables you will see a Drop down button at the top-right beside your email ID, by which you can switch to your one account to another intently and add your other Google accounts. You can only add up to three Google accounts. The account which you use to sign-in to another account, the 1st account will become your default account.
e.g.: you have 1st sign-in to the x1@gmail.com then using this ID you have signed in to the x2@gmail.com. So, the x1@gmail.com will become your default account.

These are other some things you may need to know or you can take a help from Google Help Center.
1.       If you use any product or services which don’t support this feature, you will automatically get into your default account for that product or service.
2.       Is you once signed out from any account in any product you will automatically will signed out from all other accounts.
3.       Enabling the multiple sign-in option will Disable your Offline products like Offline Gmail and Offline Calendar, as well as any browser bookmarks you’ve set to link to your accounts.
4.       You can make it enable or disable any time by going to the multiple sign-in setting page.

To add other accounts 1st enable the multiple sign-in setting. Once you have enabled the multiple sign-in for one of your Google account. Now here how you will able to add the other accounts to your 1st accounts. Go to the product or service which supports multiple sing-in and sing-in with your account which is enabled with multiple sign-in. Now you will see a drop down button beside your email ID at the top-right click on it. Select the ID you want to switch with or select the Sign-in to another account. Now entre your ID and password of which you want to access with and click on Sign In.

Let us know what you think about it.

Play Snake game on YouTube video

Hi! Everyone, Hope you all are fine.
In this post I will tell you how you can play Snake game in YouTube video player. As those who have slow internet connection they can play snack game while their video is getting buffer or watching videos which is a quite boring, so while the boring part get ends of that video you can play Snack game on the video.



1st click on the pause button to make the video pause then just hold the Left, Up or Down arrow key (use any one of them but don’t use Right arrow key) for about 2 seconds and you will see the gray dotted lines (as in the above image) which is your snack and the single dot standing alone is your snack food. Now start playing your game. If you want to play while watching the video do the same thing just after game starts click on play button to start the video also.

Note: Game is not available in old YouTube flash player or HTML5 player, it will only available in new YouTube flash player.

And the same feature is available in Gmail, just go to Gmail Labs and enable the two options.
1.       Old Snakey
2.       Custom keyboard shortcuts

And hit & from the main page to play the snake game.

Gmail New Design And Features In Leaked Screenshot

HI! Everyone hope you all are fine.
In this post I will show and talk about Gmail new leaked Design and Features.

1st you tell, how many things you think have changed by comparing the below images?



New Gmail Design


Old Gmail Design

Here are the things which I have noticed where changed or new.
1.       A drop down menu for switching through 1 Google Account to another.
2.       A drop down menu to Report issues.
3.       3 links for Mail, Contact and Tasks.
4.       New Compose mail button
5.       Cell phone option in Gmail Chat.
6.       The option to starred and select the read, unread mail has got less space.
7.       And seems that Buzz is pleased somewhere else or removed from Gmail.
If you find anything which I didn’t notice then lets us know by commenting below…