Title: rfbp-timestamp
Last modified: August 21, 2016

---

# rfbp-timestamp

 *  Resolved [profilpr](https://wordpress.org/support/users/profilpr/)
 * (@profilpr)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/rfbp-timestamp/)
 * Hi, why isn’t there an option to turn off the timestamp below a facebook post.
   There is an option for likes and comments t show but not the date.
    The current
   situation is to remove the following line in class-public.php
 *     ```
       <span class="rfbp-timestamp" title="<?php printf( __( '%1$s at %2$s', 'recent-facebook-posts' ), date( 'l, F j, Y', $p['timestamp'] ), date( 'G:i', $p['timestamp'] ) ); ?>"><?php echo rfbp_time_ago( $p['timestamp'] ); ?></span>
       ```
   
 * [http://wordpress.org/plugins/recent-facebook-posts/](http://wordpress.org/plugins/recent-facebook-posts/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/rfbp-timestamp/#post-4350878)
 * Hi there,
 * If you want to hide it, you can simply add the following line of CSS to your 
   theme its stylesheet (`style.css).
 *     ```
       .rfbp-timestamp{ display: none; }
       ```
   
 * Hope that helps!
 *  Thread Starter [profilpr](https://wordpress.org/support/users/profilpr/)
 * (@profilpr)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/rfbp-timestamp/#post-4350917)
 * Brilliant I’ve never thought of that. The question was ment to be a tip to improve
   your plugin.
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/rfbp-timestamp/#post-4350922)
 * Thanks for the tip, appreciate it! 🙂 Will wait until more users mention it before
   adding it to the plugin, I’d like to keep the plugin as simple as possible for
   the majority of users.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘rfbp-timestamp’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-facebook-posts_eae9f9.svg)
 * [Recent FB Posts](https://wordpress.org/plugins/recent-facebook-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-facebook-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-facebook-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-facebook-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-facebook-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-facebook-posts/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/rfbp-timestamp/#post-4350922)
 * Status: resolved