go.vn social plugins

13
GO.VN Social Plugins & JavaScript SDK Lê Việt Đức 2012 go.vn

Upload: le-duc

Post on 19-May-2015

325 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Go.vn social plugins

GO.VN Social Plugins& JavaScript SDK

Lê Việt Đức 2012go.vn

Page 2: Go.vn social plugins

• Intro• Go.vn Social Plugins• JavaScript SDK• Demo & Questions

Page 3: Go.vn social plugins
Page 4: Go.vn social plugins

Go.vn Social Plugins

Like Butto

n Go Conne

ctComm

ent boxShare Butto

n

…Go.vn Social Plugins

Page 5: Go.vn social plugins

App

Website is application

Eco System Go.vn

comment

Share

like

Application

Page 6: Go.vn social plugins

How to?

Register Application•Login •Http://dev.go.vn/apps.api

Get Application’s Info•Application Client ID•Application Client Secret

Use Social Plugins

• Generation Code Js [http://dev.go.vn/Plugins.api]

• Embed to Website

Page 7: Go.vn social plugins

Like Button

<script type="text/javascript">Go.likebutton({appid : "1439184924",title : "test",client_url : "http://example.com",type : "basic",img : "",},"govn_likebutton");</script><div id="govn_likebutton" ></div>

Page 8: Go.vn social plugins

Comment box

Go.commentbox({ appid : 302663049, num_rows : 3, title : 'test', client_url : 'http://play.go.vn/tabgame/detail.php?gt_id=109&ui_id=12', desc : '', img : '', widthifr :800 },'govn_cm');<div id="govn_cm" ></div>

Page 9: Go.vn social plugins

Share button

<script type="text/javascript">Go.sharebutton({appid : "1439184924",title : "Thỏa sức giải trí cùng thế giới game !",description : "Bạn có thể tìm thấy những Social games, Flash Games rất thú v",imgthumb : "http://dev.go.vn/application/layouts/api/images/icon3.png",link : "http://play.go.vn",display : 1},"govn_share");</script><div id="govn_share" ></div>

Page 10: Go.vn social plugins

Application Request

<script type="text/javascript">Go.apprequest({appid : "1439184924",title : "Game vui",description : "Chơi game thiệt vui !",imgthumb : "http://dev.go.vn/application/layouts/api/images/icon3.png",link : "http://gamevui.example.com",display : 1},"govn_app");</script><div id="govn_app" ></div>

Page 11: Go.vn social plugins

JavaScript SDK

<script type="text/javascript" src="http://api.go.vn/social-plugins/gconnect/all.min.js?v="></script>

Page 12: Go.vn social plugins

Demo

• http://dev.go.vn/Plugins.api

Page 13: Go.vn social plugins

Thank you !

• http://dev.go.vn