Freelance PHP Developer Required to develop WordPress Feed Reader

VN:F [1.9.22_1171]
Rating: 0.0/5 (0 votes cast)

We need a simple php script to read RSS feed (WordPress Feed), parse it and display.

Apply only after completing this project on your server. Make it live on your server and provide URL by e-mail to the below mentioned e-mail id.

Don’t bid if you can’t write this script in advance and show to us the demo.

Following are the pseudo code

/*****************************
Filename: display.php

Description: This file dislays the RSS feed content, title and content
******************************/

<link rel=”stylesheet” href=”style.css” type=”text/css” />

<?php include(“feedreader.php”); ?>

<ul class=”feed”>
<li>Title of the post goes here</li>
The content of the post goes here, limited to max_chars
<li>Title of the post goes here</li>
The content of the post goes here, limited to max_chars
<li>Title of the post goes here</li>
The content of the post goes here, limited to max_chars
</ul>

/*****************************
Filename: feedreader.php

Description: This file reads the RSS feed, parses it and does other work.
******************************/

// WordPress Feed URL
$feed_url = “http://www.any-wordpress-blog.com/feed”;

// Number of posts to read from feed.
$num_posts = 5;

// if 1 then dislay the post content, if 0 then dislay only post title
$display_post_content = 0;

// Maximum number of characters to be displayed in the content if display_post_content is 1
$content_max_char= 120;

// Do the work, read the RSS Feed, parse it and store the title in $title and description in $desc variable

/*****************************
Filename: style.css
******************************/
.feed ul {margin: 0;padding: 0;}
.feed ul li {list-style:none;}

Job Type – Freelance jobs

Applicant profile

Applicant must have be well versed in PHP programming and must have knowledge of WordPress and RSS Feeds. Any knowldege of parsing an html file would be added advantage.

Payment Terms and Conditions

For remote/work from home jobs the payment will be via paypal or any other online method depending on your location.

UK – BACS/UK Bank Cheque/Paypal

USA/Canada/Australia/New zealand– Paypal/Moneybookers

India – Paypal/Moneybookers/Cheque issued from Indian Bank.

Russia/Ukraine/Belarus/Croatia/Bosnia Herzegovina/Serbia/Other Eastern European Countries/Rest of World – Moneybookers/Payoner/XOOM or any other method

Payment will be made after completion of project via Freelance Jobs Escrow Services.

Application Procedure/Interview

Send the URL of the demo implementation to [email protected]

You can leave a response, or trackback from your own site.

Leave a Reply

You must be logged in to post a comment.