Summary : This is an article
about how to add whatsapp flat smileys/emotions to Blogger Posts. There
are so many articles in the Internet about adding smileys to blogger
comments but this is the first time on Internet, adding whatsapp flat smileys to Blogger Comments.
This whatsapp smileys/emotions are very powerful emotions to express our feelings. We know even Google uses the same pattern, they are using flat smileys in their chats. Flat design trend rules this Internet era, then why should you lay down in old design trend. Let's see how to add whatsapp smileys/emotions.
Example
</div>
.
Place code here
.
</b:includable>
This whatsapp smileys/emotions are very powerful emotions to express our feelings. We know even Google uses the same pattern, they are using flat smileys in their chats. Flat design trend rules this Internet era, then why should you lay down in old design trend. Let's see how to add whatsapp smileys/emotions.
How to add whatsapp smileys?
- Sign In to Blogger DashBoard
- Select Template from the left menu
- Select Edit HTML
- Find </body> and copy the below script just above it.
<script src='https://78f4de3676ac34c79dbc2146065980a0e371905b.googledrive.com/host/0B6AQ0cwAMPNQfnZBck56QnZHT0pSbFY1dmtWcFFwUjJWVlNMMFg3ZW1QSmJFT2l3RmVtTXc/js/netoops-whatapp-smileys-blogger-posts-comments.min.js'/><a style='display:none;' href='www.netoopsblog.com' >bloggerwidgets</a><script type='text/javascript'>//bloggersmileys.init();</script>
- Here you are almost ready. Your blog will show smileys now and do one more step to display the corresponding smiley codes to the users to help them to add smileys to comment.
- Find <div class='post-footer-line post-footer-line-3'> or <div class='post-footer-line post-footer-line-3'/>
- Find the next </b:includable> and copy the code above it
<b:if cond='data:blog.pageType == "item"'>
<div class='noopsmile' id='noopsmile' style='background-color:#E0F7FF;background:#eee; border-radius: 7px;width:634px; padding:10px; border:1px solid #ddd'>
<img src='https://78f4de3676ac34c79dbc2146065980a0e371905b.googledrive.com/host/0B6AQ0cwAMPNQfnZBck56QnZHT0pSbFY1dmtWcFFwUjJWVlNMMFg3ZW1QSmJFT2l3RmVtTXc/imgs/comment-section1.png'/><a style='display:none;' href='www.netoopsblog.com' >bloggerwidgets</a><div align='right' id='close' style='font: bold 13px arial;margin-top: -14px; cursor: pointer;'> Close [x] </div></div><div id='open' style='background-color:#eee; border-radius: 7px; padding:10px;width: 87px;cursor: pointer;display:none;left: 582px;position: fixed;top: 1%;z-index:999;font-weight:bold;'> Open Smileys </div>
</b:if>
Example
</div>
.
Place code here
.
</b:includable>
- Next step is to add css codes for smileys
- Find ]]></b:skin> and copy the code before it
.post-body img.noops-smly {
padding: 0 !important;
margin-top: -2px !important;
}
- Save Template and Enjoy ! you are done !