awslabs / aws-for-wordpress

Amazon Polly Plugin for WordPress, which enables functionality for converting any text content on the wordpress site into audio.
https://wordpress.org/plugins/amazon-polly/
GNU General Public License v3.0
80 stars 36 forks source link

Add a hook to for a proper label #4

Closed richtabor closed 6 years ago

richtabor commented 6 years ago

Hey all! I'm loving the plugin — it's just great! 👏👏

What do you think about adding a hook just before the player's markup? That way a label could be properly added so visitors know exactly what they'll be listening to when you click "play".

Below is a screenshot of what I implemented on my WordPress development & design blog, though it was a bit overkill filtering the_content based on the before or after post visibility.

screeny

We wouldn't need the actual label, like I added, simply a hook to assign markup to.

So what do you think?

tstachlewski commented 6 years ago

Hi! This was great idea, so we have added it to the plugin! :) Thanks for it!

richtabor commented 6 years ago

Awesome! Good stuff mate!