Fake content, then once clicking a 'text' shows the real content.

Discussion in 'Tech Discussion' started by Hainemakoru, Nov 18, 2017.

  1. Hainemakoru

    Hainemakoru Well-Known Member

    Joined:
    May 23, 2017
    Messages:
    56
    Likes Received:
    29
    Reading List:
    Link
    Hey, I don't normally do this and all, but yeah, and I'm not sure where this goes exactly, so I'll just lay it in this category.

    So basically, what I need help with is with how to make a 'fake content' appearing first before the 'real content', so basically, once clicking a text, it then shows the 'real content' instead.

    This will be done in WordPress, and I can't use plugins since it's a free WordPress site, so I'm just wondering how people do it, I'm pretty sure Yukkuri Oniisan has done it before with his series Takarakuji.

    Any thoughts?
     
  2. RayPeest

    RayPeest Well-Known Member

    Joined:
    Aug 24, 2016
    Messages:
    285
    Likes Received:
    240
    Reading List:
    Link
    Are you talking about blurring text or drop down menus?
     
  3. kenar

    kenar ヽ(`・ω・´)ゝ

    Joined:
    Nov 2, 2016
    Messages:
    2,887
    Likes Received:
    4,568
    Reading List:
    Link
  4. chamchaworld

    chamchaworld Lazy Chibi

    Joined:
    Mar 25, 2016
    Messages:
    1,532
    Likes Received:
    3,195
    Reading List:
    Link
    You mean something like announcement "klik here to read chapter 31"?
     
  5. codiro

    codiro Lethargic Pachyderm No. 5

    Joined:
    Nov 16, 2015
    Messages:
    112
    Likes Received:
    126
    Reading List:
    Link
    afaik, that's javascript. and yukkuri uses blogspot,not wp. I'm told blogspot is also free, but more flexible.
     
    roriconknight likes this.
  6. Hainemakoru

    Hainemakoru Well-Known Member

    Joined:
    May 23, 2017
    Messages:
    56
    Likes Received:
    29
    Reading List:
    Link
    Well, it's fine too if it's only javascript, since WordPress has a javascript section too.
     
  7. LtBeefy

    LtBeefy Well-Known Member

    Joined:
    Feb 8, 2016
    Messages:
    710
    Likes Received:
    497
    Reading List:
    Link
    My guess is he is wanting something that will give those sites that copy translation the wrong translation since they use scripts to automatically copy chapters. Thus hiding the real translation behind the fake translation he will give them.

    TBH, I doubt it would work for long if at all. They will find ways around it.
     
    AliceShiki and isekaishousetsu like this.
  8. isekaishousetsu

    isekaishousetsu Karakuri Pierrot

    Joined:
    Sep 6, 2017
    Messages:
    265
    Likes Received:
    351
    Reading List:
    Link
    Save yourself the hassle and accept the nature of the internet.

    Pirates will find a way. From what I read around here GM_Rusaku did everything and he still got pirated. He even got optical scanned.
     
  9. lnv

    lnv ✪ Well-Known Hypocrite

    Joined:
    Jan 24, 2017
    Messages:
    7,702
    Likes Received:
    9,044
    Reading List:
    Link
    free wordpress doesn't have javascript.

    You do it in javascript or css (if you have them)

    https://codepen.io/anon/pen/POEGwp

    (this example uses jquery plugin for widest browser compatibility without the extra hassle)
     
    Last edited: Nov 18, 2017
  10. Yukkuri Oniisan

    Yukkuri Oniisan 『Procrastinator Archwizard Translator and Writer』

    Joined:
    Oct 24, 2015
    Messages:
    5,416
    Likes Received:
    9,276
    Reading List:
    Link
    Create two bodies of text.

    Label one body of text: FAKE
    Label the other body of text: REAL and made it hidden
    Then create a button to toggle the hidden status of both main bodies of text.

    However, free leechers hate it, since it was a hassle to click the button......
    And setting it up manually is a hassle.

    Btw, it is pure HTML, no javascript involved
     
    OnigaImasuka and AliceShiki like this.
  11. hammyhamham

    hammyhamham Only existing and not living

    Joined:
    Jul 27, 2017
    Messages:
    311
    Likes Received:
    2,254
    Reading List:
    Link