Getting Started
Welcome to documentation for SecurityTips.com.
Here you will find instructions for installing and configuring SecurityTips. We are excited about SecurityTips and would love your feedback to help make the product better for everyone.
Standard Installation
Below are steps explaining how to add the SecurityTips button to your website or intranet.
- Create SecurityTips Account.
- Add Site to your Account.
- Configure Your SecurityTips Button.
- Get Code Snippet for your SecurityTips Button.
- Add Code Snippet to the bottom of your website or intranet above the closing < / body> tag.
Enterprise Installation
Below are steps explaining how to add the SecurityTips button to your website or intranet using the Enterprise method to track activity by email.
- Create SecurityTips Account.
- Add Site to your Account.
- Configure Your SecurityTips Button.
- Get Code Snippet for your SecurityTips Button
- Before adding your snippet of code please verify that you have the following variables in your Code Snippet etp_number and etp_email. The email variable should be blank at first.
- Add Code Snippet to the bottom of your website or intranet above the closing < / body> tag.
-
Dynamically add the email address of your user from your website or intranet.
ExampleThis example demonstrates how to dynamically add the user's email address to the SecurityTips Embed Code using PHP, given that you have the currently logged in user's email stored in a variable called $user_email_address.<script> (function() { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://cdnx.securitytips.com/etp.js'; s.async = true; s.onload = function(){ etp.init({ etp_number : "<your_etp_number>", etp_email : "<?php echo $user_email_address; ?>", language: 'en', position: 'left', primaryColor: "#00b3e5", secondaryColor: "#062f4a", tertiaryColor: '#062f4a', buttonColor: "#1177bb", footerLink: "", footerName: "", buttonRadius: '50%', buttonPositionX: "left", buttonPositionY: "bottom", buttonIcon: "Shield", buttonSize: "large", buttonOffsetX: 20, buttonOffsetY: 20 }); }; h.appendChild(s); })(); </script>
Note that the implementation may vary depending on your application. Below are examples for different scenarios:
- For a language using double curly braces for templating (e.g., Handlebars, Mustache, Blade, Vue):
etp_email : "{{ user_email_address }}",
- For a basic PHP example:
etp_email : "<?php echo $user_email_address; ?>",
- For a basic JavaScript example:
etp_email : "<script>document.write(user_email_address);</script>",
- For a language using double curly braces for templating (e.g., Handlebars, Mustache, Blade, Vue):
- To check if you are receiving information, browse to view the activity logs under Enterprise Reporting for that site.
Branding & Customization
Below are steps to brand and customize your SecurityTips button.
- Log into SecurityTips.com
- Go to ‘Sites’ and click ‘Configure’ next to the site you would like to customize.
- Change the Icon, Color or Location of your button. Next, change your primary, secondary and tertiary colors for the inside element of your button.
- Get Code Snippet for your SecurityTips Button
- Add Code Snippet to the bottom of your website or intranet above the closing < / body> tag.
If your site is Subscribed to Pro or Enterprise, you will have additional fields to customize.
If you are interested in having your own content inside SecurityTips, contact our sales team at sales@securitytips.com.
FAQs
Does your button effect source code, performance, or loading times?The SecurityTips button operates independently from a website's source code and functions exclusively through JavaScript code, which alters the code solely at the browser level of the end-user. Consequently, no lasting modifications are applied to your website. If you decide to uninstall the SecurityTips Button, it will be as if you never installed it in the first place.
Further, the SecurityTips Button loads asynchronously, meaning the browser doesn't delay the display of your site or hinder visitor interactions while it loads. As a result, the SecurityTips Button has no impact on site loading times or the site's optimization score.
How can I change the content within the SecurityTips button?
Currently, we do not support the ability to manipulate the content inside the SecurityTips button. However, we are working on a new version that will introduce security training partner content. If you are interested in having your own content inside SecurityTips, contact our sales team at sales@securitytips.com.
How can I remove ‘Powered by SecurityTips’ from the footer?
To change the footer, you will need a Pro or Enterprise plan.
How can I get more reporting on who did what?
With the Enterprise plan, you will be able to view the reports associated with user email addresses. After upgrading your plan, you will need to adjust how you render the Code Snippet and pass over the email addresses of the users.
What is the SecurityTips data security policy?
At SecurityTips, we prioritize data security as our highest concern. Our servers are exclusively hosted in Northern Virginia on Amazon Web Services (AWS), ensuring robust security measures. We implement state-of-the-art encryption techniques which exceed industry standards, and our security protocols are built to military-grade specifications to fortify the protection of your sensitive information.
In addition to these measures, we maintain a dedicated development operations team who conducts vigilant monitoring of our systems. This ensures the security and confidentiality of data at all times. Rigorous testing is a cornerstone of our approach, providing the highest level of security for your peace of mind.
To learn more about PhishingBox & SecurityTips’ security, click here.
Need More Help?
If you need more help, please contact our customer support team at support@securitytips.com.
Comments
0 comments
Please sign in to leave a comment.