Last active
May 14, 2017 08:09
-
-
Save chuck0523/d9a9fadb77798bca43fc29c5d8ec2e88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ ./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