FB/Twitter Cross-post Ticky Box FIX
Sep. 1st, 2010 02:53 pmThis is just a quick fix for your CSS to get rid of the ticky boxes in your comment section. It won't prevent those who have auto-share (or viewing in their own style), but those that pick and choose what to share on Facebook and Twitter will be blocked. I couldn't get rid of the entire section yet, but it's a start.
CSS PATCH CODE:
INSTRUCTIONS:
To get to the custom CSS box if you're not aware, you go to the main menu and click: Journal >> Journal Style >> Customize your theme >> Custom CSS
Just go here. From there you cut and paste the code above into the box (anywhere is fine - I added mine to the bottom of my layout codes), and hit "Save Changes"
NOTES:
* Comments I've gotten about it say that it's seems to work best in S2 layouts.
* You need custom comment pages enabled in order for this to work. You get that option with Plus account and above (though with the Plus, while still free, you have to deal with ads).
* If you're thinking the code seems a bit redundant, you'd be right. But then I'm paranoid, so I went with safe just in case.
* This is an updated version of the code. Nothing different than the first other than it's streamlined a bit.
*Have just learned LJ has a "Share This!" link at the bottom of every post. Never noticed that before, but I'm trying to figure out how to get rid of it now. More on this one later! Fixed! See link below.
REMOVING "SHARE THIS!" FROM LINKBAR:
I've found someone that had a solution for removing the "Share" link from the comment links section. It was done for Smooth Sailing layouts, though seems to work fine for my Bloggish. It probably won't work for everything though, so I'll keep a watch out for others. You can find the code I used here
P.S. Feel free to share this in your own journal.
CSS PATCH CODE:
/* ---FB-Twitter Comment Ticky Fix--- */
.b-repost-items, .b-repost-item, .b-repost-item IMG, #entry-form-wrapper .b-repost-item, b-repost-item-fb {
display: none;
}
.b-repost-item .repost_disabled {
color: #CCC;
display: none;
}
INSTRUCTIONS:
Just go here. From there you cut and paste the code above into the box (anywhere is fine - I added mine to the bottom of my layout codes), and hit "Save Changes"
NOTES:
* Comments I've gotten about it say that it's seems to work best in S2 layouts.
* You need custom comment pages enabled in order for this to work. You get that option with Plus account and above (though with the Plus, while still free, you have to deal with ads).
* If you're thinking the code seems a bit redundant, you'd be right. But then I'm paranoid, so I went with safe just in case.
* This is an updated version of the code. Nothing different than the first other than it's streamlined a bit.
*
REMOVING "SHARE THIS!" FROM LINKBAR:
I've found someone that had a solution for removing the "Share" link from the comment links section. It was done for Smooth Sailing layouts, though seems to work fine for my Bloggish. It probably won't work for everything though, so I'll keep a watch out for others. You can find the code I used here
P.S. Feel free to share this in your own journal.