內容簡介
作者網站|
外掛程式首頁
浮動廣告欄的設置能讓你在網頁的任一側加入一個浮動的廣告欄,展示 Google Adsense 或任何其他廣告合作網絡提供的廣告,這些廣告將會隨頁面一起滾動。
設置廣告欄寬度和高度,這些值在廣告腳本不包含寬度和高度屬性時所使用。
提供左側或右側的浮動廣告欄選項。
注意事項:建議使用允許在網頁上滾動廣告的廣告網絡(因為 Google Adsense 不允許在內容上方滾動廣告,所以請確保浮動的 Adsense 條不會在內容上方滾動)。
浮動廣告欄選項
寬度 - 設置廣告欄的寬度。
高度 - 設置廣告欄的高度。
浮動方向 - 設置廣告欄靠左或靠右浮動。
廣告腳本代碼 - 貼上任意廣告合作網絡的廣告腳本代碼,如 Google Adsense、Adbrite、Chitika 或其他網絡。如果你想在浮動的廣告欄中放置多個廣告,可以在廣告腳本中添加多個包含寬度和高度的 div 標籤,並將廣告代碼放在這些 div 標籤之間。
多個廣告的範例:
<div width="125px";height= "125px";>
<!--在此插入廣告碼-->
</div>
<div width="125px";height= "125px";>
<!--在此插入廣告碼-->
</div>
<div width="125px";height= "125px";>
<!--在此插入廣告碼-->
</div>
<div width="125px";height= "125px";>
<!--在此插入廣告碼-->
</div>
外掛標籤
開發者團隊
原文外掛簡介
Author Site|
Plugin Home Page
Floating Adsense side bar allows you to add floating ad bar to display floating adsense or any adservice ads on either side of your webpage. These Ads will scroll along with the page.
Provides options for width and height of ad,these width and height are considered when ad script doesn’t contain width or height property.
Provides option to set the floating bar on left or right of your website.
Note: Use this plugin for ad networks that allow scrolling of ads on webpages in their policies(Google Adsense does not allow scrolling of ads over the content. So make sure that the floating adsense bar is not scrolling over the content).
Floating Adsense Bar Options
Width – Set the width of the Ad bar.
Height – Set the height of the Ad bar.
Float Left or Right – Set the option to float the ad bar onleft or right of your webpage.
AdScript Code – Paste the ad script code of any adservice network, it can be google adsense, adbrite,chitika or any network.If you want toplace multiple ads in floating bar,then add multiple div tags with width and height inside this adscript code and place your ad code inside these div tags.
Ex of Multiple ads:
