This Widget will Display Recent comments on Blogger Blog.
Step 1: Go to your Blogger account.
Step 2: Next you have to go Dashboard > Layout > Page Element > Add a Gadget > HTML/JavaScript
Step 3: Copy and paste the code below:
Step 4: In this code Look for the line:
Step 5: And replace the blog address (indicated in color blue below) with your own blog address.
Step 6: Add title and save it.
That's it !
Options:
Number of Comments
This widget is set to display 5 recent comments. If you want to change that number, just look for the number 5 in the code and replace it with the number of comments you want to be displayed. I recommend setting it between 4 and 8.
Number of Characters (Excerpt)
This widget is set to display an excerpt of 100 characters of each comment. If you want to change that number, just look for the number 100 in the code and replace it with the number of characters you want to be displayed. *
*Recommended setting: 50 to 100.
Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts
Tuesday, September 1, 2009
0
Tuesday, August 11, 2009
0
Using SyntaxHighlighter on BLOGGER
xHighlighter is a script which is written in javascript. It can insert colored code snippets on a web page using client-side javascript only. It is ideal tool for users of BLOGGER because we do not have server side resource to parse and highlight the code. And we are lazy, we do not want to write a lot of CSS to just post a code snippet.
Its a little twisting to make it properly.
Step 1: Download SyntaxtHighlighter From Here
Step 2: Extract the rar file. Upload Script and Style folder's file to any host or website which can be linked from your blog.
Step 3: Login to your Blogger account go to Setting> Template > Edit HTML make the following changes. Paste this code after
Its a little twisting to make it properly.
Step 1: Download SyntaxtHighlighter From Here
Step 2: Extract the rar file. Upload Script and Style folder's file to any host or website which can be linked from your blog.
Step 3: Login to your Blogger account go to Setting> Template > Edit HTML make the following changes. Paste this code after
