ヘディングのテキストFacebookのいいねボタンとシェアボタンが合体してできており、背景がオレンジ色なのに、ボタンが合体してできてるせいで、2つのつながっている部分が白い色になります。背景と同じ色にしようと、cssをいじっても治りません。どうしたら良いでしょうか。
コードは以下の通りです。
Step 1: Include the JavaScript SDK on your page once, ideally right after the opening 本文 tag.
<div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v6.0"></script> Step 2: Place this code wherever you want the plugin to appear on your page. <div class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-width="" data-layout="button" data-action="like" data-size="small" data-share="true"></div>あなたの回答
tips
プレビュー