Add a Signature under your post in Blogger

November 16, 2008

Here's the nice one. How to add a custom Signature under every Post you make in Blogger. So, I have this situation now:

post signature in blogger....and would like to change "POSTED BY POCKET" in a way that I add my own signature in the bottom of the post, like this one for example:
WHAT DO I HAVE TO DO?

1. First, we need to make our signature. It will be a picture (image), so if you're making your own, you'll have do it in some Graphic Editor (Photoshop, Gimp, CorelDraw...)You can also use some image (picture) from the web (if it's free to use).

NOTE:
Size your picture properly (Blogger won't shrink it, so do not place huge pictures). For example, the one I used here is 170 x 74 pixels, with a white background (to blend with template background).

2. Next thing is to upload the picture to a free web host service (like PhotoBucket. Picasa, TinyPic....) to get the URL address of it.

3. Now to place it in our template. Back up your template for a start. Just in case. There are two way of doing this:

EASY WAY
Go to:
DASHBOARD ► SETTINGS ► FORMATTING and scroll to the bottom, and you'll see "Post Template". In the box on the right, paste the following code:
<p>
<img style="border:0;" align="right" src="http://i34.tinypic.com/2po36m1.jpg"/>
</p>
...Save Settings.
  • you should replace the part in orange, with URL of your picture.
  • align="right" means that picture is aligned to the right (you can use "left" or "center")
  • "border:0;" with this, we've removed the border from your signature picture...
The only disadvantage of the EASY WAY is that every time you compose your new post, a picture will appear in the Post Box. Don't delete it, if you want your signature to show up.
The advantage is obvious. You can easily remove your signature from specific posts...

HARD WAY (but not so hard...)
For this, do back up your template. Then go to:
DASHBOARD ► LAYOUT ► EDIT HTML, click on "Expand widget templates" in the upper right corner, and using CTRL (Option) + F, find the following line in code:
<div class='post-footer-line post-footer-line-3'/>
...right UNDER it, place this part of code:
<img align='right' height='74' src='http://i34.tinypic.com/2po36m1.jpg'/>
...Save Template.
  • you should replace the part in orange, with URL of your picture
  • align="right" means that picture is aligned to the right (you can use "left" or "center")
  • height='74' you have to put the height (real one) of your signature picture
Now, the signature will appear automatically, under every post.

Here the final result (same for both examples):

You can also remove the default "POSTED BY POCKET" (in my case). Go to:
DASHBOARD ► LAYOUT ► PAGE ELEMENTS, and click "Edit" in the "Blog Posts". Un-check the box beside "Posted by"....Save.

Smile!

post signature

Face It! Tell Your Tweets Digg It! Add to Delicious Stumble Upon I Reddit! Mixx it Up! Add to Your Faves

59 comments:

Becoming_Me said...

I think that your blog is absolutely awesome! I am very new to this blogger world and am trying to create a style, but cant quite get any further than the header I designed using an image i found online. I LOVE The buttons design that you came up and am wondering if there is any way of using a template similar to that one, but using my header and colors from it. Please help me! I am STUCK!

pocket said...

Thanks Becoming_Me....
I'm also new in this world. Well, designing (and customizing) the template ain't that hard...

I can't fit it in the sentence. You'll have to do it step by step, from background to frontground. Heh.

You can change some basic things through blogger options (like colors, and fonts), but for other things, you'll have to play with the HTML code...

Anyway, ask me whatever, whenever. I'll help you...

Smile!

uin group said...

nice trick..n nice page(yours)..

bro/sis..can you tell me how to make anything that enable to click on my blog,automaticly open on new tab or new windows?
(i'm using xml templte)
thxs..

pocket said...

...for specific links (or pictures) in your post, you would have to add :
target="_blank"
...manually for each link you want to open in a new window, place it like here:
<a href="URL ADDRESS" target="_blank">your text here</a>

And for your sidebar Link Lists, go to LAYOUT -- EDIT HTML. Expand Widget templates.

You have to locate the certain Link List, and add the:
target="_blank"
to it....
<b:widget id='Label1' locked='false' title='Labels' type='Label'>
.
.
.
.<a expr:href='data:label.url' target='_blank'>
.
.

Smile!

Charlii said...

thanks so much for this. all the sites I've looked on only work with a signature when using a template and not with custom html. thanks
xxxxxcharlii

pocket said...

I'm glad it works for you Charlii...
Smile!

♪Tobi♪ said...

I cant figure this out. the only code line that i could find that looked sorta like that was

<.div class='post-footer-line post-footer-line-1'><.span class='post-author vcard'> (without the periods)

does that stilll work??

-Izzy

pocket said...

Izzy, you can also use the first (EASY) method....

...or if you really want to to it this way, then find the following line in your code:
<div class='post-footer-line post-footer-line-3'>
...the line is there, I assure you...remember to click on "Expand widget templates"

Smile!

Best Max said...

Thanks thats fantastic !!

redAIG said...

i use one of your template design.. and i use lots of your tricks to modify my blog..

you are extremely owesome!

Vas said...

I know you posted this a while back but I just wanted to say, thank you ^w^

WyzWmn© said...

hi - great tips n trick

a question...you say in your tut that you've created your sig on a white background - do you do so even if your blog background is black?

color me confused about color

pocket said...

WyzWmn©,

...the idea is to make a background the same color as your blog (or the part where the sig will be), so that it blends with it...
...you could use a .png pic (with transparent background), but this can be problematic for older versions of some browsers...(but usually, it works fine)
...the best way is to try a few times, and see what you like...it's easy to change the pic...

Smile!

小狗 said...

after i did all the steps, it still appear the same......
it same applies to the quick edit icon..

pocket said...

What appears the same? What about quick edit? Can you be more specific?

Yaniez said...

<.div class='post-footer-line post-footer-line-3'/>

I can't find footer line 3.. i have footer line 1.. how? please help me...

I try to do with that code. I put it under.. still cannot...

<.div class='post-footer'>
<.p class='post-footer-line post-footer-line-1'/>

please help me.. thanks

pocket said...

Yaniez,

..LAYOUT ► EDIT HTML ► Expand widget templates and find this:

post-footer-line post-footer-line-3

..it's there, but probably not in div..
:]

Yaniez said...

thanks pocket..

but, why my signature go down at divider... any code to adjust it..

i found that code.. then i put your code.. but it goes to my divider image..

<.p class='post-footer-line post-footer-line-3'/>

how to do? sorry asking u again... =)

pocket said...

Try increasing the height of your signature picture...Or make a new one, that has a black part at the bottom...To distance it from the divider..

Emily said...

Here is my problem... I want to add my signature file, but I also want to have the border around my posted images. I do not want the border around my signature. If I edit the CSS, it removes the border on my post images. If I leave the it there, I have a border on my signature. I have tried the img src=... border=0 and it doesn't work :-/

pocket said...

Emily,

..this has to work:

<img border="0" src="URL GOES HERE"/>

or:

<img style="border:0;" align="right" src="URL GOES HERE"/>

...copy-paste...

johnny said...

pocket, thanks for this tip. i have no problem finding the line:

<div class='post-footer-line post-footer-line-3'/>

but i keep getting the bX-y6cz0v error whenever i try pasting anything right below that line. i also tried above the div tag, and various other obvious places, but always the same error.

any idea why?

pocket said...

Johnny,

..well, you'll have to get used to this error. It's a standard error. Not your fault, and it doesn't matter where are you placing the code. It just happens. I get it few times a day...Here's what you can do:
Fix BX error
...it will come back, though...
:]

