Add a Signature to Your Blogger Posts

sign blogger-posts

You can add a personalized auto signature below each section of your Blogger blog.

It would be very useful if you're a team of bloggers: You can use unique signatures for each author.

Sign all your messages with the name of your blog or your own name is a good way to customize your blog and make it more attractive.

How To Add a Signature to Your Blogger Posts

1. Create your own signature using an imaging tool such as Photoshop, Gimp .. or with one of the online generators as My Live Signature.

2. Download your signature in Blogger and then retrieve the URL.

3. Now go to "Model"> "Edit HTML"> "Edit"> "Developed Gadgets"
and find (CTRL + F) the following line:

<div class='post-footer-line post-footer-line-1'>
If you can not find the code, try searching the following:
<p class='post-footer-line post-footer-line-1'>
Or this one:
<data:post.body/>
3.a- If you are the sole author of the blog, add the following code immediately after the preceding code snippet:
<b:if cond='data:blog.pageType == "item"'>
<img src='URL_Of_The_Signature' style='border:0px;'/>
</b:if>
Change URL_Of_The_Signature with the URL of your signature image.

3.B- If you are in a team blog, paste the following code immediately after the code that you found:
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.author == &quot;Author1_Name&quot;'>
<img src='url_image_signature_Author1' style='border:0px;'/>
</b:if>
<b:if cond='data:post.author == &quot;Author2_Name&quot;'>
<img src='Url_image_signature_Author2' style='border:0px;'/>
</b:if>
</b:if>
The code should be changed with the authors' names and URLs of images of signatures.

If you are more than two authors, you must repeat the block as many times as the number of authors:
Here I mention two blocks: the first blue block to the author 1 and second black block to the author 2.

If you want the signature to appear in the blog's home page, you must remove the red lines.

4. Save your model and you should see the signature in action.


Two examples of signatures created with MyLiveSignature:


blogging chimp

Add a Signature to Your Blogger Posts Add a Signature to Your Blogger Posts Reviewed by Nicole on March 05, 2015 Rating: 5
Powered by Blogger.