Tutorial : Cara Buat Emoticon Script.

:#b:
Hello everyone, i have done completing this tutorial for 2 days. Im here to spread out the knowledge on how to make your own lovely emoticon. Enjoy this tutorial.

STEP 1
  1. CHOOSE ANY SUBJECT/EMOTICON THAT YOU LIKE
  2. LEFT CLICK
  3. COPY IMAGE LOCATION

STEP 2
  1. GO TO ANY WEBSITES THAT OFFERS IMAGE HOSTING.
  2. PREFERRED WEB : PHOTOBUCKET.COM
  1. PASTE THE IMAGE URL WHEN YOU SEE THIS BOX
  2. CLICK UPLOAD

SAVE AND CONTINUE


COPY DIRECT LINK


STEP 3
  1. COPY THIS COMPLETE VERSION SCRIPT
  2. SAVE ON YOUR COMPUTER

//-----------------------------------------------------------------------//
// Visit my blog at http://neorul87.blogspot.com
//its complete version
// Wan Wan _ neo
//-----------------------------------------------------------------------//

//Original author : NEO (http://neorul87.blogspot.com)

// ==UserScript==
// @name          Neorul87

// ==/UserScript==

// FEATURES
// Works only in Compose modes
// Add the emoticons at the end of the text

// TODO
// modify the script to insert the emoticon directly after the cursor

