WordPress / browsehappy

101 stars 36 forks source link

Add Tumblr share logo, update Twitter logo #67

Closed iandunn closed 9 months ago

iandunn commented 10 months ago

This adds a share button for Tumblr, and updates the Twitter logo to X

Note that this builds on top of #66, because they both change the sprite. #66 needs to be merged first.

We could add a caption to the share link with the attribute below, similar to the text attribute in the Twitter button, but it would be the same as the oembed card, so it'd just look redundant.

caption=<?php echo urlencode( __( 'Browse Happy: Online. Worry-free. Upgrade your browser today!', 'browsehappy' ) ); ?>&
coffee2code commented 9 months ago

Fixed in fd39f8b.

iandunn commented 9 months ago

Yeah, that's a fair point 👍🏻