Sha256: c335ca1f9bf0c785b0248c87e2811e317f5edeaf74fe614f362bbf34bee807c4

Contents?: true

Size: 580 Bytes

Versions: 36

Compression:

Stored size: 580 Bytes

Contents

# -*- coding: utf-8 -*-
# steam.rb $Revision: 1.0 $
#
# 概要:
# steam(store.steampowered.com)のゲームのウィジェットを
# 貼るプラグインです。
#
# 使い方:
# steamの任意のゲームのID(store.steampowered.com/app/{id})
# を指定することにより、ウィジェットが貼り付けられます。
#
# Copyright (c) 2016 kp <kp@mmho.net>
# Distributed under the GPL
#

=begin ChangeLog
=end

def steam( id )
   %Q[<iframe src="//store.steampowered.com/widget/#{id}/" frameborder="0" width="646" height="190" style="max-width:100%;"></iframe>]
end

Version data entries

36 entries across 31 versions & 2 rubygems

Version Path
tdiary-contrib-5.0.10 plugin/steam.rb
tdiary-contrib-5.0.9 plugin/steam.rb
tdiary-contrib-5.0.8 plugin/steam.rb
tdiary-contrib-5.0.7 plugin/steam.rb
tdiary-contrib-5.0.6 plugin/steam.rb
tdiary-contrib-5.0.5 plugin/steam.rb
tdiary-5.0.5 vendor/bundle/bundler/gems/tdiary-contrib-8299b30cbf3f/plugin/steam.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/bundler/gems/tdiary-contrib-8299b30cbf3f/plugin/steam.rb
tdiary-5.0.5 vendor/bundle/bundler/gems/tdiary-contrib-fa9c20aa0d97/plugin/steam.rb
tdiary-5.0.5 vendor/bundle/bundler/gems/tdiary-contrib-a3c5f37278c4/plugin/steam.rb
tdiary-5.0.5 vendor/bundle/bundler/gems/tdiary-contrib-f08988dfa0f6/plugin/steam.rb
tdiary-contrib-5.0.4 plugin/steam.rb
tdiary-5.0.4 vendor/bundle/bundler/gems/tdiary-contrib-8299b30cbf3f/plugin/steam.rb
tdiary-contrib-5.0.3 plugin/steam.rb
tdiary-contrib-5.0.2 plugin/steam.rb
tdiary-contrib-5.0.1 plugin/steam.rb