Friday, December 24, 2010

Picture comments for blogger

For a year, blog readers are searching for the solution to post picture comments and more formated comments in blogger comments column. We knows blogger allows only bold,italic and anchor tags in its format. But it would be more splendor experience to post a comment for a blog, if it has more formats. needless to say languages are not bother for picture comments.

Here I introduce a scripting technique to get this formats in blogger websites. You need to add this javascript to your blog template and need to use peculiar tags to get this features. And this script try to give you more formats like images, color, size in blogger comments.

How to tag it?
[im]your image url..[/im] -This is to get image in blogger comments
eg) [im]http://website.com/folder/image.jpg[/m]
[si="10"]your text[/si] -This is to fix font size
[co="red"]your text[/co] -This is to get colors in text
[ma]your texts..[/ma] -This is to make scroll your text
more syntax...

How to install?
simple, place the below codes in your blog template design->Edit HTML just above </body> tag.

<script src='https://googledrive.com/host/0B4h6e6FJ1K3LeXJ2ODhxWlMzejA/' type='text/javascript'/>

How to announce this to reader?
Place the below message in template just after <data:postCommentMsg/> for blog readers.

You Can Add Images, Colored Text and more To Your Comment.<br/><br/><b>Image: </b> [im]Image URL Here[/im]<br/><b>Colors: </b>[co="red"]Comment Text Here[/co]<br/><b>Marquee: </b> [ma]Comment Text[/ma]<br/> and <a href="http://macrolayer.blogspot.com/p/nccode.html">more..</a>
Add this script and get the visual treat in blogger comments.

Updated Version has been released here: Full HTML access for blogspot comments

