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

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -