Our plugin offers multiple filters, that you can hook into with the add_filter method from WordPress.
Here is a list of all filters you can use:
apply_filters('wordpress_print_posts_title', $this->post->post_title); apply_filters('wordpress_print_posts_meta_keys', $temp); apply_filters('wordpress_print_posts_before_blocks_html', $html, $this->data); apply_filters('wordpress_print_posts_html', $html, $this->data); apply_filters('wordpress_print_posts_header_footer_html', '', $position, $this->data); apply_filters('wordpress_print_posts_meta_output', $meta_data, $meta_key);