
Security News
Feross on Risky Business Weekly Podcast: npm’s Ongoing Supply Chain Attacks
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
hexo-tag-googleform
Advanced tools
Hexo tag plugin to embed Google Forms.
Inspired by https://github.com/arshad/Google-Form-Octopress
Note: This works with the current iteration of Google Forms. This article
explains how to switch back via the Opt out of the new Forms
section. I would like to support both versions at some point.
Run the following command in the root directory of hexo:
npm install hexo-tag-googleform --save
Copy the following files into your theme folders:
Add the following to the header:
<link rel="stylesheet" href="<%- config.root %>css/google-form.css" media="screen" type="text/css">
Add the following to the footer (or wherever your preferred javascript declarations are):
<!-- jQuery Form Plugin -->
<script src="http://malsup.github.com/jquery.form.js"></script>
<!-- jQuery Form Validation Plugin -->
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
<script src="<%- config.root %>js/google-form.js"></script>
{% googleform formkey [message] %}
Example :
{% googleform dGVfY3MwcklDcjVrZERGYlRoZWdJQnc6MQ Thank you. I'll get back to you shortly %}
FAQs
Google Form tag plugin for Hexo
We found that hexo-tag-googleform demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.