Let's say I have a page with a list of products. I want to be able to share(on Facebook) the whole list (a link to the list) and also I want to be able to share a single product from this list w/o going to the products page(!).
The list share obviously is simple enough, but what about when I want the meta tags to change dynamically for the product I want shared?
So far I tried with an ajax call to the product page, set some tags from there and have it change on the Master page if the url contains the a product page.
This doesn't work all the time and it's 'hacky'. I found a good article on how to easily implement meta-tags in ubmraco and have it change dynamically based on the page you are, but seeing as the product is on the same page as the list it doesn't work.
How can I implement this? I've been having a lot of trouble with this lately.
Multiple Facebook share buttons on same page
Hi,
Let's say I have a page with a list of products. I want to be able to share(on Facebook) the whole list (a link to the list) and also I want to be able to share a single product from this list w/o going to the products page(!).
The list share obviously is simple enough, but what about when I want the meta tags to change dynamically for the product I want shared?
So far I tried with an ajax call to the product page, set some tags from there and have it change on the Master page if the url contains the a product page.
This doesn't work all the time and it's 'hacky'. I found a good article on how to easily implement meta-tags in ubmraco and have it change dynamically based on the page you are, but seeing as the product is on the same page as the list it doesn't work.
How can I implement this? I've been having a lot of trouble with this lately.
is working on a reply...