此商品已下架,若仍需天瓏代為查詢或代購書籍,請與門市客服人員聯繫,或 E-mail 至 service@tenlong.com.tw 將有專人為您服務。

WordPress Plugin Development (Beginner's Guide)
暫譯: WordPress 外掛開發(初學者指南)

Vladimir Prelovac

  • 出版商: Packt Publishing
  • 出版日期: 2009-01-31
  • 售價: $1,840
  • 貴賓價: 9.5$1,748
  • 語言: 英文
  • 頁數: 296
  • 裝訂: Paperback
  • ISBN: 1847193595
  • ISBN-13: 9781847193599
  • 相關分類: WordPress
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Build powerful, interactive plug-ins for your blog and to share online

  • Everything you need to create and distribute your own plug-ins following WordPress coding standards
  • Walk through the development of six complete, feature-rich, real-world plug-ins that are being used by thousands of WP users
  • Written by Vladimir Prelovac, WordPress expert and developer of WordPress plug-ins such as Smart YouTube and Plugin Central
  • Part of Packt's Beginners Guide series: expect step-by-step instructions with an emphasis on experimentation and tweaking code

In Detail

If you can write WordPress plug-ins, you can make WordPress do just about anything. From making the site easier to administer, to adding the odd tweak or new feature, to completely changing the way your blog works, plug-ins are the method WordPress offers to customize and extend its functionality. This book will show you how to build all sorts of WordPress plug-ins: admin plug-ins, Widgets, plug-ins that alter your post output, present custom "views" of your blog, and more.

WordPress Plug-in Development (Beginner's Guide) focuses on teaching you all aspects of modern WordPress development. The book uses real and published WordPress plug-ins and follows their creation from the idea to the finishing touches, in a series of carefully picked, easy-to-follow tutorials. You will discover how to use the WordPress API in all typical situations, from displaying output on the site in the beginning to turning WordPress into a CMS in the last chapter. In Chapters 2 to 7 you will develop six concrete plug-ins and conquer all aspects of WordPress development.

Each new chapter and each new plug-in introduces different features of WordPress and how to put them to good use, allowing you to gradually advance your knowledge. This book is written as a guide to take your WordPress skills from the very beginning to the level where you are able to completely understand how WordPress works and how you can use it to your advantage.

What you will learn from this book?

  • Get to know the WordPress code base, WordPress's plug-in architecture, and the plug-in application programming interface (API) and learn how to hack it
  • Master the WordPress database and the API - access and manipulate data, handle user roles and permissions, posts, and so on
  • Hook into the rest of WordPress using actions and filters
  • Change the way your WordPress backend looks by customizing menus, submenus, and the plug-in admin panel
  • Integrate AJAX and jQuery into your plug-ins to dynamically generate content
  • Hook directly to WordPress edit pages and use AJAX to generate fast searches
  • Integrate your plug-in with WordPress panels and the tinyMCE editor
  • Access and work with third-party APIs like Flickr
  • Implement localization support for users of other languages
  • Maintain and manage your plug-in using SVN and publish it to the WordPress Plugin Repository
  • Handle security issues and make your plug-ins safer to use

We cover the development of six plug-ins from start to finish:

  • Digg-this: Adds a Digg This button to each post.
  • Live Blogroll: Adds a recent posts popup for each blog in your blogroll.
  • The Wall widget: Displays comments on the sidebar without reloading the page.
  • Snazzy Archives: Presents your site archives in a unique visual way.
  • Insights: Access your articles and Flickr images from within the WordPress edit page.
  • Post Types: Provides pre-defined post templates to quickly add a photo or a link to your blog.

Approach

This is a Packt Beginners Guide, which means it focuses on practical examples and has a fast-paced but friendly approach, with the opportunity to learn by experiment and play. Each chapter builds a practical plug-in from the ground up using step-by-step instructions. Individual sections show you how to code some functionality into your plug-in and follow up with a discussion of concepts.

Who this book is written for?

This book is for programmers working with WordPress, who want to develop custom plug-ins and to hack the code base. You need to be familiar with the basics of WordPress and PHP programming and believe that code is poetry; this book will handle the rest.

商品描述(中文翻譯)

建立強大且互動的插件以供您的部落格使用並分享在線上

- 您所需的一切,以遵循 WordPress 編碼標準來創建和分發自己的插件
- 逐步開發六個完整、功能豐富的實際插件,這些插件已被數千名 WP 用戶使用
- 由 WordPress 專家及插件開發者 Vladimir Prelovac 撰寫,他開發了 Smart YouTube 和 Plugin Central 等插件
- 是 Packt 初學者指南系列的一部分:期待逐步指導,強調實驗和調整代碼

詳細內容

如果您能編寫 WordPress 插件,您就可以讓 WordPress 幾乎做任何事情。從使網站更易於管理,到添加一些小調整或新功能,再到徹底改變您的部落格運作方式,插件是 WordPress 提供的自定義和擴展其功能的方法。本書將向您展示如何構建各種 WordPress 插件:管理插件、小工具、改變您的文章輸出、呈現自定義“視圖”的插件等等。

《WordPress 插件開發(初學者指南)》專注於教您現代 WordPress 開發的各個方面。本書使用真實且已發佈的 WordPress 插件,並通過一系列精心挑選、易於遵循的教程,跟隨其從構思到完成的過程。您將發現如何在所有典型情況下使用 WordPress API,從一開始在網站上顯示輸出,到在最後一章將 WordPress 轉變為 CMS。在第 2 到第 7 章中,您將開發六個具體的插件,並征服 WordPress 開發的各個方面。

每一章和每一個新插件都介紹了 WordPress 的不同功能以及如何充分利用它們,讓您逐步提升知識。本書旨在指導您將 WordPress 技能從最初的階段提升到能夠完全理解 WordPress 的運作方式以及如何利用它為您所用的水平。

您將從本書中學到什麼?

- 了解 WordPress 代碼庫、WordPress 的插件架構以及插件應用程式介面(API),並學習如何進行修改
- 精通 WordPress 數據庫和 API - 訪問和操作數據,處理用戶角色和權限、文章等
- 使用動作和過濾器鉤入 WordPress 的其餘部分
- 通過自定義菜單、子菜單和插件管理面板來改變 WordPress 後端的外觀
- 將 AJAX 和 jQuery 整合到您的插件中,以動態生成內容
- 直接鉤入 WordPress 編輯頁面,並使用 AJAX 生成快速搜索
- 將您的插件與 WordPress 面板和 tinyMCE 編輯器整合
- 訪問並使用第三方 API,如 Flickr
- 為其他語言的用戶實現本地化支持
- 使用 SVN 維護和管理您的插件,並將其發佈到 WordPress 插件庫
- 處理安全問題,讓您的插件更安全可用

我們涵蓋了六個插件的開發,從開始到結束:

- Digg-this:為每篇文章添加一個 Digg This 按鈕。
- Live Blogroll:為您的部落格名單中的每個部落格添加最近文章彈出窗口。
- The Wall widget:在側邊欄顯示評論而無需重新加載頁面。
- Snazzy Archives:以獨特的視覺方式呈現您的網站檔案。
- Insights:從 WordPress 編輯頁面訪問您的文章和 Flickr 圖片。
- Post Types:提供預定義的文章模板,以快速將照片或鏈接添加到您的部落格。

方法

這是一本 Packt 初學者指南,這意味著它專注於實用範例,並採用快速但友好的方法,提供通過實驗和遊玩學習的機會。每一章都從頭開始構建一個實用的插件,使用逐步指導。各個部分向您展示如何將某些功能編碼到您的插件中,並隨後討論概念。

這本書是為誰而寫的?

這本書是為那些使用 WordPress 的程序員而寫的,他們希望開發自定義插件並修改代碼庫。您需要熟悉 WordPress 和 PHP 編程的基礎知識,並相信代碼就是詩;這本書將處理其餘的內容。

最後瀏覽商品 (20)