add add-friend link

This commit is contained in:
dennydai 2016-03-04 13:41:14 +08:00
parent f68cea8903
commit 9f5db273a4
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ if ($plugin_steam_steamid['response']['success'] == 1){
//"Recently Played: ".$plugin_steam_RecentlyPlayedGames['response']['games'][0]['name']."\n".
"Last Log Off (".date('T')."): ".date("Y-m-d H:i:s", $plugin_steam_PlayerSummaries['response']['players'][0]['lastlogoff'])."\n".
"Profile URL: ".$plugin_steam_PlayerSummaries['response']['players'][0]['profileurl']."\n".
"Add Friends: steam://friends/add/".$plugin_steam_steamid."\n".
//"Owned Games (".$plugin_steam_OwnedGames['response']['game_count']."): ".substr($plugin_steam_OwnedGames_String, 0, strlen($plugin_steam_OwnedGames_String)-1)."\n".$_GET
"Owned Games (".$plugin_steam_OwnedGames['response']['game_count']."): ".$plugin_steam_PlayerSummaries['response']['players'][0]['profileurl']."games/?tab=all"."\n".
"Account Value: https://steamdb.info/calculator/".$plugin_steam_steamid."/"."\n".