jacko It would be great to see Google Search integration extension. I suspect it is fairly easy to make for people who know how to create extensions.
Irony Hi, Here is my first ext, https://github.com/892768447/flarum-ext-google-search I want to get google search result to my website. for example: https://pyqt.site/google?q=pyqt.site
Irony ozkan34 sure, you can modify here: https://github.com/892768447/flarum-ext-google-search/blob/master/js/src/forum/components/GoogleSearchList.js#L91 like this: requestParams() { this.props.params.q = this.props.params + ' site: domain.com' return this.props.params; }