JPF Submit to Netscape WordPress Plugin

The JPF Submit to Netscape plugin is a social bookmarking plugin that allows users to submit posts to Netscape.com. If the user is already logged in to Netscape, it automatically submits the posts URL and Title. The download includes two files, jpf_netscape.php is the plugin, copy it to your WordPress plugins folder and activate the plugin in your plugin manager, and netscape.gif, an optional icon that can be used as part of your link.

Once the plugin is activated, include the following somewhere in ‘the loop’, most likely in one of your templates:
<?php jpf_netscape(); ?>
This will display text that says ‘Submit to Netscape’ which links to the Netscape.com submit page. If you want more control over the appearance, you can add a few parameters:
<?php jpf_netscape({before}, {Link Text}, {after}); ?>
Here’s how I use it. I first copy the included netscape.gif file to my image folder, in my case /wp-images/icons. I then include the following in my template:
<?php jpf_netscape(”,’<img src=”/wp-images/icons/netscape.gif” alt=”Netscape” /> Submit to Netscape’,”); ?>
That’s it!

Posted: 06 November 4
Under: Wordpress
Viewed: 12,172 views

6 Responses to “JPF Submit to Netscape WordPress Plugin”

  1. xinfo says:

    hey good plugin it possible to submit the new’s when i publish from admin ,some thing like this pligin

    www.shadows.com/content/tools/wordpress.rails

  2. steve says:

    What plugin did you use to genereate the social bookmark links for Netscape, Digg, del.icio.us?

  3. Joe says:

    The one on this page is for Netscape. For the other two, I use Sol-Digg and Sol-Delicious, which my Netscape plugin is based on. I just looked to their webpage, and I don’t see them available anymore. I’ll e-mail them to you.

  4. SmileSquare says:

    It works fine when I use

    but I got an Error when I use
    Submit to Netscape’,’’); ?>

    Parse error: parse error, unexpected T_STRING in /home/www/smilesquare.com/wp-content/themes/glossyblue-basic/single.php on line 16

  5. SmileSquare says:

    It’s working now. Thank you for the great plug-in

    I changed ‘’ to ” , so it becomes Submit to Netscape’,”); ?>

  6. Lin says:

    Is there a way to use this, for example on a daily blog, without adding a visual widget (even a visual link) to the page? In other words, can it work behind the scenes someway?

Leave a Reply