• Home
  • Archives
  • Contact Us
Tech Yard

Create Your Own PopURLs Within Wordpress »

tag Categories :  Tips,Tricks and Hacks, Tutorials, WordPress
time Posted on Wednesday, September 10, 2008 by Avinash | * Comments(5)

Popurls is a ultimate source for the latest web buzz and news, with news from sites like DIGG, Technorati, Delicious and many more.You can create something similar with recent posts from your favorite blogs.own-popurls

To implement this you need,

  1. A plugin called phptoexec to execute php code in post/pageInstallation
    1. Download phpexec.txt
    2. Rename phpexec.txt tophpexec.php
    3. Upload to /wp-content/plugins/ directory
    4. Activate the plug-in from Wordpress administration menu

    Usage

    Anywhere in your post/pages where you want to execute a PHP Codes, insert <phpcode> before your php codes and </phpcode> your php codes.
    –Via Hongkiat

  2. Another plugin called SimplePie, along with SimplePie Core
    NOTE : Activate both plugins before your proceed.

  3. Create a new page in wordpress, switch to HTML mode editing and paste the following code,

<div class=”pop-entry”>
<div class=”popurlblock”>

<h2><a href=http://www.digg.com>DIGG <img src=http://www.google.com/s2/favicons?domain=www.digg.com/></a></h2>
<ul>
<phpcode>
<?php
echo SimplePieWP(’http://digg.com/rss/index.xml‘, array(
‘items’ => 10,
));
?>
</phpcode> </ul>
</div>

<div class=”popurlblock”>

<h2><a href=”http://delicious.com”>Delicious  <img src=”http://www.google.com/s2/favicons?domain=www.delicious.com”/></a></h2>
<ul>
<phpcode>
<?php
echo SimplePieWP(’http://feeds.delicious.com/v2/rss/’, array(
‘items’ => 10,
));
?></phpcode>
</ul>
</div>

<div class=”popurlblock”>
<h2><a href=”http://stumbleupon.com”>StumbleUpon</a></h2>
<ul><phpcode>
<?php
echo SimplePieWP(’http://rss.stumbleupon.com/buzz/’, array(
‘items’ => 10,
));
?></phpcode>
</ul>
</div>
<div class=”popurlblock”>
<h2><a href=”http://lifehacker.com”>Lifehacker</a></h2>
<ul><phpcode>
<?php
echo SimplePieWP(’http://feeds.gawker.com/lifehacker/full’, array(
‘items’ => 10,
));
?></phpcode>
</ul>
</div>
<div style=”clear:both”></div>
<div class=”popurlblock”>
<h2><a href=”http://www.boingboing.net”>Boing Boing</a></h2>
<ul><phpcode>
<?php
echo SimplePieWP(’http://feeds.boingboing.net/boingboing/iBag’, array(
‘items’ => 10,
));
?></phpcode>
</ul>
</div>

<div class=”popurlblock”>
<h2><a href=”http://www.digg.com”>Digg</a><img src=”http://www.google.com/s2/favicons?domain=www.digg.com”/></h2>
<ul><phpcode>
<?php
echo SimplePieWP(’http://digg.com/rss/index.xml’, array(
‘items’ => 10,
));
?></phpcode>
</ul>
</div>

</div>

Replace the text inside the SimplePieWP function to the URL of the feed of your choice to create a list of posts from links of your choice.

For Ex.

<h2><a href=http://www.digg.com>DIGG <img src=http://www.google.com/s2/favicons?domain=www.digg.com/></a></h2>
<ul>
<phpcode>
<?php
echo SimplePieWP(’http://digg.com/rss/index.xml‘, array(
‘items’ => 10,
));
?>

To change the bolded text as per the new site/blog links.The feed can also be feedburner feeds.
items => 10, number of posts to be fetched.

Here’ the CSS part

/*  Tutorial By Venkat — www.TechYard.net */

/* http://www.techyard.net/create-your-own-popurls-in-wordpress */

.popurlblock {
width:250px; float:left; padding:0; margin:0 0 40px 0;
}

.pop-entry h2 {
font-size: 1.5em;
margin: 0;
padding: 0 0 15px 0;
height: 15px;
}

.pop-entry h2 a, .pop-entry h2 a:active, .pop-entry h2 a:link, .pop-entry h2 a:visited {
color: #3f3f3f;
}

.pop-entry h2 a:hover {
color: #000;
}

.pop-entry a, .pop-entry a:active, .pop-entry a:link, .pop-entry a:visited {
color: #333333;  //326ea1
text-decoration: none;
font-size:12px;
}

.pop-entry ul{
list-style-type: none;
padding: 0;
margin: 0;
font-size: 0.9em;
width: 350px;
}

.pop-entry li  {
border-top: 1px solid #dcdcdc;
line-height: 16px;
margin: 5px 0 5px 0;
}

.pop-entry li a:hover {
color: #333;
text-decoration: none;
background-color: #fafafa;
display:inline-block;
}

.pop-entry img{
background-color: #fafafa;
}

.clearer { clear: both; height: 30px; }

Change the CSS as per your sites requirements.

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

TEST
tag Digg This! tag Stumble it! tag Add to Del.icio.us tag Netscape it! tag Google Bookmark It!

Feed Compare - Compare Feeds Of Different Sites »

tag Categories :  FeedBurner, Freeware, Online Services, Web 2.0
time Posted on Monday, June 2, 2008 by Avinash | * Comments(0)

Similar to Alexa, which lets you compare website ranks.Feed Compare lets you compare feed subscribers of different sites/blog for comparing them over a period of 1 month,3 months,6 months, 12 months and 24 months for a max of 4 sites at a time.

Just enter the feed name Ex. http://feeds.feedburner.com/feedname in the box, with 3 other feednames for comparison.

You can mouseover the chart for the comparison details, and click and drag for more zooming.

feed-compare

Another alternative for comparing feeds is FeedAnalysis, check out the post about FeedAnalysis here.

This can also be useful to know the number of feed subscribers of a site, as an alternative to a method posted few days backs here.

TEST
tag Digg This! tag Stumble it! tag Add to Del.icio.us tag Netscape it! tag Google Bookmark It!

Analyze Your FeedBurner Feeds Using FeedAnalysis »

tag Categories :  FeedBurner, Google, Online Services, Web 2.0
time Posted on Tuesday, February 26, 2008 by Avinash | * Comments(5)

feedburner Feeds make it easy for subscribers to keep themselves updated of your site/blog.Feeds makes following site/blog updates easy. Higher the number of feed subscribers, higher is the popularity.FeedBurner is the most popular service used by bloggers to burn feeds of their blogs.Blog-Perfume Feed Analysis provide bloggers, with the aid of beautiful interactive charts, a more detailed report and analysis from your feeds.

 

Feed Analysis shows the number of subscribers for each month on the column chart. You can also view the number of subscribers, hits, views and clicks for every single day from the line chart. The best/worst day of the week is also available which is displayed on the pie chart. And also, Feed Analysis can give you an estimated value for your blog / site according to the number of your subscribers.It predicts subscribers after 3,6,12 months.

It also shows the estimated value of 1 Banner Ads and the estimated Blog Worth.

Screenshots :

no-of-sub

no-hits-view

weeks

 

To check your stat’s visit FeedAnalysis

Just enter your Feed URI:
For example, http://feeds.feedburner.com/[FeedName] or just the feed name and click Generate Report to generate a report of your blog.

Technorati Tags: Feedburner,FeedAnalysis
TEST
tag Digg This! tag Stumble it! tag Add to Del.icio.us tag Netscape it! tag Google Bookmark It!


Translate TechYard Into Your Language

العربية Български 中文(简体) 中文(繁體)
Hrvatski Česky Dansk Suomi
Français Deutsch Ελληνική हिन्दी
Italiano 日本語 한국어 Norsk
Polski Português Română Русский
Español Svenska    
Subscribe to Tech Yard by Email
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Add to Technorati Favorites! Add to netvibes

Recent Posts

  • Bechmark Your Blog Loading Time
  • Convert Your Photos Into Sketches
  • Change Default Folder Where Windows Installs Softwares
  • US Dollar Bill Aptly Suiting The Present US Economy
  • Customize Your iPod With Themes Using iPW
  • Translate WebPages From Within FireFox
  • Check Whether Your System Can Play The Game Or Not
  • Access Google Analytics On iPhone
  • Twitter Revamp In The Making
  • Create Ripple Effect Of Your Desktop Wallpaper
  • Recent Comments

    • Avinash on Bechmark Your Blog Loading Time
    • zuborg on Bechmark Your Blog Loading Time
    • firefox tricks on Chrome Tweaks : Wordpress Theme
    • tricks on US Dollar Bill Aptly Suiting The Present US Economy
    • Tech News on Display Thumbnails For Excerpts On Homepage In Wordpress Without Using Custom Fields.
  • TECH YARD Copyright © 2008 | Disclaimer & Privacy Policy | Slick Blue Theme by Kyle Eslick