johnny said...

oh i see! i thought i was making a major coding error. ok, i'll try clearing my cache and other simple fixes. thanks for the help!

johnny said...

worked! i just shut down my browser and opened it again. thanks pocket, you're the man! and hello to everyone in zagreb!

Liberty said...

Thanks for the tips on how to do this. I got my signature all there and it's perfect, but it runs into the next posting. It moves the title over to the right (I left justified my signature) and I can't seem to fix it.

Can you help?

pocket said...

Liberty,

in LAYOUT ► EDIT HTML ► locate this part:

.post-footer {
margin: .75em 0;

...now, this is a guess, because I don't know your Blog URL (ehem!), but the point of this is to increase the margin-bottom of the post-footer...in my case, I'll change this line into this:

.post-footer {
margin: .75em 0 2em 0;

...you can play, if it's not going well, contact me on email, if you prefer...
:|

Liberty said...

Ok. i got that part, now can I remove the white line around the whole thing?

www.cameronjlt.blogspot.com

pocket said...

Yup. Just adding:
"border:0;"
..in the image code..
:]

3Leonards said...

Thanks, pocket, for this VERY helpful post. :)

Lhjunkie said...

This was helpful, however, I want to have more than just an image in my signature.

Is there any way I can add links to other sites (to share on facebook or twitter) to the end of my post?

:)

pocket said...

Lhjunkie,

..I'll do a tut on this. soon. promise.
:]

FNE said...

I am trying to place a signature using the easy way but it does not show up. So I tried the hard way but I do not have post-footer-line-3 I can only find 1 and 2

Emskyrooney said...

This is great- I've been trying to figure this one out! I also used your tutorial to fix up my comments links and am working on changing the post header. I'm having an issue with the body of my posts though- for some reason there's a huge gap at the end of each one- does anyone have any idea why? Thanks so much!

