I want to run/execute jquery code on facebook, twitter, google plus iframe.
I have tried to do it in many ways but it is not working.
Code is always showing error none/object not found.
Actually I want to know whether currently logged-in user has already done like/follow/+ .
If the current logged-in user has already done like/follow then I need to hide like/follow links,
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
|
|
|
If you are using the PHP Facebook SDK you can query it as follows:
If your fanpage id is stored in $fanpageid, or app id in $appid, then $fanpageliked will be true (and/or appid). So if you are only looking for a fanpage id, remove the appid if and add a break:
After that, you can have the following:
|
|||||||||
|
|
You can't do that with jquery but you can use their own APIs to accomplish what you need. Facebook for example already has all that in their API. |
|||||
|
