Heffee
   
Login
Become a Heffer
Heffee uses a formula that takes into account the input from websites, moderators and expecially the users to decide which news across the internet is the most important. Users can create their own customized feeds, save pages and articles from across the web, and subscribe to their favorite news outlets.

Register with Heffee Integrate Heffee





Advertisement
Incoming Sites


488,409
366
182
Integrate

 
Heffee is a content aggregator that uses a mixture of complex formulas and moderators to decide which news across the internet is the most relevant and important to our readers.

The Heffee Control Panel allows users to save their favorite articles, feeds and updates.

Users can also build their own customs feeds with a variety of options at their disposal. Custom feeds allow users to have access to only news they want to read.
 
Heffee was designed with the internet user in mind.

Registered Heffee users can save news/pages to their favorites, subscribe to listed feeds/sites, and create custom feeds based on variables including keywords, topic and site.

Users are allowed an unlimited amount of folders for favorites and custom feeds.

A user's default folder and default feed will be shown at all times in the control panel. If folder is set to private, only that specific user can view its contents.

User is allowed up to five ongoing feed subscriptions at a single time.

All folders and custom feeds can by syndicated to a user's personal domain or feed reader.
 
Own a website? Have rss feeds you'd like users to subscribe to?

If your site and feeds are not listed under Heffee's collection of websites, feel free to use the "Site Suggestion Tool" in the section your site best fits. If your site does not fit any of the listed sections, do note that we will be expanding our selection in the future.

Look for:

Once your site is indexed with Heffee, the RSS aggregator will begin collecting content from your site with the necessary backlinks. Heffee users and visitors will have access to this content with the option to save the url/article, add it to favorites, or add your entire site to a custom feed of their choosing.

Even if your site is not listed in Heffee, users can still add your pages to their favorites.

Articles that score high with the Heffee program will be displayed on the Heffee home page along with the proper section that the article pertains to. Moderators can help push your article to the top. If you feel like your article is unique, exclusive, or important, feel free to contact the moderator or admin designated in the proper section.

*Heffee is currently working on a publisher system that would allow smaller sites without dynamic RSS feeds the ability to host them here. For the time being, publishers can create a Favorites Folder in their control panel named after their site. They can then add favorites to this folder and syndicate as their very own feed. Heffee does not use special links for syndication. Each feed will link directly to the submitted URLs.
 
Below are a list of tools that can be added to your website.

All you have to do is copy and paste the given code where you'd like the 'subscription'/'add to favorites' button to appear.

Subscribe to Feed:

1. Choose Your Image  
         

2. Copy and Paste  

Your feed must be indexed with Heffee. If feed does not exist, user will be sent to Heffee homepage or their user control panel.


Add to Favorites:

Allow users to bookmark/save your articles to their favorites. Articles that are added to favorites increase in rank and are shown to other users who view the particular user's profile.

All you have to do is copy/paste the codes below to add the 'add favorite' button to all of your articles.

Code 1: Button on same page as article

Javascript

<script type="text/javascript" src="http://www.heffee.com/tools/addfav.js">
</script>

PHP

<?php
    $domain 
"YOUR_DOMAIN_ADDRESS";
    
//EX: $domain = "http://www.heffee.com";
    
$urlpath $domain .""$_SERVER['REQUEST_URI'];
    
$urlpath urlencode($urlpath);
    echo 
'<a href="http://www.heffee.com/savefav.php?url='$urlpath .'" target="_blank">
    <img src="/images/tags/addfavorite.gif" border="0" align="absmiddle">
    </a>'
;
    
?>

*for php, img src must be replaced with where you save your Heffee 'add to favorite' image.

Code 2: Button on Separate Page

Javascript

<script type="text/javascript">
topurl = 'ENTIRE_URL_HERE';
</script>
<script type="text/javascript" src="http://www.heffee.com/tools/addfav.js">
</script>

PHP

<?php
    $fullurl 
"ENTIRE_URL_ADDRESS";
    
//EX: $fullurl = "http://www.yoursite.com/article.php?id=3456";
    
$urlpath urlencode($fullurl);
    echo 
'<a href="http://www.heffee.com/savefav.php?url='$urlpath .'" target="_blank">
    <img src="/images/tags/addfavorite.gif" border="0" align="absmiddle">
    </a>'
;
    
?>

*replace ENTIRE_URL_ADDRESS with the url of your article
**for php, img src must be replaced with where you save your Heffee 'add to favorite'image.


 
 
© 2004 Minds Eye One, All Rights Reserved
Heffee™ is a trademark of Minds Eye One
Change of ownership coming soon