icka said...

hi pocket! your blog is SO COOL. u've helped me a lot in customizing my blog... starting from the signature, 3 column footer and the blahs..hmm..i just want to ask if how can i remove the spaces in between my sentences, it's too broad.. (kindly see my trial and error post)... in http://ickaissimo.blogspot.com/

kenwooi.com said...

thanks alot!
but i used it to put my feed images and links! =D

Brandy said...

How can I put my signature right above the labels and comments using the hard way?

Thanks in advance!

Steller*Zeller said...

how do i take away the border around my sig?? please answer!

Steller*Zeller said...

okay
hello again
i put my sig in the center instead of aligned right under my post
how do i put some space between the bottom of my post and the sig?

Elmo said...

hi.. i would like to remove the 'more..' code.. but i do not know what to remove and what to replace. mind to help?

kAt said...

Hi, maybe you can help. I am trying to remove my custom signature from my blog. I used http://www.mylivesignature.com/ and it was posted automatically through my pasword and username. Do you know how to retrieve that code. I don't know were to find it. I've tried contacting them about it and they don't know what I am talking about and then sent me here. Can you help. http://kattacksfamily.blogspot.com/

Thanks,
Kat

♥alison♥ said...

best ever blog on tutorials of blogspot~

caine128 said...

hello would like to know if i can set up spesific signatures for each writer in the blog. I mean from HTML. Thanks from advance.

melandria said...

your blog is really informative. I have tried it in my site. you can view it now: http://melandriaromero.blogspot.com

thank you very much again.

Koreena said...

Your site is very useful especially to those newbies in designing their own templates. You have helped me a lot! Thanks so much. :)

But I just wonder, why can,t I see a link to your older posts? Thanks. :)

morelinksforyou.blogspot.com said...

Thanks!

morelinksforyou.blogspot.com said...

Hi guys, Try to visit my blog sometime.

http://morelinksforyou.blogspot.com/

Anonymous said...

How do I change the posted by name, the same name shows up for all the blogs. I've been unable to properly get the HTML code correct.

Right now I simply have the posted by box unchecked

Mrs. Vanquish said...

Hey Pocket,

do you know a way how to make different signatures for different authors? Some blogs have different authors and it would be cool to make two different signatures. Do you know a way to do that ?
Thanks so much !:)

Amy Dalton said...

I would like to know the same as Mrs. Vanquish and caine128 above!!!

pocket said...

Amy Dalton, Mrs. Vanquish and caine 128:

Sorry, but don't know is there a way to automate a different signature for each blog writer....

The best thing I can think of is to place a signature pic under each post...So every author would have to place it's own...
It's silly, I know, but....

If I found out how to, I'll let you know...

Smile!

Meibloempje said...

Your blog is great! It helped me to make a nice customized weblog. Thank you for sharing al this information is such easy-to-understand language!!

I loved the -divider-between-posts- explanation. See on www.zoetenzussen.blogspot.com how I used it!

SunshinyScrapper said...

First, I want to thank you for the lovely tutorials! I love them. I did this tutorial, easy way. I'm having trouble with my signature though. When I'm reading the post, the signature looks fine, but when on the home page, the signature is distorted. Can you tell me what could be causing this?

http://testingdesignblog-sunshinyscrapper.blogspot.com/

pocket said...

SunshinyScrapper,

hm. can't tell. But it seems to have something to do with "Read rest of entry" option on the bottom of your Frontpage articles.

1. Check the position - where did you place the code. Maybe these two codes are interfering somehow.

2. Try do undo the hack (even both of them), and try to implement it again.

3. Try the "hard way" of implementing "Signature".

Hope you'll work it out. Site looks great. I like the bottom link boxes the best!

Smile!

Nickie said...

I had no problem with this tutorial until I used bloggers new template designer. Blogger is putting a background to my signature... I used the easy way, btw Please help!
http://mommiememoirsrecipes.blogspot.com/2010/04/lorem-ipsum-dolor.html

Nickie said...

I have another blog where I attempted to use the hard way but this is what I end up with my sig smack dab on the post border! I tried moving the code around but that doesn't help at all < boooo> Please help, Pocket!

http://vanityveinz.blogspot.com/

intanqistina said...

i have tried both method for my blog but neither works. why?

PlasticFunnel said...

Is there a way to remove the border?
I can't find the code in the hard way

EndigoLabs said...

hai, such a nice blog, man!

Pocket, i need your help, can you see my blog (endigolabs.co.cc), there's no older post, home and newer post button at the bottom of my blog!!!

please help me!!!!

give me a solutions

send the way at: endigolabs@gmail.com or 573coolz@gmail.com

thanks pale

Say it...

Related Posts with Thumbnails