Android Century
  • Home
  • Android Zone
    • Android Apps
    • Android Games
    • Apps APk Files
    • Games Apk Files
    • Apps Hack Tricks
  • Reviews
  • Fantasy Zone
    • Entertainment
    • Quotes and Status
    • Life Style
    • Home Made Tips
    • Hair Care
    • Skin Care
    • Fantasy Tips
  • Tricks
    • Free Recharge
    • Free Internet
    • shopping Cashback
    • Recharge Cashback
  • Tech
  • Mobiles
  • Gadgets
  • News
  • How To's
  • Software
Breaking
Loading...

Featured post

How to Take Great Photos With Apple's iPhone X

Recent Posts

Labels

  • Android Apk Files
  • Android Apps
  • Android Games
  • Apps Apk Files
  • Entertainment
  • Fantasy Tips
  • Gadgets
  • Hair Care
  • HomeMade Tips
  • How To's
  • News
  • Quotes
  • Quotes & Status
  • Recharge Cashback
  • Recharge Promo Codes
  • Shopping Cashback
  • Technology
  • skin care
Home / How To's / How to Composer Comments in blogger

How to Composer Comments in blogger

Latest Govt. Jobs 09:57:00 How To's Edit
Image result for Comment on  bloggerIt all started with implementing emoticons in comment, since the emoticons can’t be seen before publishing the comment. It become quite important for me to provide my readers with this widget in order to comment their problem much effectively.

Therefore I made this tool so as to provide readers preview their comments before publishing it. It not only makes the commenting easy but also add value to the blog post. It will give readers to preview comment with both emoticons and code snippets as shown in below images. 


This widgets uses Prism syntax highlighting to highlight code snippets. Feel free to edit the core code as per your desire. I have removed the ability to insert images in comment since its dependent on the external source of the image. This widget we have provided contain ten variant according to the types of emoticons. 


 How to add comments composer widget in Blogger?


1: Add this below CSS code inside and above ]]></b:skin>. Feel free to edit the below CSS.
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;margin-top:10px;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#fff;
            font-size:16px;
            font-weight:600;
            color:#4c4c4c;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#F09797;
            text-decoration:none;color:#fff !important;
        }
 
    li.active a, li.active a:hover {
        background:#7FB5DA;
        color:#fff !important;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }


.conemo {
  display: block;
  background-color: #FFF;
  border: 5px solid #eee;width: 100%;
}

#emoWrap {
  font: normal bold 12px/normal Tahoma,Verdana,Arial,Sans-Serif;
  text-align: center;
  padding: 10px 14px;
}

.emo,.emoKey {
  display: inline;
  vertical-align: middle;
}

.emoKey {
  border: 1px solid #ccc;
  background-color: #fff;
  font: normal bold 11px/normal Arial,Sans-Serif;
  color: #000;
  margin: 0 0 0 2px;
  padding: 1px 2px;
}


#codes {
  width: 98%;
  height: 200px;
  display: block;
  background-color: #fff;
  font: 400 12px;
  transition: all .5s linear;
  margin: 7px 0 10px;
  padding: 5px;
}

  #comwr{
width: 98%;
}
  .align-left{float:left}
  .align-right{float:right}
  .align-center{float:center}

#codes:focus {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  outline: 0;
  transition: all .3s linear;
}

.codtext {
line-height:1.5;
font-family:monospace,consolas,sans-serif;
font-weight:400;
font-style:normal;
background-color:#E5E5E5;
color:#000;
padding:0 8px;
}

2: Choose any one of the below code and insert above </head>. Here edit the emocode variable and allow on those emoticons which you want to display. If you want see the emoticons how they look see this articles. Here emo1 is Rice Balls emoticons and so on. 

<!--Choose any one of the below emoticons-->
<!--emo1 - Rice Balls-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " :| ^o^ :@ :-} :s %OD :&#39;( :-! (frown) :o xD (halo) <3 8| :-* 8-0 :D :-# $-) >:-> 8-| >:O P-( :-> +o( :) :p (N) (Y) :&#92; :-{{ ;) (yum) ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo1.js"></script>

<!--emo2 - Fancies-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " ^o^ :@ (B) :-} (bomb) (Z) :s 8| :'( >:-> %-6 :/ >:) (X) :D =) <3 (mac) 8-| <:o) P-( :( 8-0 +o( :-# |-) :) (stop) O.O :&#92; (N) (Y) :p x> ;) ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo2.js"></script>

<!--emo3 - Trollicons-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " :-Z :-{{ |-( :-V :s :> :O >:) I:| ):-) (fkyeah) |< :-O =) :/ :-| :) :-)) :| 8-| %-} (P) 8| :@ :-@ =D :( :&#39;( @:-) :p (*0*) O.O :-! :-p :< :? :-(0) ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo3.js"></script>

