View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#19
Originally Posted by velox View Post
I've just had another look at the new Custom Search:
A simple Integration is really trivial with access to the page html, in fact, I have set up one with my account as a test, including some maemo-esque colours. But as I am not a member or representative of Maemo e.V., I don't think that's useful (there seem to be a few search statistics like "top search phrases" to which I would have access).

For a registered non-profit, a free version without ads is available, that might be a nice thing to have. https://www.google.com/nonprofits/

EDIT:
The old search-ID seems to still work. So the working code would be as follows:
Code:
    <script>
        (function() {
          var cx = '012414234624903107508:2laarii9gbw';
          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>
Thanks!
I support/propose to try that.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post: