Template Codes For Your Forum Signature

ColsCreations
Honored Contributor II

Settings --> Personal tab --> Personal Information -->  Signature
Paste your text/html code in the signature box and click Save at bottom of page.
Changes to your sig effect all past posts and are immediately visible.

Sig #1 - simple text link

Sig001.png

 

<a href="YOUR LINK URL" target="_blank"><font size="4" color="blue">Click to Visit my Website</font></a>

 

 

Sig #2 - simple image link

Sig002.png

 

<a href="YOUR LINK URL" target="_blank"><img src="URL OF YOUR IMAGE" alt="PeaceSign Icon" title="Click to Visit My Website" width="45" /></a>

 

 

Sig #3- image link + text slogan

Sig003.png

 

<table><tbody><tr><td><a href="YOUR LINK URL" target="_blank"><img src="YOUR IMAGE URL" alt="PeaceSign Icon" title="Click to Visit My Website" width="40" /></a></td><td><font size="3" color="green"><i>Because life isn't meant to be lived in black and white</i></font></td></tr></tbody></table>

 

 

Sig #4 - clickable social media icons

Sig004.png

 

<table><tbody><tr><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/website.png" alt="Website Icon" title="My Website" width="30" /></a></td><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/facebook.png" alt="Facebook Icon" title="My Facebook" width="30" /></a></td><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/pinterest.png" alt="Pinterest Icon" title="My Pinterest" width="30" /></a></td><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/instagram.png" alt="Instagram Icon" title="My Instagram" width="30" /></a></td><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/twitter.png" alt="Twitter Icon" title="My Twitter" width="30" /></a></td></tr></tbody></table>

 

 

  • each <td> ...</td> contains one icon image and its link
  • "YOUR URL" - replace with your own URL
  • alt =" " -  accessibility text for screen readers
  • title=" " = text viewers see mousing over the icon

You may download my icon set here: SocialMediaIcons.zip
Please upload them to your own host rather than linking to mine.

 

Store IconStore IconWebsite IconFacebook IconPinterest IconInstagram IconBenable IconNight Cafe IconDiscord IconBuy Me a CoffeeOut of Stock List
32 REPLIES 32

ColsCreations
Honored Contributor II

Seems there is a maximum height for sigs. Somewhere between about 45-50 pixels. Higher than that, the bottom is cut off. I couldn't find a way to make thing stay linear without using a basic table and I tried a bunch of thing to get rid of the border but couldn't. Basic HTML isn't hard. Trying to conform it to the unknown properties of the sig box IS hard, LOL.

If anyone has a template to share, please add them to this thread. Will be a handy resource for folks who want a quick sig without struggling over code. 

P.S. - the posting box is awful with line breaks and spaces between lines.  It's almost like every time you preview, it adds more spacing. I don't know. I spent more time trying unsuccessfully to get rid of all the extra space in this post than I did on the sigs. UGHHH

 

Store IconStore IconWebsite IconFacebook IconPinterest IconInstagram IconBenable IconNight Cafe IconDiscord IconBuy Me a CoffeeOut of Stock List

Col,

As always, a most helpful posting...  But, I couldn't get the SocialMediaIcons.zip to download.  Is it me or your link?  TIA for a reply.

_____________
Saints_Aplenty

It's the forum. Sorry, I hadn't checked downloading it directly from my post. From anywhere else there is no problem downloading it - just click the link and yes to download. The forum is apparently protecting us from potentially dangerous downloads by throwing up a warning message saying the download of the .zip  is not allowed because yadayadayada. However, I just clicked the button that basically said "I understand, download anyway" and it downloaded.

You can also right-click the link in my original post, choose "copy link", then paste it into your address bar, enter/go - and accept the download. Since you're not downloading it directly from the forum that way, there's no issue.

But, since it may be easier for people, here are the 7 .png icons in the .zip:

twitter.pngwebsite.pngemail.pngfacebook.pnginstagram.pngpinterest.pngreddit.png

 

 

