WordPress plugin “My Favorites”
Save user’s favorite posts and list them.
This plugin is simple. You can save the user’s favorite posts just a install and display them anywhere you want with just a shortcode. The logged-in user’s data is saved in the user meta. Other user’s data is saved to Web Storage (localStorage).
Support on WordPress.org
WordPress.org Forums » [My Favorites] Support
detail
Replies: 0
Firstly, a great plugin. My permalink structure is as follows: /%postname%, all my links do not have a slash at the end of the links. I use this shortcode: ccc_my_favorite_list_menu slug=”” text=”” style=” and the button adds a slash at the end of the link. This results in a 301 redirect. Is there a way I can prevent this?
Add favorite button to listing
detail
Replies: 0
Hello,
How do I add the favorite button in my blog listing?
The link to my website where the blog listing is https://www.hulpbijhb.nl/passend-onderwijs/
I want the favorite buttons in the images (like this website https://www.bol.com) or next to the ratingstars.
I hope you can help me with this.
detail
Replies: 0
Hello,
In my case, the plugin worked well for a while, but hours later it no longer works. The favorites button is always activated when the page loads with the “save” class and I can’t find out what caused this problem.
The only way i’ve found to solve the problem is to remove the line 62 in list.js :
$('.'+ CCC.favorite.toggle_btn).addClass(CCC.favorite.save_classname);
Is this line really useful ??
Thank you for your plugin !
detail
Replies: 1
If we have more the one favorite link on a post is there away to synchronize all of them base on the users action . Add to Favorites / remove from favorites?
redirect on add to favorite click
detail
Replies: 0
Is there a good way to ‘add to favorites’ and then take the user to the favorites page? Is there an addEventListener I can use or do I just need to create an onclick javascript function that fires after the favorite action is completed.
Suggestions would be great!
Development on GitHub
GitHub - takashi-matsuyama/my-favorites: WordPress plugin "My Favorites"
WordPress plugin "My Favorites". Contribute to takashi-matsuyama/my-favorites development by creating an account on GitHub.