Ok guys, i have come up with this idea (after look at fb mobile source code) for a like button for mobile right? Now my problem is retrieving a value thats needed automatically:
The ssecond value is the page id, what i would like to retrieve is the third value.
Is there a way to retrieve that value with $GET? What you see is as far as i get cuz im not familiar with php and as i am hoping to avoid javascript as it wont work with all mobile.
Here is a sample
How bout some help? I think this would be good for the mobile community!
HTML Code:
<form method="get" class="btnF" action="http://m.facebook.com/a/profile.php"> <input name="fan" value="" type="hidden" /><input name="id" value="213164732047445" type="hidden" /><input name="gfid" value="<?php echo$_GET["gfid"];?>" type="hidden" /><input name="refid" value="17" type="hidden" /><input value="Like" class="btn" type="image" src="/content/images/site_icons/facebook-like-button.png" />
Is there a way to retrieve that value with $GET? What you see is as far as i get cuz im not familiar with php and as i am hoping to avoid javascript as it wont work with all mobile.
Here is a sample
How bout some help? I think this would be good for the mobile community!
Comment