kylephillips / favorites

Simple and flexible favorite buttons for any WordPress post type.
https://favoriteposts.com
223 stars 86 forks source link

Change text option in favorite_button shortcode??? #157

Open ruizdaniel79 opened 2 years ago

ruizdaniel79 commented 2 years ago

Hi there, I have my website in 3 different languages and i would like to have the option of changing the text (innerHTML) of the favorite_button in a favorited and unfavorited state, so that i can have a favorite_button with the right text in the right language.

Is there way to add this parameter/option in the shortcode of the favorite_button like it is done for the shortcode of the clear_favorites_button (text =“”), so that i could write for example:?

[favorite_button textFavorited=“The text ADD FAVORITES in english” textUnfavorited=“The text REMOVE FAVORITES in english”]

And then in the spanish site :

[favorite_button textFavorited=“The text a AÑADIR FAVORITOS in spanish” textUnfavorited=“The text ELIMINAR FAVORITOS in spanish”]

I would really appreciate any help,

Best regards, Daniel

luca-casati commented 2 years ago

@kylephillips I am interested in this topic as well, please let us know. Thanks!