Post date on facebook feed

I noticed today that the date posted does not display on facebook posts in the facebook feed, and it is not an option. Is there a way to show that? Thanks.

Hi Hugh!

You see, the date and time info gets displayed along with Author info. This way, if you switch off author info, date and time gets hidden, too.

Am I right that it’s crucial for you not to display the author, but you’d still love to have the date and time info there?

1 Like

Just in case you’d love to hide the author but display the date and time, here’s the CSS code our developers put together for you:

.eapps-facebook-feed-item-author-picture, .eapps-facebook-feed-posts-item-header-actions, .eapps-facebook-feed-item-author-name {
    display: none;
}
.eapps-facebook-feed-item-author-info {
    margin: 0;
}
.eapps-facebook-feed-item-author {
    min-height: unset;
}

Please let me know if it worked for you!

In this case I went ahead and used the author checkbox to turn on both author and date. I think it looks fine like that.

Thanks again for the helpful response.

Hugh

Web Designers Near Me

1 Like

Anytime, Hugh!

1 Like