I want to create a facebook share option after payment is succeeded. I am trying to develop a simple website that is coded in PHP with Zend Framework. Can you advice me something or give me reference that i can look to. Thank you in advance.
Share
The default share functionality is considered deprecated by facebook itself. You can read about this here: Facebook Developers – Share
The suggested method is to implement the current version of the Like-button of which you can read about more on this page: Facebook Developers – Like
You’ll find lots of information on the page itself. To get started, you should read yourself into Facebook Developers – PHP SDK Overview
PS: Pretty unreliant to Zend Framework itself 🙂