<!--emo4 - Onion Club-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " +-( |@ :@ -:| B) :&#39;( |( :? (Y) +_+ :) |) |+) (hi) :f :-( =| :-) <3 X/) :X O.O :-@ :3 :O :( :E |-) :J (stfu) %&lt;) %| o.O (wind) (yawn) ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo4.js"></script>

<!--emo5 - Pidgin-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " >-) (A) :< (N) (bye) (mp) (clap) :s B) (^0^) 8*) }:-) :? D: :X (Y) <3 :E :D :b 8-| :-| <:o) :@ ?:| ^:D :( :-> :o +o( :) xD ^.^ &#39;:-) :&#92; :p >:-) >| ;) -_- -o- :| :&#36; (hi5) ({) (}) :-# |-) ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo5.js"></script>

<!--emo6 - Simple White-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " ^o^ :@ ^w^ :s B) 8D :&#39;( ;3 }:-) :( :o >) :-) ^_^ ^.^ <3 x| x) 8-D >:D :-3 :-t ^^ +o( :) :| >:) 8) o.O 8( (N) (Y) -_- :p xp :< :/ ;D ;) ;p ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo6.js"></script>

<!--emo7 - yolks-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " :@ X| @.@ B) :-Z |D <3 (B) :o x. 8-| :-@ &#39;:) (wtf) +o( |-) o.O :) :D :< -_- +o+ :G O.O xd PD &#39;:| ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo7.js"></script>

<!--emo8 - Qip 2005-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " :) :( ;) :p B) :D :&#36; :O :&#39;( 8- d^^b :s |p :-D }:-) B) :-* +o( |^o @^^. (L) (Th) (hi5) <3 (B) (hlp) (Z) 8s :-d 8:@ |-( :-v ;-D d^_^b (nono) d-.-b *^_^* *^O^* ^_^* (bye) (Y) (N) (bang) :-E :-s ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo8.js"></script>

<!--emo9 - Wordpress-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " :mrgreen: :arrow: :twisted: :evil: &gt;:D :idea: :oops: :roll: :lol: :cool: :( :) :?  :D :P :o :x :| ;) :!: :?: &lt;3 &gt;-I |_| :burrito: O_o o_O (w) :star: :developer: :bear: ^^&#39; :&#39;( :/ :facepalm: =^-^= :alien: :cat: :dog: :gun: poop :santa: (Y) (N) :victory: ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo9.js"></script>

<!--emo10 - Most general forum style-->
<script>
//<![CDATA[
var emoRange = "#comments p, div#emoWrap, #predata",
    pwb = "iframe#comment-editor",
 emocode = " :) :( =( :waaa: :s ^_^ :D =D ^:D @@, ;) :-bd :-d :yaya: :&#39;( T_T :&#92; :p B) :Q :Ozz 7:( &#92;o/ &#92;m/ **p &lt;3 0:) ^o^ :-a 7:O *fck* xV x@ X@ ~x( &lt;:) &lt;=) (-.-,) *=p =p* &#39;&#39;J :W :bye: :imhere: :cendol: :rolled: *bang* :drummer: :guitarist: :vocalist: ";
//]]>
</script>
<script type="text/javascript" src="https://blogeutectics.googlecode.com/svn/postfiles/post26/emo10.js"></script>

If you like this widget be sure to subscribe us using your email or like/follow on social domains. Thanks for reading.
Share on Facebook Share on Twitter Share on Google Plus

RELATED POSTS


How to delete your Google search hi...

How to Get Free Internet on Idea An...

How to Use DroidVPN App For Free In...
How to Composer Comments in blogger How to Composer Comments in blogger Reviewed by Latest Govt. Jobs on 09:57:00 Rating: 5

0 comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments ( Atom )

Search This Blog

TEST BOOK FOR GOVT ENTRANCE TEST

TEST BOOK FOR GOVT ENTRANCE TEST
Find All Latest book for preparation of SSC,RAILWAYBANK PO,RBI,BANK CLERK,GATE ME,GATE CE are available here in less prices, to check out the books click here

Translate

  • Popular Post
  • Random posts
  • Category

Popular Posts

  • Teen Patti Offer 2018: Refer and Earn Flipkart Vouchers Free
    Teen Patti Offer 2018: Refer and Earn Flipkart Vouchers Free
    Teen Patti Refer & Earn Offer:  Hey Guys! Today I make an article about Teen Patti Referral ...
  • Taotronics TT-BH22 Headphones Review
    We make it a addiction to now not look up pricing of a product sooner than reviewing and if ...
  • Reliance Jio to offer sharp tariff discounts for customers signing up by March-end
    Reliance Industries' Jio unit will charge a tariff for its services from April, but will offer ...
  • Pentagon strongly condemns North Korea missile test
    The Pentagon on Monday strongly condemned North Korea’s latest missile test, adding that the ...
  • Fitbit Zip 2017 review
    Fitbit PROS: Clever, accurate tracking Expandable online service Integration with 3rd ...
  • Bank wallets growing faster than e-wallets
    In the  bank  versus  e-wallets  sweepstakes,  lenders  have now gained lost ground. As of ...

