#author("2020-09-03T06:38:37+09:00","","")
** discord.inc.php [#hd988ced]
|RIGHT:100|LEFT:360|c
|~サマリ|Discordのガジェットを埋め込み表示|
|~リビジョン|1.0|
|~対応バージョン|1.5.2|
|~投稿者|[[Colug]]|
|~投稿日|&new{2020-09-03 (木) 06:38:37};|
**概要 [#qa9af058]
Discordのガジェットを埋め込むプラグイン。
**使い方 [#s487ef7e]
-#discord(サーバーID)
**コード [#ja06c50b]
下記のコードをコピーしてdiscord.inc.phpとしてpluginのディレクトリに置く。
 <?php
 function plugin_discord_convert(){
     $args = func_get_args();
     $serverid = $args[0];
     if (empty($serverid)){
         return "<p>#discord(ServerID)</p>";
     }
     $data = <<<EOD
     <iframe src="https&#58;//discordapp.com/widget?id=$serverid&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe><br>
     EOD;
     return $data;
 }
 function plugin_discord_inline() {
 	return call_user_func_array('plugin_discord_convert', func_get_args());
 }
 ?>
**ライセンス [#t3d42d71]
GPL v2
**コメント [#n9684da0]
#comment

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Site admin: PukiWiki Development Team

PukiWiki 1.5.4+ © 2001-2022 PukiWiki Development Team. Powered by PHP 8.2.12. HTML convert time: 0.086 sec.

SourceForge