Google互动分享

时间:2015-06-03 09:47:38

标签: javascript coffeescript google-plus share

如何在预填充文字中添加新行?我试过这段代码(CoffeeScript)

text = '''Line
       New line
       One more line
       '''

        gapi.interactivepost.render(
            'g-share',
            clientid : 'id',
            contenturl: 'url',
            cookiepolicy: 'none',
            prefilltext: text,
            calltoactionlabel: 'JOIN',
            calltoactionurl: 'url'
        )

但它仍然在谷歌共享窗口的一行中。

0 个答案:

没有答案