Posts

Showing posts from 2014

Search Google CSE Help - Integration into Blogger

Image
Google's own CSE for their help seems to be broken, so I made my own ! It is under 'Documentation' Clicking 'Blogs | Docs | Forum' give very few, if any results - almost all are in 'Help'. To integrate it with Blogger, I set CSE to a two-page layout. Layout - Control Panel Click 'Save and Get Code'. <script>   (function() {     var cx = '006489679047832463012:k3mdxr__op8';     var gcse = document.createElement('script');     gcse.type = 'text/javascript';     gcse.async = true;     gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +         '//www.google.com/cse/cse.js?cx=' + cx;     var s = document.getElementsByTagName('script')[0];     s.parentNode.insertBefore(gcse, s);   })(); </script> <gcse:searchbox-only></gcse:searchbox-only> is the code for the input box. I want to put it in the right ...

Documenting my experiences

I'm trying to learn how to best use Google Custom Search. I'll use this blog to document it. Hopefully it will build up into a useful resource. The support forum is apparently not monitored by Google staff, so we're left to help ourselves and each other.