Last active
January 1, 2019 14:24
-
-
Save drmikecrowe/dcfbc60a1155ac175dee4b433f9d07a6 to your computer and use it in GitHub Desktop.
Embedding factualsearch.news in your website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
(function() { | |
var cx = '011275290256739755566:cwfn9qhuqkk'; | |
var gcse = document.createElement('script'); | |
gcse.type = 'text/javascript'; | |
gcse.async = true; | |
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; | |
var s = document.getElementsByTagName('script')[0]; | |
s.parentNode.insertBefore(gcse, s); | |
})(); | |
</script> | |
<gcse:search></gcse:search> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment