[WordPress] Letterboxd Plugin Update

Today i updated my Letterboxd Plugin for WordPress.
I used two different plugins for the sidebar the whole time, one for the activity and the other for the reviews.

Now i have put both plugins together.
We continue to use the Letterboxd RSS feed to get the data. The Letterboxd API is still in private beta.

If you are interested or run into issues, feel free to get on touch.

The Update is available on Github.
https://github.com/blubtxt/Wordpress-Letterboxd-Activity

Open Bug Bounty WordPress Plugin

I started working on a WordPress plugin for Open Bug Bounty Project.
The current status can be seen on the right.

I want to display a small section from the researcher’s statistics page.
The Open Bug Bounty Project does not provide an API to get this Information.

So I’m currently playing with wp_remote_get from the WordPress HTTP API.

wp_remote_get( string $url, array $args = array() )

I use wp_remote_get to get the full researcher’s profile page. Than filter out all unrelated stuff und beautify the output.

If you are interested or run into issues, feel free to get on touch.