| How do I have one fan page?
|
Luxoria

msg:4265478 | 2:50 am on Feb 11, 2011 (gmt 0) | Each page on my site has a like button. When the page is liked for the first time a new fan page is created. So, soon I will have dozens of pointless FB fan pages. Is there a way for the user to become a fan of a single FB master page but yet still have my individual pages track the likes on a per page basis? I would like to send updates to everyone who liked my pages and have a single FB fan page for my website. Here's a snip of the the code I am using for reference to my implementation.
<fb:like href="<?php echo HTTP_SERVER . $_SERVER['REQUEST_URI']; ?>" layout="standard" show_faces="false" width="290" action="Like" font="trebuchet ms" colorscheme="dark" > </fb:like> *edit* I know can have all my like buttons point to my root domain and for tracking I can add the ref tag. If I do it that way when a visitor clicks like, my root domain OG tags are read and posted on the visitor's FB stream not the page the visitor is on.
|
|