Suggested Links
Obfuscator can obfuscate almost any link. Here are some suggestions of common links you may want to try obfuscating using this stack. The markup can be copied and pasted from RapidWeaver Preview Mode.
Link Type | Markup | Details |
---|---|---|
Discord | https://discord.gg/example |
Replace example with a discord invite ID. |
mailto:example@example.com |
Replace example@example.com with a single email address. |
|
Email With Subject & Body | mailto:example@example.com?
subject=Hello%20;World
&body=The%20;email%20;body |
Replace example@example.com with a single email address. Use a query string (? ) and subject and body parameters to set the email subject and body content. Spaces between words require the %20; HTML entity. Please note that email subjects and bodies carry limited support in email clients and therefore should not be relied upon. |
https://m.me/handle |
Replace handle with a Facebook Messenger handle. |
|
Facetime | facetime:example |
Replace example with a Facetime handle. |
Skype | skype:example?call |
Replace example with a Skype handle. Optionally you can replace ?call with either ?add (to add to an address book), ?chat (to start text messaging), ?userinfo (to view information about the Skype account) or ?voicemail (to leave a spoken voicemail message). |
Telephone | tel:+123456789 |
Replace +123456789 with a mobile or landline telephone number. |
VoIP | callto:123456789 |
Replace 123456789 with a VoIP number or handle. |
https://wa.me/+123456789/ |
Replace +123456789 with a WhatsApp number. |
|
URL | https://example.com |
Replace https://example.com with a web link that begins 'http://' or 'https://'. |
Generated Code Snippet
Copy and paste the code inside this box, to create a inline link that can be reused elsewhere in your website. Such examples could include pasting the link into another text stack or entering it within a theme ExtraContent container. Becasue this generated link is leaving the Obfuscator stack, label prefix, label suffix or button styling are not supported. Pages you use this snippet on require a .php
extension applied in the RapidWeaver Page Inspector. Please remember to paste the code as plain text.
<a class="obfuscator_link %[if %("%id=obfuscator_btn_style%" == "bootstrap")% ]%btn btn-%id=bootstrap_outline_style%%id=bootstrap_btn_style% %id=bootstrap_btn_size%%[endif]%%[if %("%id=obfuscator_btn_style%" == "foundation")% ]%button %id=foundation_btn_style% %id=foundation_btn_size% %id=foundation_hollow_btn% %id=foundation_fullwidth_btn% %id=foundation_hollow_btn%%[endif]%%[if %("%id=obfuscator_btn_style%" == "uikit")% ]%uk-button uk-button-%id=uikit_btn_style% %id=uikit_btn_size% %id=uikit_fullwidth_btn%%[endif]%" %[if %("%id=custom_attributes%" == "true")% ]%%id=custom_attributes_markup%%[endif]% <?php $toBeObfuscated = "%id=to_obfuscate%"; $obfuscated_string = ""; foreach (str_split($toBeObfuscated) as $c) { $obfuscated_string .= "" . ord($c) . ";"; } echo 'href="' .$obfuscated_string . '"'; ?> target="%id=new_tab%">%[if %("%id=obfuscate_label_text%" == "true")% ]%<?php $toBeObfuscated = "%id=button_label%"; $obfuscated_string = ""; foreach (str_split($toBeObfuscated) as $c) { $obfuscated_string .= "" . ord($c) . ";"; } echo $obfuscated_string; ?>%[endif]%%[if %("%id=obfuscate_label_text%" == "false")% ]%%id=button_label%%[endif]%</a>
%[endif]%
%%[[endif]]%%
%%[[if !edit]]%%