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!
Size: 0,99 kBytes
FileType: .zip-File
Edited on 03. Mar 2007 - 16:31 h
Downloads: 388
Free for visitors






November 10th, 2006 at 6:22 am
hey good plugin it possible to submit the new’s when i publish from admin ,some thing like this pligin
http://www.shadows.com/content/tools/wordpress.rails
January 2nd, 2007 at 1:03 pm
What plugin did you use to genereate the social bookmark links for Netscape, Digg, del.icio.us?
January 2nd, 2007 at 1:27 pm
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.
January 24th, 2007 at 9:58 am
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
January 24th, 2007 at 10:07 am
It’s working now. Thank you for the great plug-in
I changed ‘’ to ” , so it becomes Submit to Netscape’,”); ?>
December 14th, 2007 at 7:55 pm
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?