Click them, it'll open the forum photo viewer and from there, there's a download button on the lower right.

@Saints_Aplenty 

 

Store IconStore IconWebsite IconFacebook IconPinterest IconInstagram IconBenable IconNight Cafe IconDiscord IconBuy Me a CoffeeOut of Stock List

Thanks, Col!  🌹Much easier! 🌹

_____________
Saints_Aplenty

I downloaded the zip today and had no problems... maybe a browser issue for some? Anyway, thanks so much for the signature help!

“ilonagardenEclecticism Grown WildWebsite IconFacebook IconPinterest IconInstagram IconTwitter Icon

I better tweak my signature! I made the table go wonky

“ilonagardenEclecticism Grown WildWebsite IconFacebook IconPinterest IconInstagram IconTwitter Icon


Seems there is a maximum height for sigs. Somewhere between about 45-50 pixels. Higher than that, the bottom is cut off.

OK, found it in the page source code.

max-height:48px; overflow:hidden;"

So 48 is the magic number. Anything beyond that will be cut off because overflow=hidden.

Store IconStore IconWebsite IconFacebook IconPinterest IconInstagram IconBenable IconNight Cafe IconDiscord IconBuy Me a CoffeeOut of Stock List

PacifierCity
Valued Contributor II

To have your signature links open in a new window, add the bit in red in the example link below.  Contributed by @shellifitz in another post.  But I thought it might be helpful to have it here too.

<a href="add your website URL here" target="_blank"><font color="add the color you want here"><b>add your signature here</b></font></a>

@ColsCreationsThanks for this post!  I will have to try out the social bar sometime in the near future.  Is your .zip 1 solid bar or can each individual social be pulled out of it and used individually?

PC

....................................

-Thoughts from Pacifier City a JB Designs brand. Follow/join us on Pinterest. Visit Pacifier City Cards for Amazing Kids Birthday & Holiday Cards. It's Elementary is for K-5 kids, parents & programs. Please promote and share our goods. Thanks! #pacifiercity

target="blank" is included in my template codes. Some people find links opening in new tabs annoying but I am a big believer in it and always use it for off-site linking.  I don't want to send people away from whatever page of mine they're on, too easy for people to get distracted with that content and not come back. And if they do use the back button to get back to my site, it has to load again and they've lost where they were at.

