Shortcodes

1
Email Addresses - Encoding using the shortcode
You can use the  shortcode to encode email addresses:

Encode email addresses with the mailto link:

				
					        <a href="mailto:hello@envato.com" >hello@envato.com</a>
				
			

Just encode email addresses:

				
					hello@envato.com
				
			

Extra shortcode attributes:

				
					hello@envato.com
				
			
2
Phone Numbers - Encoding using the shortcode
You can use the  shortcode to encode phone numbers:

Encode phone numbers with the tel link:

				
					        <a href="tel:+11234567890" >+1 (123) 456-7890</a>
				
			

Just encode phone numbers:

				
					        <span class='add-encoder'>+1 (123) 456-7890</span>
				
			

Extra shortcode attributes:

				
					        <span class='add-encoder'>+1 (123) 456-7890</span>
				
			
3
Links - Encoding using the shortcode
You can use the  shortcode to encode links:

Encode link with the url link:

				
					        <a href="https://www.envato.com/" class= add-encoder>https://www.envato.com/</a>
				
			

Just encode link:

				
					        <span class='add-encoder'>https://www.envato.com/</span>
				
			

Extra shortcode attributes:

				
					        <span class='add-encoder'>https://www.envato.com/</span>
				
			
4
Content/String - Encoding using the shortcode

You can use the  shortcode to encode strings or or other sensitive content:

				
					
    <span class='add-encoder'>Hello Envato</span>
				
			
Leave a Reply

Your email address will not be published.Required fields are marked *