• Resolved profilpr

    (@profilpr)


    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://ww.wp.xz.cn/plugins/recent-facebook-posts/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    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

    (@profilpr)

    Brilliant I’ve never thought of that. The question was ment to be a tip to improve your plugin.

    Plugin Author Danny van Kooten

    (@dvankooten)

    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.