27-05-2007, 11:23 PM
|
#1 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Blogger help
Q1> How can i change the font of Title Post in my blog?
Q2> How can i make my blog to show only portions of posts & have a "Read Full / Read More" Button like many other bloggers have?
Q3> How can I integrate RSS Feed for my BLOG (This One in Details coz i dont have much idea about Feeds)
Q4> Wht are Diggs exactly & how can i use them?
My Blog is http://tech4sure.blogspot.com
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
27-05-2007, 11:36 PM
|
#2 (permalink)
|
|
Wandering in the zone ...
Join Date: Jun 2005
Location: Hyderabad
Posts: 365
|
Re: Blogger help
Thats too many questions
1> Change the font in this section of your blog.
.post h3 {
margin-top: 0;
font: normal bold 130% 'Lucida Grande','Trebuchet MS';
letter-spacing: -1px;
color: #666699;
}
You can add your desired font before "Lucida Grande".
2> You can look for how to add "Read More" links in your posts here
3> Integrate RSS feed ???
I think Blogger does that. You can click on the RSS icon in your FF address bar and see that.
4> Diggs are votes given by Digg.com members. The more diggs you recieve, the better are your chances of getting to the Digg frontpage. For a post to be digged, they have to submitted to Digg first.
Do I get paid for this long answer ?
__________________
Not all those who wander are lost. :D
http://www.manast.com ---- ManasT
|
|
|
28-05-2007, 03:07 PM
|
#3 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
Quote:
|
Originally Posted by manas
1> Change the font in this section of your blog.
.post h3 {
margin-top: 0;
font: normal bold 130% 'Lucida Grande','Trebuchet MS';
letter-spacing: -1px;
color: #666699;
}
|
After copy-pasting this code in my template at the position where I found it,
I previewed the page but nothing changed, the font of title was like that it was before.
What has gone wrong in this ?
Quote:
|
2> You can look for how to add "Read More" links in your posts here
|
Cant find the place where I have to apply the code, its messy. I m confused!
Quote:
3> Integrate RSS feed ???
I think Blogger does that. You can click on the RSS icon in your FF address bar and see that.
|
I mean how can i generate feeds for my contents on the blog?
(i.e. Feeds for my visitors)
Quote:
|
4> Diggs are votes given by Digg.com members. The more diggs you recieve, the better are your chances of getting to the Digg frontpage. For a post to be digged, they have to submitted to Digg first.
|
You mean I have to submit the post first & then show up the DIG button & then what?
************************************************** *************************
Q5 > What are trackbacks?
pl help!
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
Last edited by ashfame; 28-05-2007 at 03:30 PM.
Reason: Automerged Doublepost
|
|
|
28-05-2007, 09:54 PM
|
#4 (permalink)
|
|
Wandering in the zone ...
Join Date: Jun 2005
Location: Hyderabad
Posts: 365
|
Re: Blogger help
1. > You need to add the font yourself. For example if you want your titles to be displayed in Georgia.. try this code..
.post h3 {
margin-top: 0;
font: normal bold 130% Georgia,'Lucida Grande','Trebuchet MS';
letter-spacing: -1px;
color: #666699;
}
2> You will have to do that yourself ! Its a long time since I stopped using Blogger.
3> Why do you need to generate feeds when Blogger does that ?
4> Then you do not need to do anything.  Your visitors need to digg the post.
5> Trackbacks ?? Blogger does not have them...
__________________
Not all those who wander are lost. :D
http://www.manast.com ---- ManasT
|
|
|
29-05-2007, 12:06 AM
|
#5 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
Quote:
|
Originally Posted by manas
1. > You need to add the font yourself. For example if you want your titles to be displayed in Georgia.. try this code..
.post h3 {
margin-top: 0;
font: normal bold 130% Georgia,'Lucida Grande','Trebuchet MS';
letter-spacing: -1px;
color: #666699;
}
|
Implemented!! Thanx!
Quote:
|
2> You will have to do that yourself ! Its a long time since I stopped using Blogger.
|
I will try again!!
Quote:
3> Why do you need to generate feeds when Blogger does that ?
|
How to enable feeds for my visitors?
Pl xplain in detail!
Quote:
4> Then you do not need to do anything. Your visitors need to digg the post.
|
I will try dis n get back!
Quote:
|
5> Trackbacks ?? Blogger does not have them...
|
Really!
Bt actually wt are they n how dey wrk?
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
29-05-2007, 09:02 AM
|
#7 (permalink)
|
|
Wandering in the zone ...
Join Date: Jun 2005
Location: Hyderabad
Posts: 365
|
Re: Blogger help
Enable feeds ?
I am repeating : you already have feeds for your visitors... at http://tech4sure.blogspot.com/feeds/posts/default What more do you want ?
For trackbacks, read the links Navjot has given.
__________________
Not all those who wander are lost. :D
http://www.manast.com ---- ManasT
|
|
|
29-05-2007, 12:12 PM
|
#8 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
I mean if i am a visitor of my blog, where should i click to get subscribed to the feeds (like many have buttons for subscribing)
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
30-05-2007, 12:42 AM
|
#9 (permalink)
|
|
Wandering in the zone ...
Join Date: Jun 2005
Location: Hyderabad
Posts: 365
|
Re: Blogger help
Oh, you mean you need some RSS buttons...
You can get some at FeedBurner or simply add a subscribe link to your sidebar pointing to your feed. This will help your visitors.
__________________
Not all those who wander are lost. :D
http://www.manast.com ---- ManasT
|
|
|
30-05-2007, 01:04 AM
|
#10 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
Quote:
|
Originally Posted by manas
Oh, you mean you need some RSS buttons...
You can get some at FeedBurner or simply add a subscribe link to your sidebar pointing to your feed. This will help your visitors.
|
pl xplain!
m new to feeds.
(i hav seen many buttons for subscribing to feeds, which one shd i prefer?)
dont knw wat to do for wat?
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
31-05-2007, 11:53 PM
|
#11 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
1 more ques: when we comment on someone's blog, does that count as a backlink?
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
01-06-2007, 12:31 AM
|
#12 (permalink)
|
|
I am Optimus Prime
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
|
Re: Blogger help
That depends on blog by blog. If blog implements nofollow attribute for link of comment, then it can't be counted as backlink and if it does not use nofollow attribute on links on comments then it can be counted as a backlink.
|
|
|
01-06-2007, 12:41 AM
|
#13 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
hw can i knw da attribute?
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
01-06-2007, 12:46 AM
|
#14 (permalink)
|
|
I am Optimus Prime
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
|
Re: Blogger help
Just view the source of post page and check on the link of comment for this
<a href="link" rel="nofollow" >
If nofollow is mentioned it means it will not be counted as backlink and if its not there then it can be counted as a backlink.
|
|
|
01-06-2007, 01:17 AM
|
#15 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
any other way
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
01-06-2007, 01:22 AM
|
#16 (permalink)
|
|
I am Optimus Prime
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
|
Re: Blogger help
other way for checking attribute? This is the only way and there cannot be a simpler method than this.
|
|
|
01-06-2007, 01:23 AM
|
#17 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
i am unable to find the attribute bt i thnk i might hav missed it out!
Edit
GOT IT SIR!!
It says
rel="external nofollow"
dat means it wont count as a backlink.
Can u tell me the meaning of this attribute
Edit:
Also tell me abt feeds, diggs n trackbacks
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
Last edited by ashfame; 01-06-2007 at 01:31 AM.
|
|
|
01-06-2007, 01:36 AM
|
#18 (permalink)
|
|
I am Optimus Prime
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
|
Re: Blogger help
nofollow tells search engines not to follow this link via comment link. So search engines don't give any value to such links with nofollow attribute.
Digg: If a person submits your post to Digg.com and then afterwards people rate your post by digging(pressing the digg button) and your post gains popularity.
Trackback: Told above.
Feeds: Told n times in this thread. What did you not understood?
|
|
|
01-06-2007, 10:16 PM
|
#19 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
i tried haloscan bt when i tried to upload the altered template, it says it got some broken tags!
hey guys!
blogger doesnt hav much features n plugins as much wordpress do!
Shd I switch to wordpress?
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
Last edited by ashfame; 01-06-2007 at 10:16 PM.
Reason: Automerged Doublepost
|
|
|
01-06-2007, 11:54 PM
|
#20 (permalink)
|
|
I am Optimus Prime
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
|
Re: Blogger help
Wordpress.com does not allow you to add your own ads which blogger.com does.
Unless you have your own hosted wordpress blog, blogger.com is better in monetizing terms.
|
|
|
02-06-2007, 12:04 AM
|
#21 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
Quote:
|
Originally Posted by navjotjsingh
Wordpress.com does not allow you to add your own ads which blogger.com does.
Unless you have your own hosted wordpress blog, blogger.com is better in monetizing terms.
|
r u sure!!
coz someone here only was saying wordpress now allows adsense ad
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
02-06-2007, 12:08 AM
|
#22 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: Blogger help
Quote:
|
Originally Posted by ashfame
r u sure!!
coz someone here only was saying wordpress now allows adsense ad 
|
No they don't. Nor Paid Posts either.
__________________
Harsh J
www.harshj.com
|
|
|
02-06-2007, 02:22 PM
|
#23 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
Thanks a lot to MANAS & NAVJOT for their help!
I am still left with DIGGS & Trackbacks!
Will try to understand & implement them in ma blog n come back!
Thanks to both of you guys!
************************************************** ***************************
Quote:
After Implementing the "READ MORE" hack, how to configure my feeds (both generated by blogger & feedburner) so that they only show summary?
Chk my feeds, they r lukin terrible with summary appearing above the full post!
Pl help ASAP!
EDIT
I want dat when we click on "READ MORE", summary shd get hidden n den full post is viewed!
|
Got it DONE!!
BT wht should i do so that changes in posts are reflected in feeds?
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
Last edited by ashfame; 02-06-2007 at 03:57 PM.
Reason: Automerged Doublepost
|
|
|
02-06-2007, 08:31 PM
|
#24 (permalink)
|
|
I am Optimus Prime
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
|
Re: Blogger help
Nothing...feeds are updated automatically.
|
|
|
02-06-2007, 10:03 PM
|
#25 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
yup dey r updated nw!
BT ma feeds are not showing posts according to the order of posting?
Wht shd i do? (Dis is happening with both feedburner & blogger feeds)
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
02-06-2007, 11:35 PM
|
#26 (permalink)
|
|
I am Optimus Prime
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
|
Re: Blogger help
On New Blogger, the feeds are sorted by their 'updated' status by
default. If you make a change in a post, it jumps to the top of the
pack.
A few weeks back, Blogger introduced an option to get it sorted by
published status instead, as this is what most people are used to with
the orderby=published query parameter (will match the published order
in your blog).
You can try this solution:
In your feedburner instead of giving the feed url as http://tech4sure.blogspot.com/feeds/posts/default
give as
http://tech4sure.blogspot.com/feeds/...erby=published
Feedburner should then display correct feeds. Change this for default feed on your blog too.
|
|
|
03-06-2007, 08:47 PM
|
#27 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
thanx wil try!
at present lukin for gud PRO template for ma blog!
cant find them!
help me
EDIT
can anyone help me desiging a simple 1024px 3 column blogger template?
without any images (header)!
Just a simple template of white background will do!
EDIT
When I try to upload a template to blogger, i got 2 errors.
Either dis one
Quote:
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Content is not allowed in prolog.
|
OR dis one
Quote:
Widgets are allowed to be deleted.
I choose CONFIRM AND SAVE
and I get this
Quote:
We're sorry, but we were unable to complete your request.
When reporting this error to Blogger Support or on the Blogger Help Group, please:
* Describe what you were doing when you got this error.
* Provide the following error code and additional information.
bX-2jqtkw
Additional information
blogID: 3761005809494520384
host: www.blogger.com
uri: /html
This information will help us to track down your specific problem and fix it! We apologize for the inconvenience
|
|
1 more thing!
i am switching to a new theme for my other blog den where shd i upload its images to?
I mean where to host its images?
Quote:
|
Originally Posted by navjotjsingh
On New Blogger, the feeds are sorted by their 'updated' status by
default. If you make a change in a post, it jumps to the top of the
pack.
A few weeks back, Blogger introduced an option to get it sorted by
published status instead, as this is what most people are used to with
the orderby=published query parameter (will match the published order
in your blog).
You can try this solution:
In your feedburner instead of giving the feed url as http://tech4sure.blogspot.com/feeds/posts/default
give as
http://tech4sure.blogspot.com/feeds/...erby=published
Feedburner should then display correct feeds. Change this for default feed on your blog too.
|
My feedburner url is http://feeds.feedburner.com/tech4sure
Wt shd be da url with "order by" parameter?
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
Last edited by ashfame; 03-06-2007 at 08:47 PM.
Reason: Automerged Doublepost
|
|
|
03-06-2007, 08:55 PM
|
#29 (permalink)
|
|
Alpha Geek
Join Date: Mar 2006
Location: Delhi / Jaipur
Posts: 765
|
Re: Blogger help
Quote:
|
Originally Posted by navjotjsingh
|
Wt abt ma xisitn subscribers?
__________________
My RIG: C2D 2.0Ghz + Intel965 Mobo + OCZ Matched Pair 2X1GB DDR2 800Mhz + LG L226WTQ 22" LCD + CM 500W PSU + Palit HD 4850 512GDDR3
HOMEPAGE : http://www.ashfame.com | BLOG : http://blog.ashfame.com
|
|
|
03-06-2007, 09:04 PM
|
#30 (permalink)
|
|
I am Optimus Prime
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
|
Re: Blogger help
They will automatically get updated feeds. Its existing btw.
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|