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

My Pictures Widget

描述

The My Pictures Widget allows you to show your recently added items to Twitpic.com and Mobypicture.com on your WordPress powered website.
This simple widget automatically displays them in your sidebar. If your theme don’t support widgets you could add some custom code.

Currently supported services

  • Twitpic
  • Mobypicture

Features

  • Simple
  • Customizable title
  • Only twitter username required
  • You could change the number of photos
  • Link to pictures on/off
  • Change picture size
  • Change margin
  • Border modification

Version History

Version 1.2

  • Added Mobypicture support
  • Bug fix: Changed the way Twitpic picture’s are loaded
  • Plugin renamed to My Pictures Widget

Version 1.1.0

  • Added custom image sizing
  • Added custom image margin
  • Added linked photos option
  • Added custom border size and color

Version 1.0.1

  • Plugin My Twitpics released

Licence

Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog.

安裝

Themes with widget support

  1. Upload mypictures.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add the widget to the sidebar
  4. Setup the widget
  5. Enjoy!

Themes without widget support

  1. Upload mypictures.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Insert and edit the PHP code listed below in your sidebar.php at the desired location:

    < ?php MyPictures($username = ‘pepijnkoning’, $num = 4, $linked = true, $size = 70, $margin = 5, $border = 0, $bordercolor = ‘#FFFFFF’, $service = ‘Twitpic’) ?>

  • $username = pepijnkoning >> replace with your own username;
  • $num = 4 >> replace with the number of thumbnails you wish to display;
  • $linked = true >> replace with false when you don’t want to link the pictures to the original ones;
  • $size = 70 >> replace with desired width of the thumbnail in number of pixels;
  • $margin = 2 >> the margin around the pictures in pixels;
  • $border = 0 >> the border size in pixels;
  • $bordercolor = '#FFFFFF' >> the border color, if the border is not 0px;
  • $service = 'Twitpic' >> the service you wanna use: ‘Twitpic’ or ‘Mobypicture’

常見問題

How many photo’s shows the plugin?

On the widget administration page you could set up how many photo’s you want to show (max. 20)

Are the photo’s linked?

Yes, but when you don’t want that visitors could click on it you could put it off on the widget administratoin page.

What do I have to fill in by “Username”

The username of your twitter account.

評價

There are no reviews for this plugin.

貢獻者及開發者

“My Pictures Widget” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 My Pictures Widget 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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