Fakebook Theme

Hello,

It’s really a very nice customization :heart: :heart: :heart:. Is it possiable to have your “Fakebook Modern Plus” theme?

「いいね!」 3

I am actually interested in knowing the same thing. I’ve been thinking about it for a while. I’m glad I came across your post.

If there is a way to replicate (at least) most of the looks and functionality of Google+ VIA themes and plugins, I would be all for it!

Here are some images I could find online. The entirety of Google+ was not archived well in its final days.



「いいね!」 5

Could you have more option to be the same as facebook?

  1. Hide title
  2. Image first
  3. Multi image layout
  4. Icon font

Hey guys, would it be possible to tell the theme to only customize the feed section and leave the inbox alone? It’s not a very clean UI for messaging lol.

「いいね!」 2

Hi @awesomerobot and Team,
I would like to know how to customize this Fakebook theme, because I have implemented this theme in my application, I need to changes some css styles but I couldn’t find any editor to override the existing css. Please let me know how to achieve that.

Can someone please tell whether it is possible or not. Thank You !

「いいね!」 2

There are a couple different ways you can go to customize an existing theme:

「いいね!」 3

please fix it. Or just put simple 1 color

Or bellow:

「いいね!」 4

I think Fakebook theme very closed to Gettr’s layout below

Hope we will have a nice and usefull theme like that. :grinning:

「いいね!」 1

Just use Topic List Previews (tiles) or Topic List Thumbnails with Layouts Plugin and a right and left sidebar.

「いいね!」 3

Thanks. I am currently use Topic List Preview. Working perfectly!

I just tested Layout Plugin, a little more complicated.

I hope sidebar will be officially in Discourse. :slightly_smiling_face:

「いいね!」 1

Feel free to ask for support on the Layouts Topic. It’s pretty straightforward. Just add widgets by installing them as theme components and then select them in the plugin settings.

「いいね!」 3

This has now been resolved with the following PR:
https://github.com/discourse/Fakebook/pull/11

「いいね!」 3

How can I add image preview on the suggested topics?

「いいね!」 1

Hello,

Create a new theme component or add this to an existing one.

Add to Common / CSS

This will display the topic image on suggested topics.

#suggested-topics {
  .topic-list .main-link {
    .link-middle-line {
      .topic-image,
      img {
        display: block;
      }
    }
  }
}

If you want to add the topic excerpt too then use this code snippet instead of the previous.

This will display the topic image and topic excerpt on suggested topics.

#suggested-topics {
  .topic-list .main-link {
    .link-middle-line {
      .topic-image,
      img {
        display: block;
      }
    }
    .topic-excerpt {
      display: block;
    }
  }
}
「いいね!」 4

I have just created a theme component (fakebook-preview-suggested-topics).
I am happy to share if anyone is interested (Just click Like).

「いいね!」 2

But this is the old Facebook theme.

If you’re looking for a newer one, the FKB Pro theme is a good pick.

「いいね!」 3

I have the impression the theme needs an update.

Similar result in Chrome

But it looks better when you are logged out

「いいね!」 2