Title: Function Reference/antispambot
Last modified: February 3, 2021

---

# Function Reference/antispambot

 *  Resolved Anonymous User 15236515
 * (@anonymized-15236515)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/)
 * Hi,
    I use this code on my site and it works. But it doesn’t seems to work with
   the link I’ve made on the “comming soon” page. Can I get this working anyway ?
 * Best Regards,
    Fritz.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffunction-reference-antispambot%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Support [franz1989](https://wordpress.org/support/users/franz1989/)
 * (@franz1989)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13996813)
 * Hello,
 * Can you let us know what are you trying to accomplish? If you need to enter a
   shortcode, the Free version does not have this feature available.
 * If you need to add a script that needs to render on the head/body tag, see this
   screenshot: [https://a.supportally.com/WhlwBs](https://a.supportally.com/WhlwBs)
 * We hope the above helps.
 * Let me know if you have any more questions.
 *  Thread Starter Anonymous User 15236515
 * (@anonymized-15236515)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13996913)
 * Hi,
    I just want to hide/protect my e-mail from spambots.
 *  Plugin Support [franz1989](https://wordpress.org/support/users/franz1989/)
 * (@franz1989)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13997198)
 * Hello,
 * Can you disable Isolation Mode on Page Settings and see if that fixes the issue.
 * Let me know if you have any more questions.
 *  Thread Starter Anonymous User 15236515
 * (@anonymized-15236515)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13997473)
 * Hi,
 * No, I have tried different methods in vain.
 * Best Regards,
    Fritz.
 *  Plugin Support [franz1989](https://wordpress.org/support/users/franz1989/)
 * (@franz1989)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13997483)
 * Hello,
 * Can you let us know how you set up the code in SeedProd? Did you use a shortcode?
 * Looking forward to your response.
 *  Thread Starter Anonymous User 15236515
 * (@anonymized-15236515)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13997530)
 * no, I tried php script in the header at “page settings”
 *  Plugin Support [franz1989](https://wordpress.org/support/users/franz1989/)
 * (@franz1989)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13997611)
 * Hello,
 * PHP won’t work in the header scripts, only javascript will work. You would need
   to install/use a plugin to add PHP scripts.
 * Let me know if you have any more questions.
 * Regards,
 *  Thread Starter Anonymous User 15236515
 * (@anonymized-15236515)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13997630)
 * Hi,
 * On my site it works with a shortcode, so this only will work with the paid version?
 *  Plugin Support [franz1989](https://wordpress.org/support/users/franz1989/)
 * (@franz1989)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13997664)
 * Hello,
 * The scrips section for both paid and free version will only work if you input
   javascript. If you want to add a PHP script, you need to use another plugin to
   add it up.
 * If you want to use a shortcode, the shortcode block is only available in our 
   Pro version.
 * Let me know if you have any more questions.
 * Regards,
 *  Thread Starter Anonymous User 15236515
 * (@anonymized-15236515)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13997827)
 * Hi,
 * .”)</script>
 *  Plugin Support [franz1989](https://wordpress.org/support/users/franz1989/)
 * (@franz1989)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13997994)
 * Hello,
 * The script should be inside <script></script>. Sample code below:
 * <script type=”text/javascript”>
    document.write(“JavaScript is a simple language
   for javatpoint learners”); </script>
 * Let me know if you have any more questions.
 * Regards,
 *  Thread Starter Anonymous User 15236515
 * (@anonymized-15236515)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13998272)
 * Hi,
 * Finely it fixed it. Thanks for your help.
    I put an html block with the code
 *     ```
       <style>
       p {
       text-align: center;
       color: #3B2314;
       font-size : 24px;
       background-color: #FF6600;
       }
       </style>
       <script>
       var part1 = "info";
       var part2 = Math.pow(2,6);
       var part3 = String.fromCharCode(part2);
       var part4 = "stickers-maken.be";
       var part5 = part1 + String.fromCharCode(part2) + part4;
       document.write("<a href=" + "mai" + "lto" + ":" + part5 + "><p>INFORMATIE OVER ONZE STICKERS ?</p></a>");
       </script>
       ```
   
 * Best Regards,
    Fritz.
 *  Plugin Support [franz1989](https://wordpress.org/support/users/franz1989/)
 * (@franz1989)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13998347)
 * Hello,
 * Glad you were able to fix it and thank you for sharing the information.
 * Let me know if you have any more questions.
 * Regards,

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Function Reference/antispambot’ is closed to new replies.

 * ![](https://ps.w.org/coming-soon/assets/icon-256x256.png?rev=2402574)
 * [Website Builder by SeedProd — Theme Builder, Landing Page Builder, Coming Soon Page, Maintenance Mode](https://wordpress.org/plugins/coming-soon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/coming-soon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/coming-soon/)
 * [Active Topics](https://wordpress.org/support/plugin/coming-soon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/coming-soon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/coming-soon/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [franz1989](https://wordpress.org/support/users/franz1989/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/function-reference-antispambot/#post-13998347)
 * Status: resolved