Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can setup and verify your Google Web Master Tools for your WordPress self hosted blog. Google Webmaster Tools helps you in optimizing your blog for SEO in Google Search Continue reading How To Setup And Verify Google Webmaster Tools For Your WordPress Self Hosted Blog
Tag: WordPress
Add Avatar Beside The Name Of Your Comment In WordPress Based Blogs
Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can add image to your WordPress profile, comment box (on WordPress based blogs). When I was new to WordPress I always huge to think how other people show there avatar in comment box of every WordPress based blogs, just by putting their name and email address. One day I thought today I have to find out how they show I search about it a lot and finally I got to know.
Today let me tell you how you can put your avatar
- Go to Gravatar.com
- Signup for an account (if you already have an account log in to your account, you can also use your WordPress.com ID and password to login)
- After you login
- Go to My Account –> Add an Image
- Click on My computer’s hard drive
- Then click on Choose file (navigate and select the image you want to use as your avatar)
- Click on Next button
- Crop the image according to your wish
- Click on Crop and Finish! Button
- Now rate your image according to your wish
- Select an email address (on which you want to display your avatar)
- Click on Use for selected addresses button
Now whenever you will comment (on WordPress based blogs) using your email address (which you have used in Gravatar) your avatar will display beside your comment. And if you changed your avatar in Gravatar website then all your past comment avatar will also get changed.
Do comment below and show your avatar to us, and if you have any problem or questions do let me know.
How To Use whos.amung.us To Track Your Visitors In Real-Time
Hi! Everyone, hope you all are having fun today.
Today in this post I will tell you how you can use whos.amung.us to track your visitors in real-time. If you are using Google Analytics to track your visitors on your blog or website then you must don’t get real-time stats about the traffic on your blog/website. Using whos.amung.us you will able to track your visitors real-time but you won’t get full insight about your visitors like you can get in Google Analytics (or any other).
You will get basic stats about your visitors like how many visitors are online, on which page they are on, from which country and city they are coming from in your blog or website and you can also see the past stats of your blog or website.
Let see how you can use it
- Go to whos.amung.us
- Set the settings according to you (you can see the demo also where it will appear)
- Copy the code in yellow box
- Now past that code just after opening <body> tag or just before closing </body> tag
Note: – The code should appear in every page of your blog or website otherwise it will not give the correct stats
How to use whos.amung.us code WordPress blog
- Go to the Dashboard –> Appearance –> Editor (of your blog)
- Now click on header.php (in right side bar)
- Search for <body> tag
- Just after the <body> tag past the code
- Click on Update File button to save it
How to use whos.amung.us code Blogger.com blog
- Go to Blogger.com
- Login to your account
- Go to Design –>Edit HTML (for the blog in which you want to use)
- Search for <body> tag
- Just after the <body> tag past the code
- Click on SAVE TEMPLATE button
Now go to your blog or website and see if you can see the red color box. If you can’t see the box clear your browser cache or press Ctrl+R to clear the cache for that page. And to see the stats click on that image (or button if you want to tell).
You can also have custom designs also colors like in Map, in different colors, and more Click here to see.
If you have you used it before do tell us what you think about it
How To Create Blog In WordPress.com
Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can create a new WordPress blog in WordPress.com. WordPress is one of the most used blogging platform in the world of blogosphere. Let see how you can get a WordPress blog
- Go to WordPress.com
- Click on Sign up now button
- File the required details
- Click on Sign up → button
- Now you will receive an in the address you have given at the time signup
- In the email there will be an activation link click on that link to activate your account
- Now go to YOUR- BLOG-ADDRESS.WordPress.com/wp-login.php
- Now give your WordPress.com username and password
Change YOUR-BLOG-ADDRESS with your blog address you have given at the time signup and generally it is your username if you didn’t took the different username at the time signup
Now your blog is created now start posting.
If you already have an account in WordPress.com and want to create a new blog go to WordPress.com/signup
How To Auto Import Blog Feeds To Facebook Notes
Cross Post With In-Face-Book
Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can auto import your blog post into Facebook Notes. Whenever you make a blog post you post your new post link to Facebook, Twitter and other places manually but using Facebook Notes you can update your Facebook Pages automatically whenever you make a blog post. And if you want to know how you can auto update your Twitter Click here.
- Go to Facebook.com
- Login to your account
- Go to your Facebook Pages in which you want to add Facebook Notes auto update
- Now click on Notes tab (if you don’t have Notes tab click on + sign and click on Notes)
- At the bottom-left column click on Edit import settings
- Now give the URL of you blog feed at the place of Web URL: Enter a website or RSS/Atom feed address
- If you accept their agreement then tick that box
- Click on Start Importing button
- Once detect your feed you will see all your post in the feed imported to Facebook
- Click on Confirm button
Now in every couple of hours Facebook will search for new updates in your feed if they find anything new they will post it in your page as Notes. But once the Notes get created you will not able to edit it.
Image Light Box For Blogger.com Blog And WordPress Blog Users
Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can use Light Box in Blogger.com blog. Light Box is an image viewer and all of you must have show the Image viewer on my blog, if you didn’t show click on the below image to see demo.
Image credit: IceBone
When I was on Blogger.com I wanted this feature on my Blogger.com blog but didn’t knew how I can use it but when I shifted to WordPress I finally got it on my blog and if you are also on WordPress you can use Slimbox plugin. And if you are Blogger.com user and want this on your Blogger.com blog here how can
- Go to Blogger.com
- Login to your account
- Now go to Design –> Edit HTML
- Their search for <head> opening tag
- Copy-past the below code just after the <head> opening tag
- Click on SAVE TEMPLATE button
- Now whenever you make a post with images and you want to use this effect on that image copy you need to do the following
- Go to Blogger.com
- Login to your account
- Now go to NEW POST
- Compete your post (write, insert, whatever you want to do in that post)
- After you competed (also inserted the image) click on Edit HTML tab
- Add this code in every a tag before every img tag
- Now change the ALBUM-NAME and IMAGE-CAPTION with your album name and image caption
- And publish the post
<!-- Light Box Code Starts SJbn.Co -->
<link href='http://img.sjbn.co/lightbox-2.04/css/lightbox.css' media='screen' rel='stylesheet' type='text/css'/>
<script src='http://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js' type='text/javascript'/>
<script src='http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/scriptaculous.js' type='text/javascript'/>
<script src='http://jajodiasaket.googlecode.com/files/lightbox2.04-lightbox.js' type='text/javascript'/>
<!--Light Box Code Ends SJbn.Co -->
rel="lightbox[ALBUM-NAME]" title="IMAGE-CAPTION"
For example see below
<a rel="lightbox[ALBUM-NAME]" title="IMAGE-CAPTION" href="http://3.bp.blogspot.com/_drKDGeYmwR4/TUwHK7std9I/AAAAAAAAA4s/zhLtImp_IFM/s1600/13330_102591409783669_100000984317950_19515_280045_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="288" src="http://3.bp.blogspot.com/_drKDGeYmwR4/TUwHK7std9I/AAAAAAAAA4s/zhLtImp_IFM/s320/13330_102591409783669_100000984317950_19515_280045_n.jpg" width="320" /></a>
Click here to see Light Box demo on Blogger.com blog
You can use the left and right arrow key to change the image and Esc to close Light Box. If you want to make more than one set (album) of images in same page change the album name in the other set. The difference between in both the set (album) is you can’t change the image without closing the image viewer (Light Box)
Thanks to Lokesh Dhakar for making this codes.
If you have any question or problems do let me know.
How To Change Your FeedBurner Feed Address Without Losing Your Readers