180 comments:

  1. Sorry, this is still a little too techy for me. I can get to design, html but I need more details on where exactly to install. I see many places that say </body. Could you be more specific?

    ReplyDelete
  2. [im]http://www.scenicreflections.com/files/rain_girl_Wallpaper_JxHy.jpg[/im]

    ReplyDelete
  3. [im]http://84share.com/blog/wp-content/uploads/2010/12/love.jpg[/m]

    ReplyDelete
  4. [im]http://84share.com/blog/wp-content/uploads/2010/12/love.jpg[/im]

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. This comment has been removed by the author.

    ReplyDelete
  7. This comment has been removed by the author.

    ReplyDelete
  8. [im]https://lh3.googleusercontent.com/-tmw7sF5Nrq4/Tib-AklOCRI/AAAAAAAABtU/H7BdqonZ4L4/s800/celepenka.gif[/im]

    ReplyDelete
  9. On some of my blogs it works, on some it doesn't??!!

    eg (testpost is here): http://dlakaujajetu.blogspot.com/2011/06/tabela-test.html

    How comes??? Any idea?

    ReplyDelete
  10. @Planeta Srbija
    Thank you for writing a mail... Seems like Those blogs don't have tagname 'DD'. You have to change your template or add those Tagnames for the comment div

    ReplyDelete
  11. @macroraman

    THX for a hint! I've just solved the problem! For all the others here is the solution:

    1) Backup your template!
    2) Expand Widgets template
    3) Find and replace following:
    Before:
    <p><data:comment.body/></p>

    After:
    <p><dd class='comment-body collapseable'><data:comment.body/></dd></p>

    ReplyDelete
  12. This comment has been removed by the author.

    ReplyDelete
  13. [im]http://www.kadinportal.net/resimler/2010562P9B1K2N-k.jpg[/im]

    ReplyDelete
  14. Is it possible to auto-resize the published image as the width of the column of my post?! thanks and sorry for my english..

    ReplyDelete
  15. [ma]Hi Thanks.... This is a wondeful script that make the comments more interesting...[/ma]

    ReplyDelete
  16. @Mario Alan,
    Practically, Script can't identify the width of the image, so we can't set width as 100%. But I have introduced new Syntax IM# for large image.
    I have re sized above image with column width
    [im#]http://www.scenicreflections.com/files/rain_girl_Wallpaper_JxHy.jpg[/im]

    ReplyDelete
  17. Thanks!!
    Now I have an other question:
    Is it possible to create a command to change the background color of a word with no carriage as it happens using table,tr,td commands? practically, I would like to highlight a word in a text ... thanks!

    ReplyDelete
  18. @Mario Alan,
    I hope [ card="blue" ]...[ /card ] this syntax will help you
    ABCD EFGHI [card="yellow"]JKLM[/card] NOPQR

    ReplyDelete
  19. @Mario Alan,
    I understand, that you are looking for Highlighting option, here you go [ hi="yellow" ]...[ /hi ]

    This will [hi="white"]help[/hi] you

    ReplyDelete
  20. This comment has been removed by the author.

    ReplyDelete
  21. Hi, I would have another request:
    Can you insert a picture as background with the "span" command with autoresize according to the text of which is background? thanks and sorry of my english... :)

    ReplyDelete
  22. @Mario Alan,
    Sorry! Really hard to understand what exactly you mean
    Do you mean, image background for text? This is possible but it will be tricky for user to give image url + text. again there will be some mesh in text position. I appreciate you idea but I don't think this will be embracing for commentors.

    ReplyDelete
  23. ok ... maybe you're right ... thanks anyway ... bye: D

    ReplyDelete
  24. [im]http://img405.imageshack.us/img405/4601/indioperuca13.jpg[/im]

    ReplyDelete
  25. [im]http://2.bp.blogspot.com/-prVPw2c-DV4/TfCJzAejd5I/AAAAAAAAAE8/ETlcrtQG6sw/s1600/632px-manchester_united_football_clubin_logosvg.png[/im]

    ReplyDelete
  26. Hi, I have a problem: I would only add to the list of commands (and not in the javascript code) to get it as a reminder this command

    <a href="...">...</a>

    but blogger template recognizes it as an html code and execute it ....
    I also tried with the Parse HTML (http://blogcrowds.com/resources/parse_html.php), but without results.
    Is there a way to view this command in the command list to have it available to the different commands?! Thanks and sorry for my English :D

    ReplyDelete
  27. Very helpful, thanks... :-)
    @macroraman is there any way of reversing the order comments.. I don't know how, however I can see this on the hackosphere blog with neo template..

    ReplyDelete
  28. @Purnomo,
    Sure! It will be released shortly. stay tune

    ReplyDelete
  29. @macroraman
    Awesome, You are great.. I see this implemented on this blog... I will look forward to this, Thanks..

    ReplyDelete
  30. This comment has been removed by the author.

    ReplyDelete
  31. tes..
    [im#]http://www.scenicreflections.com/files/rain_girl_Wallpaper_JxHy.jpg[/im]

    ReplyDelete
  32. Exiting. Added Code via your guest post at 'spice up your blog'. Working Fine in ' Post Page Comments'
    but not in ' Comments Page (pop up) Comments' and also in ' Recents Comments'.
    Kindly announce additional CODE to be added. Help Please ?

    ReplyDelete
  33. @Ifinder,
    Technical, this is a template script and it would be active only on the blogspot page. I think, we can't do any type of script in blogger comment page. so the script can't be active on popup window. Since recent comments are the broken piece of comment body, we can't do any scripting. Thanks for the feedback.

    ReplyDelete
  34. Its suddenly not working... (i think the addition of the reply option has something to do with this?)

    ReplyDelete
    Replies
    1. Exactly, Blogger has collapsed the templates for reply option. It will be fixed soon to all.

      Delete
    2. Fixed. no need for any special changes in your templates

      Delete
    3. Woohoo thanks! Comment picspam here I come!

      Delete
    4. This comment has been removed by the author.

      Delete
    5. This comment has been removed by the author.

      Delete
  35. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. This comment has been removed by the author.

      Delete
    3. This comment has been removed by the author.

      Delete
  36. If I coty the link of the script in my browser, this error appears:

    This page contains the following errors:
    error on line 1 at column 1: Document is empty
    Below is a rendering of the page up to the first error.

    please, can you fix it?! thanks

    ReplyDelete
    Replies
    1. I have encrypted my Script to avoid duplication. that may be the reason for browser Error.
      Script work fine in your website for which it made.

      Thanks

      Delete
    2. I'm sorry ...
      some time ago I integrated your script like this:
      http://alan-ritterm9f.googlecode.com/files/__blogger_personalizzazione_commenti__k.js
      and now does not work .. you may correct me this script?

      and then I also created the following CSS:

      .image-comment {
      max-width:100%; height:auto;" onload="if (typeof this.style.maxWidth == 'undefined') this.style.width='100%';
      }
      .card-text-comment {
      max-width:100%; height:auto;" onload="if (typeof this.style.maxWidth == 'undefined') this.style.width='100%';
      }
      #background-comment {
      text-align: justify; background-repeat: no-repeat; background-size: 100% 100%; background-position: center;
      }

      thanks! :D

      Delete
    3. @Mario Alan,
      Really Sorry! I would not appreciate myself to support duplication for NCcode. But I understand the need for personalization. Hold on a while, New features will be released on this weekend

      Delete
    4. ok .. I understand ..
      maybe you can introduce new features such as using the script that I modified .. thanks ... : D

      Delete
  37. This comment has been removed by the author.

    ReplyDelete
  38. This comment has been removed by the author.

    ReplyDelete
  39. Working very very fine. Any way to allow ' alt ' for Picture in Comments ?
    Thanking You very much.

    ReplyDelete
    Replies
    1. Just use alt attribute in img and convert the HTML code from here
      〈img border="0" src="http://www.w3schools.com/images/pulpit.jpg" alt="Pulpit rock" width="304" height="228" /〉

      Delete
  40. [im]http://www.mennojerusalem.org/tourimages/paul/image019.jpg[/im]

    ReplyDelete
  41. Thanking You. This working fine.
    Any way to reduce image loading time ?
    Seen some where, but couldnt find now. That Image only appear only on clicking at the place provided for (before the click only frames withous images appears).
    Is that method usefull to reduce page load time?
    Request for necessary code to add in template/image.
    Thanking You again with all regards.

    ReplyDelete
  42. ^^^ Very much seeking, awaiting and requesting. Please.
    Learning a lot from here. Me NonTech.
    And very much wishing to include this Blog in link list of my blog, acknowledging.
    Thanking You once again.

    ReplyDelete
  43. 〈textarea cols="40" name="textarea" rows="4" style="height: 179px; width: 601px;" wrap="VIRTUAL"〉=====your code=====〈/textarea〉

    ReplyDelete
  44. http://hosting.gmodules.com/ig/gadgets/file/105066904960012479556/nccode.js this file is removed give me true link

    ReplyDelete
  45. [im#]http://2.bp.blogspot.com/_NQHPG513FHQ/TNg-FgjF6SI/AAAAAAAAAG4/nsN0Wlsi5fo/s320/train.jpg[/im]

    ReplyDelete
  46. 〈a href="http://macrolayer.blogspot.com/p/nccode.html"〉NCode converter〈/a〉

    ReplyDelete
  47. Hope and request you Can do.
    Way requested is:
    1. Image appears on clicking the blank frame of equal dimensions in the same page
    2. Ie., My words in comment to be intact on the page.
    Me NonTech. Seeking Code for a clickable image link, but image to appear in the same page, so that remaining narration be in tact and not disappear.
    Thanking you again with all regards.

    ReplyDelete
    Replies
    1. are you looking for the light box effect? you can get it from http://lokeshdhakar.com/projects/lightbox2/

      Delete
  48. Thank you. No Please. Lightbox2 seems showing the image on a seperate window and confusing. You can script it, hope and request. Please, just see my Blog Comments for more clarity of Script i seek. Am i troubling ? Thank you again with all regards.

    ReplyDelete
  49. Lightbox2 seems not i sought.
    Got another one by edit:
    from www3:
    DHTML > css > events > onclick> try it editor V 1.5>
    1.Edited "bulboff" to "image"
    2. Text words in tact. Not disappeared.
    Hope and request Guidance, Confirmation and a Simplified one from you.
    Thanking You again and again with all regards.

    ReplyDelete
    Replies
    1. Sorry! I am not clear on what you ask. is this the effect you ask for?
      〈img id="myimage" onclick="if (document.getElementById('myimage').src=='http://www.w3schools.com/dhtml/bulboff.gif'){document.getElementById('myimage').src='http://www.w3schools.com/dhtml/bulbon.gif';}else{document.getElementById('myimage').src='http://www.w3schools.com/dhtml/bulboff.gif';}" border="0" src="http://www.w3schools.com/dhtml/bulboff.gif" width="100" height="180" /〉

      Delete
  50. With your kind permission, Added your blog in my Blog's Link List. Please check.
    Thank You with all regards.

    ReplyDelete
  51. Exactly. Wonder, and seeing for this.
    Instead of a 'lightoff bulb' some gray screen.
    Do it help reducing Page Load Time also?
    How to get this effect, using for Pictures in comments?
    Hope a separate Post by you in this Blog. So that all can Use.
    Thanking You with Regards.

    ReplyDelete
  52. [im]http://images.yuku.com/image/gif/044159e6e0b6bbae9a223ead74efee75883a7b7.gif[/im]

    ReplyDelete
  53. [im[http://1.bp.blogspot.com/-EL8t507ySzw/TdWSEfrDnkI/AAAAAAAAAMI/u5hImO11jXg/s1600/gudang-garam.png[/im]

    ReplyDelete
  54. [im]http://3.bp.blogspot.com/-lF8MPFzAZhg/T_mgbpcCbUI/AAAAAAAAABU/_xfDEI2ZShY/s1600/Coach-Madison-Leather-Lindsey-Satchel---Dessert-18641_2122_1.jpg[/m]

    ReplyDelete
  55. Fantastic! Thanks.

    My commenters do not how how to put in links either. I tried adding this:
    Link: <a href="url">Link text</a>

    before Colors: in the announcement text but it does not show properly, it just shows with Link text underlined :-( A pity there is no nccode for a link

    ReplyDelete
  56. This is fab. I wuuld love to make it easy for my commented to add urls also, they don't know how/are not bothered to do an anchor href tag. Can there be a handy ncode tag for a url also?

    ReplyDelete
  57. [im]http://www.dovecotbarn.co.uk/images/chan/Sri-Lanka-240-animated-flag-gifs.gif[/im]

    ReplyDelete
  58. Therefore we should look into the current of every cell to be all ok. For many reasons, there's always a couple of single cells truck batteriesdisabled. Two ways are utilized to solve this failure. The first is to exchange exactly the same brand cell, as the other would be to active those with disability electric forklift battery. Here' will train you the way to active the disable fork lift batteries

    ReplyDelete
  59. 〈a href="https://plus.google.com/u/0/photos/115808520434767562418/albums/5591382640416733729/5792171040322051986" shape="rect" target="_blank"〉〈img height="417" src="https://lh3.googleusercontent.com/-Vft8U6wlRmc/UGHs33izX5I/AAAAAAAABLg/Jk2LOoYXVFs/s640/pak_fah_din435.jpg" width="640" /〉〈/a〉

    ReplyDelete
  60. [im]https://lh3.googleusercontent.com/-Vft8U6wlRmc/UGHs33izX5I/AAAAAAAABLg/Jk2LOoYXVFs/s640/pak_fah_din435.jpg[/m]

    ReplyDelete
  61. This comment has been removed by the author.

    ReplyDelete
  62. This comment has been removed by the author.

    ReplyDelete
  63. Wat Kok Muang, Amphur Bangplama, Suphanburi, Thailand
    〈a href="https://lh3.googleusercontent.com/-Qw9MTzjgbWE/UIthLkdwpGI/AAAAAAAAB_c/4LTTeb3Y9TQ/s900/bang_plaza_ma220.png" shape="rect" target="_blank"〉〈img alt="บ้านบางปลาม้า 4 "เข็มทอง ไม่ยอมแพ้ใคร..." ภาค 2" border="0" height="427" src="https://lh3.googleusercontent.com/-Qw9MTzjgbWE/UIthLkdwpGI/AAAAAAAAB_c/4LTTeb3Y9TQ/s640/bang_plaza_ma220.png" title="วัดกกม่วง อ.บางปลาม้า จ.สุพรรณบุรี" width="640" /〉〈/a〉
    〈a href="http://m-culture.in.th/album/47043" target="_blank"〉วัดกกม่วง〈/a〉 อ.บางปลาม้า จ.สุพรรณบุรี
    วัดกกม่วง ตั้งอยู่เลขที่ ๔๐ บ้านกกม่วง ถนนสุพรรณบุรี – บางแม่หม้าย หมู่ที่ ๗ ตำบลบางปลาม้า อำเภอบางปลาม้า จังหวัดสุพรรณบุรี สังกัดคณะสงฆ์มหานิกาย

    ReplyDelete
  64. 〈a href="http://suthep-wannaprasart.blogspot.com/2012/10/5-1.html" shape="rect" target="_blank"〉
    〈img src="http://i762.photobucket.com/albums/xx264/wannaprasart/This%20time%20for%20Africa/Larissa%20Riquelme/bar_mblog-4-2.gif?t=1279328511" /〉〈/a〉

    ReplyDelete
  65. [im]http://images4.fanpop.com/image/photos/16200000/Damon-Salvatore-smiling-face-damon-salvatore-16243663-349-386.jpg[/im]

    ReplyDelete
  66. [im]http://images6.fanpop.com/image/photos/32500000/Damon-damon-salvatore-32576355-245-252.gif[/im]

    ReplyDelete
  67. [im#]http://images4.fanpop.com/image/photos/16200000/Damon-Salvatore-smiling-face-damon-salvatore-16243663-349-386.jpg[/im]

    ReplyDelete
  68. [im]http://images4.fanpop.com/image/photos/16200000/Damon-Salvatore-smiling-face-damon-salvatore-16243663-349-386.jpg[/im]

    ReplyDelete
  69. hi="red" ]I don't get it...could anyone explain a little more clearly? I don't know if you're talking about the OLD blogger template?[ /hi ]

    ReplyDelete
  70. My HTML code was slightly different but eventually I figured it all out

    [co="blue"][ma]Thanks a million[/ma][/co]


    ReplyDelete
  71. [im]http://i49.tinypic.com/xlmgwx.jpg..[/im]

    ReplyDelete
  72. 〈img src="http://i1193.photobucket.com/albums/aa342/pjoshi2351/Blog/dream.gif"〉

    ReplyDelete
  73. 〈a href="http://pjoshi235.blogspot.com"〉〈img src="http://i1193.photobucket.com/albums/aa342/pjoshi2351/Blog/dream.gif" width="250px"〉Not Working on my blog〈/img〉〈/a〉

    ReplyDelete
  74. This comment has been removed by the author.

    ReplyDelete
  75. This comment has been removed by the author.

    ReplyDelete
  76. This comment has been removed by the author.

    ReplyDelete
  77. [im]http://sphotos-a.ak.fbcdn.net/hphotos-ak-ash4/484738_170373806445703_249270382_n.jpg[/im]

    ReplyDelete
  78. [im]http://4.bp.blogspot.com/-EEiW1XkhEH4/UUdR9NVyDoI/AAAAAAAAEyo/O9zsC5jhQns/s320/%253D%253Futf-8%253FB%253FSU1HLTIwMTMwMzE5LVdBMDAxLmpwZw%253D%253D%253F%253D-731808[/im]

    ReplyDelete
  79. Thank you. No Please. Lightbox2 seems showing the image on a seperate window and confusing.
    Santa Clarita Senior Photography

    ReplyDelete
  80. I appreciate you idea but I don't think this will be embracing for commentors.
    Load Systems

    ReplyDelete
  81. [im]http://http://3.bp.blogspot.com/-KegOBWjykKA/UYxrtUOQNtI/AAAAAAAAAqY/w979GrHfEoc/s1600/394315_3054311933321_1521229720_n.jpg[/m]

    ReplyDelete
  82. [im]http://http://3.bp.blogspot.com/-KegOBWjykKA/UYxrtUOQNtI/AAAAAAAAAqY/w979GrHfEoc/s1600/394315_3054311933321_1521229720_n.jpg[/m]

    ReplyDelete
  83. [im]http://2.bp.blogspot.com/-SgL-yOJLVsc/UBKoRmvSImI/AAAAAAAAADE/VyFRqH8NC5E/s1600/00377451.jpg..[/im

    ReplyDelete
  84. [co="red"]Comment Text Here[/co]

    ReplyDelete
  85. Aking Web Tech a leading IT company & Provides web services :- website Development in just 1,999 Rs/-, software development like {Billing software, School Management Software, Inventory Software, ERP, CRM}, Domain & Hosting , SEO
    software companies in indore

    ReplyDelete
  86. Test
    [im#]http://img853.imageshack.us/img853/4053/52pz.png[/im]

    ReplyDelete
  87. test[im]http://sphotos-a.ak.fbcdn.net/hphotos-ak-ash4/484738_170373806445703_249270382_n.jpg[/im]

    ReplyDelete
  88. [im]http://2.bp.blogspot.com/-1kypSnnGamg/UXEKL_UcD5I/AAAAAAAAAR4/ZSKxU3V-4no/s1600/CIMG0200.JPG[/im]

    ReplyDelete
  89. [im]https://plus.google.com/photos/101680151971352043823/albums/5770524745687118129/5916774179056997074?authkey=CJDJzKuviZn5PA&pid=5916774179056997074&oid=10168015197135204[/im]

    ReplyDelete
  90. [im]https://plus.google.com/photos/yourphotos?pid=5916774179056997074&oid=101680151971352043823[/im]

    ReplyDelete
  91. [im]http://fun.smsnshayari.com/d1/z4a982616796b5.gif[/m]
    From
    BIO-VISION VIDEO BLOG

    ReplyDelete
  92. Hi, macroraman. Thanks for all the tips especially the picture comments which came in mighty handy for my own blog. I urgently require your help. Is it possible to forward the script code (for picture comment) as the one I was using via yourjavascript site was accidentally deleted. Here's my e-mail: roger76b@gmail.com

    ReplyDelete
  93. Super-Duper site! I am Loving it!! Will come back again, Im taking your feed also, Thanks. logo design

    ReplyDelete
  94. 3MPOKER Menyediakan Bonus 5.000 setiap hari dengan minimal deposit 50.000 ( seumur hidup )

    FREE LUCKY SPIN SETIAP MINGGUNYA !!!

    Info lebih lanjut kunjungi
    Livechat : WWW. 3MPOKER.TOP
    Facebook : 3MPoker Agen Terpercaya
    WA : +85569769389
    Line : cs_3mpoker
    BBM : D8A18181

    ReplyDelete
  95. >> PROMO 17 AGUSTUS <<
    3MPoker Menyambut kemerdekaan 17 Agustus 2018 mengadakan Event bagi anda pemain baru / pemain lama di 3MPoker.
    Turnover tertinggi di bulan Agustus 2018 akan mendapatkan hadiah berupa :
    >> Yamaha Mio M3 125
    >> Oppo Find X
    >> Laptop ASUS X455LA4
    >> Freechip 75.000 S/D 1.500.000
    Ayo buruan gabung sekarang dan raih turnover sebanyak banyaknya untuk mendapatkan hadiahnya !!!
    Link Alternatif : kartu3m.net // 3mpoker.top

    ReplyDelete
  96. >> PROMO 17 AGUSTUS <<
    3MPoker Menyambut kemerdekaan 17 Agustus 2018 mengadakan Event bagi anda pemain baru / pemain lama di 3MPoker.
    Turnover tertinggi di bulan Agustus 2018 akan mendapatkan hadiah berupa :
    >> Yamaha Mio M3 125
    >> Oppo Find X
    >> Laptop ASUS X455LA4
    >> Freechip 75.000 S/D 1.500.000
    Ayo buruan gabung sekarang dan raih turnover sebanyak banyaknya untuk mendapatkan hadiahnya !!!
    Link Alternatif : kartu3m.net // 3mpoker.top

    ReplyDelete
  97. >> PROMO 17 AGUSTUS <<
    3MPoker Menyambut kemerdekaan 17 Agustus 2018 mengadakan Event bagi anda pemain baru / pemain lama di 3MPoker.
    Turnover tertinggi di bulan Agustus 2018 akan mendapatkan hadiah berupa :
    >> Yamaha Mio M3 125
    >> Oppo Find X
    >> Laptop ASUS X455LA4
    >> Freechip 75.000 S/D 1.500.000
    Ayo buruan gabung sekarang dan raih turnover sebanyak banyaknya untuk mendapatkan hadiahnya !!!
    Link Alternatif : kartu3m.net // 3mpoker.top

    ReplyDelete
  98. "Gabung bersama kami di KARTU3M.NET - Agent Betting online terpercaya dengan system paling fair player tanpa robot !!
    Agen betting online terpercaya, menang berapapun pasti di bayar !

    Game seru
    Poker Online,
    DominoQQ Online ,
    Ceme Online
    ,
    3MPOKER



    FREECHIP 5.000 SETIAP HARI !!!

    Info lebih lanjut kunjungi
    Livechat : WWW. 3MPOKER .TOP
    Facebook : 3MPoker Agen Terpercaya
    WA : +85592140862
    Line : cs_3mpoker
    BBM : D8A18181

    ReplyDelete
  99. Excellent information on your blog, thank you for taking the time to share with us. Amazing insight you have on this, it's nice to find a website that details so much information about different artists. https://view.ly/v/pNT0uRLtyOMC

    ReplyDelete
  100. This comment has been removed by the author.

    ReplyDelete
  101. This comment has been removed by the author.

    ReplyDelete
  102. This is a great article. It's great for me. This is my first blog visit. I found it very useful and informative, especially for this article.

    Click here : TADANO GR500XL 340 Cranes For Sale

    ReplyDelete
  103. LigaAdidas adalah Agen Bola Terpercaya di indonesia , Menyediakan Permainan Sportbook & Live Casino (SBOBET, MAXBET, & 368Bet).
    Promo2 Liga Adidas:
    ~ Bonus NewMember 50% khusus Sportbook
    ~ Bonus NewMember 25% khusus Livecasino
    ~ Minimal Deposit 50.000,-
    ~ Untuk Member Yang Mengambil Promo .. Untuk bisa melakukan wd, Harus mencapai ketentuan terlebih dahulu ;
    -Sportbook 13x Turnover (depo+bonus)
    -LiveCasino 17x Turnover (depo+bonus)
    ~ Minimal wd 50.000,- (jika tidak ikut Promo)

    www.ligaadidas.space
    Contact Us :
    Pin BB : LAdidas
    WhatsAPP : +855883126886
    ID LINE : ligaadidas
    ID WECHAT : ligaadidas
    instagram : @adidas.liga

    #agenbolaonline #agenjudi #beritabola #judibola #bolaonline #taruhanbola #bettingbola #maincasino #livecasino #roullete #sicbo #baccarat #bandarcasino #sportbook #prediksibola #ligaadidas

    ReplyDelete
  104. This comment has been removed by the author.

    ReplyDelete
  105. This comment has been removed by the author.

    ReplyDelete
  106. It is very good
    Sparkinfosys is one of the best company in hyderabad ,We provide products are
    E-commerce B2c ,E-commerce B2cB, Online Exam,Matrimonial,Classified,we designing company Logo Designing,Domain Registration etc..

    ReplyDelete
  107. POKERSAKTI MENYEDIAKAN BONUS-BONUS YANG BEGITU MENARIK !!!

    1 Bonus 5.000 setiap hari
    2 Bonus 10% Untuk New Member
    3 Bonus Cashback 0.3% - 0.5%
    4 Bonus Referral 10% - 15%
    5 Bonus Lucky Spin
    6 Bonus Mystery Box

    Untuk Info Lebih Lanjut
    Silahkan Hubungi Kami Di :
    BBM : saktisby
    Line : pokersakti
    Whatsapp : +85587623268

    ReplyDelete
  108. Hi, I find reading this article a joy. It is extremely helpful and interesting and very much looking forward to reading more of your work..
    pasar taruhan bola

    ReplyDelete
  109. Thanks for the info...

    Real Trainings provide all IT-Training Institutes information in Hyderabad, Bangalore, Chennai . Here students can Compare all Courses with all detailed information. In WIZDOM TECHNOLOGIES we provide courses like python, AWS, Linux, Devops etc...

    ReplyDelete
  110. Bingung cari Situs Judi Online Terpercaya?
    ini solusi buat kamu!!

    Dapatkan kesempatan menang dan hadiah sampai puluhan juta rupiah!!
    BERAPAPUN KEMENANGAN ANDA
    AKAN KAMI BAYAR!!
    Segera Daftarkan Diri Anda di 3MPOKER !!!
    http://3mpoker(.)online

    Dengan Minimal Deposit dan Withdraw hanya IDR 15.000 Anda sudah bisa memainkan 7 jenis permainan seperti :
    - Texas Holdem Poker
    - DOMINO
    - CEME
    - CEME KELILING
    - CAPSA
    - SUPER TEN
    - OMAHA

    BONUS 3MPOKER :
    - Bonus New Member 10%
    - Bonus 5.000 setiap hari dengan minimal deposit 50.000 ( seumur hidup )
    - CASHBACK hingga 0,3%-0,5% Di bagikan Setiap Hari Senin
    - Referral 10%-20% Seumur Hidup
    - Lucky Spin/mystery box Setiap Minggunya !!


    JADI TUNGGU APALAGI!!! BERGABUNG SEGERA DI 3MPOKER

    SEMUA BERKESEMPATAN MENDAPATKAN HADIAH !!!


    Link alternatif
    209.97.168.74
    www. 3mpoker .ONLINE
    www. 3MPOKERS .COM


    Info lebih lanjut kunjungi :
    - Live Chat 24 Jam
    - WA : +85592140862
    - BBM : D8A18181
    - Line : cs_3mpoker
    - Facebook : 3MPoker Agen Poker Terpercaya

    Daftarkan Sekarang Juga !!

    Klik Disini

    Klik Disini

    Klik Disini

    Klik Disini

    Klik Disini

    Klik Disini

    ReplyDelete
  111. This comment has been removed by the author.

    ReplyDelete
  112. You have a very good site, well 918kiss malaysia constructed and very interesting i have bookmarked you, hopefully you keep posting new stuff, many thanks

    ReplyDelete
  113. I definitely enjoying every little bit of it. It is a great website and nice share. I want to thank you. Good job! You guys do a great blog, and have some great contents. Keep up the good work.
    Agen DominoQQ

    ReplyDelete
  114. This comment has been removed by the author.

    ReplyDelete
  115. Thanks for the live casino in malaysia information and links you shared this is so should be a useful and quite informative!

    ReplyDelete
  116. Very good article, I often read articles on topics like this but never this good. Don't forget to read our article which is certainly no less interesting.

    piala eropa 2021
    casino indonesia

    ReplyDelete
  117. IncarQQ merupakan salah satu situs permainan kartu Online terbaik, aman dan terpercaya dengan persentase kemenangan yang tinggi saat ini di Indonesia menyediakan berbagai macam permainan kartu Online uang asli yang populer dengan sistem dan server stabil yang mudah di akses serta bonus kemenangan jutaan rupiah setiap hari

    ReplyDelete
  118. AHLIBET88 Merupakan Agen Togel Online Dengan Permainan Togel Yang Paling Lengkap Memberikan Banyak Permainan Seru Yang Berbeda Dari Website Togel Online Lainnya

    ReplyDelete
  119. POKERBET88 adalah situs resmi permainan kartu dan SLOT Online terbaik dan terlengkap yang memberikan banyak bonus kemenangan jutaan rupiah setiap hari, daftar dan main sekarang juga

    ReplyDelete
  120. Greetings, I had a great time browsing your website and found it to be very helpful. Please let me know if you would want me to say congratulations on a job well done and wish you luck going forward. I had fun looking over your website, and I'll give you a call soon to see how things are going. I appreciate your help and will be right back.
    Daftar Slot Gacor Hari Ini

    ReplyDelete
  121. This comment has been removed by the author.

    ReplyDelete
  122. This comment has been removed by the author.

    ReplyDelete
  123. Trennya yang tinggi membuat taruhan olahraga menjadi incaran banyak orang. Sayangnya hal ini juga berakibat pada maraknya kemunculan website taruhan olahraga abal-abal. Oleh sebab itu, penting bagi Anda menemukan website taruhan olahraga yang ideal dengan senantiasa merujuk pada lisensi, keamanan, dan reputasi.

    ReplyDelete
  124. Jika ingin bermain taruhan olahraga, sebaiknya perhatikan istilah, aturan, dan strategi dalam setiap taruhan cabang olahraga. Tujuannya agar Anda mengerti apa yang harus dilakukan misalnya menentukan strategi untuk mendapat kemenangan dan keuntungan.

    ReplyDelete
  125. Proses pendaftaran di agen ibcbet sangat mudah. Setiap player hanya membutuhkan waktu kurang dari 5 menit untuk menyelesaikan semua proses. Selain itu, proses deposit dan withdraw di agen ibcbet tidak membutuhkan waktu yang lama. Jadi, Anda jangan khawatir jika ingin bermain taruhan bola di agen ibcbet.

    ReplyDelete
  126. Banyak sekali jenis taruhan yang menggunakan media kartu. Tetapi, yang sering dimenangkan oleh petaruh pemula maupun profesional adalah bola tangkas.

    ReplyDelete
  127. This comment has been removed by the author.

    ReplyDelete
  128. Beautiful Article , I often read articles on topics like this but never this good.
    python training in hyderabad

    ReplyDelete
  129. B&W Depot is your go-to source for Horizontal Ipe Fence products. With our wide range of styles, you can easily find the perfect fence to complement your home's exterior and landscaping.

    ReplyDelete
  130. The beauty of animation rigging  is that it allows animators to breathe life into their creations, giving them personality and depth.

    ReplyDelete

You Can use HTML code once it converted to NCcode by NCode converter