How to Add a Feedback Button to Blogger
The steps are very simple. Download the icons and upload your favorite feedback button in Blogger. Once done, you may then follow few steps below,- Go To blogger > Design
- Choose a HTML/JavaScript Widget
- Paste the following code inside it,
<a style="display:scroll;position:fixed;bottom:50%;left:0px;" href="URL OF CONTACT PAGE" title="Feedback Please, Can't go further without your help"><img src="FEEDBACK BUTTON IMAGE LINK" /></a>Make these changes:
- By default the button will appear at center left but if you want to shift it to right then change left to right.
- Replace URL OF Contact page with the address link of your contact me page.
- Replace Feedback Please, Can't go further without your help with any message you may like the visitors to see when they hover their cursor on the button
- Replace FEEDBACK BUTTON IMAGE LINK with the image link of your uploaded button
Follow @pyblogger

