Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Last active May 14, 2017 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/d9a9fadb77798bca43fc29c5d8ec2e88 to your computer and use it in GitHub Desktop.
Save chuck0523/d9a9fadb77798bca43fc29c5d8ec2e88 to your computer and use it in GitHub Desktop.
/ ./app/views/ads/hoge_ad.slim
/ scriptのasyncを効かせるために、{ } で囲む必要がある。
script{ async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" }
/ ad-name
ins.adsbygoogle
style="display:inline-block;width:336px;height:280px"
data-ad-client="hoge"
data-ad-slot="huga"
/ script実行はjavascript:を使う
javascript:
(adsbygoogle = window.adsbygoogle || []).push({})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment