Translate

2011年12月9日金曜日

Panoramio Widget API HTML templates

「自分のウェブサイトに Panoramio の 写真を表示することができます。」って事で試して見ました。
"You can view photos of Panoramio on your own website." Tried in the.

下記の説明を参照。
See description below

http://www.panoramio.com/api/widget/api.html        日本語 Japanese
http://www.panoramio.com/api/widget/reference.html    英語  English

初心者の私には、さっぱりわかりません。(^^;)
I am a beginner, the inexplicable.(^^;)

「Panoramio Widget API には JavaScript ライブラリと 既製 HTML テンプレートの 2 通りの方法があります。」

とのことで、内容を読んでいると、とりあえず簡単そうな「HTML テンプレート」から、試して見ました。
"The Panoramio Widget API has two ways of ready-made HTML templates and JavaScript library."
Read the content, so simple that "HTML template" from and tried.

で、うまく出来たのは、これ.......
The well made​​, this.........




























で、内容は、というと
Contents

http://www.panoramio.com/api/widget/api.html から、コイツをコピーして
http://www.panoramio.com/api/widget/reference.html   From copy


<iframe
style="float: right; margin: 10px"
src="http://www.panoramio.com/wapi/template/list.html?  tag=mountain&amp;width=280&amp;height=140&amp;rows=2&amp;columns=4&amp;orientation=horizontal"
frameborder="0" width="280" height="140" scrolling="no" marginwidth="0" marginheight="0"> </iframe>


赤文字の箇所のように変更すると出来ました。
If you could change it to where the Red characters.

user=1742406  ←←←  自分のIDナンバー   ID number.
tag=Sunset  ←←←       tagの名前             tag name

<iframe frameborder="0" height="140" marginheight="0" marginwidth="0" scrolling="no" src="http://www.panoramio.com/wapi/template/list.html?user=1742406&amp;tag=Sunset&amp;width=280&amp;height=140&amp;rows=2&amp;columns=4&amp;orientation=horizontal" style="float: right; margin: 10px;" width="280"></iframe><br />
<br />

 なんとか、HTML テンプレートは完成したので、使い方は後で考えるとして、自己満足で終了。(^_^)
HTML template is completed, how will we later end in self-satisfaction(^_^)

ブログランキング・にほんブログ村へにほんブログ村

  人気ブログランキングへ
 FC2 Blog Ranking


http://ping.blogmura.com/xmlrpc/ovbmu6rfwhls

0 件のコメント:

コメントを投稿

注: コメントを投稿できるのは、このブログのメンバーだけです。