how to add facebook like features in zend based application ? is the code will be placed in view or in helpers ?
facebook.app_id = "APPID"
facebook.app_secret = "SECRET"
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the easiest way to add facebook like in zend is by adding the code in helpers,
later can be called from the view.
then from view just call $this->getFacebookLike(); will render the facebook like button.