- WordPress Plugin Development Beginner's Guide
- Vladimir Prelovac
- 246字
- 2021-05-21 20:12:17
Chapter 2. Social Bookmarking
I hope the first chapter got you warmed up and prepared for WordPress plugin development, and that you are as eager to start as I am.
In this chapter, we will create our first functional WordPress plugin and learn how to interact with the WordPress API (this is the WordPress interface to PHP) on the way. The knowledge you will gain in this chapter alone will allow you to write a lot of similar plugins.
Let's get moving! In this chapter, you will learn:
- Creating a new plugin and having it displayed in the plugins admin panel
- Checking the WordPress version and control activation of the plugin
- Accessing API features—for example the title and permalink URL of each post
- Using WordPress hooks to execute your plugin code when it's needed
- Using conditional tags to control the flow of your plugins
You will learn these by:
- Creating a 'social bookmarking' type of plugin that adds a Digg button to each post on your blog
As you probably know, Digg is a very popular service for promoting interesting content on the Internet. The purpose of a Digg button on your blog is to make it easier for Digg users to vote for your article and also to bring in more visitors to your blog.
The plugin we'll create in this chapter will automatically insert the necessary code to each of your posts. So let's get started with WordPress plugin development!
- 3ds max & VRay產品造型設計經典
- 品悟:Alias 2014+Showcase產品可視化造型與渲染
- VSTO 3.0 for Office 2007 Programming
- ChronoForms 3.1 for Joomla! site Cookbook
- 零基礎學數碼攝影后期
- Drupal: Creating Blogs, Forums, Portals, and Community Websites
- After Effects CC 2018影視特效與合成案例教程
- iPad+Procreate室內設計手繪表現技法
- AutoCAD入門教程全掌握
- JBoss Tools 3 Developers Guide
- Moodle Course Conversion: Beginner's Guide
- Python氣象應用編程
- 中文版CorelDRAW X7技術大全
- AutoCAD 2019中文版實戰從入門到精通
- SilverStripe 2.4 Module Extension, Themes, and Widgets: Beginner's Guide