Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Joomla サイト ページのフッターに JavaScript コードを追加する必要がある Joomla 用のプラグインを作成しています。プラグインをインストールする人は誰でもそのスクリプトが追加されるため、コアファイルをハッキングせずにそのようなスクリプトをフッターに追加する方法はありますか?
フッターにスクリプトを追加する方法はありません。ただし、出力を取得し、フッターなどの適切な名前のタグを検索し、str_replace を使用してコードに追加するプラグインを作成できます。