【问题标题】:Google Hangouts button width谷歌环聊按钮宽度
【发布时间】:2014-09-02 11:31:00
【问题描述】:

我需要广告环聊按钮宽度。真的不知道放哪里?它应该是这样的 'widget_size': 175

<html>
<head>
<title>Sunsää Seniortek </title>
<script type="text/javascript">
    <link rel="canonical" href="http://www.example.com" />
    </script>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="1397" height="818" border="0" cellpadding="0"    cellspacing="0">
<tr>
    <td colspan="3">
<iframe    src="http://example.com" width="1395" height="733" alt=""></iframe></td>
</tr>
<tr>
<td colspan="3">
<img src="images/seniortek_02.png" width="1397" height="35" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/seniortek_03.png" width="170" height="50" alt=""></td>
<td width="1046" height="31">
<script type="text/javascript" src="https://apis.google.com/js/platform.js">       </script>
<g:hangout render="createhangout"
invites="[{ id : 'mail@wxample.com', invite_type : 'EMAIL' }]">
 </g:hangout></td>
<td rowspan="2">
<img src="images/seniortek_05.png" width="181" height="50" alt=""></td>
</tr>
<tr>
    <td>
        <img src="images/seniortek_06.png" width="1046" height="19" alt=""></td>
</tr>
</table>
</body>
</html>

任何想法尝试阅读文档但无法弄清楚

【问题讨论】:

    标签: button size hangout


    【解决方案1】:

    如下所述添加widget_size

    <script src="https://apis.google.com/js/platform.js" async defer></script>
    <div id="placeholder-rr"></div>
    <script>
      gapi.hangout.render('placeholder-rr', {
        'render': 'createhangout',
        'initial_apps': [{'app_id' : '184219133185', 'start_data' : 'dQw4w9WgXcQ', 'app_type' : 'ROOM_APP' }],
        'widget_size': 175
      });
    </script>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-02-26
      • 1970-01-01
      • 2015-10-24
      • 2013-05-17
      • 1970-01-01
      相关资源
      最近更新 更多