window.addEventListener("load", function(e) {

function setemoticons(domname)
{
var editbar = document.getElementById(domname);
 if (editbar) {

   var buttons = "
";


 buttons += emoticonButton(":#a:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan048.gif");
 buttons += emoticonButton(":#b:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan046.gif");
 buttons += emoticonButton(":#c:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan045.gif");
 buttons += emoticonButton(":#d:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan044.gif");
 buttons += emoticonButton(":#e:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan043.gif");
 buttons += emoticonButton(":#f:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan042.gif");
 buttons += emoticonButton(":#g:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan041.gif");
 buttons += emoticonButton(":#h:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan040.gif");
 buttons += emoticonButton(":#i:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan039.gif");
 buttons += emoticonButton(":#j:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan038.gif");
 buttons += emoticonButton(":#k:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan037.gif");
 buttons += emoticonButton(":#l:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan036.gif");
 buttons += emoticonButton(":#m:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan035.gif");
 buttons += emoticonButton(":#n:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan034-1.gif");
 buttons += emoticonButton(":#o:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan029.gif");
 buttons += emoticonButton(":#p:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan028.gif");
 buttons += emoticonButton(":#q:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan025.gif");
 buttons += emoticonButton(":#r:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan030.gif");
 buttons += emoticonButton(":#s:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan024.gif");
 buttons += emoticonButton(":#t:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan023.gif");
 buttons += emoticonButton(":#u:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan021.gif");
 buttons += emoticonButton(":#v:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan013.gif");
 buttons += emoticonButton(":#w:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan020.gif");
 buttons += emoticonButton(":#x:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan022.gif");
 buttons += emoticonButton(":#y:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan012.gif");
 buttons += emoticonButton(":#z:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan007.gif");
 buttons += emoticonButton(":#z1:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan009.gif");   
 buttons += emoticonButton(":#z2:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan003.gif");
 buttons += emoticonButton(":#z3:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan004.gif");
 buttons += emoticonButton(":#z4:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/wan011.gif");

   buttons += separator();

   editbar.innerHTML += buttons;
 }
}


function emoticonButton(name, url) {
 return "\";})();ButtonMouseDown(this);'>'\n";
}

function separator() {
 return "
\n"; } setemoticons("formatbar"); }, false);
STEP 4
  1. FIND THIS AREA.
  2. CHANGE SOME INFORMATION THAT WILL REPRESENT YOUR URL
//-----------------------------------------------------------------------//
// Visit my blog at http://neorul87.blogspot.com
//its complete version
// Rice Balls Emoticon II
//-----------------------------------------------------------------------//
//Original author : NEO (http://neorul87.blogspot.com)
// ==UserScript==
// @name Neorul87
STEP 5
  1. CHANGE THE BLUE SELECTION BY PASTING THE DIRECT LINK
  2. CHANGE THE RED SELECTION BY NAMING THE EMOTICON
buttons += emoticonButton(":LOVE:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/fanta_emo115.gif");
buttons += emoticonButton(":LOUGH:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/fanta_emo116.gif");
buttons += emoticonButton(":CRY:", "http://i287.photobucket.com/albums/ll146/neorul87/emoticon/fanta_emo114.gif");

STEP 6
SAVE AS ...

THE FILE MUST BE SAVE AS user.js AT THE END OF IT.


EXAMPLE : SAVE AS <user.js>
STEP 7
  1. GO TO THIS SITE
  2. SIGN IN FOR GOOGLEPAGES CREATOR
  3. CLICK THE IMAGE BELOW

STEP 8
  1. START UPLOADING YOUR DOCUMENT
  1. BROWSE DOCUMENT FROM YOUR COMPUTER
  2. GET THE LINK
  3. PROMOTE THE LINK TO OTHERS!
  4. DONE
P/S FROM NEO : YOU’VE GOT ANY FURTHER QUEST FOR THIS TUTORIAL? JUST LEAVE ME COMMENTS, I’LL GIVE FEEDBACK.
:#z:

Comments

  1. hehehe...

    nanti pas aku dah submit kerja aku...

    aku akan try godak benda nih...

    thanks darling!!

    ReplyDelete
  2. haiz.. ak wordpress kot

    ReplyDelete
  3. da nama cekgu.. mesti ler bergaya penyampaian nya! hohohohoh..

    ReplyDelete
  4. heheh...baek cetgu neo..best tutor ni...later i folllow

    ReplyDelete
  5. uishhh..rajin gilos buat tutorial ni...
    bagus2x keep it uP!!
    sharing is caring gituuuu

    ReplyDelete
  6. wa..
    neo da maju..

    muah muah sket cekgu..

    ReplyDelete
  7. Wah² what a great tutorial.. bravo paktam!! hehe continue with more best tuto k!

    ReplyDelete
  8. NEO TO ALL :

    ALIFF : TERROR KAH DAKU?DAKU TAKDE LA TERROR, NI TAKAT TAIK GIGI JE LA ALIFF..ADEH

    ZARA : PENAT2 AKU BUAT TUTORIAL NI,KALAU KO TAK GODAK,NANTI AKU GODAK KO PLAK K??HAHAHA

    UBEY : BLOGSPOT KAN USER FRENLY.BOOOO WORDPRESS WEH

    DAYAH YASHA : JGN PUJI DAKU BEGITU, KARANG SELUAR AKU KOYAK KERANA KEKEMBANGAN YANG TAK DAPAT DIBENDUNG.HEKS.

    RATU : I WILL FOLLOW YOU..JANGAN TAK BUAT TAU, AKU NAK TGK EMO BARU DARI KO.HAHAHA

    MUNIRAH ABD : CREDIT TO YOU CIK MUNIE..YOU MY TOK GURU!!GURU YANG TAK KEDEKUT.

    LUTH : HEHEH, DONT UNDERESTIMATE PEOPLE OK..WALOPON AKU INSAN LEMAH, AKU BOLEH BUAT EMO SENDIRI.ECEWAH.

    SAMURAI ADDICT : HYE!! ENJOY THIS TUTORIAL,BUATLA EMOTICON YANG CUTE, LEPAS TU SHARE YE!!

    ReplyDelete
  9. wah,,, ni baru best
    akhirnya ada gak orang tak kedekot ilmu nk kongsi ilmu ni
    thanks beb, sayang ko neo, budak tak kedekot ilmu :d

    ReplyDelete
  10. NEO TO HANA :

    KO TAU TAK, AKU DOK TANYE BANYAK BLOGGERS, DORG SIYES BAPAK KEDEKOT DALAM HAL NI. TU YANG AKU TAK PUAS HATI TU. BAJET BAGUS.NASIB BEK KAK MUNIRAH TULUN AKU.HEH DAH BERBOLAN2 AKU NAK BUAT TAPI TERTUNDA.AKHIRNYE BERJAYA KONGSI.YEYEY

    ReplyDelete
  11. pergh...mantap siot..

    ni yang buat aku bertambah syg kat ko..

    muaah chetgu neo..!!
    hehe..

    bagus ar ko x kedekut ilmu..
    wa salute sama lu beb...

    ReplyDelete
  12. NEO TO EZO :: KO SALUTE JE?APE KATE KO BELANJE AKU MAKAN PIZZA HUTS KE , KENNY ROJES KE...BARULAH PENGHARGAAN NAMENYE..MATERIALISTIK SUNGGUH AKU NI..HAHAHA.

    ReplyDelete
  13. ewah2..

    demand betul ye ko...

    baru ajar skrip emot je ni..

    lum ajar yang lain2 lagi..

    gamaknya nanti ko mintak rumah banglo tepi loji ataupun kereta sorong 2 ketui kan?

    hahaha...

    ReplyDelete
  14. NEO TO EZO : ALAMAKS..TERTAKBOR LA PLAK AKU NIH..DAH LA AJAR BENDE CELAH2 GIGI, DAH MINTAK MACAM2 DARI KO..YA AMPUN NYAH..APE KATE KO BAGI AKU AISKRIM PADDLE POP JE??OKAY KAN EZO..ALA..LEH LA..HUHUHU

    ReplyDelete
  15. salam...
    btw..thanks coz ajarkan cara wat script emoticon nieh..
    lily dah try wat... dah upload pun..
    tp bla buka kt blogger.. pix xkuar..
    nape ek? huhu

    ReplyDelete
  16. haha..

    celah gigi ko ada apa?

    taik lipas ek?
    hahaha..

    mak ampunkan ko nyah..
    wakakakakaka..

    pedel pop?
    wah..ku merinduinya..
    lama tak makan..

    heh3..
    kalau ko mai bangi leh je..
    :D

    ReplyDelete
  17. NEO TO ALL ::

    LILY : LILY, CONGRATES SEBAB CUBE BUAT EMOTICON SENDIRI.TAHNIAH. KENAPE PIC TAK KELUAR? DAH UPLOAD DALAM IMAGE HOSTING KE BELUM?? LEPAS TU BARU PASTE KAT FILE SCRIPT . LEPAS TU BARU UPLOAD DEKAT GOOGLEPAGES TU. KALAU TAK PAHAM LAGI YM NEO OK?

    EZO : WAHAI SI EZO YANG TUA, KO NI TAKKAN RETI DOK BANGI JE. TURUN LA KL WEH.BANGI TU APE ADE?

    ReplyDelete
  18. wahai si neo yang tua gak, aku reti dok bangi,kajang,ampang,muar,batu pahat dan juga temerloh..

    hahaha..

    aku turun ampang bila member2 aku cuti je..

    turun kl kalau bosan sgt dah kat sini..

    aku saje suh ko dtg bangi so jimat duet minyak aku...wakakakaka..

    ReplyDelete
  19. neo... dah jadi!
    thanks ek psl tutorial nieh
    and tlg lily cari error tue..
    thanks alot!

    ReplyDelete
  20. harap2 sy x termasok la yer dlm golongan bapak kedekot tuh..

    atau.. kamu mmg maksudkan sy..

    btw..

    Google Page Creator is no longer accepting new sign-ups..

    kamu kene la update tutorial kamu ni yer.. kesian kat sape2 yg xbleh nak sign up tuh..

    kasi tau la alternate ways ker..

    nice tutorial though.. keep it up.. :)

    ReplyDelete
  21. NEO TO ALL :

    EZO : KO KEDEKOT.

    LILYLOVER : YANG JADI TU BERBANGGA LA YE..HUHU NI MASALAH YANG TAKDAPAT NAK BUAT SEBAB GOOGLEPAGES DAH TAK LARAT TERIMA NEW SIGN UP..KESIAN YANG LAIN TAK SEMPAT NAK BUAT..NANTI DAKU PIKIRKAN..LALALA

    EZANY : HEHEHEH, JGNLA TERASE WE..TERASE SIKIT TAKPE =) AKU TAK MENTION PON SAPE PUNYE NAME LA..BANYAK LAGI YANG AKU TANYE, TAPI WAT DEK JE..LALALALA

    ReplyDelete
  22. haha.. ade la terase skit2..
    lg pon kamu penah mintak sy ajar..

    bkn sy xnak ajar.. tp kamu tu jer memanjang x free..

    nak kate sy kedekut.. tak kot..
    byk jer yg sy dah ajar.. hehe..

    ReplyDelete
  23. thnx ye .
    tutorial ini sdkt sbyk tlh membantu sy membuat emoticon scripts sndri . :)

    ReplyDelete
  24. Salam.
    Dah ikut seme step tp
    bila install x kuar emoticon
    tuh. Tang mana yg silap erkk??
    Mintak bantuan wahai tuan umah. :)

    ReplyDelete
  25. salam.

    hyep.
    sy dah cuba buat.
    tp stuck pd step 7.

    cmne nk upload kt google page creator tu?

    ReplyDelete
  26. oh btw, i have a question...how do i put this on my blogger template specifically on my comment section using this script? Hoping for you kind reply. :D have a good day!

    ReplyDelete
  27. suke entri nih..kite buat link kat blog kite..boleh kan??hihi

    ReplyDelete
  28. dah ik0t step dah...
    tp xpham yg step 3....nak save cmner 2??

    ReplyDelete
  29. salam,,kak neon..saya nak wat emoticon sndiri taw..n then..syer bar je register gmail..kalo syer bdak baru sign up gmail,, mmg tak boleyh yeh open page creator?

    ReplyDelete

Post a Comment