Facebook has released a new PHP SDK to use on the platform, making significant changes to the way you access the API. Here is an example of how to use the new PHP SDK.
- Home
- Blog (Page 7)
Blog
Facebook API: Adding Action Links to Posts
Action Links are a good way to add an extra call to action (CTA) beside the Link and Share links on Facebook Posts. This tutorial shows you how to add action links in both PHP and JavaScript.
Facebook, Facebook Graph API, JavaScript, jQuery, PHPFacebook API: Posting a Comment with Photo
Posting a comment with a photo has been around for a while on Facebook, but I haven’t seen any code examples. To help, I’ve created this short tutorial to show how simple it is to add a comment with a photo.
Facebook, Facebook Graph API, PHPJavaScript: Leave a Message for Snooping Developers
This handy snippet of JavaScript code lets you leave a short message (or long one) for developers using the Developer Console to inspect your website.
Developers, JavaScript, TutorialFacebook API: Updating the Page Cover Image Programmatically
If you want to update the cover image for your Facebook Page automatically, you can do so using the Facebook PHP SDK. This tutorial shows you how to upload a photo and then set it as the cover image.
Facebook, Facebook Graph API, Fan Page, PHPAndroid Apps For Developers On The Go
If you are a developer on the go, there are a number of Android apps that can help you manage your server or fix quick issues on the go using your mobile phone or tablet.
Android, Command Line, Mobile App, Server, SysadminWordPress: Customising the Toolbar / Admin Bar
Adding custom toolbars to your WordPress plugins is easy. You can also modify the existing toolbar using WordPress hooks. Learn how I customised the toolbar on the Cage Cricket website.
Cage Cricket, PHP, Tutorial, WordPress, WordPress PluginsZero Downtime: Transferring Accounts from One cPanel Server to Another
cPanel makes is really easy to transfer accounts / websites between servers running similar versions of cPanel / WHM, as I found out earlier this year. The process makes it possible to have zero downtime when moving / upgrading servers.
cPanel / WHM, Server, Sysadmin