Random Posts

  • Andy Rubin shares pictures of Essential PH-1 in manufacturing, however when will it pass on sale?
    Andy Rubin shares pictures of Essential PH-1 in manufacturing, however when will it pass on sale?
    19.08.2017 - 0 Comments
    Andy Rubin shared pictures of PH-1 in production on Twitter, adding that more details on its availability…
  • FlyDubai plane crashes in Russia: Two Indians among 62 killed in tragedy
    FlyDubai plane crashes in Russia: Two Indians among 62 killed in tragedy
    19.03.2016 - 0 Comments
    Moscow: At least 62 people including two Indian nationals were killed on Saturday when a passenger jet…
  • Keep on Tickin’ – Stay Efficient and Productive With TickTick, a Powerful To-Do List and Task Management App
    Keep on Tickin’ – Stay Efficient and Productive With TickTick, a Powerful To-Do List and Task Management App
    18.12.2016 - 0 Comments
    The busier your life, the more crucial it is to have an Android application capable of managing your tasks…
  • LeEco Le 2 hands-on review
    LeEco Le 2 hands-on review
    15.02.2017 - 0 Comments
    PROS: Great display 'Revolutionary' CDLA audio technology Snapdragon 652 SoC Stellar build…
  • Uber app sees biggest change since 2012
    Uber app sees biggest change since 2012
    11.11.2016 - 0 Comments
    San Francisco: Uber on Wednesday began rolling out an overhauled smartphone application…

Labels

Android Apk Files Android Apps Android Games Apps Apk Files Apps Hack Tricks Entertainment Free Internet Freecharge Gadgets Games Apk Files How To's Laptops Guide Mobiles Reviews Technology Viral's android zone free recharge

Entertainment

Tricks

Popular Posts

  • Teen Patti Offer 2018: Refer and Earn Flipkart Vouchers Free
    Teen Patti Offer 2018: Refer and Earn Flipkart Vouchers Free
    Teen Patti Refer & ...
  • Taotronics TT-BH22 Headphones Review
    We make it a ...
  • Bank wallets growing faster than e-wallets
    In the  bank ...
  • Reliance Jio to offer sharp tariff discounts for customers signing up by March-end
    Reliance Industries' Jio unit will charge a tariff for its services from April, but will offer ...
  • Hands-on with the home windows 10 Creators update for the Xbox One: Beam recreation streaming arrives
    The Windows ...
  • Pentagon strongly condemns North Korea missile test
    The Pentagon on ...
  • Fitbit Zip 2017 review
    Fitbit PROS ...

Random Posts

  • How to fix common Samsung Galaxy S4 problems
    How to fix common Samsung Galaxy S4 problems
    29.04.2016 - 0 Comments
    The Samsung Galaxy S4 is one of the most popular Android phones ever produced. But the popularity…
  • How to Get more Social Media site visitors & shop 20+ Hours monthly
    How to Get more Social Media site visitors & shop 20+ Hours monthly
    01.04.2017 - 0 Comments
    Do you spend too much time marketing and sharing your blog posts on social media, still with…
  • Spectrum auction unlikely before telcos recover
    Spectrum auction unlikely before telcos recover
    16.02.2017 - 0 Comments
    The government won't hold any spectrum auction until there is a turnaround in the fortunes of…
  • UC Browser
    UC Browser
    18.02.2016 - 0 Comments
    UC Browser for Android provides you FAST and SMOOTH Web surfing experience.It’s a totally free mobile…
  • OnePlus 6 leaked images
    OnePlus 6 leaked images
    01.03.2018 - 0 Comments
    OnePlus 6 is expected to launch in June, featuring an iPhone X-like notch and vertical dual cameras. (Image…

Most Popular

  • Teen Patti Offer 2018: Refer and Earn Flipkart Vouchers Free
    Teen Patti Offer 2018: Refer and Earn Flipkart Vouchers Free
    Teen Patti Refer & ...
  • SAMSUNG GALAXY J7 (2016) REVIEWS
    SAMSUNG GALAXY J7 (2016) REVIEWS
    SAMSUNG GALAXY J ...
  • Top 5 Best SmartPhones under 7000 Rs (March 2017)
    Looking for the ...
  • Apple, IBM, Cisco are huge because of Indians, do not deny them H-1B visa: RBI Governor Urjit Patel
    ...
  • SAMSUNG GALAXY J7 (2016) Specifications
    SAMSUNG GALAXY J ...
  • BlackBerry Teases Marshmallow Beta Testing for Priv by Next Week
    Blackberry ...
  • LG Q6 Review
    LG Q6 Review
    2017 is ...

Contact Form

Name

Email *

Message *

Offers Zone

Created By Android Century Distributed by Android Century
  • Home
  • About us
  • Contact us
  • Privacy policy
  • Terms of use
  • Advertise here
Subscribe Via Email Subscribe To Android Century By Email And Get Free Updates. ;-)


Your email address is safe with us!