這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Boss Banner Ad

外掛說明

This pluging simply allows you to link an image together with out the knowledge of html and simply be able to put the code where ever you want your image to show up.

  • you can use it in a widget area
  • you can use it in any area that accepts shortcodes
  • you can even put it right into the template file itself!

安裝方式

Here is how you work the Boss-Banner-Ad plugin

  1. Upload the plugin folder boss_banner_ad to the wordpress plugins folder so it looks like /wp-content/plugins/boss_banner_ad/boss_banner_ad.php
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. For the template tag you need to supply a list of attributes in this order : ( $image, $link, $target, $alt, $width, $height, $nofollow ), example:
  4. For the widget, simply drag and drop the widget into a sidebar, and configure the attributes to how you’d like.
  5. For the shortcode, simply put [banner_ad link=”http://www.cssboss.com” image=”http://cssboss.com/wp-content/uploads/2012/02/cssbosslogo.png” width=”100″ height=”100″ newwindow=”yes” alt=”CSSBoss.com is the best!” nofollow=”yes”]

常見問題集

what does the template tag mean?

you call the function of my plugin, banner_ad(), and supply 7 bits of data. The url to the image, the url you want the image to link to, the width of the image, the height of the image, the alt text, new window (yes or no), and nofollow (yes or no) .

does this plugin automatically generate the tags for you?

Not in version 1.1… not yet 😉

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Boss Banner Ad〉的開發相關工作。

參與者

將〈Boss Banner Ad〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0

added alt, target and nofollow attributes to use for the widget, template tag, and shortcode.

1.0

  • Initial Release. May 4th 2012.