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: 1
Has anyone successfully extended this plugin to include a share function, ie; adding a unique ID parameter which so a wishlist can be emailed?
Would need to work without logging in.
Plugin not working correctly for logged-in user
detail
Replies: 2
Hello,
Thank you for this plugin.
So far, it works perfectly when testing for users who are not logged in. However, when I am logged in there are some problems:
- After I favorite a post the icon is filled in and is added to the favorites list. However, when I navigate back to the post the icon is no longer filled in.
- The
favorites
page I set up to display the list isn’t working properly. If I try to unfavorite a post it goes away, but when I refresh the page it is there in the list again. Also, the number of favorites says 1/2 or even 3/5 even though I have only 1 or only 3 favorites saved (this might be because after running into the previous issue I clicked the favorite button a few times). - The
delete all
andload more
only show up when the other shortcode is also loaded:[ccc_my_favorite_list_menu slug="favorites"]
. - The only way to remove favorites is with the
delete all
link. However when I refresh the page it says I have 0/1 favorites.
In conclusion, something funny is going on with the database for logged-in user, but it works just as expected for users who are not logged-in. I should also mention I am testing the plugin on localhost
.
detail
Replies: 0
通常では、ハートのボタンを押すと、
ハートが黒い 登録されている
ハートが白い 登録されていない
になると思います。もしくは、この真逆になると思います。
しかし、最初の1回目の登録のみは、登録直後に自動更新され、ハートが黒→白→黒、と戻ります。黒になります。
2個目以降の場合は、黒→白で正常のようです。
また、ページの更新後は常に、全部黒になります。
つまり、登録してあるページも、登録してないページも、全部黒になります。
登録してある状態(黒)→登録を解除(白)、になります。
更新すると全部黒に戻り、登録してない場合は、登録してない(黒)→登録する(白)
色がめちゃくちゃなので、大変な状態になっています。
直す方法はありますでしょうか?
<font _mstmutation=”1″></font>
detail
Replies: 0
Hello Takashi
I’ve used our plugin for one year now and it works fine. I’d like to do the following:
- translate the strings “Favorite items” and “There are no favorite items”, how can I do that ?
- so far I have used ccc_my_favorite_list_results as output, but I’d like to customize it a bit, so I added [ccc_my_favorite_list_custom_template style=”none”] you suggested me about one year ago (see “Fav list customization” thread here) to the functions.php of my theme (Kadence free, folder …/wp-content/themes/kadence) but nothing appears on the page, what am I doing wrong ?
thanks
regards
Nik
No load more button even use “posts_per_page”
detail
Replies: 0
Hello, no load more button even I use this shortcode [ccc_my_favorite_list_results posts_per_page=”10″] and add to favorite more than 10 posts.
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.