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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -