/ Published in: PHP
Shortcode to insert iDevCenter.com rank in a WP blog post. it doesn't need the id parameter to be passed. (more efficient one)
Expand |
Embed | Plain Text
function idcRankHandler(){ return '<a href="http://idevcenter.com/links/vote?url='. $url .'" class="idcRankAnchor">' .'<img src="http://idevcenter.com/links/image?url='.$url .'" title="Vote on iDevCenter.com" alt="Vote on iDevCenter.com" class="idcRankImage" /> </a>'; } add_shortcode("idc","idcRankHandler"); //Attaching iDC handler
You need to login to post a comment.
