Plugin Updates – WP Plugin Info Card, Highlight and Share, and User Profile Picture

Update

Over the past weekend I worked on updating some of my free plugins on the WordPress repo. Here are the changes.

WP Plugin Info Card

I added a new Gutenberg block that allows for query parameters. I also fixed an error where the query wasn’t working properly. I also added a Reset button to the blocks so you can change the values after they are entered.

Plugin Info Card Query Gutenberg
WP Plugin Info Card Query Gutenberg Block

Download or view the plugin below.

Highlight and Share

I updated Highlight and Share to position the highlight popup where appropriate for desktop/mobile. It now works properly on small screens without overlapping. I also added the Cyan theme, which I’m using on this site.

Highlight and Share Cyan Theme

Download or view the plugin below.

Metronet Profile Picture

For those not using Gutenberg, I created a template function that allows you to mimic the Gutenberg plugin using a template tag.

Here’s some sample code:

<?php
mt_author_box( $post->post_author, array(
    'theme'              => 'tabbed',
    'profileAvatarShape' => 'round',
    'showWebsite'        => true,
    'website'            => 'https://www.ronalfy.com',
    'showSocialMedia'    => true,
    'socialMediaOptions' => 'brand',
    'socialWordPress'    => 'https://profiles.wordpress.org/ronalfy',
    'socialFacebook'     => 'https://facebook.com/mindefusement',
) );Code language: PHP (php)

Download or view the plugin below.

Questions?

Leave a comment below.

Ronald Huereca
Ronald Huereca

Ronald Huereca

Ronald has been part of the WordPress community since 2006, starting off writing and eventually diving into WordPress plugin development and writing tutorials and opinionated pieces.

No stranger to controversy and opinionated takes on tough topics, Ronald writes honestly when he covers a topic.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Ronald Huereca
MediaRon - Ronald Huereca

Ronald created MediaRon in 2011 and has more than fifteen years of releasing free and paid WordPress plugins.

Quick Links

Say Hi