Hi there
I am attempting to create ‘Favourites’ functionality on my site using HTM5 Local Storage.
So far I am successfully storing the entry IDs of chosen posts in Local Storage when the user clicks a ‘save to favourites’ button. I am passing those to a variable as a string separated by a pipe character, to mimic the entry_id parameter (e.g. 2|4|8|41)
However, I am unable to figure out how to use that variable within the entry_id parameter of the Channel Entries Tag. Is this even possible?
Thanks!