Facebook and Twitter crossposting
Sep. 2nd, 2010 06:09 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
If I wanted my stuff on Facebook or Twitter, I'd have joined them.
Therefore I've disabled that feature for my LJ.
(swiped from
valkyrwench who got it from someone else)
If you want to disable the ability for people to post their comments to FB and Twitter, do the following:
go to the main menu and click:
Journal
to
Journal Style
to
Customize your theme
to
Custom CSS
(this will just show up as a large box, and should be either empty or be full of code.
If blank, just copy paste code and click save.
if it has code, scroll to the bottom and click save.
Post this in with your other CSS coding:
/* ---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;
}
This disables the boxes that gives commenters the option of sending their comments to Twitter or Facebook. Problem solved.
Therefore I've disabled that feature for my LJ.
(swiped from
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
If you want to disable the ability for people to post their comments to FB and Twitter, do the following:
go to the main menu and click:
Journal
to
Journal Style
to
Customize your theme
to
Custom CSS
(this will just show up as a large box, and should be either empty or be full of code.
If blank, just copy paste code and click save.
if it has code, scroll to the bottom and click save.
Post this in with your other CSS coding:
/* ---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;
}
This disables the boxes that gives commenters the option of sending their comments to Twitter or Facebook. Problem solved.