Adding custom image upload to Pagedown using PHP

One of my personal project using Pagedown for the markdown editor, so this is a working solutions and not just an example. [...]

September 25, 2015 · 3 min · danpros

Blogger JSON Feed API

Maybe sometimes we need a widget for certain features, but the widgets are not available. Blogger already provides an APIs to overcome this, so we [...]

August 31, 2013 · 4 min · danpros

Add rel nofollow to all external links in the node body and comment body

For for node body field use below code: /* Add nofollow */ if(isset($variables['content']['body'][0]['#markup'])) { [...]

July 04, 2013 · 2 min · danpros

Adding new variable for the Author Pane (Follow Links)

Here's how to adding new variable for the Author Pane (Follow links). The demo is on Bersosial.com. function [...]

June 20, 2013 · 2 min · danpros