One of the problem blogger facing is how to display comment box both in desktop and in mobile especially if you are using customised template, But don't worry I will show you 4 ways which you can make blogger comment box visible in both mobile and desktop view.
Fourth option:
First option.
- First make sure you login to your blogger admin area.
- Click settings link at left hand side
- Scroll down and click comment and share setting.
- Go down you will see drop down option set the drop down to "embedded" .
- Click show Google+ comment box to "YES option".
- Make sure to save the settings at right hand side top at admin area.
Second option if the first option didn't work.
- Login to blogger admin area
- Click theme option at the left hand side
- Click edit html
- Ctrl+F keys(window), Cmd+F(Mac)Copy this ]]></b:skin> and paste in the search box on the top right corner and hit enter key to take you right to the code's position(with yellow shade)
.mobile .blogger-iframe-colorize {
display: block !important;
}
.blogger-iframe-colorize {
display: block !important;
}
And paste the above code ]]></b:skin> inside and save.
Remember picture.
Third option the it didn't work for you!
- Click the theme option.
- Use Ctrl+F key to find ]]><b:skin>
- Scroll slowly down wards you will see .commment-form{display: none}
- Replace it .commment-form{ display: block;}
- And save.
- Still inside HTML editor.
- Jump to widget drop down and select blog1 or blog2 depending on your theme.
- Scroll slowly and look for comment form
- Look for style='display: none' replace with style='display: block'
And save
Thanks
إرسال تعليق
Comment Here by clicking below link