The .zip is 7 individual .png icons so one can use just whichever they need. (In the code, just delete the <td>...</td> for whatever you don't need.)  See above reply re issue with downloading the .zip directly from the forum and for the individual icons you can download separately.

@PacifierCity 

 

Store IconStore IconWebsite IconFacebook IconPinterest IconInstagram IconBenable IconNight Cafe IconDiscord IconBuy Me a CoffeeOut of Stock List

@ColsCreations Ha!  I guess I've just proven I'm not very adept at reading code.   Sorry about that and thanks for the info on the .zip file. 

PC

...............................

-Thoughts from Pacifier City a JB Designs brand. Follow/join us on Pinterest. Visit Pacifier City Cards for Amazing Kids Birthday & Holiday Cards. It's Elementary is for K-5 kids, parents & programs. Please promote and share our goods. Thanks! #pacifiercity

Windy
Honored Contributor II

This is very awesome assistance!  

I know NO HTML, but I do find that in many cases I can type what I want in the WYSIWYG box (the box into which I am now typing). Then I change the configurations using the buttons provided in the box. Then I click HTML and I can see the entire HTML code for what I just made. So now I just copy everything in the HTML box  and paste it into either a macro, or into my signature link. 

This does NOT work in all cases, most notably with the signature, which also gave me fits, just as you describe here. But I did make all my macros that way. 

That's a wrap! 

I also do Postcrossing!


ColsCreations
Honored Contributor II

WYSIWYG (What You See Is What You Get) composition is a wonderful thing. For the perfectionists & control freaks among us, having the ability to also work with the raw code is a real boon. But the HTML box here in the forum that lets you edit your raw post is pretty wonky to work with. The post might look OK but then you hit Preview and whoa, now there's extra blank line spacing you didn't want. Go back to composition mode, delete the spaces. Preview - nope, now they're back and even bigger. So go into HTML view and manually adjust the <p>'s and <br>'s until it looks as desired in compose view, but then Preview is full of even more spaces. I actually copied the whole raw HTML of my orig post to my own editor, adjusted to deal with the spacing and pasted back into HTML box. Looks right in compose mode but on preview - bam! - the unwanted spacing comes back and seems like every Preview generates more spacing that then has to be removed. So its a circle you can't beat.  I spent more time going back and forth on this last night, copying & pasting and previewing & editing again and cursing at the screen then I'd like to admit before giving up. Shouldn't be that hard to get a simple line break or space (ONE) between lines. </end rant>

@Windy 

 

Store IconStore IconWebsite IconFacebook IconPinterest IconInstagram IconBenable IconNight Cafe IconDiscord IconBuy Me a CoffeeOut of Stock List

Windy
Honored Contributor II

That's exactly what I was running into, and also I could not use the editor box here to have a colored linkable sig, so that I had to grab from one of the instruction posts people have been putting up.

I also do Postcrossing!


Malissa
Valued Contributor II

This is very handy!  Thank you for posting!

My Zazzle StoreMy Art WebsiteMy PinterestMy Art InstagramMy YouTube ChannelTiktok Icon

PacifierCity
Valued Contributor II

@Malissa That looks very nice!  Sure to try and update my signature in the near-ish future!

PC

........................

-Thoughts from Pacifier City a JB Designs brand. Follow/join us on Pinterest. Visit Pacifier City Cards for Amazing Kids Birthday & Holiday Cards. It's Elementary is for K-5 kids, parents & programs. Please promote and share our goods. Thanks! #pacifiercity

Malissa
Valued Contributor II

Thank you very much @PacifierCity and @ilonagarden !  I spent way too much time playing with it this morning!😂

 

My Zazzle StoreMy Art WebsiteMy PinterestMy Art InstagramMy YouTube ChannelTiktok Icon

ilonagarden
New Contributor III

Very nicely done!

“ilonagardenEclecticism Grown WildWebsite IconFacebook IconPinterest IconInstagram IconTwitter Icon

shellifitz
Valued Contributor

Yours looks really great @Malissa.  You've inspired me to create some icons for my own links since Pinterest and Mewe are the only SM I am on nowdays.  But Zazzle stores and my website and blogs can be added!  so cool!  

@ColsCreations Thanks for this post and the icons!   and now I have some work to do working on making custom icons for my website and blogs.  🙂

MMAndersonArt
New Contributor III

Thank you very much for the instructions. I had tried with my limited knowledge to put in a link and it wasn't working. I'll give your templates a try later.

shellifitz
Valued Contributor

This will be very helpful to so many! Including me. Thanks! 

shellifitz
Valued Contributor

@ColsCreations 

I have been trying to use the template for links and icons and failing!  😞  Part of my problem is that I only need 3 links. No FB, no IG no TWT.   Just my website, my Pinterest and my Zazzle profile.  But somewhere when I am deleting  the parts I don't need I am messing up the code.  I finally got my icon images to display and had a blank one on the end but my links were not working.  WAH! 😫  Why is HTML so hard for me?  LOL  

I need a cheater with only the three items I need so I can just enter my own links... If you could make me one when you have time you would be my hero!  

ColsCreations
Honored Contributor II

@shellifitz 

You got it, I'll hook you up when I get home from work tonight.

 

Store IconStore IconWebsite IconFacebook IconPinterest IconInstagram IconBenable IconNight Cafe IconDiscord IconBuy Me a CoffeeOut of Stock List

You are awesome!  but there is no hurry just whenever you have time.  Thank you!!!  🌹

ColsCreations
Honored Contributor II

Ok. Try this:

 

<table><tbody><tr><td><a href="URL of Link #1" target="_blank"><img src="URL of Icon Image #1" alt="#1" title="for #1" width="40" /></a></td><td><a href="URL of Link #2" target="_blank"><img src="URL of Icon Image #2" alt="#2" title="for #2" width="40" /></a></td><td><a href="URL of Link #3" target="_blank"><img src="URL of Icon Image #3" alt="#3" title="for #3" width="40" /></a></td></tr></tbody></table>

 

Here is the exact same code but I added some line breaks so you can visualize what's going on:

 

<table><tbody><tr>
<td><a href="URL of Link #1" target="_blank"><img src="URL of Icon Image #1" alt="#1" title="for #1" width="40" /></a></td>
<td><a href="URL of Link #2" target="_blank"><img src="URL of Icon Image #2" alt="#2" title="for #2" width="40" /></a></td>
<td><a href="URL of Link #3" target="_blank"><img src="URL of Icon Image #3" alt="#3" title="for #3" width="40" /></a></td>
</tr></tbody></table>

 

 title="your text here"  ---> this is the message people will see when they hover over the image so this is where you want to put 'click to visit my website' or whatever.

 alt="your text here"  ---> this is the text a screen-reader would read out loud. But it's also the text that will show on the page if for some reason the browser can't display the image. ALT text is mandatory for images on a webpage if you want it to validate. I don't think it's of importance here in a sig but I included it since if you add an image to a post using the camera icon and then check the HTML, it includes ALT for the image so you know, when in Rome ....

width="40"  --->  change the 40 to whatever size you want. The browser will scale the height correctly to that. Just remember that 48 is the max height for a sig. If it's easier you can use  height="40" instead and the width will scale to that.

You can use https://www.w3schools.com/html/tryit to edit & try out your sig. It's easier typing/editing there then in the little sig box.

Make sure you have no line breaks in your code when you paste it in your sig box. The sig and posting  in general is wonky with spaces and wants to add unwanted <br>s and <p>s if it "senses" a space.

@shellifitz 

 

Store IconStore IconWebsite IconFacebook IconPinterest IconInstagram IconBenable IconNight Cafe IconDiscord IconBuy Me a CoffeeOut of Stock List

Ugh. See all the extra spacing in my above post? That's what I'm talking about. Wasn't there when I posted. But then I immediately went to Edit to fix the link I included and posted without previewing after the edit. And poof - it added a bunch on unwanted spacing. So annoying.

 

Store IconStore IconWebsite IconFacebook IconPinterest IconInstagram IconBenable IconNight Cafe IconDiscord IconBuy Me a CoffeeOut of Stock List

@ColsCreations Thank you so much!  Sorry I must have missed this post!  I so much appreciate you taking the time to do that for me and when I get a few extra minutes I will try it out.  🌹

grafixmom
Contributor

@ColsCreations 

Brilliant! Thanks so much, Col. Agree, the sig box is definitely fiddly and the limitations seem a bit random. Nice to be able to make our posts more personal. Well done! 👏👏👏

 

Zazzle IconInstagram IconPinterest IconFacebook IconWebsite Icon

Jessica_K
New Contributor III

Thanks so much, Cols! Very helpful. I'm back at Zazzle after a long hiatus and looking to catch up with everyone in the new community. Used to love the forums!

Jessica

-Jessica Kirk Design Photography and graphic design

PetalsPalette
New Contributor III

Thank you so much for sharing this. I have been trying to fix my signature after seeing others with theirs.

CreativeLeahG
Honored Contributor III

Fantastic! I had no idea about this when I made my meagre post! This is genius!

bkthompson
Contributor

Thank you so much for this information! It's wildly helpful! ♥

------------
We all rise together! ❤ Free Wedding Collections Planner

KBMD3signs
New Contributor III

Thank you so much, that is very helpful.

Zazzle IconKBM D3signs IconPinterest IconInstagram Icon