Two Ways In Which You Can Contribute To PHPCamp’s Growth

Posted on Jul 30, 2009

If you like PHPCamp, and want to help it grow, then here are two things you can do.

  1. You should become fan of PHPCamp on Facebook here.
  2. If you have a blog/website then you can helps us by putting boiling article’s RSS feed on your site. You can find more about that here.

Additionally, you can also encourage your web developer friends to do the same.

Display Boiling Links From PHPCamp

Posted on Jul 14, 2009

Here are few ways to display Boiling Links from PHPcamp on your blog or website.

WordPress

  1. Download and Install the Simple Feed List Plugin.
  2. Active it.
  3. Put following code somewhere on your template
    <?php if(function_exists(’simple_feed_list’)) simple_feed_list(’http://phpcamp.net/feed’,5,’No’); ?>

OR boilingonphpcamp

You can use RSS Widget to your sidebar, Just use http://phpcamp.net/feed as your feed url.

Blogger

  1. Go to “settings –> edit layout”
  2. Click on “Add a Gadget” and scroll down to RSS gadget
  3. Add that gadget
  4. Set the feed url to http://phpcamp.net/feed
  5. Save the template.

Joomla

  1. Login to Administrator section of your website
  2. Go to “Extensions –> Module manager”
  3. Click on “New” button on top right corner
  4. Select “Feed Display” and click “Next”
  5. Set Title to “Boiling on PHPCamp” or whatever you like :)
  6. Set Feed URL to http://phpcamp.net/feed
  7. Click on the “Save” Button.

Drupal

I have not used drupal to comment, can a drupaler give us the step to do :)

update: As usual Abhishek points out how to do it in Drupal in the comment below

Others

Please wait few days we will be releasing our own widget to display “Boiling Links”.

Enjoy!!!