Title: post as wordpress posts
Last modified: August 21, 2016

---

# post as wordpress posts

 *  Resolved [fisherofer](https://wordpress.org/support/users/fisherofer/)
 * (@fisherofer)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/post-as-wordpress-posts/)
 * i wold like to know if the plugin have or may have option to post facebook recent
   posts as wordpress posts
    i wish to save the history
 * and to refresh the interval by setting ( auto refresh)
 * [http://wordpress.org/plugins/recent-facebook-posts/](http://wordpress.org/plugins/recent-facebook-posts/)

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

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/post-as-wordpress-posts/#post-4317526)
 * Hi there,
 * As the plugin is now, this is not possible.
 * Might have the plugin use a custom post type in the future as it will greatly
   extend the possible use cases of the plugin but I don’t really have time for 
   this anytime soon. Sorry.
 * You can change the cache interval however. Just add the following snippet to 
   your theme its `functions.php` file.
 *     ```
       function my_rfbp_cache_time($time)
       {
           return 900; // 15 minutes
       }
   
       add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
       ```
   
 *  Thread Starter [fisherofer](https://wordpress.org/support/users/fisherofer/)
 * (@fisherofer)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/post-as-wordpress-posts/#post-4317543)
 * may i ask when you will add this to the plugin
    include create wordpress posts
   from facebook

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

The topic ‘post as wordpress posts’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [fisherofer](https://wordpress.org/support/users/fisherofer/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/post-as-wordpress-posts/#post-4317543)
 * Status: resolved