2

私は自分のサイトの gigya サイトから次の例を使用しています

<script type="text/javascript">
var act = new gigya.socialize.UserAction();
act.setUserMessage("This is the user message");
act.setTitle("Seasons");
act.setLinkBack("https://platform.gigya.com");
act.setDescription("Seasons is a surreal motion graphics animation based on the changing seasons.");
act.addActionLink("Watch this movie", "http://vimeo.com/24496773");
act.addMediaItem({ type: 'image', src: 'http://b.vimeocdn.com/ts/160/564/160564685_100.jpg', href: 'http://vimeo.com/24496773' });
var showShareBarUI_params=
{ 
    containerID: 'componentDiv',
    shareButtons: 'facebook-like, Twitter-tweet, googleplus-share, share',
    userAction: act
}
</script>
<div id="componentDiv"></div>
<script type="text/javascript">
   gigya.socialize.showShareBarUI(showShareBarUI_params);
</script>

しかし、カスタム タイトル (「Seasons」) とカスタム説明 (「Seasons は季節の移り変わりに基づく超現実的なモーション グラフィックス アニメーションです。」) の代わりに facebook のようなボタンをクリックすると、セット リンクからタイトルと説明を取得しています。

act.setLinkBack("https://platform.gigya.com");

Facebook のようなボタンにカスタム タイトルとカスタム説明を設定するにはどうすればよいですか。

ありがとう

4

0 に答える 0