Is it possible to add a facebook like button in the web app using python flask? -
Is it possible to add a facebook like button in the web app using python flask? -
i trying implement simple webapp on click of button pulls info database , displays on webpage.as part of need implement facebook button , comment box it? possible using python flask framework?
presumably, you're using templates build flask app. if so, you'd add together image link facebook page flask template controls headers/footers (assuming want 'like' button in header/footer), e.g.
<a href="http://www.facebook.com/your.facebook.page"><img src="/path/to/facebook/icon/facebook.png" alt="friend on facebook" title="become [your.company] fan"></a>
python flask
Comments
Post a Comment