Skip to content

search google custom.rb

TADA Tadashi edited this page Nov 10, 2017 · 2 revisions

概要

Googleカスタム検索を使った検索プラグインです(検索プラグインはtDiary 3.0からのサポート)

使い方

search-google-custom.rbを有効にし、tdiary.confに以下のオプションを設定する。Googleカスタム検索の検索エンジンIDはGoogleカスタム検索で作成できる。

@options['search-google-custom.id'] = 'あなたの検索エンジンID'
@options['search-google-custom.cof'] = '広告の表示場所(9:右,10:一番上と右,11:一番上と下,未指定時は9が指定される)'
@options['search-google-custom.width'] = '検索結果の幅(未指定時は600)'
@options['search-google-custom.height'] = '検索結果の高さ(未指定時は1300)'
Clone this wiki locally