HOME | DD

Suncut — Social Media Buttons (Journal CSS) Tutorial

Published: 2013-10-29 17:14:22 +0000 UTC; Views: 3449; Favourites: 77; Downloads: 113
Redirect to original
Description I had such a hard time making the buttons for my journal I thought I'd pass the knowledge along so no one else has to suffer through that!


Just download the pdf, and copy the relevant code to the right places, following the notes.


Warning: Images not provided. If you want to make your own most sites provide their logo in a large format that's easy to use as a base for custom icons. There are many free icon sets floating around the web too, easy to find.


Confused? Lost? Let me know if my instructions aren't clear or if you have any questions!


Visit my blog to see what I'm up to! www.jaanaheiska.com/blog/

Related content
Comments: 17

SwordEnchanter [2018-03-29 20:20:17 +0000 UTC]

Thanks for sharing!

👍: 0 ⏩: 0

Pencil-Stencil [2013-11-06 19:08:41 +0000 UTC]

This is brilliant thank you SO much!!

however i had a little problem - i kept on getting an error called Forbidden Property: http

since i'm a total n00b in CSS and only manage by copying codes and knowing the very basics, i just couldn't figure out what the problem was. and i somehow, after a while of torture, realized that the hover button code looks like this:

.twitter_button:hover {*TWITTER HOVER
IMAGE ADDRESS*);
}

and that i needed to change it to this:

.twitter_button:hover{
background-image:url(*TWITTER HOVER
IMAGE ADDRESS*);

the journal skin saved successfully and the button displayed also, for anyone who wants to add a different cursor when they hover the button they should do this:

.twitter_button:hover{
background-image:url(*TWITTER HOVER
IMAGE ADDRESS*);
cursor: pointer;
}



once again, this is brilliant, thanks a bunch

👍: 0 ⏩: 1

Suncut In reply to Pencil-Stencil [2013-11-06 20:22:13 +0000 UTC]

Ah, you're right! How did I manage to miscopy code, that's shouldn't even be possible! I corrected the tutorial file to have the right code, thanks so much for pointing that out!

👍: 0 ⏩: 1

Pencil-Stencil In reply to Suncut [2013-11-06 21:07:47 +0000 UTC]

glad that helped

👍: 0 ⏩: 0

komodovis [2013-11-05 21:30:27 +0000 UTC]

When i execute your instructions, the icon section in the journal always come out blank....any ideas why?

👍: 0 ⏩: 1

Suncut In reply to komodovis [2013-11-06 07:22:39 +0000 UTC]

Can you get one mouseover button to appear when you do the first part? Does it disappear when you add more buttons? Try to describe in what step the the problem happens, it's easier to find the cause.

👍: 0 ⏩: 1

komodovis In reply to Suncut [2013-11-06 19:41:39 +0000 UTC]

I got it fixed... i did not properly copied the URL of the image .


check out my profile page... its not as great as yours but i think I'm getting there lol

👍: 0 ⏩: 1

Suncut In reply to komodovis [2013-11-06 20:13:20 +0000 UTC]

That's great, congratulations! Looks nice too . Maybe you could make the button backgrounds the same color as your journal for a more blended in effect? Nice job either way, and I'm relieved there weren't too many problems with the tutorial!

👍: 0 ⏩: 1

komodovis In reply to Suncut [2013-11-07 00:09:18 +0000 UTC]

thanks!! in regard to the buttons, i have no idear how to change the colors...lol

i m amaze i was even able to follow your instructions . anyways , thanks


👍: 0 ⏩: 1

Suncut In reply to komodovis [2013-11-07 05:54:57 +0000 UTC]

No, I meant in in the graphics! You have a white background in them, right? If you don't you can just add a background color to them, and change that, super easy, no coding required! Well except you'll need to re-enter the new graphics to the code, but otherwise!

👍: 0 ⏩: 0

komodovis [2013-11-01 07:18:33 +0000 UTC]

Sucut, I am forever grateful that you posted this very intuitive tutorial.... you have no idea how long I search the web for a way to customize my journal

WITH social media icons embed in it ..... 


thank you!!!

👍: 0 ⏩: 1

Suncut In reply to komodovis [2013-11-01 08:31:58 +0000 UTC]

Glad you like it Let me know if anything is unclear or you run into problems using it!


👍: 0 ⏩: 1

komodovis In reply to Suncut [2013-11-01 17:15:18 +0000 UTC]

definitely!

👍: 0 ⏩: 0

Wioel [2013-10-29 19:31:40 +0000 UTC]

I was wondering: does CSS work without a Premium subscription ?

👍: 0 ⏩: 1

Suncut In reply to Wioel [2013-10-29 19:32:20 +0000 UTC]

No, unfortunately I don't think it does .

👍: 0 ⏩: 1

Wioel In reply to Suncut [2013-10-29 19:41:36 +0000 UTC]

Ah crap :c


Though if it takes HTML it should be able to handle CSS too... Except I don't know if it handles anything other than the standard Sta.sh formatting...

👍: 0 ⏩: 1

Suncut In reply to Wioel [2013-10-29 20:01:17 +0000 UTC]

Honestly I think the limitations are really confusing, I could never figure out what exactly I could do with the normal subscription and just gave up. I admit I mostly upgraded to premium to customize my journal!

👍: 0 ⏩: 0