About

by Php Ninza

Phpcollection is a aggregation of my experiences with daily routine coding !, It showcase the most nitty tools needed by a php developer during their development regime.

PhpCollection is supposed to contain solutions to complex problems and short and necessary tips that most web tutorials tend to forget.

Hope it helps every pro-developer and budding developers out there. Feel free to trouble me with questions or queries anytime.

Be Sociable, Share!

{ 2 comments… read them below or Shout @ me! }

djvibe September 17, 2009 at 4:37 pm

i am having the same issue with my rss feed using the DIGG DIGG plugin.. I see your rss looks fine now.. what did you do to fix the problem..

THNX!! DJVIBE

Reply

Php Ninza September 19, 2009 at 11:43 pm

I have altered the template to include the shareaholic links, This is the code that helped me to insert the share boxes without modifying rss

<iframe src='http://digg.com/api/diggthis.php?w=new&u=&t=&s=normal‘ height=’80′ width=’52′ frameborder=’0′ scrolling=’no’> <iframe src='http://www.reddit.com/button_content?newwindow=1&url=&title=&t=2 ‘ height=’80′ width=’52′ scrolling=’no’ frameborder=’0′ > <iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=&title=&t=1 ‘ height=’80′ width=’52′ scrolling=’no’ frameborder=’0′ > tweetmeme_url=”; tweetmeme_style = ‘normal’;tweetmeme_source = ‘phpcollection.com’;

Just insert this code anywhere you want the widget box to appear !

Hope it helps

Reply

Leave a Comment

{ 1 trackback }