Showing posts with label Tips bloging. Show all posts
Showing posts with label Tips bloging. Show all posts

Saturday, September 3, 2011

Recent Comments With JavaScript code

Howtomake Recent Comments With JavaScript code for blogger/blogspot


Okay, today i wanna share tips thats may be usefull for you.
There so many trick to show recent comments that able to show more than 5 link. But now i will show you howtomake it with javascript.

First

Go to your Blogger account
Go to Layout Section - Page Element
Add a gadget on sidebar column - Choose HTML/Javascript

<script style="text/javascript" src="http://sites.google.com/site/angga123site/comments.txt"></script><script style="text/javascript">var numcomments = 20;var showcommentdate = true;var showposttitle = true;var numchars = 100;var standardstyling = true;</script><script src="http://YourBlogURL.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"></script>

Change YourBlogURL.com with your url .
And change the number "20" with any number (this is number of comment that displayed)
read more...

Wednesday, August 17, 2011

How to ping web article

How to ping whole website/blog or only some article URL using Pingler

Ping service is one of  usefull tactic like SEO optimization to let the Search engine and URL submision know that you have new content.  One of ping service is called Pingler , free service which make the pinging process as painless as possible
To use their service, first go to their homepage.
When you go to Pingler homepage, you will see form that you can fill out to ping a number of search engines and directories. Just enter your detil, confirm if you're a human by entering the Captcha code shown at bottom form. Then click the ping button.



Pingler will ping all of the ping services shown on the main form. Just wait,  you’ll get the result for each ping too, showing you whether or not it was successful.
If you want to ping another URL, you’ll have to go through the whole process again, submitting one URL at a time with its own title/keyword.



Now you done it.

Or you can use their ping service using Mozilla add-ons
Here is the url for pingler add-ons for mozila
https://addons.mozilla.org/en-US/firefox/addon/pingler/

About this Add-on


The Add-on is Free to use by members and none members alike. You need not pay
or even register to be able to download and use it to ping
your blog, website or even any page you are visiting. Free usage is limited to
5 daily pings. Premium members get to ping as
many times as they are permitted according to the package they signed up for.

Pingler add ons are available for many platform
read more...

Monday, August 8, 2011

Add meta tag in blogger

meta tag
 How to add meta TAG  for blogger (Blogspot ) - Make SEO friendly

Here is step by step how to add meta tags to your blogger(blogspot) blog:
1.Sign in to your blogger dashboard ->Select the Design link

2.Click on the 'Edit html' tab
click on the 'edit html' tab



Here is the code that need you copy to your template

<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>



Note :
Replace red colour code above with your own.

DESCRIPTION HERE:Write your blog description
KEYWORDS:Write the keywords of your blog
AUTHOR NAME:Write the author's name(Your name)


3.Add the above code after this code

<b:include data='blog' name='all-head-content'/>


Now your template should be like this screenshoot :
 


Save your template. You done it :)

Thanks for bloggertricks for his great stuff
read more...