Hello
I'm a complete newbie to this so please keep in mind.
I have some questions about the like button. I want to know if the like button can be added to an individual item page. Each item you want to the like button for should be the URL of the destination, if so, this can be the target page on the dynamically generated page? Do you have control over what gets posted on the wall people like URL and the text moves? You can use on pages that rely on parameters passed via the GET _ $ string in the URL-see example below.
All pages are created with php and working.
Sample code I want to use for each button:
Example:
I have a page with 10 individual content items, the user wants to click a button as in # 4. What I want to happen is put on the wall who uses like "first middle last" on MYSITENAME.com with a link to a page dynamically generated which will look like http://www.mysitename.com/mypage.php?firstname=firstname&middle=middlename&lastname=lastname.
So far, when I run a dynamic page "mypage" through the fluff, seemed to spread "?".
I'm really confused but don't think I can be the only one with this type of situation.
Any help greatly appreciated.
Thanks in advance.