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

myLinksDump

外掛說明

You can make link dump of favorite links you visit regularly.This plug-in
can record number of visitors who click on each link. You can also have
a bar called Branding bar on top of destination url to personalize and
publicize your blog. on the other side there are some options that you can
change to customize your link dump behaviour.If you prefer widget to
display your link dump then you can activate myLinksDump widget.

You can add link to your links dump while you are surfing web using your browser.
In order to do this, bookmark generated link(in setting pane) and press it when
ever you see a good link. When you press this bookmark, you’ll be presented with
pop-up window filled with the URL and title of the link you’ve just saw. By the
time you did this, you can type your remark on that link and press Add My Link!
button.

Thanks to myLinksDump RSS output you can share your links with others and let
them to put your links dump on their blogs or sites.

Required .po file is also available for localization. So if you like to
do so then please e-mail your .mo file to ham55464@yahoo.com to be put in
plug-in distribution package.

螢幕擷圖

  • Options page.
  • Add/Edit links page.
  • List entered links page.
  • Front-end view.

安裝方式

  1. Upload myLinksDump folder to the /wp-content/plugins/ directory.
  2. Move myLDAdd.php, myLDlinker.php and myLDRSS.php files from myLinksDump/extra
    folder to your wordpress installation root where your wp-config.php is.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Place <?php echo myLinksDump_show() ;?> in your templates. if you prefer you can use [myLinksDump] shortcode instead.
  5. If you want archive page, then make normal page and find its ID and then go
    to myLinksDump setting page and enter it in Archive Page ID field. Finally
    place <?php myLinksDump_Archive() ;?> in page.php of your theme.
  6. You can also activate plug-in’s widget if you like.
  7. Some configuration options will be available under setting pane.

常見問題集

Is there any RSS feed for my link dump?

Yes there is. you can call myLinksDumpRSS.php file to show your link dump RSS feed. There is
also an option to replace your feedburner address rather than http://yoursite/myLinksDumpRSS.php .

How can i customize the look of my link dump?

By default there are some predefined styles in myLinksDump/styles folder in which you set the
one you like the most. You can also put your stylesheet in myLinksDump/styles folder and then
activate it through admin panel.

How can i find page ID?

Click on Pages-> Edit link on wp admin area. Then click on the desired link and
wait for the next page to load. after this watch your browser address bar for
destination link it shows. It must be something like this:

http://www.xyz.com/wp-admin/page.php?action=edit&post=14

the last number in query string (14) is what we need.

What are the right places for putting “ and “?
  • <?php echo myLinksDump_show() ;?> must be out of content loop. Because if you put it in content loop,
    you’ll see lots of link dumps as much as your post entries.

  • <?php myLinksDump_Archive() ;?> must be in content area. usually the best place to put this code is
    right after <?php the_content(); ?> line in page.php of your theme.

How can I share my links with others?

Thanks to myLinksDump RSS output you can share your links with others. It’s good idea to write some lines in
about Archive page on how others can grab your links dump RSS output and use that in their blogs or sites.
Normal RSS address of your links dump is ‘/myLDRSS.php’ (e.g: http://www.xyz.com/myLDRSS.php),
but if you prefer you can burn this feed in feedburner and provide feedburner address instead.

What is Counter format?

if it’s choosen for linksdump to be shown with clicks stats of each link then by default you will see click
stat in a pair of parentheses. So if you would like to change display format you need to put your desired
format containig # character in which it reperensts clicks counts. for example if we like to show our stat like
[450 clicks] then we have to put [# clicks] in Counter format input box.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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