Welcome Guest, Not a member yet? Register   Sign In
Add Google search to codeigniter 4 website
#1

Hi, first things first; i asked this same question on stackoverflow but no solutions yet so am asking it here hopping someone has an answer.
I need help integrating google search engine into a website. I know how to generate the code and have done so in the past for non codeigniter projects and everything worked well.
In codeigniter, it is always returning no results on every query and am stuck on where the issue is. I was wondering if it was the way codeigniter's folder structure is arranged or the .htaccess files codeigniter comes with?

This is the code generated by google;
Code:
<script async src="https://cse.google.com/cse.js?cx=29f801461421f4ef0"></script>
<div class="gcse-search"></div>
Reply
#2

This works for me.

Code:
<!-- <!-- Horiz -->
<!DOCTYPE html>
<html lang="en-US">
<body>

<div id="google_translate_element"></div>

<script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>

<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

<p>This example displays a vertical translate button.</p>

</body>
</html>

Try that.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(03-29-2021, 02:30 AM)InsiteFX Wrote: This works for me.

Code:
<!-- <!-- Horiz -->
<!DOCTYPE html>
<html lang="en-US">
<body>

<div id="google_translate_element"></div>

<script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>

<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

<p>This example displays a vertical translate button.</p>

</body>
</html>

Try that.

But this is for google translate..I want for google search
Reply
#4

SEE:


How to add custom google search bar inside your web-page?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB